Date: Mon, 10 May 2021 17:21:01 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: f1970554d5c8 - 2021Q2 - security/tor-devel: Update 0.4.6.2-alpha -> 0.4.6.3-rc Message-ID: <202105101721.14AHL1hf016531@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2021Q2 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=f1970554d5c81d0ec4f30d5ac3db2c9868a8121b commit f1970554d5c81d0ec4f30d5ac3db2c9868a8121b Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2021-05-10 17:07:31 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2021-05-10 17:20:56 +0000 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) --- security/tor-devel/Makefile | 2 +- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105101721.14AHL1hf016531>