diff options
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 \ |