[Reproducible-commits] [blog] 01/01: half-finished report from Lunar

Holger Levsen holger at layer-acht.org
Sun Apr 24 15:30:40 UTC 2016


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository blog.

commit 84da84de8eb36f0718ed0e19fae3742fb8a62e4d
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sun Apr 24 17:30:21 2016 +0200

    half-finished report from Lunar
---
 drafts/52.mdwn | 115 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 115 insertions(+)

diff --git a/drafts/52.mdwn b/drafts/52.mdwn
new file mode 100644
index 0000000..438d9b0
--- /dev/null
+++ b/drafts/52.mdwn
@@ -0,0 +1,115 @@
+[[!meta title="Reproducible builds: week 52 in Stretch cycle"]]
+
+What happened in the [reproducible
+builds](https://wiki.debian.org/ReproducibleBuilds) effort between April 17th and April 23rd:
+
+Media coverage
+--------------
+
+Toolchain fixes
+---------------
+
+Thomas Weber uploaded [lcms2](https://tracker.debian.org/lcms2)/2.7-1 which will not write uninitialized memory when writing color names. [Original patch](https://bugs.debian.org/815248) by Lunar.
+
+Alexis Bienvenüe [submitted a patch](https://bugs.debian.org/822197) for [sphinx](https://tracker.debian.org/sphinx) to strip Python object memory addresses from the generated documentation.
+
+Packages fixed
+--------------
+
+The following packages have become reproducible due to changes in their
+build dependencies:
+
+[cobertura](https://tracker.debian.org/cobertura),
+[commons-pool](https://tracker.debian.org/commons-pool),
+[easymock](https://tracker.debian.org/easymock),
+[eclipselink](https://tracker.debian.org/eclipselink),
+[excalibur-logkit](https://tracker.debian.org/excalibur-logkit),
+[gap-radiroot](https://tracker.debian.org/gap-radiroot),
+[gluegen2](https://tracker.debian.org/gluegen2),
+[jabref](https://tracker.debian.org/jabref),
+[java3d](https://tracker.debian.org/java3d),
+[jcifs](https://tracker.debian.org/jcifs),
+[jline](https://tracker.debian.org/jline),
+[jmock2](https://tracker.debian.org/jmock2),
+[josql](https://tracker.debian.org/josql),
+[jtharness](https://tracker.debian.org/jtharness),
+[libfann](https://tracker.debian.org/libfann),
+[libgroboutils-java](https://tracker.debian.org/libgroboutils-java),
+[libjemmy2-java](https://tracker.debian.org/libjemmy2-java),
+[libjgoodies-binding-java](https://tracker.debian.org/libjgoodies-binding-java),
+[libjgrapht0.8-java](https://tracker.debian.org/libjgrapht0.8-java),
+[libjtds-java](https://tracker.debian.org/libjtds-java),
+[liboptions-java](https://tracker.debian.org/liboptions-java),
+[libpal-java](https://tracker.debian.org/libpal-java),
+[libzeus-jscl-java](https://tracker.debian.org/libzeus-jscl-java),
+[node-transformers](https://tracker.debian.org/node-transformers),
+[octave-msh](https://tracker.debian.org/octave-msh),
+[octave-secs2d](https://tracker.debian.org/octave-secs2d),
+[openmama](https://tracker.debian.org/openmama),
+[rkward](https://tracker.debian.org/rkward).
+
+The following packages became reproducible after getting fixed:
+
+ * [auto-multiple-choice](https://tracker.debian.org/auto-multiple-choice)/1.3.0-1 by Alexis Bienvenüe.
+ * [castle-game-engine](https://tracker.debian.org/castle-game-engine)/5.2.0-3 by Paul Gevers.
+ * [gap-autpgrp](https://tracker.debian.org/gap-autpgrp)/1.5-2 by Bill Allombert.
+ * [gap-grape](https://tracker.debian.org/gap-grape)/4r7+ds-2 by Jerome Benoit.
+ * [letsencrypt.sh](https://tracker.debian.org/letsencrypt.sh)/0.1.0-2 by Mattia Rizzolo.
+ * [libindicate](https://tracker.debian.org/libindicate)/0.6.92-3 by Adam Borowski.
+ * [ltrsift](https://tracker.debian.org/ltrsift)/1.0.2-7 by Sascha Steinbiss.
+ * [perl](https://tracker.debian.org/perl)/5.22.1-10 by Niko Tyni.
+ * [php-pear](https://tracker.debian.org/php-pear)/1:1.10.1+submodules+notgz-7 by Mathieu Parent
+ * [python-pint](https://tracker.debian.org/python-pint)/0.7.2-2 by Ondřej Nový.
+ * [spades](https://tracker.debian.org/spades)/3.7.1+dfsg-3 by Sascha Steinbiss.
+ * [tex4ht](https://tracker.debian.org/tex4ht)/20090611-2 by Reiner Herrmann.
+
+Some uploads fixed some reproducibility issues, but not all of them:
+
+Patches submitted which have not made their way to the archive yet:
+
+ * [#821356](https://bugs.debian.org/821356) on [emoslib](https://tracker.debian.org/emoslib) by boyska: use `echo` in a portable manner across shells.
+ * [#822268](https://bugs.debian.org/822268) on [transdecoder](https://tracker.debian.org/transdecoder) by Dhole: set `PERL_HASH_SEED=0` when calling the scripts generating samples.
+
+tests.reproducible-builds.org
+-----------------------------
+
+diffoscope development
+----------------------
+
+ diffoscope (52) unstable; urgency=medium
+ .
+   [ Mattia Rizzolo ]
+   * debian/gbp.conf: add a conf to have gbp tag the releases how we like them.
+ .
+   [ Holger Levsen ]
+   * Drop transitional debbindiff package.
+   * debian/control: Drop XS-Prefix from Testsuite: field, thanks lintian.
+   * Mention --max-report-size only once in the manpage. (Closes: #819956)
+ .
+   [ Satyam Zode ]
+   * Fix typo in documentation.
+ .
+   [ Reiner Herrmann ]
+   * Bump Standards-Version to 3.9.8, no changes required.
+   * Let objdump demangle symbols for better readability.
+   * Install bin/diffoscope instead of auto-generated script. (Closes: #821777)
+
+strip-nondeterminism development
+--------------------------------
+
+disorderfs development
+----------------------
+
+Documentation update
+--------------------
+
+Package reviews
+---------------
+
+94 [reviews](https://reproducible.debian.net/unstable/amd64/index_notes.html) have been removed, 28 added and 11 updated in the previous week.
+
+12 FTBFS bugs were reported by Chris Lamb and Sebastian Ramacher.
+
+Misc.
+-----
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/blog.git



More information about the Reproducible-commits mailing list