diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-07-01 22:47:21 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-07-01 22:47:21 +0000 |
commit | f95bf0e733be784b07b1fd6395c5754008030b84 (patch) | |
tree | 781265dcf92ec0965ed2ae86ca6ad7a939afb544 /security | |
parent | fc66828a08858b7628218887c6dec09cc6c783fa (diff) | |
download | ports-f95bf0e733be784b07b1fd6395c5754008030b84.tar.gz ports-f95bf0e733be784b07b1fd6395c5754008030b84.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/fragroute/Makefile | 2 | ||||
-rw-r--r-- | security/scanssh/Makefile | 1 | ||||
-rw-r--r-- | security/stegdetect/Makefile | 2 | ||||
-rw-r--r-- | security/tor-devel/Makefile | 3 | ||||
-rw-r--r-- | security/tor/Makefile | 3 |
5 files changed, 7 insertions, 4 deletions
diff --git a/security/fragroute/Makefile b/security/fragroute/Makefile index a6fde9e1fd0c..f872646f947d 100644 --- a/security/fragroute/Makefile +++ b/security/fragroute/Makefile @@ -7,7 +7,7 @@ PORTNAME= fragroute PORTVERSION= 1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security net MASTER_SITES= http://monkey.org/~dugsong/fragroute/ \ ${MASTER_SITE_PACKETSTORM} diff --git a/security/scanssh/Makefile b/security/scanssh/Makefile index 9b009c4bc35d..2878cfe490c5 100644 --- a/security/scanssh/Makefile +++ b/security/scanssh/Makefile @@ -7,6 +7,7 @@ PORTNAME= scanssh PORTVERSION= 2.1 +PORTREVISION= 1 CATEGORIES= security net MASTER_SITES= http://www.monkey.org/~provos/ diff --git a/security/stegdetect/Makefile b/security/stegdetect/Makefile index d5ef8ec8e2cc..0ccbf4c3a974 100644 --- a/security/stegdetect/Makefile +++ b/security/stegdetect/Makefile @@ -7,7 +7,7 @@ PORTNAME= stegdetect PORTVERSION= 0.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://www.mirrors.wiretapped.net/security/steganography/stegdetect/ \ http://www.outguess.org/ diff --git a/security/tor-devel/Makefile b/security/tor-devel/Makefile index 2ec1367dbd69..e8c70032da2c 100644 --- a/security/tor-devel/Makefile +++ b/security/tor-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= tor PORTVERSION= 0.1.0.10 +PORTREVISION= 1 CATEGORIES= security net MASTER_SITES= http://tor.eff.org/dist/ @@ -14,7 +15,7 @@ MAINTAINER= freebsd-ports@rikrose.net COMMENT= An anonymizing overlay network for TCP RUN_DEPENDS= tsocks:${PORTSDIR}/net/tsocks -LIB_DEPENDS= event-1.1:${PORTSDIR}/devel/libevent +LIB_DEPENDS= event-1.1a:${PORTSDIR}/devel/libevent GNU_CONFIGURE= yes USE_OPENSSL= yes diff --git a/security/tor/Makefile b/security/tor/Makefile index 2ec1367dbd69..e8c70032da2c 100644 --- a/security/tor/Makefile +++ b/security/tor/Makefile @@ -7,6 +7,7 @@ PORTNAME= tor PORTVERSION= 0.1.0.10 +PORTREVISION= 1 CATEGORIES= security net MASTER_SITES= http://tor.eff.org/dist/ @@ -14,7 +15,7 @@ MAINTAINER= freebsd-ports@rikrose.net COMMENT= An anonymizing overlay network for TCP RUN_DEPENDS= tsocks:${PORTSDIR}/net/tsocks -LIB_DEPENDS= event-1.1:${PORTSDIR}/devel/libevent +LIB_DEPENDS= event-1.1a:${PORTSDIR}/devel/libevent GNU_CONFIGURE= yes USE_OPENSSL= yes |