diff options
author | mnag <mnag@FreeBSD.org> | 2008-01-03 07:43:03 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2008-01-03 07:43:03 +0800 |
commit | 39b5e86c2fdc9b338a7aa0e7e95828fa7b6a4d1f (patch) | |
tree | 49ed2c0801e713b1b65c1e352e84cf737233f493 /security | |
parent | ad3ff9ee4189fd97f95772109ba3ecd321ac21f9 (diff) | |
download | freebsd-ports-gnome-39b5e86c2fdc9b338a7aa0e7e95828fa7b6a4d1f.tar.gz freebsd-ports-gnome-39b5e86c2fdc9b338a7aa0e7e95828fa7b6a4d1f.tar.zst freebsd-ports-gnome-39b5e86c2fdc9b338a7aa0e7e95828fa7b6a4d1f.zip |
- Bump PORTREVISION since devel/libevent are updated.
Diffstat (limited to 'security')
-rw-r--r-- | security/fragroute/Makefile | 4 | ||||
-rw-r--r-- | security/scanssh/Makefile | 4 | ||||
-rw-r--r-- | security/stegdetect/Makefile | 4 | ||||
-rw-r--r-- | security/tor-devel/Makefile | 3 | ||||
-rw-r--r-- | security/tor/Makefile | 4 |
5 files changed, 10 insertions, 9 deletions
diff --git a/security/fragroute/Makefile b/security/fragroute/Makefile index a84301ba0c1a..f82e9a9d80f8 100644 --- a/security/fragroute/Makefile +++ b/security/fragroute/Makefile @@ -7,7 +7,7 @@ PORTNAME= fragroute PORTVERSION= 1.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= security net MASTER_SITES= http://monkey.org/~dugsong/fragroute/ \ ${MASTER_SITE_PACKETSTORM} @@ -17,7 +17,7 @@ MAINTAINER= onatan@gmail.com COMMENT= A tool for intercepting, modifying and rewriting egress traffic LIB_DEPENDS= dnet.1:${PORTSDIR}/net/libdnet \ - event-1.3d:${PORTSDIR}/devel/libevent + event-1.3e:${PORTSDIR}/devel/libevent GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-libdnet=${LOCALBASE} \ diff --git a/security/scanssh/Makefile b/security/scanssh/Makefile index 48e532cb90b0..a375a7819273 100644 --- a/security/scanssh/Makefile +++ b/security/scanssh/Makefile @@ -7,7 +7,7 @@ PORTNAME= scanssh PORTVERSION= 2.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= security net MASTER_SITES= http://www.monkey.org/~provos/ @@ -15,7 +15,7 @@ MAINTAINER= kris@FreeBSD.org COMMENT= Scans networks for open proxies, SSH, Web and SMTP servers LIB_DEPENDS= dnet:${PORTSDIR}/net/libdnet \ - event-1.3d:${PORTSDIR}/devel/libevent + event-1.3e:${PORTSDIR}/devel/libevent GNU_CONFIGURE= YES PLIST_FILES= bin/scanssh diff --git a/security/stegdetect/Makefile b/security/stegdetect/Makefile index 07c715b154b1..fa6bbaef0364 100644 --- a/security/stegdetect/Makefile +++ b/security/stegdetect/Makefile @@ -7,7 +7,7 @@ PORTNAME= stegdetect PORTVERSION= 0.6 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security MASTER_SITES= http://www.outguess.org/ \ http://distfiles.master.finkmirrors.net/ @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Automated tool for detecting steganographic content in JPEGs .if !defined(WITHOUT_X11) -LIB_DEPENDS= event-1.3d:${PORTSDIR}/devel/libevent +LIB_DEPENDS= event-1.3e:${PORTSDIR}/devel/libevent .endif # Note: stegdetect includes a modified version of jpeg-6b linked statically diff --git a/security/tor-devel/Makefile b/security/tor-devel/Makefile index 594449ce201e..0a5dd040d801 100644 --- a/security/tor-devel/Makefile +++ b/security/tor-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= tor DISTVERSION= 0.2.0.12-alpha +PORTREVISION= 1 CATEGORIES= security net MASTER_SITES= http://www.torproject.org/dist/ \ http://mirror.onionland.org/dist/ @@ -16,7 +17,7 @@ MAINTAINER= peter.thoenen@yahoo.com COMMENT= An anonymizing overlay network for TCP RUN_DEPENDS= tsocks:${PORTSDIR}/net/tsocks -LIB_DEPENDS= event-1.3d:${PORTSDIR}/devel/libevent +LIB_DEPENDS= event-1.3e:${PORTSDIR}/devel/libevent GNU_CONFIGURE= yes USE_OPENSSL= yes diff --git a/security/tor/Makefile b/security/tor/Makefile index 0b4619176bb5..3e79ef4a9686 100644 --- a/security/tor/Makefile +++ b/security/tor/Makefile @@ -7,7 +7,7 @@ PORTNAME= tor PORTVERSION= 0.1.2.17 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security net MASTER_SITES= http://tor.eff.org/dist/ \ http://mirror.onionland.org/dist/ @@ -17,7 +17,7 @@ MAINTAINER= nivo+kw+ports.bfa274@is-root.com COMMENT= An anonymizing overlay network for TCP RUN_DEPENDS= tsocks:${PORTSDIR}/net/tsocks -LIB_DEPENDS= event-1.3d:${PORTSDIR}/devel/libevent +LIB_DEPENDS= event-1.3e:${PORTSDIR}/devel/libevent GNU_CONFIGURE= yes USE_OPENSSL= yes |