Skip to content

Commit

Permalink
tor: bump version to 0.4.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
flosch-dev committed Aug 24, 2020
1 parent f4147ce commit c7df960
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
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.5
* tor 0.4.3.6
* transmission 2.94
* tree 1.8.0
* uClibc++ 0.2.5-git
Expand Down
2 changes: 1 addition & 1 deletion make/tor/Config.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
config FREETZ_PACKAGE_TOR
bool "Tor 0.4.3.5"
bool "Tor 0.4.3.6"
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
4 changes: 2 additions & 2 deletions make/tor/tor.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$(call PKG_INIT_BIN, 0.4.3.5)
$(call PKG_INIT_BIN, 0.4.3.6)
$(PKG)_SOURCE:=$(pkg)-$($(PKG)_VERSION).tar.gz
$(PKG)_SOURCE_SHA256:=616a0e4ae688d0e151d46e3e4258565da4d443d1ddbd316db0b90910e2d5d868
$(PKG)_SOURCE_SHA256:=6a2d0637d4e514be2ec574723a05065245cce51da78a21cec1dc831be5ccac62
$(PKG)_SITE:=https://www.torproject.org/dist

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

0 comments on commit c7df960

Please sign in to comment.