Sun Jan 13 16:23:55 2008 UTC ()
Update to 1.4.8:

Noteworthy changes in version 1.4.8 (2007-12-20)
------------------------------------------------

             *******************************************
             * A decade of GnuPG: g10-0.0.0.tar.gz was *
             *      released exactly 10 years ago.     *
             *******************************************

    * Changed the license to GPLv3.

    * Improved detection of keyrings specified multiple times.

    * Changes to better cope with broken keyservers.

    * Minor bug fixes.

    * The new OpenPGP standard is now complete, and has been published
      as RFC-4880.  The GnuPG --openpgp mode (note this is not the
      default) has been updated to match the new standard.  The
      --rfc2440 option can be used to return to the older RFC-2440
      behavior.  The main differences between the two are
      "--enable-dsa2 --no-rfc2440-text --escape-from-lines
      --require-cross-certification".

    * By default (i.e. --gnupg mode), --require-cross-certification is
      now on.  --rfc2440-text and --force-v3-sigs are now off.

    * Allow encryption using legacy Elgamal sign+encrypt keys if
      option --rfc2440 is used.

    * Fixed the auto creation of the key stub for smartcards.

    * Fixed a rare bug in decryption using the OpenPGP card.

    * Fix RFC-4880 typo in the SHA-224 hash prefix.  Old SHA-224
      signatures will continue to work.


(wiz)
diff -r1.94 -r1.95 pkgsrc/security/gnupg/Makefile
diff -r1.46 -r1.47 pkgsrc/security/gnupg/distinfo

cvs diff -r1.94 -r1.95 pkgsrc/security/gnupg/Makefile (expand / switch to unified diff)

--- pkgsrc/security/gnupg/Makefile 2007/03/07 11:31:24 1.94
+++ pkgsrc/security/gnupg/Makefile 2008/01/13 16:23:55 1.95
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.94 2007/03/07 11:31:24 drochner Exp $ 1# $NetBSD: Makefile,v 1.95 2008/01/13 16:23:55 wiz Exp $
2 2
3DISTNAME= gnupg-1.4.7 3DISTNAME= gnupg-1.4.8
4CATEGORIES= security 4CATEGORIES= security
5MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/ \ 5MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/ \
6 ftp://ftp.planetmirror.com/pub/gnupg/ \ 6 ftp://ftp.planetmirror.com/pub/gnupg/ \
7 ftp://gd.tuwien.ac.at/privacy/gnupg/gnupg/ \ 7 ftp://gd.tuwien.ac.at/privacy/gnupg/gnupg/ \
8 ftp://ftp.jyu.fi/pub/crypt/gcrypt/gnupg/ \ 8 ftp://ftp.jyu.fi/pub/crypt/gcrypt/gnupg/ \
9 ftp://ftp.cert.dfn.de/pub/tools/crypt/gcrypt/gnupg/ \ 9 ftp://ftp.cert.dfn.de/pub/tools/crypt/gcrypt/gnupg/ \
10 ftp://ftp.ring.gr.jp/pub/net/gnupg/gnupg/ \ 10 ftp://ftp.ring.gr.jp/pub/net/gnupg/gnupg/ \
11 http://sunsite.rediris.es/mirror/gnupg/gnupg/ 11 http://sunsite.rediris.es/mirror/gnupg/gnupg/
12EXTRACT_SUFX= .tar.bz2 12EXTRACT_SUFX= .tar.bz2
13# don't remove this -- we may add idea.c.gz to it in options.mk 13# don't remove this -- we may add idea.c.gz to it in options.mk
14DISTFILES= ${DISTNAME}${EXTRACT_SUFX} 14DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
15 15
16MAINTAINER= wiz@NetBSD.org 16MAINTAINER= wiz@NetBSD.org
@@ -18,26 +18,27 @@ HOMEPAGE= http://www.gnupg.org/ @@ -18,26 +18,27 @@ HOMEPAGE= http://www.gnupg.org/
18COMMENT= GNU Privacy Guard, public-Key encryption and digital signatures 18COMMENT= GNU Privacy Guard, public-Key encryption and digital signatures
19 19
20PKG_INSTALLATION_TYPES= overwrite pkgviews 20PKG_INSTALLATION_TYPES= overwrite pkgviews
21PKG_DESTDIR_SUPPORT= user-destdir 21PKG_DESTDIR_SUPPORT= user-destdir
22 22
23CRYPTO= yes 23CRYPTO= yes
24GNU_CONFIGURE= yes 24GNU_CONFIGURE= yes
25USE_PKGLOCALEDIR= yes 25USE_PKGLOCALEDIR= yes
26USE_TOOLS+= gmake msgfmt 26USE_TOOLS+= gmake msgfmt
27CONFIGURE_ARGS+= --with-static-rnd=auto 27CONFIGURE_ARGS+= --with-static-rnd=auto
28CONFIGURE_ARGS+= --with-mailprog=/usr/sbin/sendmail 28CONFIGURE_ARGS+= --with-mailprog=/usr/sbin/sendmail
29TEST_TARGET= check 29TEST_TARGET= check
30INFO_FILES= # PLIST 30INFO_FILES= # PLIST
 31#LICENSE= gnu-gplv3
