diff options
author | mnag <mnag@FreeBSD.org> | 2008-08-20 00:40:17 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2008-08-20 00:40:17 +0800 |
commit | eb471e9b3b385c4a95b0ab416f2bbaf6b99818ac (patch) | |
tree | 7107d7177685dcfb56d147325de6eec3aa186cfc /security | |
parent | af76a79286a621b30ca01d7422ee103239bef604 (diff) | |
download | freebsd-ports-gnome-eb471e9b3b385c4a95b0ab416f2bbaf6b99818ac.tar.gz freebsd-ports-gnome-eb471e9b3b385c4a95b0ab416f2bbaf6b99818ac.tar.zst freebsd-ports-gnome-eb471e9b3b385c4a95b0ab416f2bbaf6b99818ac.zip |
- Update libevent dependency and bump PORTREVISION
Diffstat (limited to 'security')
-rw-r--r-- | security/fragroute/Makefile | 4 | ||||
-rw-r--r-- | security/scanssh/Makefile | 4 | ||||
-rw-r--r-- | security/spybye/Makefile | 3 | ||||
-rw-r--r-- | security/stegdetect/Makefile | 4 | ||||
-rw-r--r-- | security/tor-devel/Makefile | 3 | ||||
-rw-r--r-- | security/tor/Makefile | 4 |
6 files changed, 12 insertions, 10 deletions
diff --git a/security/fragroute/Makefile b/security/fragroute/Makefile index f82e9a9d80f8..03cfdb42a0b5 100644 --- a/security/fragroute/Makefile +++ b/security/fragroute/Makefile @@ -7,7 +7,7 @@ PORTNAME= fragroute PORTVERSION= 1.2 -PORTREVISION= 8 +PORTREVISION= 9 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.3e:${PORTSDIR}/devel/libevent + event-1.4:${PORTSDIR}/devel/libevent GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-libdnet=${LOCALBASE} \ diff --git a/security/scanssh/Makefile b/security/scanssh/Makefile index a375a7819273..b4fcaf39caca 100644 --- a/security/scanssh/Makefile +++ b/security/scanssh/Makefile @@ -7,7 +7,7 @@ PORTNAME= scanssh PORTVERSION= 2.1 -PORTREVISION= 6 +PORTREVISION= 7 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.3e:${PORTSDIR}/devel/libevent + event-1.4:${PORTSDIR}/devel/libevent GNU_CONFIGURE= YES PLIST_FILES= bin/scanssh diff --git a/security/spybye/Makefile b/security/spybye/Makefile index 91c4830fbe00..a06c27da989a 100644 --- a/security/spybye/Makefile +++ b/security/spybye/Makefile @@ -7,13 +7,14 @@ PORTNAME= spybye PORTVERSION= 0.3 +PORTREVISION= 1 CATEGORIES= security www MASTER_SITES= http://www.monkey.org/~provos/ MAINTAINER= pauls@utdallas.edu COMMENT= A web proxy to detect malware -BUILD_DEPENDS= event_rpcgen.py:${PORTSDIR}/devel/libevent +LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent OPTIONS= CLAMAV "Enable CLAMAV support" off diff --git a/security/stegdetect/Makefile b/security/stegdetect/Makefile index b9b846b05f7a..b9fd507d674a 100644 --- a/security/stegdetect/Makefile +++ b/security/stegdetect/Makefile @@ -7,7 +7,7 @@ PORTNAME= stegdetect PORTVERSION= 0.6 -PORTREVISION= 6 +PORTREVISION= 7 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.3e:${PORTSDIR}/devel/libevent +LIB_DEPENDS= event-1.4:${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 fb58b84e00fe..5a4d75489d65 100644 --- a/security/tor-devel/Makefile +++ b/security/tor-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= tor DISTVERSION= 0.2.1.4-alpha +PORTREVISION= 1 CATEGORIES= security net MASTER_SITES= http://www.torproject.org/dist/ \ http://tor.cypherpunks.at/dist/ \ @@ -19,7 +20,7 @@ MAINTAINER= peter.thoenen@yahoo.com COMMENT= An anonymizing overlay network for TCP RUN_DEPENDS= tsocks:${PORTSDIR}/net/tsocks -LIB_DEPENDS= event-1.3e:${PORTSDIR}/devel/libevent +LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent GNU_CONFIGURE= yes USE_OPENSSL= yes diff --git a/security/tor/Makefile b/security/tor/Makefile index e4a6257c5b99..ab7b287070d8 100644 --- a/security/tor/Makefile +++ b/security/tor/Makefile @@ -7,7 +7,7 @@ PORTNAME= tor PORTVERSION= 0.1.2.19 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security net MASTER_SITES= http://www.torproject.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.3e:${PORTSDIR}/devel/libevent +LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent GNU_CONFIGURE= yes USE_OPENSSL= yes |