Skip to content

Commit

Permalink
bump tor
Browse files Browse the repository at this point in the history
  • Loading branch information
fda77 committed Feb 5, 2025
1 parent 69792d1 commit 4c28794
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Latest changes
* Stunnel 5.74
* Subversion 1.9.12/1.14.5
* tmux 3.5a
* Tor 0.4.8.13
* Tor 0.4.8.14
* Tree 1.8.0/2.2.1
* uMurmur 0.2.20/0.3.0
* Unbound 1.22.0
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.8.13"
bool "Tor 0.4.8.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.8.13)
$(call PKG_INIT_BIN, 0.4.8.14)
$(PKG)_SOURCE:=$(pkg)-$($(PKG)_VERSION).tar.gz
$(PKG)_HASH:=9baf26c387a2820b3942da572146e6eb77c2bc66862af6297cd02a074e6fba28
$(PKG)_HASH:=5047e1ded12d9aac4eb858f7634a627714dd58ce99053d517691a4b304a66d10
$(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 4c28794

@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.