aboutsummaryrefslogtreecommitdiffstats
path: root/net/pipsecd/Makefile
diff options
context:
space:
mode:
authorcy <cy@FreeBSD.org>2002-02-26 23:19:35 +0800
committercy <cy@FreeBSD.org>2002-02-26 23:19:35 +0800
commitedeae578055210cb237a252d5d5ed254e29dc352 (patch)
treea3ad733aab721c0a2d089618d633f31b20705e04 /net/pipsecd/Makefile
parent3d44d4bf1fbc30704e6b7f36cb297549b068c520 (diff)
downloadfreebsd-ports-gnome-edeae578055210cb237a252d5d5ed254e29dc352.tar.gz
freebsd-ports-gnome-edeae578055210cb237a252d5d5ed254e29dc352.tar.zst
freebsd-ports-gnome-edeae578055210cb237a252d5d5ed254e29dc352.zip
Fix a problem where pipsecd opens a tun device that was previously used
by another application that had the IFHEAD flag set. This fixes truncation of incoming and outgoing packets because pipsecd expects this flags to be cleared. The MAINTAINER of this port (Patrick Bihan-Faou <patrick@mindstep.com>) has asked to be removed as the maintainer of the port. As I still use this port, I am adopting it as it's new MAINTAINER. PR: ports/24753 Submitted by: quinot@inf.enst.fr
Diffstat (limited to 'net/pipsecd/Makefile')
-rw-r--r--net/pipsecd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/pipsecd/Makefile b/net/pipsecd/Makefile
index 4669a63b9127..27a45fac0a64 100644
--- a/net/pipsecd/Makefile
+++ b/net/pipsecd/Makefile
@@ -7,12 +7,13 @@
PORTNAME= pipsecd
PORTVERSION= 19991014
+PORTREVISION= 1
CATEGORIES= net security
MASTER_SITES= http://www.enst.fr/~beyssac/pipsec/ \
http://www.mindstep.com/pipsec/
DISTNAME= pipsec-19991014
-MAINTAINER= patrick@mindstep.com
+MAINTAINER= cy@FreeBSD.org
USE_OPENSSL= YES