diff options
author | wiz <wiz@pkgsrc.org> | 2015-03-29 13:10:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-03-29 13:10:49 +0000 |
commit | 84ff74a3d6150fa03ddc2e0a2c96a6a146336ebe (patch) | |
tree | a365469658cbecab305f490081912f7f4c82e668 /security/libtasn1 | |
parent | 76614cab9f5a18336ba46f99af3d8073c7c1f730 (diff) | |
download | pkgsrc-84ff74a3d6150fa03ddc2e0a2c96a6a146336ebe.tar.gz |
Update to 4.4, security release.
* Noteworthy changes in release 4.4 (released 2015-03-29) [stable]
- Corrected a two-byte stack overflow in asn1_der_decoding. Reported
by Hanno Böck.
* Noteworthy changes in release 4.3 (released 2015-03-09) [stable]
- Added asn1_decode_simple_ber()
Diffstat (limited to 'security/libtasn1')
-rw-r--r-- | security/libtasn1/Makefile | 4 | ||||
-rw-r--r-- | security/libtasn1/PLIST | 3 | ||||
-rw-r--r-- | security/libtasn1/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/security/libtasn1/Makefile b/security/libtasn1/Makefile index d0f562661e7..9ea91713995 100644 --- a/security/libtasn1/Makefile +++ b/security/libtasn1/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.62 2014/10/10 11:38:54 adam Exp $ +# $NetBSD: Makefile,v 1.63 2015/03/29 13:10:49 wiz Exp $ -DISTNAME= libtasn1-4.2 +DISTNAME= libtasn1-4.4 CATEGORIES= security devel MASTER_SITES= ${MASTER_SITE_GNU:=libtasn1/} diff --git a/security/libtasn1/PLIST b/security/libtasn1/PLIST index 82cf6bdc822..0c17d39a4b1 100644 --- a/security/libtasn1/PLIST +++ b/security/libtasn1/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.16 2014/10/10 11:38:54 adam Exp $ +@comment $NetBSD: PLIST,v 1.17 2015/03/29 13:10:49 wiz Exp $ bin/asn1Coding bin/asn1Decoding bin/asn1Parser @@ -14,6 +14,7 @@ man/man3/asn1_bit_der.3 man/man3/asn1_check_version.3 man/man3/asn1_copy_node.3 man/man3/asn1_create_element.3 +man/man3/asn1_decode_simple_ber.3 man/man3/asn1_decode_simple_der.3 man/man3/asn1_delete_element.3 man/man3/asn1_delete_structure.3 diff --git a/security/libtasn1/distinfo b/security/libtasn1/distinfo index f54361ff87f..dfafcf115ed 100644 --- a/security/libtasn1/distinfo +++ b/security/libtasn1/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.42 2014/10/10 11:38:54 adam Exp $ +$NetBSD: distinfo,v 1.43 2015/03/29 13:10:49 wiz Exp $ -SHA1 (libtasn1-4.2.tar.gz) = d2fe4bf12dbdc4d6765a04abbf8ddaf7e9163afa -RMD160 (libtasn1-4.2.tar.gz) = 50ad044bc40904428561b4a2b0f0e8f9da3bbb02 -Size (libtasn1-4.2.tar.gz) = 1866192 bytes +SHA1 (libtasn1-4.4.tar.gz) = b0931ae018a771c6cc494003fd8808e2c281695e +RMD160 (libtasn1-4.4.tar.gz) = 4f129edf6e04dfbd6e74bbfc637496a379e2781f +Size (libtasn1-4.4.tar.gz) = 1849451 bytes |