diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-06-12 14:58:28 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-06-12 14:58:59 +0000 |
commit | 3e26e24ea829df4108d748f5ccd6fd3f0cca9c85 (patch) | |
tree | fe1db4773884d75ac81cd6635ceef17432681b47 /community/tor | |
parent | ca4d7072d5d9d83366ed64cfa56b13845c9af119 (diff) | |
download | aports-3e26e24ea829df4108d748f5ccd6fd3f0cca9c85.tar.bz2 aports-3e26e24ea829df4108d748f5ccd6fd3f0cca9c85.tar.xz |
community/tor: add secinfo
Diffstat (limited to 'community/tor')
-rw-r--r-- | community/tor/APKBUILD | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/community/tor/APKBUILD b/community/tor/APKBUILD index 4cdd044d42..8cdaa0abcf 100644 --- a/community/tor/APKBUILD +++ b/community/tor/APKBUILD @@ -19,6 +19,10 @@ source="https://www.torproject.org/dist/$pkgname-$pkgver.tar.gz torrc.sample.patch" builddir="$srcdir/$pkgname-$pkgver" +# secfixes: +# 0.3.0.8-r0: +# - CVE-2017-0376 + build() { cd "$builddir" ./configure \ |