head 1.8; access; symbols pkgsrc-2013Q2:1.8.0.30 pkgsrc-2013Q2-base:1.8 pkgsrc-2012Q4:1.8.0.28 pkgsrc-2012Q4-base:1.8 pkgsrc-2011Q4:1.8.0.26 pkgsrc-2011Q4-base:1.8 pkgsrc-2011Q2:1.8.0.24 pkgsrc-2011Q2-base:1.8 pkgsrc-2009Q4:1.8.0.22 pkgsrc-2009Q4-base:1.8 pkgsrc-2008Q4:1.8.0.20 pkgsrc-2008Q4-base:1.8 pkgsrc-2008Q3:1.8.0.18 pkgsrc-2008Q3-base:1.8 cube-native-xorg:1.8.0.16 cube-native-xorg-base:1.8 pkgsrc-2008Q2:1.8.0.14 pkgsrc-2008Q2-base:1.8 pkgsrc-2008Q1:1.8.0.12 pkgsrc-2008Q1-base:1.8 pkgsrc-2007Q4:1.8.0.10 pkgsrc-2007Q4-base:1.8 pkgsrc-2007Q3:1.8.0.8 pkgsrc-2007Q3-base:1.8 pkgsrc-2007Q2:1.8.0.6 pkgsrc-2007Q2-base:1.8 pkgsrc-2007Q1:1.8.0.4 pkgsrc-2007Q1-base:1.8 pkgsrc-2006Q4:1.8.0.2 pkgsrc-2006Q4-base:1.8 pkgsrc-2006Q3:1.6.0.6 pkgsrc-2006Q3-base:1.6 pkgsrc-2006Q2:1.6.0.4 pkgsrc-2006Q2-base:1.6 pkgsrc-2006Q1:1.6.0.2 pkgsrc-2006Q1-base:1.6 pkgsrc-2005Q4:1.5.0.4 pkgsrc-2005Q4-base:1.5 pkgsrc-2005Q3:1.5.0.2 pkgsrc-2005Q3-base:1.5 pkgsrc-2005Q2:1.4.0.2 pkgsrc-2005Q2-base:1.4 pkgsrc-2005Q1:1.3.0.2 pkgsrc-2005Q1-base:1.3 pkgsrc-2004Q4:1.2.0.2 pkgsrc-2004Q4-base:1.2; locks; strict; comment @# @; 1.8 date 2006.11.17.15.19.39; author shannonjr; state dead; branches; next 1.7; 1.7 date 2006.10.20.15.23.58; author shannonjr; state Exp; branches; next 1.6; 1.6 date 2006.01.06.11.05.18; author shannonjr; state dead; branches 1.6.6.1; next 1.5; 1.5 date 2005.06.23.10.57.00; author shannonjr; state Exp; branches; next 1.4; 1.4 date 2005.04.23.12.38.05; author shannonjr; state dead; branches; next 1.3; 1.3 date 2005.01.04.13.52.01; author shannonjr; state Exp; branches; next 1.2; 1.2 date 2004.12.03.22.02.26; author shannonjr; state dead; branches; next 1.1; 1.1 date 2004.11.23.11.10.35; author shannonjr; state Exp; branches; next ; 1.6.6.1 date 2006.12.06.18.35.02; author ghen; state Exp; branches; next ; desc @@ 1.8 log @Removing gnupg-devel. It has been replaced by gnupg2. @ text @$NetBSD: patch-ab,v 1.7 2006/10/20 15:23:58 shannonjr Exp $ --- common/memrchr.h.orig 2006-10-19 04:13:17.000000000 -0600 +++ common/memrchr.h @@@@ -0,0 +1,3 @@@@ +#include +void * +memrchr(const void *s, int c, size_t n); @ 1.7 log @Re: pkg/34856: upgrade to GnuPG 1.9.93 This release is mainly to fix bugs found in 1.9.92. @ text @d1 1 a1 1 $NetBSD$ @ 1.6 log @Update to 1.9.20. This is a bugfix release. @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.5 2005/06/23 10:57:00 shannonjr Exp $ d3 6 a8 12 --- ./scd/scdaemon.c.orig 2005-06-06 11:31:23.000000000 -0600 +++ ./scd/scdaemon.c @@@@ -456,7 +456,9 @@@@ main (int argc, char **argv ) allow_coredump = 1; break; case oDebugCCIDDriver: +#ifdef TEST ccid_set_debug_level (ccid_set_debug_level (-1)+1); +#endif break; case oDebugDisableTicker: ticker_disabled = 1; break; @ 1.6.6.1 log @Pullup ticket 1939 - requested by wiz security fix for gnupg-devel - pkgsrc/security/gnupg-devel/Makefile patch - pkgsrc/security/gnupg-devel/distinfo patch - pkgsrc/security/gnupg-devel/patches/patch-ab patch Apply GnuPG security patch from http://lists.gnupg.org/pipermail/gnupg-announce/2006q4/000241.html @ text @d1 1 a1 1 $NetBSD$ d3 11 a13 7 # http://lists.gnupg.org/pipermail/gnupg-announce/2006q4/000241.html --- g10/openfile.c.orig 2006-06-20 18:33:00.000000000 +0200 +++ g10/openfile.c @@@@ -145,7 +145,7 @@@@ ask_outfile_name( const char *name, size s = _("Enter new filename"); a14 5 - n = strlen(s) + namelen + 10; + n = strlen(s) + (defname?strlen (defname):0) + 10; defname = name && namelen? make_printable_string( name, namelen, 0): NULL; prompt = xmalloc(n); if( defname ) @ 1.5 log @I neglected to add this patch with my recent update to 1.9.17. @ text @d1 1 a1 1 $NetBSD$ @ 1.4 log @Update to 1.9.16. GnuPG 1.9 is the development version of GnuPG; it is based on some old GnuPG 1.3 code and the previous NewPG package. It will eventually lead to a GnuPG 2.0 release. Note that GnuPG 1.4 and 1.9 are not yet in sync and thus features and bug fixes done in 1.4 are not available in 1.9. *Please keep on using 1.4.x for OpenPGP*; 1.9.x and 1.4.x may be installed simultaneously. You should use GnuPG 1.9 if you want to use the gpg-agent or gpgsm (the S/MIME variant of gpg). The gpg-agent is also helpful when using the stable gpg version 1.4 (as well as the old 1.2 series). This is mainly a bug fix release but comes with some new features as well: * gpg-agent does now support the ssh-agent protocol and thus allows to use the pinentry as well as the OpenPGP smartcard with ssh. * New tool gpg-connect-agent as a general client for the gpg-agent. * New tool symcryptrun as a wrapper for certain encryption tools. * The gpg tool is not anymore build by default because those gpg versions available in the gnupg 1.4 series are far more matured. @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.3 2005/01/04 13:52:01 shannonjr Exp $ d3 12 a14 11 --- common/Makefile.in.orig 2004-12-22 10:55:06.000000000 -0700 +++ common/Makefile.in @@@@ -307,7 +307,7 @@@@ target_cpu = @@target_cpu@@ target_os = @@target_os@@ target_vendor = @@target_vendor@@ noinst_LIBRARIES = libcommon.a libsimple-pwquery.a -AM_CFLAGS = $(LIBGCRYPT_CFLAGS) $(KSBA_CFLAGS) +AM_CFLAGS = $(LIBGCRYPT_CFLAGS) $(KSBA_CFLAGS) $(PTH_CFLAGS) libcommon_a_SOURCES = \ util.h i18n.h \ errors.h \ @ 1.3 log @Enabled threads as recommended by developers. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Deleting patch-ab because it's included in release 1.9.13. @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.1 2004/11/23 11:10:35 shannonjr Exp $ d3 11 a13 18 --- jnlib/logging.c.orig 2004-10-21 13:00:25.000000000 -0600 +++ jnlib/logging.c @@@@ -411,9 +411,12 @@@@ log_get_prefix (unsigned int *flags) int log_test_fd (int fd) { - int tmp = fileno (logstream); - if ( tmp != -1 && tmp == fd) - return 1; + if (logstream != NULL) + { + int tmp = fileno (logstream); + if ( tmp != -1 && tmp == fd) + return 1; + } if (log_socket != -1 && log_socket == fd) return 1; return 0; @ 1.1 log @Upgrade to Revision 1.9.12, a bugfix release. @ text @d1 1 a1 1 $NetBSD$ @