31 32
32EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} 33EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
33 34
34.include "options.mk" 35.include "options.mk"
35 36
36.if ${OPSYS} == "SunOS" || (${OPSYS} == "NetBSD" && !empty(OS_VERSION:M1.[0-6]*)) 37.if ${OPSYS} == "SunOS" || (${OPSYS} == "NetBSD" && !empty(OS_VERSION:M1.[0-6]*))
37CONFIGURE_ARGS+= --disable-gnupg-iconv 38CONFIGURE_ARGS+= --disable-gnupg-iconv
38.endif 39.endif
39 40
40.if ${OPSYS} == "SunOS" && defined(ABI) && ${ABI} == 64 41.if ${OPSYS} == "SunOS" && defined(ABI) && ${ABI} == 64
41CONFIGURE_ARGS+= --disable-asm 42CONFIGURE_ARGS+= --disable-asm
42.endif 43.endif
43 44

cvs diff -r1.46 -r1.47 pkgsrc/security/gnupg/distinfo (expand / switch to unified diff)

--- pkgsrc/security/gnupg/distinfo 2007/03/07 11:31:24 1.46
+++ pkgsrc/security/gnupg/distinfo 2008/01/13 16:23:55 1.47
@@ -1,11 +1,11 @@ @@ -1,11 +1,11 @@
1$NetBSD: distinfo,v 1.46 2007/03/07 11:31:24 drochner Exp $ 1$NetBSD: distinfo,v 1.47 2008/01/13 16:23:55 wiz Exp $
2 2
3SHA1 (gnupg-1.4.7.tar.bz2) = 22149105845c79068771837c8deb7d5ba0854927 3SHA1 (gnupg-1.4.8.tar.bz2) = 4b63267358e5c70f05b48e27d6877bad2636cabd
4RMD160 (gnupg-1.4.7.tar.bz2) = 630344c99834cf9adcf806d55e6f609a1e50bd8b 4RMD160 (gnupg-1.4.8.tar.bz2) = 75228c02ea1999494232cb2eb2107951d1602c4d
5Size (gnupg-1.4.7.tar.bz2) = 3200642 bytes 5Size (gnupg-1.4.8.tar.bz2) = 3320100 bytes
6SHA1 (idea.c.gz) = 82fded4ec31b97b3b2dd22741880b67cfee40f84 6SHA1 (idea.c.gz) = 82fded4ec31b97b3b2dd22741880b67cfee40f84
7RMD160 (idea.c.gz) = e35be5a031d10d52341ac5f029d28f811edd908d 7RMD160 (idea.c.gz) = e35be5a031d10d52341ac5f029d28f811edd908d
8Size (idea.c.gz) = 5216 bytes 8Size (idea.c.gz) = 5216 bytes
9SHA1 (patch-aa) = 91d55ca22b58e8a1f3c17a2fd0ad888d4c85c6cf 9SHA1 (patch-aa) = 91d55ca22b58e8a1f3c17a2fd0ad888d4c85c6cf
10SHA1 (patch-ab) = 29a7d0b736322eb1ecf0925a2419b513f323000e 10SHA1 (patch-ab) = 29a7d0b736322eb1ecf0925a2419b513f323000e
11SHA1 (patch-ak) = 89a6a7552104f4d5b97a98889da88fca68c54f31 11SHA1 (patch-ak) = 89a6a7552104f4d5b97a98889da88fca68c54f31