Source: gnupg Version: 1.4.18-6 Severity: wishlist Tags: patch User: [email protected] Usertags: timestamps_in_pe_binaries
I believe that the gnupg package can be made reproducible with the
attached patch, which encourages the linker to omit the timestamp in
gpgv.exe. This was the only difference gnupg afaict.
I plan to include this patch in the gnupg package in experimental soon.
--dkg
diff --git a/debian/rules b/debian/rules index f22c079..3180cd0 100755 --- a/debian/rules +++ b/debian/rules @@ -58,6 +58,7 @@ build-udeb/config.status: build-win32/config.status: dh_testdir (mkdir -p $(@D); cd $(@D); CFLAGS="-g -Os" \ + LDFLAGS="-Xlinker --no-insert-timestamp" \ ../configure $(CONFARGS) $(CONFARGS_MINIMAL) --host i686-w64-mingw32 ) ##################################### build ##################################
signature.asc
Description: PGP signature

