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 1.0.0:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c67ec6745a8f
branches:  trunk
changeset: 482130:c67ec6745a8f
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Wed Oct 20 19:09:11 2004 +0000

description:
Update to 1.0.0:

* Version 1.0.0!  We are proud to present you with a thoroughly
  tested and stable version of the GPGME library.  A big Thank You!
  to all the people who made this possible.

  The development will be branched into a stable 1.x.y series and the
  head.

* The gpgme.m4 macro supports checking the API version.  Just prepend
  it to the required version string, separated by a colon.  For
  example, this release has the version "1:1.0.0".  The last release
  to which this version is (mostly) ABI compatible is "1:0.4.2",
  which is the default required version.

diffstat:

 security/gpgme/Makefile         |   5 ++---
 security/gpgme/distinfo         |   7 ++++---
 security/gpgme/patches/patch-ac |  13 +++++++++++++
 3 files changed, 19 insertions(+), 6 deletions(-)

diffs (45 lines):

diff -r 0c7b939852e8 -r c67ec6745a8f security/gpgme/Makefile
--- a/security/gpgme/Makefile   Wed Oct 20 19:00:05 2004 +0000
+++ b/security/gpgme/Makefile   Wed Oct 20 19:09:11 2004 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2004/10/03 00:18:09 tv Exp $
+# $NetBSD: Makefile,v 1.22 2004/10/20 19:09:11 jmmv Exp $
 #
 
-DISTNAME=      gpgme-0.9.0
-PKGREVISION=   1
+DISTNAME=      gpgme-1.0.0
 CATEGORIES=    security
 MASTER_SITES=  ftp://ftp.gnupg.org/gcrypt/gpgme/ \
                ftp://ftp.gnupg.org/gcrypt/alpha/gpgme/
diff -r 0c7b939852e8 -r c67ec6745a8f security/gpgme/distinfo
--- a/security/gpgme/distinfo   Wed Oct 20 19:00:05 2004 +0000
+++ b/security/gpgme/distinfo   Wed Oct 20 19:09:11 2004 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.9 2004/08/22 17:52:26 recht Exp $
+$NetBSD: distinfo,v 1.10 2004/10/20 19:09:12 jmmv Exp $
 
-SHA1 (gpgme-0.9.0.tar.gz) = aba7d94689f1a747ee5a207c32c564b5c2c6afaf
-Size (gpgme-0.9.0.tar.gz) = 816291 bytes
+SHA1 (gpgme-1.0.0.tar.gz) = 812b66971ded42baf7828d0c6380850e7691b577
+Size (gpgme-1.0.0.tar.gz) = 810646 bytes
 SHA1 (patch-aa) = 27f98c23d89a0a030398e1e5cfefff84b23d2658
 SHA1 (patch-ab) = d73b151c643d6ae5b2a321e58291a6b48892fd03
+SHA1 (patch-ac) = b63a3da29b94531ead9e9b2dc54d1b7e1868ad17
diff -r 0c7b939852e8 -r c67ec6745a8f security/gpgme/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/gpgme/patches/patch-ac   Wed Oct 20 19:09:11 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1 2004/10/20 19:09:12 jmmv Exp $
+
+--- configure.orig     2004-09-30 04:44:16.000000000 +0200
++++ configure
+@@ -21872,7 +21872,7 @@ _ACEOF
+ fi
+ 
+ 
+-if test -n "$GPGSM"; then
++if test "$GPGSM" != no; then
+   HAVE_GPGSM_TRUE=
+   HAVE_GPGSM_FALSE='#'
+ else



Home | Main Index | Thread Index | Old Index