diff --git a/srcpkgs/tor/template b/srcpkgs/tor/template index 006008c28eb..de510ecbda7 100644 --- a/srcpkgs/tor/template +++ b/srcpkgs/tor/template @@ -1,7 +1,8 @@ # Template file for 'tor' pkgname=tor -version=0.2.5.11 -revision=2 +version=0.2.6.6 +revision=1 +build_pie=yes build_options="systemd" build_style=gnu-configure makedepends="zlib-devel libressl-devel>=2.1.4 libevent-devel libseccomp-devel" @@ -15,7 +16,7 @@ maintainer="Juan RP " license="BSD" homepage="http://www.torproject.org/" distfiles="http://www.torproject.org/dist/tor-$version.tar.gz" -checksum=aee0faee9c3f1bb265ee8e94b4bb93967413f3c56e65f954db16b09451546769 +checksum=c3349e457c71b8e5c138c656927b2bbca0bfa03539ffee8579b0e568ffb10283 post_install() { # Use our own default config file. @@ -27,5 +28,6 @@ post_install() { vinstall ${FILESDIR}/tor.service 644 usr/lib/systemd/system fi + vlicense LICENSE vsv tor }