pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/libksba Update libksba to 0.9.4.
details: https://anonhg.NetBSD.org/pkgsrc/rev/6b0123c5e191
branches: trunk
changeset: 469595:6b0123c5e191
user: minskim <minskim%pkgsrc.org@localhost>
date: Wed Feb 25 18:08:27 2004 +0000
description:
Update libksba to 0.9.4.
Changes since 0.9.1:
* Support for Extended Key Usage.
* ksba_cms_identify may no return a pseudo content type for pkcs#12
files.
* Cleaned up the DN label table.
* Fixed a bug in creating CMS signed data.
* Interface changes:
ksba_reader_clear NEW.
ksba_cert_get_ext_key_usages NEW.
KSBA_CT_PKCS12 NEW.
diffstat:
security/libksba/Makefile | 5 ++---
security/libksba/PLIST | 7 +++----
security/libksba/distinfo | 6 +++---
3 files changed, 8 insertions(+), 10 deletions(-)
diffs (43 lines):
diff -r a3a95f8dc5e1 -r 6b0123c5e191 security/libksba/Makefile
--- a/security/libksba/Makefile Wed Feb 25 18:02:08 2004 +0000
+++ b/security/libksba/Makefile Wed Feb 25 18:08:27 2004 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2004/02/25 15:53:17 minskim Exp $
+# $NetBSD: Makefile,v 1.5 2004/02/25 18:08:27 minskim Exp $
#
-DISTNAME= libksba-0.9.1
-PKGREVISION= 2
+DISTNAME= libksba-0.9.4
CATEGORIES= security
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/alpha/libksba/
diff -r a3a95f8dc5e1 -r 6b0123c5e191 security/libksba/PLIST
--- a/security/libksba/PLIST Wed Feb 25 18:02:08 2004 +0000
+++ b/security/libksba/PLIST Wed Feb 25 18:08:27 2004 +0000
@@ -1,10 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/01/25 00:14:56 kleink Exp $
+@comment $NetBSD: PLIST,v 1.2 2004/02/25 18:08:27 minskim Exp $
bin/ksba-config
include/ksba.h
-info/ksba.info
lib/libksba.a
lib/libksba.la
lib/libksba.so
-lib/libksba.so.9
-lib/libksba.so.9.0
+lib/libksba.so.10
+lib/libksba.so.10.0
share/aclocal/ksba.m4
diff -r a3a95f8dc5e1 -r 6b0123c5e191 security/libksba/distinfo
--- a/security/libksba/distinfo Wed Feb 25 18:02:08 2004 +0000
+++ b/security/libksba/distinfo Wed Feb 25 18:08:27 2004 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2004/01/25 22:29:50 kleink Exp $
+$NetBSD: distinfo,v 1.3 2004/02/25 18:08:27 minskim Exp $
-SHA1 (libksba-0.9.1.tar.gz) = 010418fa2e4b8b19fcfed6fba744952d4acf6de2
-Size (libksba-0.9.1.tar.gz) = 471263 bytes
+SHA1 (libksba-0.9.4.tar.gz) = 8e69bdd751483bc1904ab10a4890fc0e7d0cad01
+Size (libksba-0.9.4.tar.gz) = 476327 bytes
SHA1 (patch-aa) = d8af1927606aa254874776f589d80b439179b77b
Home |
Main Index |
Thread Index |
Old Index