Author: nbd Date: 2015-09-11 18:33:39 +0200 (Fri, 11 Sep 2015) New Revision: 46860
Added: trunk/package/network/services/openvpn/patches/001-reproducible-remove_DATE.patch Log: 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 <[email protected]> Added: trunk/package/network/services/openvpn/patches/001-reproducible-remove_DATE.patch =================================================================== --- trunk/package/network/services/openvpn/patches/001-reproducible-remove_DATE.patch (rev 0) +++ trunk/package/network/services/openvpn/patches/001-reproducible-remove_DATE.patch 2015-09-11 16:33:39 UTC (rev 46860) @@ -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 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
