Skip to content

Commit

Permalink
Merge pull request #323 from flosch-dev/tor-bump
Browse files Browse the repository at this point in the history
Tor: bump version to 0.4.4.5
  • Loading branch information
f-666 committed Sep 27, 2020
2 parents d32b023 + 1db25df commit 3fe12da
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Expand Up @@ -199,7 +199,7 @@ Latest changes:
* tinc 1.0.35/1.1pre17
* tinyproxy 1.8.4
* tmux 2.5
* tor 0.4.3.6
* tor 0.4.4.5
* transmission 2.94
* tree 1.8.0
* uClibc++ 0.2.5-git
Expand Down
2 changes: 1 addition & 1 deletion make/tor/Config.in
@@ -1,5 +1,5 @@
config FREETZ_PACKAGE_TOR
bool "Tor 0.4.3.6"
bool "Tor 0.4.4.5"
select FREETZ_LIB_libm if ! FREETZ_PACKAGE_TOR_STATIC
select FREETZ_LIB_libevent if ! FREETZ_PACKAGE_TOR_STATIC
select FREETZ_LIB_libcrypto if ! FREETZ_PACKAGE_TOR_STATIC
Expand Down
6 changes: 3 additions & 3 deletions make/tor/patches/010-drop_backtrace_support.patch
@@ -1,6 +1,6 @@
--- configure.ac
+++ configure.ac
@@ -659,8 +659,6 @@
@@ -666,8 +666,6 @@
RtlSecureZeroMemory \
SecureZeroMemory \
accept4 \
Expand All @@ -11,7 +11,7 @@
timingsafe_memcmp \
--- configure
+++ configure
@@ -8767,8 +8767,6 @@
@@ -8785,8 +8785,6 @@
RtlSecureZeroMemory \
SecureZeroMemory \
accept4 \
Expand All @@ -20,7 +20,7 @@
eventfd \
explicit_bzero \
timingsafe_memcmp \
@@ -12840,7 +12838,6 @@
@@ -12858,7 +12856,6 @@
unistd.h \
arpa/inet.h \
crt_externs.h \
Expand Down
4 changes: 2 additions & 2 deletions make/tor/tor.mk
@@ -1,6 +1,6 @@
$(call PKG_INIT_BIN, 0.4.3.6)
$(call PKG_INIT_BIN, 0.4.4.5)
$(PKG)_SOURCE:=$(pkg)-$($(PKG)_VERSION).tar.gz
$(PKG)_SOURCE_SHA256:=6a2d0637d4e514be2ec574723a05065245cce51da78a21cec1dc831be5ccac62
$(PKG)_SOURCE_SHA256:=a45ca00afe765e3baa839767c9dd6ac9a46dd01720a3a8ff4d86558c12359926
$(PKG)_SITE:=https://www.torproject.org/dist

$(PKG)_BINARY:=$($(PKG)_DIR)/src/app/tor
Expand Down

0 comments on commit 3fe12da

Please sign in to comment.