Browse Source

upgrade tor package from v0.4.7.13-r2 to v0.4.8.4-r0 (links to changelogs below)

https://web.archive.org/web/20230826052026/https://gitlab.torproject.org/tpo/core/tor/-/raw/HEAD/ChangeLog

https://git.alpinelinux.org/aports/commit/community/tor?h=3.18-stable&id=309a6d346e261fb4e3ba16f5d1235ef5cb8ccd0d
https://git.alpinelinux.org/aports/commit/community/tor?h=3.18-stable&id=ad2036ac520446b0a5afcb83e2baaa1840cc973c

https://github.com/fphammerle/docker-tor-proxy/commit/35d8b342c34ed52f3edb65fa86f82a077dccb7f0
Fabian Peter Hammerle 8 months ago
parent
commit
a751b3f6af
3 changed files with 3 additions and 3 deletions
  1. 3 1
      Dockerfile
  2. 0 1
      tor-changelog.url
  3. 0 1
      tor-package-log.url

+ 3 - 1
Dockerfile

@@ -2,7 +2,9 @@ FROM docker.io/alpine:3.18.3
 
 # https://git.alpinelinux.org/aports/log/main/gettext?h=3.18-stable
 ARG GETTEXT_PACKAGE_VERSION=0.21.1-r7
-ARG TOR_PACKAGE_VERSION=0.4.7.13-r2
+# https://gitweb.torproject.org/tor.git/plain/ChangeLog
+# https://git.alpinelinux.org/aports/log/community/tor?h=3.18-stable
+ARG TOR_PACKAGE_VERSION=0.4.8.4-r0
 RUN apk add --no-cache \
         tor=$TOR_PACKAGE_VERSION \
         gettext-envsubst=$GETTEXT_PACKAGE_VERSION \

+ 0 - 1
tor-changelog.url

@@ -1 +0,0 @@
-https://gitweb.torproject.org/tor.git/plain/ChangeLog

+ 0 - 1
tor-package-log.url

@@ -1 +0,0 @@
-https://git.alpinelinux.org/aports/log/community/tor?h=3.18-stable