pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/libksba Update to 1.0.0. After about 5 years ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e9af17bfe3f8
branches:  trunk
changeset: 519842:e9af17bfe3f8
user:      shannonjr <shannonjr%pkgsrc.org@localhost>
date:      Wed Oct 11 11:14:33 2006 +0000

description:
Update to 1.0.0. After about 5 years of beta testing, I am pleased to announce the
availability of libksba 1.0.0.

Libksba is an X.509 and CMS (pkcs#7) library.  It is for example
required to build the S/MIME part of GnuPG (gpgsm)

diffstat:

 security/libksba/Makefile |  11 ++++++-----
 security/libksba/distinfo |   8 ++++----
 2 files changed, 10 insertions(+), 9 deletions(-)

diffs (47 lines):

diff -r 368c309a539e -r e9af17bfe3f8 security/libksba/Makefile
--- a/security/libksba/Makefile Wed Oct 11 11:09:48 2006 +0000
+++ b/security/libksba/Makefile Wed Oct 11 11:14:33 2006 +0000
@@ -1,23 +1,24 @@
-# $NetBSD: Makefile,v 1.13 2006/03/31 23:56:29 jlam Exp $
+# $NetBSD: Makefile,v 1.14 2006/10/11 11:14:33 shannonjr Exp $
 #
 
-DISTNAME=      libksba-0.9.13
-PKGREVISION=   1
+DISTNAME=      libksba-1.0.0
 CATEGORIES=    security
-MASTER_SITES=  ftp://ftp.gnupg.org/gcrypt/alpha/libksba/
+MASTER_SITES=  ftp://ftp.gnupg.org/gcrypt/libksba/
 EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    shannonjr%NetBSD.org@localhost
 HOMEPAGE=      http://www.g10code.com/p-libksba.html
 COMMENT=       X.509 library
 
+DEPENDS+=      libgpg-error>=1.2
+
 USE_LIBTOOL=   YES
 GNU_CONFIGURE= YES
 
 TEST_TARGET=   check
 
 TEXINFO_REQD=  4.0
-INFO_FILES=    # PLIST
+INFO_FILES=    YES
 
 .include "../../security/libgcrypt/buildlink3.mk"
 .include "../../security/libgpg-error/buildlink3.mk"
diff -r 368c309a539e -r e9af17bfe3f8 security/libksba/distinfo
--- a/security/libksba/distinfo Wed Oct 11 11:09:48 2006 +0000
+++ b/security/libksba/distinfo Wed Oct 11 11:14:33 2006 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2006/01/06 09:55:52 shannonjr Exp $
+$NetBSD: distinfo,v 1.9 2006/10/11 11:14:33 shannonjr Exp $
 
-SHA1 (libksba-0.9.13.tar.bz2) = 32809d450ae38a06fe7b5bb6c057ddbb23f75682
-RMD160 (libksba-0.9.13.tar.bz2) = 2e826003f2c7b7b16100568104b35c773adba2e9
-Size (libksba-0.9.13.tar.bz2) = 480103 bytes
+SHA1 (libksba-1.0.0.tar.bz2) = aefe3f5c7f8d1faedc9497df09123c90a789ffe1
+RMD160 (libksba-1.0.0.tar.bz2) = c2734dae2d4e2dc36a55512271134c79efbae135
+Size (libksba-1.0.0.tar.bz2) = 502130 bytes
 SHA1 (patch-aa) = d8af1927606aa254874776f589d80b439179b77b



Home | Main Index | Thread Index | Old Index