tor: update to 0.2.2.37.
This commit is contained in:
parent
ed35758291
commit
644d6751f3
1 changed files with 3 additions and 4 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'tor'
|
# Template file for 'tor'
|
||||||
pkgname=tor
|
pkgname=tor
|
||||||
version=0.2.2.35
|
version=0.2.2.37
|
||||||
|
revision=1
|
||||||
homepage="http://www.torproject.org/"
|
homepage="http://www.torproject.org/"
|
||||||
distfiles="http://www.torproject.org/dist/tor-$version.tar.gz"
|
distfiles="http://www.torproject.org/dist/tor-$version.tar.gz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="zlib-devel openssl-devel libevent-devel"
|
makedepends="zlib-devel openssl-devel libevent-devel"
|
||||||
fulldepends="ca-certificates tsocks"
|
fulldepends="ca-certificates tsocks"
|
||||||
revision=1
|
|
||||||
short_desc="Anonymity Online"
|
short_desc="Anonymity Online"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
checksum=f141a41fffd31494a0f96ebbb6b999eab33ce62d5c31f81222a0acd034adbf3a
|
checksum=ae2c1fb52babd9e92264ac7c4486d3e941be6deb91b8a590965848fbbcbd9e88
|
||||||
long_desc="
|
long_desc="
|
||||||
Tor is a network of virtual tunnels that allows people and groups to improve
|
Tor is a network of virtual tunnels that allows people and groups to improve
|
||||||
their privacy and security on the Internet. It also enables software developers
|
their privacy and security on the Internet. It also enables software developers
|
||||||
|
@ -25,7 +25,6 @@ systemd_services="tor.service on"
|
||||||
system_accounts="tor"
|
system_accounts="tor"
|
||||||
tor_homedir="/var/lib/tor"
|
tor_homedir="/var/lib/tor"
|
||||||
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# Use our own default config file.
|
# Use our own default config file.
|
||||||
vinstall ${FILESDIR}/torrc 640 etc/tor
|
vinstall ${FILESDIR}/torrc 640 etc/tor
|
||||||
|
|
Loading…
Reference in a new issue