diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-02-07 08:07:53 -0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-02-07 08:18:04 -0800 |
commit | f96577ebaad147076fa9c41785e3650e4f221216 (patch) | |
tree | d7604c2adf98ab4fc3fc1266f4228b974cee486b /security/tor/files/patch-doc_asciidoc-helper.sh | |
parent | mail/rubygem-gitlab-mail_room: update to 0.0.19 (diff) |
security/tor: Update 0.4.6.8 -> 0.4.6.10
PR: 261772
Reported by: rene@
Diffstat (limited to 'security/tor/files/patch-doc_asciidoc-helper.sh')
-rw-r--r-- | security/tor/files/patch-doc_asciidoc-helper.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/tor/files/patch-doc_asciidoc-helper.sh b/security/tor/files/patch-doc_asciidoc-helper.sh new file mode 100644 index 000000000000..2dcd9cd7fc2a --- /dev/null +++ b/security/tor/files/patch-doc_asciidoc-helper.sh @@ -0,0 +1,10 @@ +--- doc/asciidoc-helper.sh.orig 2022-02-04 16:24:11 UTC ++++ doc/asciidoc-helper.sh +@@ -12,7 +12,6 @@ if [ $# != 3 ]; then + exit 1; + fi + +-SOURCE_DATE_EPOCH="$(git show --no-patch --format='%ct')" + export SOURCE_DATE_EPOCH + + output=$3 |