Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-2-0]: src/usr.sbin/racoon/racoon Pullup rev 1.20 (requested by it...



details:   https://anonhg.NetBSD.org/src/rev/366e22011dab
branches:  netbsd-2-0
changeset: 560406:366e22011dab
user:      jmc <jmc%NetBSD.org@localhost>
date:      Mon Apr 12 05:21:02 2004 +0000

description:
Pullup rev 1.20 (requested by itojun in ticket #132)

Do not compile in print-isakmp.c, as src/dist/tcpdump contains ancient version
which could be vulnerable to attacks.

diffstat:

 usr.sbin/racoon/racoon/Makefile |  10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diffs (24 lines):

diff -r 61d59b593ac2 -r 366e22011dab usr.sbin/racoon/racoon/Makefile
--- a/usr.sbin/racoon/racoon/Makefile   Mon Apr 12 05:20:04 2004 +0000
+++ b/usr.sbin/racoon/racoon/Makefile   Mon Apr 12 05:21:02 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.19 2003/10/19 06:09:17 lukem Exp $
+#      $NetBSD: Makefile,v 1.19.2.1 2004/04/12 05:21:02 jmc Exp $
 
 .include <bsd.own.mk>
 
@@ -50,9 +50,11 @@
 YHEADER=1
 
 # debugging code with print-isakmp.c
-SRCS+= print-isakmp.c
-CPPFLAGS+=-DRACOON_PKG_VERSION="\"${PKGVERSION}\""
-CPPFLAGS+=-I${TCPDUMPSRCDIR} -I${TCPDUMPSRCDIR}/lbl -DHAVE_PRINT_ISAKMP_C=1
+#SRCS+=        print-isakmp.c
+#CPPFLAGS+=-DRACOON_PKG_VERSION="\"${PKGVERSION}\""
+#CPPFLAGS+=-I${TCPDUMPSRCDIR} -I${TCPDUMPSRCDIR}/lbl -DHAVE_PRINT_ISAKMP_C=1
+
+# kerberos
 .if (${USE_KERBEROS} != "no")
 CPPFLAGS+=-I${DESTDIR}/usr/include/krb5
 .endif



Home | Main Index | Thread Index | Old Index