summaryrefslogtreecommitdiff
path: root/security/gnupg/patches
diff options
context:
space:
mode:
authorwiz <wiz>2000-11-10 02:35:02 +0000
committerwiz <wiz>2000-11-10 02:35:02 +0000
commit8ef80ccfeb9774714695e32ecf13a745cbf45777 (patch)
treebc5973fba2d238d4c041a1bea28ddfb60ad576e7 /security/gnupg/patches
parent4834945b900e371ce338c6ed5ad95d4a29e98363 (diff)
downloadpkgsrc-8ef80ccfeb9774714695e32ecf13a745cbf45777.tar.gz
Update to 1.0.4. Changes since 1.0.3:
* Fixed a serious bug which could lead to false signature verification results when more than one signature is fed to gpg. This is the primary reason for releasing this version. * New utility gpgv which is a stripped down version of gpg to be used to verify signatures against a list of trusted keys. * Rijndael (AES) is now supported and listed with top preference. * --with-colons now works with --print-md[s]. Based on an update provided by Mipam <mipam@ibb.net>.
Diffstat (limited to 'security/gnupg/patches')
-rw-r--r--security/gnupg/patches/patch-aa14
-rw-r--r--security/gnupg/patches/patch-ab15
-rw-r--r--security/gnupg/patches/patch-ac19
3 files changed, 14 insertions, 34 deletions
diff --git a/security/gnupg/patches/patch-aa b/security/gnupg/patches/patch-aa
new file mode 100644
index 00000000000..b3d05cd7553
--- /dev/null
+++ b/security/gnupg/patches/patch-aa
@@ -0,0 +1,14 @@
+$NetBSD: patch-aa,v 1.4 2000/11/10 02:35:03 wiz Exp $
+
+--- configure.orig Tue Oct 17 15:39:41 2000
++++ configure
+@@ -3797,7 +3797,8 @@
+ cat conftest.$ac_ext >&5
+ rm -rf conftest*
+ CATOBJEXT=.mo
+- DATADIRNAME=lib
++# For Solaris, make DATADIRNAME share.
++ DATADIRNAME=share
+ fi
+ rm -f conftest*
+ INSTOBJEXT=.mo
diff --git a/security/gnupg/patches/patch-ab b/security/gnupg/patches/patch-ab
deleted file mode 100644
index 1e6eb1ef0da..00000000000
--- a/security/gnupg/patches/patch-ab
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ab,v 1.8 2000/07/15 11:24:28 wiz Exp $
-
-For Solaris, make DATADIRNAME share.
-
---- configure.orig Wed Jul 12 13:42:41 2000
-+++ configure Sat Jul 15 13:03:37 2000
-@@ -3728,7 +3728,7 @@
- cat conftest.$ac_ext >&5
- rm -rf conftest*
- CATOBJEXT=.mo
-- DATADIRNAME=lib
-+ DATADIRNAME=share
- fi
- rm -f conftest*
- INSTOBJEXT=.mo
diff --git a/security/gnupg/patches/patch-ac b/security/gnupg/patches/patch-ac
deleted file mode 100644
index 2f9675dc690..00000000000
--- a/security/gnupg/patches/patch-ac
+++ /dev/null
@@ -1,19 +0,0 @@
-$NetBSD: patch-ac,v 1.6 2000/07/17 23:44:53 wiz Exp $
-
---- mpi/config.links.orig Tue Mar 21 10:24:45 2000
-+++ mpi/config.links Mon Jul 17 14:30:59 2000
-@@ -171,7 +171,13 @@
- cat $srcdir/mpi/m68k/syntax.h >>./mpi/asm-syntax.h
- path="m68k/mc68020 m68k"
- ;;
--
-+ powerpc*-*-netbsd*)
-+ echo '/* configured NetBSD on powerpc */' >>./mpi/asm-syntax.h
-+ echo '#define ELF_SYNTAX' >>./mpi/asm-syntax.h
-+ cat $srcdir/mpi/powerpc32/syntax.h >>./mpi/asm-syntax.h
-+ mpi_sflags="-Wa,-mppc"
-+ path="powerpc32"
-+ ;;
- powerpc*-*-linux*)
- echo '/* configured for powerpc/ELF */' >>./mpi/asm-syntax.h
- echo '#define ELF_SYNTAX' >>./mpi/asm-syntax.h