Skip to content

Commit 23324d9

Browse files
rsalvaterrahnyman
authored andcommitted
tor: update to 0.4.9.5 stable
First stable release of the 0.4.9.x series, see the changelog [1] for what's new. Patch automatically refreshed. [1] https://gitlab.torproject.org/tpo/core/tor/-/blob/tor-0.4.9.5/ChangeLog Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
1 parent 3bdbc94 commit 23324d9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

net/tor/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
include $(TOPDIR)/rules.mk
99

1010
PKG_NAME:=tor
11-
PKG_VERSION:=0.4.8.22
11+
PKG_VERSION:=0.4.9.5
1212
PKG_RELEASE:=1
1313

1414
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
1515
PKG_SOURCE_URL:=https://dist.torproject.org/ \
1616
https://archive.torproject.org/tor-package-archive
17-
PKG_HASH:=c88620d9278a279e3d227ff60975b84aa41359211f8ecff686019923b9929332
17+
PKG_HASH:=c949c2f86b348e64891976f6b1e49c177655b23df97193049bf1b8cd3099e179
1818
PKG_MAINTAINER:=Rui Salvaterra <rsalvaterra@gmail.com>
1919
PKG_LICENSE:=BSD-3-Clause
2020
PKG_LICENSE_FILES:=LICENSE

net/tor/patches/001-torrc.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
## The port on which Tor will listen for local connections from Tor
2020
## controller applications, as documented in control-spec.txt.
21-
@@ -251,3 +251,4 @@
21+
@@ -255,3 +255,4 @@
2222
## The %include option can be used recursively.
2323
#%include /etc/torrc.d/*.conf
2424

0 commit comments

Comments
 (0)