Your message dated Sun, 10 Jan 2016 14:54:40 -0500
with message-id <[email protected]>
and subject line shorewall-core: please make the build reproducible
has caused the Debian Bug report #776808,
regarding shorewall-core: please make the build reproducible
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
776808: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=776808
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: shorewall-core
Version: 4.6.4.3-1
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: timestamps
X-Debbugs-Cc: [email protected]
Hi,
While working on the "reproducible builds" effort [1], we have noticed
that shorewall-core could not be built reproducibly.
The attached patch removes timestamps from the build system. Once
applied, shorewall-core can be built reproducibly in our current
experimental
framework.
[1]: https://wiki.debian.org/ReproducibleBuilds
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
diff -urNad shorewall-core.orig/shorewall-core-4.6.4.3/debian/rules
shorewall-core/shorewall-core-4.6.4.3/debian/rules
--- shorewall-core.orig/shorewall-core-4.6.4.3/debian/rules 2015-02-02
00:49:17.825424713 +0000
+++ shorewall-core/shorewall-core-4.6.4.3/debian/rules 2015-02-02
01:02:17.167712947 +0000
@@ -14,6 +14,8 @@
override_dh_auto_configure:
./configure
+ # Strip non-determinstic build time
+ sed -i -e 's/^\(#.*\) - .*/\1/g' shorewallrc
override_dh_auto_build:
true
--- End Message ---
--- Begin Message ---
fixed 776808 5.0.3.1-1
thanks
Newer versions of shorewall-core no longer embed the timestamp.
Regards,
-Roberto
--
Roberto C. Sánchez
http://people.connexer.com/~roberto
http://www.connexer.com
signature.asc
Description: Digital signature
--- End Message ---