summaryrefslogtreecommitdiff
path: root/security/opencdk/patches
diff options
context:
space:
mode:
Diffstat (limited to 'security/opencdk/patches')
-rw-r--r--security/opencdk/patches/patch-aa13
-rw-r--r--security/opencdk/patches/patch-ab13
-rw-r--r--security/opencdk/patches/patch-ac13
-rw-r--r--security/opencdk/patches/patch-ad8
4 files changed, 4 insertions, 43 deletions
diff --git a/security/opencdk/patches/patch-aa b/security/opencdk/patches/patch-aa
deleted file mode 100644
index cafb741f0e0..00000000000
--- a/security/opencdk/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2004/05/09 20:02:59 danw Exp $
-
---- src/encrypt.c.orig Sat Mar 13 11:34:03 2004
-+++ src/encrypt.c
-@@ -24,7 +24,7 @@
- #endif
- #include <stdio.h>
- #include <stdarg.h>
--#include <malloc.h>
-+#include <stdlib.h>
- #include <assert.h>
-
- #include "opencdk.h"
diff --git a/security/opencdk/patches/patch-ab b/security/opencdk/patches/patch-ab
deleted file mode 100644
index 5a7cb19bcff..00000000000
--- a/security/opencdk/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2004/05/09 20:02:59 danw Exp $
-
---- src/main.c.orig Sat Mar 13 11:34:08 2004
-+++ src/main.c
-@@ -24,7 +24,7 @@
- #endif
- #include <stdio.h>
- #include <errno.h>
--#include <malloc.h>
-+#include <stdlib.h>
- #ifdef HAVE_PWD_H
- # include <pwd.h>
- #endif
diff --git a/security/opencdk/patches/patch-ac b/security/opencdk/patches/patch-ac
deleted file mode 100644
index 9681a478a76..00000000000
--- a/security/opencdk/patches/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.1 2004/05/09 20:02:59 danw Exp $
-
---- src/misc.c.orig Sat Mar 13 11:34:11 2004
-+++ src/misc.c
-@@ -27,7 +27,7 @@
- #include <string.h>
- #include <ctype.h>
- #include <time.h>
--#include <malloc.h>
-+#include <stdlib.h>
-
- #include "opencdk.h"
- #include "main.h"
diff --git a/security/opencdk/patches/patch-ad b/security/opencdk/patches/patch-ad
index 0647dbf82e7..45042a92ed9 100644
--- a/security/opencdk/patches/patch-ad
+++ b/security/opencdk/patches/patch-ad
@@ -1,10 +1,10 @@
-$NetBSD: patch-ad,v 1.1 2005/05/31 21:02:10 salo Exp $
+$NetBSD: patch-ad,v 1.2 2005/08/30 14:28:46 adam Exp $
---- src/keyserver.c.orig 2005-05-31 07:20:08.000000000 +0200
+--- src/keyserver.c.orig 2005-06-13 12:24:50.000000000 +0000
+++ src/keyserver.c
-@@ -24,6 +24,7 @@
+@@ -27,6 +27,7 @@
+ # include <sys/types.h>
#endif
- #include <stdio.h>
#ifdef HAVE_NETDB_H
+# include <sys/types.h>
# include <sys/socket.h>