Date: Mon, 12 Oct 2009 21:59:15 -0700 From: Charlie Kester <corky1951@comcast.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/139556: [PATCH] security/beecrypt: take maintainership and update to 4.2.1 Message-ID: <20091013045548.9D7101065676@hub.freebsd.org> Resent-Message-ID: <200910130500.n9D506kZ074933@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 139556 >Category: ports >Synopsis: [PATCH] security/beecrypt: take maintainership and update to 4.2.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Oct 13 05:00:06 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Charlie Kester <corky1951@comcast.net> >Release: FreeBSD 7.2-RELEASE-p3 i386 >Organization: >Environment: System: FreeBSD bigbox.local 7.2-RELEASE-p3 FreeBSD 7.2-RELEASE-p3 #0: Wed Aug 19 06:50:21 PDT 2009 root@bigbox.local:/usr/obj/usr/src/sys/BIGBOX i386 >Description: Take maintainership and update to 4.2.1 >How-To-Repeat: >Fix: --- beecrypt-4.2.1.diff begins here --- diff -ruN /usr/ports/security/beecrypt/Makefile ./beecrypt-4.2.1/Makefile --- /usr/ports/security/beecrypt/Makefile 2009-08-21 17:34:49.000000000 -0700 +++ ./beecrypt-4.2.1/Makefile 2009-10-12 20:59:37.000000000 -0700 @@ -7,12 +7,11 @@ # PORTNAME= beecrypt -PORTVERSION= 4.1.2 -PORTREVISION= 1 +PORTVERSION= 4.2.1 CATEGORIES= security MASTER_SITES= SF -MAINTAINER= ports@FreeBSD.org +MAINTAINER= corky1951@comcast.net COMMENT= BeeCrypt is an open source cryptography library USE_AUTOTOOLS= libtool:22 diff -ruN /usr/ports/security/beecrypt/distinfo ./beecrypt-4.2.1/distinfo --- /usr/ports/security/beecrypt/distinfo 2005-11-25 10:00:57.000000000 -0800 +++ ./beecrypt-4.2.1/distinfo 2009-10-12 21:00:09.000000000 -0700 @@ -1,3 +1,3 @@ -MD5 (beecrypt-4.1.2.tar.gz) = 820d26437843ab0a6a8a5151a73a657c -SHA256 (beecrypt-4.1.2.tar.gz) = f29eb246947677a9e7870521e3d576fd0d91a7072210a4404ed137e40cfc18fd -SIZE (beecrypt-4.1.2.tar.gz) = 774280 +MD5 (beecrypt-4.2.1.tar.gz) = 8441c014170823f2dff97e33df55af1e +SHA256 (beecrypt-4.2.1.tar.gz) = 286f1f56080d1a6b1d024003a5fa2158f4ff82cae0c6829d3c476a4b5898c55d +SIZE (beecrypt-4.2.1.tar.gz) = 882758 diff -ruN /usr/ports/security/beecrypt/pkg-plist ./beecrypt-4.2.1/pkg-plist --- /usr/ports/security/beecrypt/pkg-plist 2006-02-23 02:38:52.000000000 -0800 +++ ./beecrypt-4.2.1/pkg-plist 2009-10-12 21:30:44.000000000 -0700 @@ -7,7 +7,7 @@ include/beecrypt/blockpad.h include/beecrypt/blowfish.h include/beecrypt/blowfishopt.h -include/beecrypt/dhaes.h +include/beecrypt/dhies.h include/beecrypt/dldp.h include/beecrypt/dlkp.h include/beecrypt/dlpk.h @@ -21,9 +21,11 @@ include/beecrypt/hmac.h include/beecrypt/hmacmd5.h include/beecrypt/hmacsha1.h +include/beecrypt/hmacsha224.h include/beecrypt/hmacsha256.h include/beecrypt/hmacsha384.h include/beecrypt/hmacsha512.h +include/beecrypt/md4.h include/beecrypt/md5.h include/beecrypt/memchunk.h include/beecrypt/mp.h @@ -34,19 +36,25 @@ include/beecrypt/mtprng.h include/beecrypt/pkcs1.h include/beecrypt/pkcs12.h +include/beecrypt/ripemd128.h +include/beecrypt/ripemd160.h +include/beecrypt/ripemd256.h +include/beecrypt/ripemd320.h include/beecrypt/rsa.h include/beecrypt/rsakp.h include/beecrypt/rsapk.h include/beecrypt/sha1.h include/beecrypt/sha1opt.h +include/beecrypt/sha224.h include/beecrypt/sha256.h +include/beecrypt/sha2k32.h +include/beecrypt/sha2k64.h include/beecrypt/sha384.h include/beecrypt/sha512.h -include/beecrypt/sha_k.h include/beecrypt/timestamp.h include/beecrypt/win.h lib/libbeecrypt.a lib/libbeecrypt.la lib/libbeecrypt.so -lib/libbeecrypt.so.10 +lib/libbeecrypt.so.7 @dirrm include/beecrypt --- beecrypt-4.2.1.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091013045548.9D7101065676>