summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-07-24 14:26:31 +0000
committerjoerg <joerg@pkgsrc.org>2007-07-24 14:26:31 +0000
commite6c367979b711188d4bc3394230641a3c4e6148f (patch)
treeb1679fe8aa00a93556527bc0ae910aad91e99f4b /security
parent8ec603044ef0828928843a47a0af015e7529bc15 (diff)
downloadpkgsrc-e6c367979b711188d4bc3394230641a3c4e6148f.tar.gz
Don't include a reimplementation of strdup, ANSI C is old enough.
Diffstat (limited to 'security')
-rw-r--r--security/AiSSLtelnet/distinfo3
-rw-r--r--security/AiSSLtelnet/patches/patch-ai13
2 files changed, 15 insertions, 1 deletions
diff --git a/security/AiSSLtelnet/distinfo b/security/AiSSLtelnet/distinfo
index 7e367aa6871..22e91a4138b 100644
--- a/security/AiSSLtelnet/distinfo
+++ b/security/AiSSLtelnet/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.12 2005/12/08 19:08:28 joerg Exp $
+$NetBSD: distinfo,v 1.13 2007/07/24 14:26:31 joerg Exp $
SHA1 (AiSSLtelnet-0.15.tar.gz) = 533662049ac44dbf45bb5b53f37eabf269017a79
RMD160 (AiSSLtelnet-0.15.tar.gz) = 6010734e7a38cf1b26e43b84e12678f99409f170
@@ -11,3 +11,4 @@ SHA1 (patch-ae) = 3b162a664c920ac5897154167871925739745083
SHA1 (patch-af) = 686ce88931e977e14041be096b589942b35c7a98
SHA1 (patch-ag) = ebeb3ce32341d4b4e69c71ab969408ff84a5d309
SHA1 (patch-ah) = a4322b39b6e5d4b78d2431c5379bdcaf75f16b9e
+SHA1 (patch-ai) = b683e37072eae4ae324b0c97808058460eeefcf6
diff --git a/security/AiSSLtelnet/patches/patch-ai b/security/AiSSLtelnet/patches/patch-ai
new file mode 100644
index 00000000000..7ad0cfced1b
--- /dev/null
+++ b/security/AiSSLtelnet/patches/patch-ai
@@ -0,0 +1,13 @@
+$NetBSD: patch-ai,v 1.1 2007/07/24 14:26:31 joerg Exp $
+
+--- lib/libbsd/Makefile.in.orig 2007-07-24 13:54:40.000000000 +0000
++++ lib/libbsd/Makefile.in
+@@ -11,7 +11,7 @@ CC= @CC@
+ FLGS= @CFLAGS@
+ DEFS= @DEFS@ -DLIBC_SCCS
+ RANLIB= @RANLIB@
+-OBJS= getenv.o herror.o setenv.o strerror.o getpass.o inet_addr.o strdup.o select.o
++OBJS= getenv.o herror.o setenv.o strerror.o getpass.o inet_addr.o select.o
+
+ CFLAGS= $(FLGS) $(DEFS) -I../.. -I../../include
+