pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/AiSSLtelnet Don't include a reimplementation ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3a80e7441945
branches: trunk
changeset: 531187:3a80e7441945
user: joerg <joerg%pkgsrc.org@localhost>
date: Tue Jul 24 14:26:31 2007 +0000
description:
Don't include a reimplementation of strdup, ANSI C is old enough.
diffstat:
security/AiSSLtelnet/distinfo | 3 ++-
security/AiSSLtelnet/patches/patch-ai | 13 +++++++++++++
2 files changed, 15 insertions(+), 1 deletions(-)
diffs (31 lines):
diff -r af8e3f44e123 -r 3a80e7441945 security/AiSSLtelnet/distinfo
--- a/security/AiSSLtelnet/distinfo Tue Jul 24 14:23:26 2007 +0000
+++ b/security/AiSSLtelnet/distinfo Tue Jul 24 14:26:31 2007 +0000
@@ -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-af) = 686ce88931e977e14041be096b589942b35c7a98
SHA1 (patch-ag) = ebeb3ce32341d4b4e69c71ab969408ff84a5d309
SHA1 (patch-ah) = a4322b39b6e5d4b78d2431c5379bdcaf75f16b9e
+SHA1 (patch-ai) = b683e37072eae4ae324b0c97808058460eeefcf6
diff -r af8e3f44e123 -r 3a80e7441945 security/AiSSLtelnet/patches/patch-ai
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/AiSSLtelnet/patches/patch-ai Tue Jul 24 14:26:31 2007 +0000
@@ -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
+
Home |
Main Index |
Thread Index |
Old Index