[blog] 01/01: 119: fill in from generate-draft script and turn into prose
Ximin Luo
infinity0 at debian.org
Sat Aug 12 23:02:02 UTC 2017
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch master
in repository blog.
commit 06c0d4731fd07fa95a5e6582585fa01b1d948518
Author: Ximin Luo <infinity0 at debian.org>
Date: Sun Aug 13 01:01:45 2017 +0200
119: fill in from generate-draft script and turn into prose
---
drafts/119.mdwn | 126 ++++++++++++++++++++++++++++++++++++++++++++++++++++----
1 file changed, 117 insertions(+), 9 deletions(-)
diff --git a/drafts/119.mdwn b/drafts/119.mdwn
index b17d618..14b9b74 100644
--- a/drafts/119.mdwn
+++ b/drafts/119.mdwn
@@ -1,12 +1,120 @@
+[[!meta title="Reproducible Builds: Weekly report #119"]]
-mention on
-https://latenightlinux.com/late-night-linux-episode-17/
-(29:30)
+Here's what happened in the [Reproducible
+Builds](https://reproducible-builds.org) effort between Sunday July 30 and
+Saturday August 5 2017:
-Bernhard M. Wiedemann:
-* [efl](https://phab.enlightenment.org/rEFL4d2117ef2a5344d298dfa7768d01feab0cf86558) merged
-* [389-ds](https://lists.fedoraproject.org/archives/list/389-devel@lists.fedoraproject.org/thread/RJYESKP3VAHGM5J5W67APFAQPQA6SUY2/) merged
-* [plowshare](https://github.com/mcrapet/plowshare/pull/97)
-* [sphinx](https://github.com/sphinx-doc/sphinx/pull/3972)
-* [sphinx](https://github.com/sphinx-doc/sphinx/pull/3973)
+Media coverage
+--------------
+
+We were mentioned on [Late Night Linux Episode
+17](https://latenightlinux.com/late-night-linux-episode-17/), around 29:30.
+
+
+Packages reviewed and fixed, and bugs filed
+-------------------------------------------
+
+Upstream packages:
+
+* Bernhard M. Wiedemann:
+ * [efl](https://phab.enlightenment.org/rEFL4d2117ef2a5344d298dfa7768d01feab0cf86558)
+ (merged), unique ids based on memory address
+ * [389-ds](https://lists.fedoraproject.org/archives/list/389-devel@lists.fedoraproject.org/thread/RJYESKP3VAHGM5J5W67APFAQPQA6SUY2/)
+ (merged), `SOURCE_DATE_EPOCH` support.
+ * [plowshare](https://github.com/mcrapet/plowshare/pull/97), `SOURCE_DATE_EPOCH` support
+ * [sphinx](https://github.com/sphinx-doc/sphinx/pull/3972), file ordering
+ * [sphinx](https://github.com/sphinx-doc/sphinx/pull/3973), `SOURCE_DATE_EPOCH` support
+
+Debian packages:
+
+* Adrian Bunk:
+ * [[!bug 870212]] filed against [[!pkg glib2.0]].
+ * [[!bug 870213]] filed against [[!pkg pajeng]].
+ * [[!bug 870733]] filed against [[!pkg openhpi]].
+ * [[!bug 870738]] filed against [[!pkg gtk2-engines-xfce]].
+ * [[!bug 870741]] filed against [[!pkg libgda5]].
+ * [[!bug 870742]] filed against [[!pkg libgnome]].
+ * [[!bug 870749]] filed against [[!pkg glade]].
+ * [[!bug 870821]] filed against [[!pkg esys-particle]].
+* Chris Lamb:
+ * [[!bug 870131]] filed against [[!pkg autopep8]].
+ * [[!bug 870221]] filed against [[!pkg dpkg]].
+ * [[!bug 870573]] filed against [[!pkg grap]].
+* Johannes Schauer:
+ * [[!bug 870585]] filed against [[!pkg hevea]].
+* Logan Rosen:
+ * [[!bug 870586]] filed against [[!pkg behave]].
+* Lucas Nussbaum:
+ * [[!bug 871059]] filed against [[!pkg fltk1.3]].
+ * [[!bug 871155]] filed against [[!pkg brltty]].
+ * [[!bug 871159]] filed against [[!pkg texlive-extra]].
+* jathan:
+ * [[!bug 870890]] filed against [[!pkg apg]].
+
+
+Reviews of unreproducible packages
+----------------------------------
+
+29 package reviews have been added, 72 have been updated and 151 have been
+removed in this week, adding to our knowledge about [identified
+issues](https://tests.reproducible-builds.org/debian/index_issues.html).
+
+4 issue types have been updated:
+
+- Added [[!issue timestamps_generated_by_hevea]].
+- Added [[!issue timestamps_in_source_generated_by_rcc]].
+- Updated [[!issue build_id_differences_only]]: remove an obsolete example.
+- Updated [[!issue golang_compiler_captures_build_path_in_binary]]: mark as
+ not deterministic, because the patch fixing it is not yet upstreamed.
+
+
+Weekly QA work
+--------------
+
+During our reproducibility testing, FTBFS bugs have been detected and reported by:
+
+ - Adrian Bunk (36)
+ - Andreas Beckmann (2)
+ - Daniel Schepler (2)
+ - Logan Rosen (1)
+ - Lucas Nussbaum (93)
+
+
+diffoscope development
+----------------------
+
+Version 85 was uploaded to unstable by Mattia Rizzolo. It included [contributions](https://anonscm.debian.org/git/reproducible/diffoscope.git/log/?h=85) from:
+
+- Mattia Rizzolo:
+ - Add an explicit Recommends: on the defusedxml python package.
+ - Various other code quality tweaks.
+- Juliana Oliveira Rodrigues:
+ - Fix test_ico_image for ImageMagick `identify` >= 6.9.8.
+ - Use the defusedxml XML library by default in the XML comparator, if it's
+ available. This protects against various XML parser DoS attacks and other
+ security holes, which other Python XML libraries are vulnerable to.
+- Ximin Luo:
+ - Force a flush when writing output to diff. (Closes: [[!bug 870049]]).
+
+as well as previous weeks' contributions, summarised in the
+[changelog](http://metadata.ftp-master.debian.org/changelogs/main/d/diffoscope/diffoscope_85_changelog).
+
+There were also further commits in git, which will be released in a later
+version:
+
+- Guangyuan Yang:
+ - tests/iso9660: support `isoinfo`'s output coming from cdrtools' version
+ instead of genisoimage's
+- Mattia Rizzolo:
+ - Code quality and test fixes.
+- Chris Lamb:
+ - Code quality and test fixes.
+
+
+Misc.
+-----
+
+This week's edition was written by Ximin Luo, Bernhard M. Wiedemann and Chris
+Lamb & reviewed by a bunch of Reproducible Builds folks on IRC & the mailing
+lists.
--
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