diff options
Diffstat (limited to 'security/tor/files')
-rw-r--r-- | security/tor/files/patch-doc_asciidoc-helper.sh | 10 | ||||
-rw-r--r-- | security/tor/files/patch-orconfig.h.in | 4 |
2 files changed, 12 insertions, 2 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 diff --git a/security/tor/files/patch-orconfig.h.in b/security/tor/files/patch-orconfig.h.in index c2deb73462ee..6b2a355e48b2 100644 --- a/security/tor/files/patch-orconfig.h.in +++ b/security/tor/files/patch-orconfig.h.in @@ -1,6 +1,6 @@ ---- orconfig.h.in.orig 2017-11-30 20:34:49 UTC +--- orconfig.h.in.orig 2022-02-04 16:24:11 UTC +++ orconfig.h.in -@@ -517,7 +517,10 @@ +@@ -610,7 +610,10 @@ #undef HAVE_TIME_H /* Define to 1 if you have the `timingsafe_memcmp' function. */ |