Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/racoon Enable wildcard matching in psk files. We ar...
details: https://anonhg.NetBSD.org/src/rev/69184074aa91
branches: trunk
changeset: 787492:69184074aa91
user: christos <christos%NetBSD.org@localhost>
date: Thu Jun 20 15:42:58 2013 +0000
description:
Enable wildcard matching in psk files. We are big kids and if we put a *
in the psk file, we mean it.
diffstat:
usr.sbin/racoon/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 9775a55fef1d -r 69184074aa91 usr.sbin/racoon/Makefile
--- a/usr.sbin/racoon/Makefile Thu Jun 20 15:41:18 2013 +0000
+++ b/usr.sbin/racoon/Makefile Thu Jun 20 15:42:58 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2012/07/14 04:03:44 christos Exp $
+# $NetBSD: Makefile,v 1.26 2013/06/20 15:42:58 christos Exp $
WARNS?= 0 # XXX third-party program, many issues
NOCLANGERROR= # defined
@@ -27,7 +27,7 @@
CPPFLAGS+= -I${DIST}/src/racoon -I${DIST}/src/racoon/missing
CPPFLAGS+= -I${DIST}/src/libipsec
CPPFLAGS+= -I${NETBSDSRCDIR}/lib/libipsec -I.
-CPPFLAGS+= -DIPSEC_DEBUG -DHAVE_CONFIG_H
+CPPFLAGS+= -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH
CPPFLAGS+= -DADMINPORTDIR=\"/var/run\"
CPPFLAGS+= -DSYSCONFDIR=\"/etc/racoon\"
Home |
Main Index |
Thread Index |
Old Index