diff options
author | wiz <wiz@pkgsrc.org> | 2014-11-25 14:35:37 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-11-25 14:35:37 +0000 |
commit | d7f5d70737a7004587fcdc0ed9236af9704f86c4 (patch) | |
tree | 60bbe815c618ecb8a52aab82ef3637236cc1d89b /security/libksba/Makefile | |
parent | f134c8b935ddd4a7ec3d87f292155e5137cedc0a (diff) | |
download | pkgsrc-d7f5d70737a7004587fcdc0ed9236af9704f86c4.tar.gz |
Update to 1.3.2. Add comment to patch.
Noteworthy changes in version 1.3.2 (2014-11-25) [C19/A11/R3]
------------------------------------------------
* Fixed a buffer overflow in ksba_oid_to_str.
Noteworthy changes in version 1.3.1 (2014-09-18)
------------------------------------------------
* Fixed memory leak in CRL parsing.
* Build fixes for Windows, Android, and ppc64el.
Diffstat (limited to 'security/libksba/Makefile')
-rw-r--r-- | security/libksba/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/libksba/Makefile b/security/libksba/Makefile index 8dc63586356..743361d59c2 100644 --- a/security/libksba/Makefile +++ b/security/libksba/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.29 2014/01/01 11:52:03 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2014/11/25 14:35:37 wiz Exp $ -DISTNAME= libksba-1.3.0 -PKGREVISION= 1 +DISTNAME= libksba-1.3.2 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/libksba/ EXTRACT_SUFX= .tar.bz2 |