diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-09-11 16:33:39 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-09-11 16:33:39 +0000 |
commit | beabe8af460d40a226bf16e4a1f163bf3e7c3206 (patch) | |
tree | 9c51b943021f235120145076497d5654708e5ab9 | |
parent | 4baec2468a88a08058a97406e48a5b1faf3d1fa4 (diff) | |
download | upstream-beabe8af460d40a226bf16e4a1f163bf3e7c3206.tar.gz upstream-beabe8af460d40a226bf16e4a1f163bf3e7c3206.tar.bz2 upstream-beabe8af460d40a226bf16e4a1f163bf3e7c3206.zip |
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
-rw-r--r-- | package/network/services/openvpn/patches/001-reproducible-remove_DATE.patch | 10 |
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 0000000000..3ceef6f0ff --- /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 |