Date: Mon, 10 May 2021 17:14:05 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: e0dfc470f5be - main - security/tor-devel: Update 0.4.6.2-alpha -> 0.4.6.3-rc Message-ID: <202105101714.14AHE5MS007649@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=e0dfc470f5be1b6bee64050675dc14202023b30a commit e0dfc470f5be1b6bee64050675dc14202023b30a 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:13:51 +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 --- 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?202105101714.14AHE5MS007649>