diff options
author | schmonz <schmonz@pkgsrc.org> | 2005-12-02 17:18:05 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2005-12-02 17:18:05 +0000 |
commit | 37d4cbd0a42989969c382de7ecb0085a0e2d5670 (patch) | |
tree | a3010f2beb6223c8eb53d01daa26ffcec9f7aa22 /devel | |
parent | c5a49199e99d5c354fc779285a837cbd1e900f02 (diff) | |
download | pkgsrc-37d4cbd0a42989969c382de7ecb0085a0e2d5670.tar.gz |
Update to 1.031. From the changelog:
- Added a RFC 2104 generic HMAC (keyed hashing for message
authentication) routine to the crypto section, with control blocks for
MD5, SHA1, SHA256, SHA384, and SHA512.
- Added support for UID and GID names (instead of just numbers) in
bg-installer.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/bglibs/Makefile | 4 | ||||
-rw-r--r-- | devel/bglibs/PLIST | 3 | ||||
-rw-r--r-- | devel/bglibs/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/devel/bglibs/Makefile b/devel/bglibs/Makefile index d52682262ab..b4622710685 100644 --- a/devel/bglibs/Makefile +++ b/devel/bglibs/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2005/11/21 06:07:35 schmonz Exp $ +# $NetBSD: Makefile,v 1.12 2005/12/02 17:18:05 schmonz Exp $ # -DISTNAME= bglibs-1.028 +DISTNAME= bglibs-1.031 CATEGORIES= devel MASTER_SITES= ${HOMEPAGE} diff --git a/devel/bglibs/PLIST b/devel/bglibs/PLIST index 3d4c6994ebb..65ad1e0c1bb 100644 --- a/devel/bglibs/PLIST +++ b/devel/bglibs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2005/08/23 19:33:52 schmonz Exp $ +@comment $NetBSD: PLIST,v 1.4 2005/12/02 17:18:05 schmonz Exp $ bin/bg-installer bin/crc-gentab include/bglibs/adt/common.h @@ -17,6 +17,7 @@ include/bglibs/crc/crc32.h include/bglibs/crc/crc32c.h include/bglibs/crc/crc64.h include/bglibs/crc/gcrc.h +include/bglibs/crypto/hmac.h include/bglibs/crypto/md5.h include/bglibs/crypto/sha1.h include/bglibs/crypto/sha256.h diff --git a/devel/bglibs/distinfo b/devel/bglibs/distinfo index c567e78d0c0..8e7ffe6d0e1 100644 --- a/devel/bglibs/distinfo +++ b/devel/bglibs/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2005/11/21 06:07:35 schmonz Exp $ +$NetBSD: distinfo,v 1.9 2005/12/02 17:18:05 schmonz Exp $ -SHA1 (bglibs-1.028.tar.gz) = a572c45ff32119304c084950bffff4a73ee94ea8 -RMD160 (bglibs-1.028.tar.gz) = d0e6232b69152b7ff85af3e5014b915b02b170a4 -Size (bglibs-1.028.tar.gz) = 302779 bytes +SHA1 (bglibs-1.031.tar.gz) = 88c46d4d3f233bc98549e84f024d484663b2dfd3 +RMD160 (bglibs-1.031.tar.gz) = ff7979f526fa74052e8063655ed86f6799a20b2c +Size (bglibs-1.031.tar.gz) = 305841 bytes |