Browse Source

upgrade tor from v0.4.4.8-r0 to v0.4.4.9-r0 (includes denial-of-service attack fix, see below)

> Tor 0.4.4.9 fixes several security issues, including a denial-of-service attack against onion service clients, [...]
https://gitweb.torproject.org/tor.git/plain/ChangeLog
https://git.alpinelinux.org/aports/commit/?h=3.13-stable&id=1a4d9c72ba358ec1eba313fde97e9a512527200b
Fabian Peter Hammerle 2 years ago
parent
commit
172d3d3fd9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,7 +1,7 @@
 FROM docker.io/alpine:3.13.5
 
 ARG GETTEXT_PACKAGE_VERSION=0.20.2-r2
-ARG TOR_PACKAGE_VERSION=0.4.4.8-r0
+ARG TOR_PACKAGE_VERSION=0.4.4.9-r0
 RUN apk add --no-cache \
         tor=$TOR_PACKAGE_VERSION \
         gettext=$GETTEXT_PACKAGE_VERSION \