summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-09-11 16:33:39 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-09-11 16:33:39 +0000
commitbeabe8af460d40a226bf16e4a1f163bf3e7c3206 (patch)
tree9c51b943021f235120145076497d5654708e5ab9 /package
parent4baec2468a88a08058a97406e48a5b1faf3d1fa4 (diff)
downloadmtk-20170518-beabe8af460d40a226bf16e4a1f163bf3e7c3206.zip
mtk-20170518-beabe8af460d40a226bf16e4a1f163bf3e7c3206.tar.gz
mtk-20170518-beabe8af460d40a226bf16e4a1f163bf3e7c3206.tar.bz2
openvpn: remove __DATE__ from options output
reported by: https://reproducible.debian.net/openwrt/dbd/ar71xx/base/openvpn-nossl_2.3.7-1_ar71xx.ipk.html Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 46860
Diffstat (limited to 'package')
-rw-r--r--package/network/services/openvpn/patches/001-reproducible-remove_DATE.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/network/services/openvpn/patches/001-reproducible-remove_DATE.patch b/package/network/services/openvpn/patches/001-reproducible-remove_DATE.patch
new file mode 100644
index 0000000..3ceef6f
--- /dev/null
+++ b/package/network/services/openvpn/patches/001-reproducible-remove_DATE.patch
@@ -0,0 +1,10 @@
+--- a/src/openvpn/options.c
++++ b/src/openvpn/options.c
+@@ -102,7 +102,6 @@ const char title_string[] =
+ " [MH]"
+ #endif
+ " [IPv6]"
+- " built on " __DATE__
+ ;
+
+ #ifndef ENABLE_SMALL