[OpenWrt-Devel] [PATCH] openvpn: remove __DATE__ from options output

Dirk Neukirchen dirkneukirchen at web.de
Sun Aug 30 12:26:51 EDT 2015


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 at web.de>
---
 .../openvpn/patches/001-reproducible-remove_DATE.patch         | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 package/network/services/openvpn/patches/001-reproducible-remove_DATE.patch

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
-- 
2.5.0
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list