Skip to content

Commit

Permalink
bump tor (#821)
Browse files Browse the repository at this point in the history
  • Loading branch information
harryboo authored Jul 29, 2023
1 parent c2abe9e commit 3edb1ed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ Latest changes
* strace 4.9/5.0/6.4
* Stunnel 5.70
* Sudo 1.9.14p3
* Tor 0.4.7.14
* Transmission 3.00/4.0.3
* UnRAR 6.1.7/6.2.8
* vnstat 1.18
Expand Down
2 changes: 1 addition & 1 deletion make/pkgs/tor/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ comment "Tor (not available, needs OpenSSL 1.0 or newer)"
depends on !FREETZ_OPENSSL_VERSION_1_MIN

config FREETZ_PACKAGE_TOR
bool "Tor 0.4.7.13"
bool "Tor 0.4.7.14"
depends on FREETZ_OPENSSL_VERSION_1_MIN
select FREETZ_LIB_libm if !FREETZ_PACKAGE_TOR_STATIC && FREETZ_TARGET_UCLIBC_HAS_multiple_libs
select FREETZ_LIB_libevent if !FREETZ_PACKAGE_TOR_STATIC
Expand Down
4 changes: 2 additions & 2 deletions make/pkgs/tor/tor.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$(call PKG_INIT_BIN, 0.4.7.13)
$(call PKG_INIT_BIN, 0.4.7.14)
$(PKG)_SOURCE:=$(pkg)-$($(PKG)_VERSION).tar.gz
$(PKG)_HASH:=2079172cce034556f110048e26083ce9bea751f3154b0ad2809751815b11ea9d
$(PKG)_HASH:=a5ac67f6466380fc05e8043d01c581e4e8a2b22fe09430013473e71065e65df8
$(PKG)_SITE:=https://www.torproject.org/dist
### WEBSITE:=https://www.torproject.org/download/tor/
### MANPAGE:=https://trac.torproject.org/projects/tor/wiki/
Expand Down

1 comment on commit 3edb1ed

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See for infos about tor and maybe a changelog link:
https://freetz-ng.github.io/freetz-ng/make/tor

Please sign in to comment.