Date: Wed, 2 Mar 2022 04:58:11 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: d558e030248e - main - security/tor-devel: Update 0.4.7.2-alpha -> 0.4.7.4-alpha Message-ID: <202203020458.2224wBSF095467@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=d558e030248eee3297f084b83e77f47a17bacbc0 commit d558e030248eee3297f084b83e77f47a17bacbc0 Author: Neel Chauhan <nc@FreeBSD.org> AuthorDate: 2022-03-02 04:56:56 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-03-02 04:58:06 +0000 security/tor-devel: Update 0.4.7.2-alpha -> 0.4.7.4-alpha PR: 262287 --- security/tor-devel/Makefile | 2 +- security/tor-devel/distinfo | 6 +++--- security/tor-devel/files/patch-doc_asciidoc-helper.sh | 12 ++++++++++++ 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/security/tor-devel/Makefile b/security/tor-devel/Makefile index 98e9d0394a55..afde6f63cce1 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.7.2-alpha +DISTVERSION= 0.4.7.4-alpha CATEGORIES= security net MASTER_SITES= TOR PKGNAMESUFFIX= -devel diff --git a/security/tor-devel/distinfo b/security/tor-devel/distinfo index 68f70af6a053..8b7b71bcdede 100644 --- a/security/tor-devel/distinfo +++ b/security/tor-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1635524945 -SHA256 (tor-0.4.7.2-alpha.tar.gz) = 9f6fff2f38949bef59144d69bc4b8604c68516a6308ca6c4b5ab583c266a3f08 -SIZE (tor-0.4.7.2-alpha.tar.gz) = 7821412 +TIMESTAMP = 1646193247 +SHA256 (tor-0.4.7.4-alpha.tar.gz) = d90ad948698c10df85bca1a7a33664d9b161fab8ca87eaf7915e678a83ea2696 +SIZE (tor-0.4.7.4-alpha.tar.gz) = 7855828 diff --git a/security/tor-devel/files/patch-doc_asciidoc-helper.sh b/security/tor-devel/files/patch-doc_asciidoc-helper.sh new file mode 100644 index 000000000000..62d8ee71fe0a --- /dev/null +++ b/security/tor-devel/files/patch-doc_asciidoc-helper.sh @@ -0,0 +1,12 @@ +--- doc/asciidoc-helper.sh.orig 2022-03-02 04:01:16 UTC ++++ doc/asciidoc-helper.sh +@@ -12,9 +12,6 @@ if [ $# != 3 ]; then + exit 1 + fi + +-SOURCE_DATE_EPOCH="$(git show --no-patch --format='%ct')" +-export SOURCE_DATE_EPOCH +- + output=$3 + + if [ "$1" = "html" ]; then
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203020458.2224wBSF095467>