pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/gpgme update to gpgme-0.9.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1622607f2575
branches:  trunk
changeset: 479786:1622607f2575
user:      recht <recht%pkgsrc.org@localhost>
date:      Sun Aug 22 17:52:26 2004 +0000

description:
update to gpgme-0.9.0

Noteworthy changes in version 0.9.0 (unreleased)
------------------------------------------------

 * The type gpgme_key_t has now a new field keylist_mode that contains
   the keylist mode that was active at the time the key was retrieved.

 * The type gpgme_decrypt_result_t has a new field "wrong_key_usage"
   that contains a flag indicating that the key should not have been
   used for encryption.

 * Verifying a signature of a revoked key gives the correct result now
   (GPG_ERR_CERT_REVOKED error code).

 * Clarified that the error code GPG_ERR_NO_DATA from the decrypt &
   verify operations still allows you to look at the signature
   verification result.

 * Clarified that patterns in keylisting operations have an upper
   limit, and thus are not suited to list many keys at once by their
   fingerprint.  Also improve the error message if the pattern is too
   long for the CMS protocol to handle.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpgme_key_t                     EXTENDED: New field keylist_mode.
gpgme_decrypt_result_t          EXTENDED: New field wrong_key_usage.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Set the 0.9.0 versions as BUILDLINK_DEPENDS in the buildlink3.mk for the
library major version changes.

diffstat:

 security/gpgme/Makefile         |   4 ++--
 security/gpgme/PLIST            |  10 +++++-----
 security/gpgme/buildlink3.mk    |   4 ++--
 security/gpgme/distinfo         |   8 ++++----
 security/gpgme/patches/patch-aa |   8 ++++----
 5 files changed, 17 insertions(+), 17 deletions(-)

diffs (84 lines):

diff -r c5c2038e16bd -r 1622607f2575 security/gpgme/Makefile
--- a/security/gpgme/Makefile   Sun Aug 22 16:52:09 2004 +0000
+++ b/security/gpgme/Makefile   Sun Aug 22 17:52:26 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2004/08/21 10:54:47 markd Exp $
+# $NetBSD: Makefile,v 1.20 2004/08/22 17:52:26 recht Exp $
 #
 
-DISTNAME=      gpgme-0.4.7
+DISTNAME=      gpgme-0.9.0
 CATEGORIES=    security
 MASTER_SITES=  ftp://ftp.gnupg.org/gcrypt/gpgme/ \
                ftp://ftp.gnupg.org/gcrypt/alpha/gpgme/
diff -r c5c2038e16bd -r 1622607f2575 security/gpgme/PLIST
--- a/security/gpgme/PLIST      Sun Aug 22 16:52:09 2004 +0000
+++ b/security/gpgme/PLIST      Sun Aug 22 17:52:26 2004 +0000
@@ -1,14 +1,14 @@
-@comment $NetBSD: PLIST,v 1.11 2004/08/21 10:54:47 markd Exp $
+@comment $NetBSD: PLIST,v 1.12 2004/08/22 17:52:26 recht Exp $
 bin/gpgme-config
 include/gpgme.h
 lib/libgpgme-pthread.a
 lib/libgpgme-pthread.la
 lib/libgpgme-pthread.so
-lib/libgpgme-pthread.so.13
-lib/libgpgme-pthread.so.13.2
+lib/libgpgme-pthread.so.14
+lib/libgpgme-pthread.so.14.0
 lib/libgpgme.a
 lib/libgpgme.la
 lib/libgpgme.so
-lib/libgpgme.so.13
-lib/libgpgme.so.13.2
+lib/libgpgme.so.14
+lib/libgpgme.so.14.0
 share/aclocal/gpgme.m4
diff -r c5c2038e16bd -r 1622607f2575 security/gpgme/buildlink3.mk
--- a/security/gpgme/buildlink3.mk      Sun Aug 22 16:52:09 2004 +0000
+++ b/security/gpgme/buildlink3.mk      Sun Aug 22 17:52:26 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.3 2004/03/18 09:12:14 jlam Exp $
+# $NetBSD: buildlink3.mk,v 1.4 2004/08/22 17:52:26 recht Exp $
 
 BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH}+
 GPGME_BUILDLINK3_MK:=  ${GPGME_BUILDLINK3_MK}+
@@ -11,7 +11,7 @@
 BUILDLINK_PACKAGES+=   gpgme
 
 .if !empty(GPGME_BUILDLINK3_MK:M+)
-BUILDLINK_DEPENDS.gpgme+=      gpgme>=0.4.3
+BUILDLINK_DEPENDS.gpgme+=      gpgme>=0.9.0
 BUILDLINK_PKGSRCDIR.gpgme?=    ../../security/gpgme
 .endif # GPGME_BUILDLINK3_MK
 
diff -r c5c2038e16bd -r 1622607f2575 security/gpgme/distinfo
--- a/security/gpgme/distinfo   Sun Aug 22 16:52:09 2004 +0000
+++ b/security/gpgme/distinfo   Sun Aug 22 17:52:26 2004 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2004/08/21 10:54:47 markd Exp $
+$NetBSD: distinfo,v 1.9 2004/08/22 17:52:26 recht Exp $
 
-SHA1 (gpgme-0.4.7.tar.gz) = 545d0db828789b75e7ad34ba8e4c6c5d088a755e
-Size (gpgme-0.4.7.tar.gz) = 822365 bytes
-SHA1 (patch-aa) = 84c43809bc8892c34650ed8abde2b9beaa9c4971
+SHA1 (gpgme-0.9.0.tar.gz) = aba7d94689f1a747ee5a207c32c564b5c2c6afaf
+Size (gpgme-0.9.0.tar.gz) = 816291 bytes
+SHA1 (patch-aa) = 27f98c23d89a0a030398e1e5cfefff84b23d2658
 SHA1 (patch-ab) = d73b151c643d6ae5b2a321e58291a6b48892fd03
diff -r c5c2038e16bd -r 1622607f2575 security/gpgme/patches/patch-aa
--- a/security/gpgme/patches/patch-aa   Sun Aug 22 16:52:09 2004 +0000
+++ b/security/gpgme/patches/patch-aa   Sun Aug 22 17:52:26 2004 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.4 2004/08/21 10:54:47 markd Exp $
+$NetBSD: patch-aa,v 1.5 2004/08/22 17:52:26 recht Exp $
 
---- gpgme/gpgme-config.in.orig 2004-03-08 06:45:28.000000000 +1300
-+++ gpgme/gpgme-config.in
-@@ -93,7 +93,7 @@ while test $# -gt 0; do
+--- gpgme/gpgme-config.in.orig 2004-05-21 21:49:29.000000000 +0200
++++ gpgme/gpgme-config.in      2004-08-22 17:25:14.000000000 +0200
+@@ -98,7 +98,7 @@
            ;;
        --libs)
            if test "x$libdir" != "x/usr/lib" -a "x$libdir" != "x/lib"; then



Home | Main Index | Thread Index | Old Index