[Git][reproducible-builds/reproducible-website][master] 2 commits: 2025-05: Cosmetic changes prior to publishing.
Chris Lamb (@lamby)
gitlab at salsa.debian.org
Fri Jun 6 21:17:25 UTC 2025
Chris Lamb pushed to branch master at Reproducible Builds / reproducible-website
Commits:
7a336e52 by Chris Lamb at 2025-06-06T14:16:58-07:00
2025-05: Cosmetic changes prior to publishing.
- - - - -
f84a4aa3 by Chris Lamb at 2025-06-06T14:17:00-07:00
published as https://reproducible-builds.org/reports/2025-05/
- - - - -
1 changed file:
- _reports/2025-05.md
Changes:
=====================================
_reports/2025-05.md
=====================================
@@ -3,20 +3,24 @@ layout: report
year: "2025"
month: "05"
title: "Reproducible Builds in May 2025"
-draft: true
+draft: false
+date: 2025-06-06 21:17:00
---
[](https://reproducible-builds.org/)
-**Welcome to our 5th report from the [Reproducible Builds]({{ "/" | relative_url }}) project in 2025!** Our monthly reports outline what we've been up to over the past month, and highlight items of news from elsewhere in the increasingly-important area of software supply-chain security. Lastly, if you are interested in contributing to the Reproducible Builds project, please do visit the [*Contribute*]({{ "/contribute/" | relative_url }}) page on our website.
+**Welcome to our 5th report from the [Reproducible Builds]({{ "/" | relative_url }}) project in 2025!** Our monthly reports outline what we've been up to over the past month, and highlight items of news from elsewhere in the increasingly-important area of software supply-chain security. If you are interested in contributing to the Reproducible Builds project, please do visit the [*Contribute*]({{ "/contribute/" | relative_url }}) page on our website.
-<!--
+**In this report:**
-**Table of contents:**
-
-FIXME
-
--->
+0. [Security audit of Reproducible Builds tools published](#security-audit-of-reproducible-builds-tools-published)
+0. [*When good pseudorandom numbers go bad*](#when-good-pseudorandom-numbers-go-bad)
+0. [Academic articles](#academic-articles)
+0. [Distribution work](#distribution-work)
+0. [*diffoscope* and *disorderfs*](#diffoscope--disorderfs)
+0. [Website updates](#website-updates)
+0. [Reproducibility testing framework](#reproducibility-testing-framework)
+0. [Upstream patches](#upstream-patches)
---
@@ -210,41 +214,6 @@ Outside of this, a number of smaller changes were also made by Holger Levsen:
* Fix a (harmless) typo in the `multiarch_versionskew` script. [[…](https://salsa.debian.org/qa/jenkins.debian.net/commit/43926e0b2)]
-<!--
-
-<lamby> Holger, I need some more context on what the below is
-
-suite all source packages reproducible icon reproducible packages FTBR icon unreproducible packages FTBFS icon packages failing to build timeout icon packages timing out depwait icon packages in depwait state not_for_us icon not for this architecture blacklisted icon blacklisted
-
-trixie/i386 37635 35544 / 94.4% 758 / 2.0% 387 / 1.0% 16 / 0.0% 691 / 1.8% 211 / 0.6% 27 / 0.1%
-
-unstable/i386 38787 36203 / 93.3% 782 / 2.0% 686 / 1.8% 14 / 0.0% 816 / 2.1% 240 / 0.6% 44 / 0.1%
-
-experimental/i386 636 439 / 69.2% 26 / 4.1% 77 / 12.1% 1 / 0.2% 67 / 10.6% 19 / 3.0% 1 / 0.2%
-
-bookworm/i386 34293 32471 / 94.7% 946 / 2.8% 416 / 1.2% 15 / 0.0% 223 / 0.7% 185 / 0.5% 37 / 0.1%
-
-bullseye/i386 30855 29173 / 94.5% 941 / 3.0% 443 / 1.4% 29 / 0.1% 104 / 0.3% 124 / 0.4% 41 / 0.1%
-
-buster/i386 28398 26219 / 92.3% 1715 / 6.0% 227 / 0.8% 9 / 0.0% 85 / 0.3% 113 / 0.4% 30 / 0.1%
-
-stretch/i386 24719 22488 / 91.0% 1985 / 8.0% 130 / 0.5% 7 / 0.0% 32 / 0.1% 76 / 0.3% 1 / 0.0%
-
-* FIXME: include some graphs, probably these:
- images/reports/2025-05/trixie_stats_pkg_state.png
- images/reports/2025-05/unstable_stats_pkg_state.png
- images/reports/2025-05/experimental_stats_pkg_state.png
- and
- images/reports/2025-05/stats_builds_per_day_i386.png
- probably dont include these (or maybe?):
- images/reports/2025-05/bookworm_stats_pkg_state.png
- images/reports/2025-05/bullseye_stats_pkg_state.png
- images/reports/2025-05/buster_stats_pkg_state.png
- images/reports/2025-05/stretch_stats_pkg_state.png
- images/reports/2025-05/
-
--->
-
In addition, Jochen Sprickerhof made a series of changes related to [*reproduce.debian.net*](https://reproduce.debian.net):
* Add out of memory detection to the statistics page. [[…](https://salsa.debian.org/qa/jenkins.debian.net/commit/acf4ea9c8)]
@@ -286,13 +255,13 @@ The Reproducible Builds project detects, dissects and attempts to fix as many cu
* James Addison:
- * [#1105119](https://bugs.debian.org/1105119) Python3: requested enabling a LTO-adjacent option that should improve build reproducibility.
- * [#1106274](https://bugs.debian.org/1106274) upstream fix merged for [`freezegun`](https://github.com/spulec/freezegun/) for an (timezone) issue causing unit tests to fail during variance testing.
- * [`tutanota`](https://github.com/tutao/tutanota/) opened a [pull request](https://github.com/tutao/tutanota/pull/9034) to attempt to resolve a [long-standing reproducibility issue](https://github.com/tutao/tutanota/issues/1016).
+ * [#1105119](https://bugs.debian.org/1105119) for `python3` — requested enabling a LTO-adjacent option that should improve build reproducibility.
+ * [#1106274](https://bugs.debian.org/1106274) upstream fix merged for [`freezegun`](https://github.com/spulec/freezegun/) for a timezone issue causing unit tests to fail during testing.
+ * [Opened a pull request](https://github.com/tutao/tutanota/pull/9034) for [`tutanota`](https://github.com/tutao/tutanota/) in an attempt to resolve [a long-standing reproducibility issue](https://github.com/tutao/tutanota/issues/1016).
* Zbigniew Jędrzejewski-Szmek:
- * [`0xFFFF`](https://src.fedoraproject.org/rpms/0xFFFF/pull-request/1) use SOURCE_DATE_EPOCH for date in man pages.
+ * [`0xFFFF`](https://src.fedoraproject.org/rpms/0xFFFF/pull-request/1): Use `SOURCE_DATE_EPOCH` for date in manual pages.
<br>
<br>
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/-/compare/10028e64467057abe6a76fda9fea248883f869ae...f84a4aa38179fe5f39ebb56e9780b89481bef371
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/-/compare/10028e64467057abe6a76fda9fea248883f869ae...f84a4aa38179fe5f39ebb56e9780b89481bef371
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20250606/07eb25b5/attachment.htm>
More information about the rb-commits
mailing list