diff options
author | yuri <yuri@FreeBSD.org> | 2018-09-19 01:22:15 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-09-19 01:22:15 +0800 |
commit | c048a54ef486acc6ef4ed581d7b23b897e8552dc (patch) | |
tree | 3eb80d958c4e6bbca63e7c70ee17c5c737783232 /security | |
parent | 3b2db879f14e8e31d956957ba94bbc8c44b596b0 (diff) | |
download | freebsd-ports-gnome-c048a54ef486acc6ef4ed581d7b23b897e8552dc.tar.gz freebsd-ports-gnome-c048a54ef486acc6ef4ed581d7b23b897e8552dc.tar.zst freebsd-ports-gnome-c048a54ef486acc6ef4ed581d7b23b897e8552dc.zip |
security/tor-devel: Update 0.3.4.7-rc -> 0.3.5.1-alpha
Changelog: https://gitweb.torproject.org/tor.git/tree/ChangeLog?h=tor-0.3.5.1-alpha
Reported by: upstream notification
Diffstat (limited to 'security')
-rw-r--r-- | security/tor-devel/Makefile | 4 | ||||
-rw-r--r-- | security/tor-devel/distinfo | 6 | ||||
-rw-r--r-- | security/tor-devel/pkg-plist | 3 |
3 files changed, 8 insertions, 5 deletions
diff --git a/security/tor-devel/Makefile b/security/tor-devel/Makefile index a331b733c992..f9377a4daebc 100644 --- a/security/tor-devel/Makefile +++ b/security/tor-devel/Makefile @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= tor -DISTVERSION= 0.3.4.7 -DISTVERSIONSUFFIX= -rc +DISTVERSION= 0.3.5.1 +DISTVERSIONSUFFIX= -alpha CATEGORIES= security net ipv6 MASTER_SITES= TOR PKGNAMESUFFIX= -devel diff --git a/security/tor-devel/distinfo b/security/tor-devel/distinfo index 52eff5a9c875..7e072b7e7ea2 100644 --- a/security/tor-devel/distinfo +++ b/security/tor-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1535147711 -SHA256 (tor-0.3.4.7-rc.tar.gz) = d64d096983622cf44a9d557dd02e801c035a295e8d3f5d6d565cedd3f156e565 -SIZE (tor-0.3.4.7-rc.tar.gz) = 6668322 +TIMESTAMP = 1537284283 +SHA256 (tor-0.3.5.1-alpha.tar.gz) = 46146e0fa7a957136bd324889082315911ea3d1b6d2e7eadd2338a64e8b95bc7 +SIZE (tor-0.3.5.1-alpha.tar.gz) = 6689501 diff --git a/security/tor-devel/pkg-plist b/security/tor-devel/pkg-plist index f695dd5dffaa..307f0ed87ac1 100644 --- a/security/tor-devel/pkg-plist +++ b/security/tor-devel/pkg-plist @@ -1,13 +1,16 @@ bin/tor bin/tor-gencert +bin/tor-print-ed-signing-cert bin/tor-resolve bin/torify @sample etc/tor/torrc.sample %%MANPAGES%%man/man1/tor-gencert.1.gz +%%MANPAGES%%man/man1/tor-print-ed-signing-cert.1.gz %%MANPAGES%%man/man1/tor-resolve.1.gz %%MANPAGES%%man/man1/tor.1.gz %%MANPAGES%%man/man1/torify.1.gz %%PORTDOCS%%%%DOCSDIR%%/tor-gencert.html +%%PORTDOCS%%%%DOCSDIR%%/tor-print-ed-signing-cert.html %%PORTDOCS%%%%DOCSDIR%%/tor-resolve.html %%PORTDOCS%%%%DOCSDIR%%/tor.html %%PORTDOCS%%%%DOCSDIR%%/torify.html |