diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-05-10 17:07:31 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-05-10 17:20:56 +0000 |
commit | f1970554d5c81d0ec4f30d5ac3db2c9868a8121b (patch) | |
tree | 3865aa3b115b16afc4b68681351e6ebf172078a9 /security | |
parent | 5557b71e8d653a80cdac4ad634d464b84862056b (diff) | |
download | ports-f1970554d5c81d0ec4f30d5ac3db2c9868a8121b.tar.gz ports-f1970554d5c81d0ec4f30d5ac3db2c9868a8121b.zip |
security/tor-devel: Update 0.4.6.2-alpha -> 0.4.6.3-rc
o Major bugfixes (onion service, control port):
- Make the ADD_ONION command properly configure client authorization.
Before this fix, the created onion failed to add the client(s).
Fixes bug 40378; bugfix on 0.4.6.1-alpha.
o Minor features (compatibility, Linux seccomp sandbox):
- Add a workaround to enable the Linux sandbox to work correctly
with Glibc 2.33. This version of Glibc has started using the
fstatat() system call, which previously our sandbox did not allow.
Closes ticket 40382; see the ticket for a discussion of trade-offs.
etc.
Reported by: Upstream notification
(cherry picked from commit e0dfc470f5be1b6bee64050675dc14202023b30a)
Diffstat (limited to 'security')
-rw-r--r-- | security/tor-devel/Makefile | 2 | ||||
-rw-r--r-- | security/tor-devel/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/tor-devel/Makefile b/security/tor-devel/Makefile index b404fcb47f69..79acae8235f8 100644 --- a/security/tor-devel/Makefile +++ b/security/tor-devel/Makefile @@ -1,7 +1,7 @@ # Created by: peter.thoenen@yahoo.com PORTNAME= tor -DISTVERSION= 0.4.6.2-alpha +DISTVERSION= 0.4.6.3-rc CATEGORIES= security net MASTER_SITES= TOR PKGNAMESUFFIX= -devel diff --git a/security/tor-devel/distinfo b/security/tor-devel/distinfo index ab9c5172d209..c32acdefc231 100644 --- a/security/tor-devel/distinfo +++ b/security/tor-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618503292 -SHA256 (tor-0.4.6.2-alpha.tar.gz) = b1a2a76832c82c893930781c9079d88177200386ef1544ad1edce08f53853e0c -SIZE (tor-0.4.6.2-alpha.tar.gz) = 7726760 +TIMESTAMP = 1620665954 +SHA256 (tor-0.4.6.3-rc.tar.gz) = 6ff83622eb102bf90c60c2c9a186b261c23495ffe43887ce04b5ebb69dfa9e0a +SIZE (tor-0.4.6.3-rc.tar.gz) = 7734759 |