diff options
author | bf <bf@FreeBSD.org> | 2011-01-20 13:10:54 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2011-01-20 13:10:54 +0800 |
commit | f24dce63ec68beb72156f15c3e306c902793a2e5 (patch) | |
tree | ce194b7ba08d35fe046ef259a32d99fcf8403ced /security/tor/Makefile | |
parent | 61177e62695e584cdc71e97f1bfc1d4623044d70 (diff) | |
download | freebsd-ports-gnome-f24dce63ec68beb72156f15c3e306c902793a2e5.tar.gz freebsd-ports-gnome-f24dce63ec68beb72156f15c3e306c902793a2e5.tar.zst freebsd-ports-gnome-f24dce63ec68beb72156f15c3e306c902793a2e5.zip |
- Update to 0.2.1.29
- Take maintainership
Approved by: makc, miwi (mentors, implicit)
Security: CVE-2011-0427
Feature safe: yes
Diffstat (limited to 'security/tor/Makefile')
-rw-r--r-- | security/tor/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/tor/Makefile b/security/tor/Makefile index 5db885b4fe70..358e1a2ca715 100644 --- a/security/tor/Makefile +++ b/security/tor/Makefile @@ -6,8 +6,7 @@ # PORTNAME= tor -DISTVERSION= 0.2.1.28 -PORTREVISION= 1 +DISTVERSION= 0.2.1.29 CATEGORIES= security net ipv6 MASTER_SITES= http://www.torproject.org/dist/ \ ftp://tor.tomyn.com/pub/mirrors/tor/ \ @@ -26,7 +25,7 @@ MASTER_SITES= http://www.torproject.org/dist/ \ http://www.torproject.org.nyud.net/dist/ \ http://www.torproject.us/dist/ -MAINTAINER= miwi@FreeBSD.org +MAINTAINER= bf@FreeBSD.org COMMENT= An anonymizing overlay network for TCP LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent |