aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorsf <sf@FreeBSD.org>2001-01-26 03:43:01 +0800
committersf <sf@FreeBSD.org>2001-01-26 03:43:01 +0800
commit71f3c5f32ca93056fee2f16b73561d20d7727449 (patch)
tree51bcf51be710137a35464af00f4ceb99e6175e14 /security
parent37ab9ec08a8a5cb2817391550f2ec2da2b09ce8e (diff)
downloadfreebsd-ports-gnome-71f3c5f32ca93056fee2f16b73561d20d7727449.tar.gz
freebsd-ports-gnome-71f3c5f32ca93056fee2f16b73561d20d7727449.tar.zst
freebsd-ports-gnome-71f3c5f32ca93056fee2f16b73561d20d7727449.zip
add missed patches.
Diffstat (limited to 'security')
-rw-r--r--security/pgp6/files/patch-ca11
-rw-r--r--security/pgp6/files/patch-cb10
2 files changed, 21 insertions, 0 deletions
diff --git a/security/pgp6/files/patch-ca b/security/pgp6/files/patch-ca
new file mode 100644
index 000000000000..dbe85cd88e33
--- /dev/null
+++ b/security/pgp6/files/patch-ca
@@ -0,0 +1,11 @@
+--- libs/pgpcdk/priv/crypto/random/pgpRandomPool.c.orig Fri Aug 6 13:56:49 1999
++++ libs/pgpcdk/priv/crypto/random/pgpRandomPool.c Fri Sep 29 20:41:26 2000
+@@ -424,7 +424,7 @@
+ * #define UMULH_32(r,a,b) (r) = 0
+ */
+ #ifndef UMULH_32
+-#if defined(__GNUC__) && defined(__i386__)
++#if 0
+ /* Inline asm goodies */
+ #define UMULH_32(r,a,b) __asm__("mull %2" : "=d"(r) : "%a"(a), "mr"(b) : "ax")
+ #elif HAVE64
diff --git a/security/pgp6/files/patch-cb b/security/pgp6/files/patch-cb
new file mode 100644
index 000000000000..0e24f0e95803
--- /dev/null
+++ b/security/pgp6/files/patch-cb
@@ -0,0 +1,10 @@
+--- libs/pgpcdk/unix/ui/PGPKeyServerDialogs.cpp.orig Tue Mar 9 18:52:17 1999
++++ libs/pgpcdk/unix/ui/PGPKeyServerDialogs.cpp Fri Sep 29 20:51:02 2000
+@@ -5,6 +5,7 @@
+ $Id: PGPKeyServerDialogs.cpp,v 1.2 1999/03/10 02:52:17 heller Exp $
+ ____________________________________________________________________________*/
+ #include <string.h>
++#include <stdlib.h>
+
+ #include "pgpDialogs.h"
+ #include "pgpKeyServerDialogCommon.h"