Commit 20729eda authored by Bernhard M. Wiedemann's avatar Bernhard M. Wiedemann
Browse files

2019-12: sort unsorted entries

parent 0bbccd46
Loading
Loading
Loading
Loading
Loading
+34 −22
Original line number Diff line number Diff line
@@ -6,11 +6,41 @@ title: "Reproducible builds in December 2019"
draft: true
---

## Software development

#### Upstream patches

* Bernhard M. Wiedemann:
    * [`python-psychtoolbox`](https://github.com/Psychtoolbox-3/Psychtoolbox-3/pull/614) (sort python readdir)
    * [`bowtie`](https://github.com/BenLangmead/bowtie/pull/99) (date)
    * [`kismet`]( https://github.com/kismetwireless/kismet/pull/195) (date)
    * [`coq`](https://github.com/coq/coq/pull/11227) (ocaml date)
    * [`coq`](https://github.com/coq/coq/issues/11229) (report that .vo files vary from build order)
    * [`php7-pear`](https://github.com/pear/pear-core/pull/105) (sort php readdir)
    * [`orthanc`](https://bitbucket.org/sjodogne/orthanc/pull-requests/12/sort-file-lists/diff) (sort python readdir, toolchain)
    * [`vpp`](https://gerrit.fd.io/r/c/vpp/+/23819) (shell date, regression fix)
    * [`pw3270`](https://github.com/PerryWerneck/pw3270/pull/2) (make date + convert -strip)
    * [`pmix`](https://github.com/openpmix/openpmix/pull/1560) (date+time+host+user)
    * [`charybdis`](https://github.com/charybdis-ircd/charybdis/pull/297) (shell date+time)
    * [`lifelines`](https://github.com/lifelines/lifelines/pull/389) (date)
    * [`ripgrep`](https://github.com/BurntSushi/ripgrep/issues/1441) (report variations from CPU)

* Jelle van der Waa:
    * [`tbb`](https://github.com/intel/tbb/issues/202) (hostname, date+time)
    * [`pcp`](https://github.com/performancecopilot/pcp/pull/805) (date+time)
    * [`libcec`](https://github.com/Pulse-Eight/libcec/issues/485) (date+time)
    * [`cgdb`](https://github.com/cgdb/cgdb/pull/215) (date+time)
    * [`cloc`](https://github.com/AlDanial/cloc/pull/438) (date+time)
    * [`dlang`](https://issues.dlang.org/show_bug.cgi?id=20444) (please support `SOURCE_DATE_EPOCH` in the D lang compiler)
    * [`dlang`](https://issues.dlang.org/show_bug.cgi?id=20445) (date+time in dtools)

#### openSUSE

* patches:
    * [`hidviz`](https://build.opensuse.org/request/show/754485) (use convert -strip)
    * [`rpmlint-mini`](https://build.opensuse.org/request/show/754705) (sort python compile file list)
* bugs:
    * [` python-swifter`](https://bugzilla.opensuse.org/show_bug.cgi?id=1158578) (report failure to build on 1-core VM)

#### Arch Linux

@@ -35,6 +65,9 @@ reproducible which raised the amount of reproducible packages by 1.5%. For examp
* [patches](https://github.com/NixOS/nixpkgs/pulls?q=is%3Apr+label%3A%226.topic%3A+reproducible+builds%22+is%3Aclosed):
    * [`installer/iso-image`](https://github.com/NixOS/nixpkgs/pull/75484) (avoid leaking timestamps into the ISO installer)

#### GNU Guix

* Vagrant Cascadian updated [diffoscope to 133](https://git.savannah.gnu.org/cgit/guix.git/commit/?id=6a65185ee46babca0630db1d64eaa8c1447d1cd6) in GNU Guix.

## rb5 summit

@@ -51,28 +84,7 @@ reproducible which raised the amount of reproducible packages by 1.5%. For examp

#### unsorted

* https://github.com/Psychtoolbox-3/Psychtoolbox-3/pull/614 sort python readdir
* https://github.com/BenLangmead/bowtie/pull/99 date
* https://github.com/kismetwireless/kismet/pull/195 date
* https://github.com/coq/coq/pull/11227 ocaml date
* https://github.com/coq/coq/issues/11229 report that .vo files vary from build order
* https://github.com/pear/pear-core/pull/105 sort php readdir
* https://bitbucket.org/sjodogne/orthanc/pull-requests/12/sort-file-lists/diff sort python readdir
* https://gerrit.fd.io/r/c/vpp/+/23819 shell date (regression fix)
* https://github.com/PerryWerneck/pw3270/pull/2 make date + convert -strip
* https://github.com/openpmix/openpmix/pull/1560 date+time+host+user
* https://github.com/charybdis-ircd/charybdis/pull/297 shell date+time
* https://github.com/lifelines/lifelines/pull/389 date
* https://github.com/BurntSushi/ripgrep/issues/1441 report variations from CPU
* https://bugzilla.opensuse.org/show_bug.cgi?id=1158578 report FTBFS-j1
* https://github.com/intel/tbb/issues/202 hostname date+time
* https://github.com/performancecopilot/pcp/pull/805 date+time
* https://github.com/Pulse-Eight/libcec/issues/485 date+time
* https://github.com/cgdb/cgdb/pull/215 date+time
* https://github.com/AlDanial/cloc/pull/438 date+time
* https://issues.dlang.org/show_bug.cgi?id=20444 please support SOURCE_DATE_EPOCH in the D lang compiler
* https://issues.dlang.org/show_bug.cgi?id=20445 date+time in dtools

* Vagrant Cascadian updated [diffoscope to 133](https://git.savannah.gnu.org/cgit/guix.git/commit/?id=6a65185ee46babca0630db1d64eaa8c1447d1cd6) in GNU Guix.