From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 7 12:00:11 2007 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1208716A49E for ; Fri, 7 Sep 2007 12:00:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0732C13C45B for ; Fri, 7 Sep 2007 12:00:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l87C0AvX046251 for ; Fri, 7 Sep 2007 12:00:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l87C0Als046250; Fri, 7 Sep 2007 12:00:10 GMT (envelope-from gnats) Date: Fri, 7 Sep 2007 12:00:10 GMT Message-Id: <200709071200.l87C0Als046250@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/115949: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Sep 2007 12:00:11 -0000 The following reply was made to PR ports/115949; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/115949: commit references a PR Date: Fri, 7 Sep 2007 11:55:15 +0000 (UTC) edwin 2007-09-07 11:55:09 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/ssss Makefile distinfo pkg-descr security/ssss/files patch-Makefile patch-manpage Log: new port security/ssss - Shamir's Secret Sharing Scheme ssss is an implementation of Shamir's secret sharing scheme for UNIX/linux machines. It is free software, the code is licensed under the GNU GPL. ssss does both: the generation of shares for a known secret and the reconstruction of a secret using user provided shares. The software was written in 2006 by B. Poettering, it links against the GNU libgmp multiprecision library (version 4.1.4 works well) and requires the /dev/random entropy source. PR: ports/115949 Submitted by: Lukasz Komsta Revision Changes Path 1.917 +1 -0 ports/security/Makefile 1.1 +22 -0 ports/security/ssss/Makefile (new) 1.1 +3 -0 ports/security/ssss/distinfo (new) 1.1 +31 -0 ports/security/ssss/files/patch-Makefile (new) 1.1 +227 -0 ports/security/ssss/files/patch-manpage (new) 1.1 +10 -0 ports/security/ssss/pkg-descr (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"