Your message dated Fri, 22 Jun 2018 04:19:13 +0000
with message-id <e1fwdxv-0001og...@fasolo.debian.org>
and subject line Bug#901611: fixed in enigmail 2:2.0.7-6
has caused the Debian Bug report #901611,
regarding enigmail: 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 ow...@bugs.debian.org
immediately.)


-- 
901611: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=901611
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: enigmail
Version: 2:2.0.7-2
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: fileordering
X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org

Hi,

Whilst working on the Reproducible Builds effort [0], we noticed
that enigmail could not be built reproducibly.

This is because it contains the output of iterating over the
filesystem in a nondeterministic order.

Patch attached.

 [0] https://reproducible-builds.org/


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
diff --git a/util/genxpi b/util/genxpi
index d104d3a..ee17d12 100755
--- a/util/genxpi
+++ b/util/genxpi
@@ -51,7 +51,7 @@ fi
 
 cd "$targetDir"
 
-find modules -name "*.js*" > modules/all-modules.txt
+find modules -name "*.js*" | LC_ALL=C sort > modules/all-modules.txt
 
 echo "Creating ${xpiFile} file"
 

--- End Message ---
--- Begin Message ---
Source: enigmail
Source-Version: 2:2.0.7-6

We believe that the bug you reported is fixed in the latest version of
enigmail, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 901...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Daniel Kahn Gillmor <d...@fifthhorseman.net> (supplier of updated enigmail 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 22 Jun 2018 00:09:56 -0400
Source: enigmail
Binary: enigmail
Architecture: source
Version: 2:2.0.7-6
Distribution: unstable
Urgency: medium
Maintainer: Debian Mozilla Extension Maintainers 
<pkg-mozext-maintain...@lists.alioth.debian.org>
Changed-By: Daniel Kahn Gillmor <d...@fifthhorseman.net>
Description:
 enigmail   - GPG support for Thunderbird and Debian Icedove
Closes: 901611
Changes:
 enigmail (2:2.0.7-6) unstable; urgency=medium
 .
   * clarify autocrypt errors in the test suite
   * make build reproducible (closes: #901611)
   * autopkgtest: use python, not python2
   * avoid requiring zip for the test suite
   * Permit stderr during autopkgtest
Checksums-Sha1:
 6d049adb7aba3d59bed6b60bd62e28650cc24c27 1906 enigmail_2.0.7-6.dsc
 d4a07a72ad75c0c204f17cc912641e1fbcf7b05c 144060 enigmail_2.0.7-6.debian.tar.xz
 05c2a46c498b7b0bbd3626b773b7af315d4158b9 12931 enigmail_2.0.7-6_amd64.buildinfo
Checksums-Sha256:
 716a7900a1a7f5e03d3514dcfd9a222ed7a3b2957b5076ff727bacd9d79287d7 1906 
enigmail_2.0.7-6.dsc
 e3b9b6c70e158473a58f411ae94ad9898ad5b2a4cfaaf0c275ac601f23b06182 144060 
enigmail_2.0.7-6.debian.tar.xz
 21c324829b4000826a95ba05da3461168f593a34540ef75002964caafed244cd 12931 
enigmail_2.0.7-6_amd64.buildinfo
Files:
 c678606a324958be227c805d276ad875 1906 mail optional enigmail_2.0.7-6.dsc
 9b9a738ffe18262ae146f555efe3cccb 144060 mail optional 
enigmail_2.0.7-6.debian.tar.xz
 43237445bde2fa8437a67593e8ca984a 12931 mail optional 
enigmail_2.0.7-6_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQTTaP514aqS9uSbmdJsHx7ezFD6UwUCWyx20gAKCRBsHx7ezFD6
UyTUAQDOUEoDlOUHhcUYLa45Kah9TV/lV8Lb6PYZUk/0tow1nAD/Uf+Qu6mBkWgC
SauZivoiVVZmCi+LgU8FM1PIcb86sgU=
=VfDp
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to