diff options
author | dan <dan@FreeBSD.org> | 1999-10-19 04:55:39 +0000 |
---|---|---|
committer | dan <dan@FreeBSD.org> | 1999-10-19 04:55:39 +0000 |
commit | cbbe037f09a8d5669133ca7951efe406ad27c846 (patch) | |
tree | cb8a3b5f3ea632baa1c76028da55badf164c3ae4 /net/pipsecd/files | |
parent | 4ca56e87a9e3552b7f4a0d93acf8e8d17d8e63e8 (diff) | |
download | FreeBSD-ports-cbbe037f09a8d5669133ca7951efe406ad27c846.zip FreeBSD-ports-cbbe037f09a8d5669133ca7951efe406ad27c846.tar.gz |
Update pipsecd to 19991014
Diffstat (limited to 'net/pipsecd/files')
-rw-r--r-- | net/pipsecd/files/patch-aa | 27 | ||||
-rw-r--r-- | net/pipsecd/files/patch-ac | 33 |
2 files changed, 45 insertions, 15 deletions
diff --git a/net/pipsecd/files/patch-aa b/net/pipsecd/files/patch-aa index b84f63e..88f6b6f 100644 --- a/net/pipsecd/files/patch-aa +++ b/net/pipsecd/files/patch-aa @@ -1,26 +1,31 @@ ---- Makefile.orig Mon Aug 16 11:51:13 1999 -+++ Makefile Mon Aug 16 12:28:08 1999 -@@ -6,17 +6,20 @@ +--- Makefile.orig Thu Sep 16 17:44:50 1999 ++++ Makefile Thu Oct 14 10:27:50 1999 +@@ -6,10 +6,13 @@ CLEANFILES= *.core *.o pipsecd # Where your OpenSSL includes are located -INCDIR=/usr/local/ssl/include -+INCDIR=-I$(PREFIX)/include -I$(PREFIX)/include/openssl ++INCDIR=-I$(PREFIX)/include/openssl -I$(PREFIX)/include # Where your libcrypto is located -LIBDIR=/usr/local/ssl/lib +LIBDIR=-L$(PREFIX)/lib + -+# Misc Defines ++# Misc defines +DEFINES=-DFILE_PREFIX=\"$(PREFIX)\" - # Optional (to use FreeBSD's libmd) - #OPTLIB= -lmd - #OPTDEF= -DUSE_SYSTEM_HASH + # Optional: use FreeBSD's libmd + #OPTLIB += -lmd +@@ -19,10 +22,10 @@ + #OPTDEF += -DUSE_ETHERTAP pipsecd: tunip.c defs.h -- gcc -Wall -I$(INCDIR) -g -o $(OPTDEF) pipsecd tunip.c -L$(LIBDIR) $(OPTLIB) -lcrypto -+ gcc -Wall $(INCDIR) -g -o $(OPTDEF) pipsecd tunip.c $(LIBDIR) $(OPTLIB) -lcrypto $(DEFINES) +- gcc -Wall -I$(INCDIR) -g $(OPTDEF) -o pipsecd tunip.c -L$(LIBDIR) $(OPTLIB) -lcrypto ++ gcc -Wall $(INCDIR) -g $(OPTDEF) -o pipsecd tunip.c $(LIBDIR) $(OPTLIB) -lcrypto $(DEFINES) install: pipsecd - install pipsecd /usr/local/sbin/ +- install pipsecd /usr/local/sbin/ ++ install pipsecd $(PREFIX)/sbin/ + + tar: + tar cfvz tunip.tar.gz $(DISTFILES) diff --git a/net/pipsecd/files/patch-ac b/net/pipsecd/files/patch-ac index 03cf242..c6c28d9 100644 --- a/net/pipsecd/files/patch-ac +++ b/net/pipsecd/files/patch-ac @@ -1,6 +1,6 @@ ---- README.port.orig Mon Aug 16 12:58:09 1999 -+++ README.port Mon Aug 16 13:03:28 1999 -@@ -0,0 +1,19 @@ +--- README.port.orig Thu Oct 14 12:17:02 1999 ++++ README.port Thu Oct 14 13:10:50 1999 +@@ -0,0 +1,44 @@ +This is the ported version of the pipsecd program +from Pierre Beyssac at the ENST. + @@ -13,7 +13,32 @@ +Pierre Beyssac. + +You can obtain the source distribution of pipsecd at: -+http://www.enst.fr/~beyssac/tunip.tar.gz ++http://www.enst.fr/~beyssac/pipsec/ ++or ++http://www.mindstep.com/pipsec/ ++ ++ ++Version 19991014 (pipsec-19991014.tar.gz): ++------------------------------------------ ++ ++This version adds the following fetures: ++- tunnels over UDP and ICMP packets (in authentication mode only). ++- logging of events to syslog ++- startup script in /usr/local/etc/rc.d (port only) ++ ++ ++Version 19990831 (pipsec-19990831.tar.gz): ++------------------------------------------ ++ ++No new feature. ++Source distribution mirrored at http://www.mindstep.com/pipsec/ ++ ++ ++Version 19990519: ++----------------- ++ ++Initial version for the ports distribution. ++ + +Enjoy! + |