This following patch was originally found at the debian mingw-w64 team's binutils repo located here: https://salsa.debian.org/mingw-w64-team/binutils-mingw-w64.git Invoke the following in the aforementioned repo to see the original patch: $ git show da63f6b:debian/patches/reproducible-import-libraries.patch Description: Make DLL import libraries reproducible Author: Benjamin Moody Bug-Debian: https://bugs.debian.org/915055 --- a/ld/pe-dll.c +++ b/ld/pe-dll.c @@ -2844,6 +2844,7 @@ bfd_set_format (outarch, bfd_archive); outarch->has_armap = 1; + outarch->flags |= BFD_DETERMINISTIC_OUTPUT; /* Work out a reasonable size of things to put onto one line. */ ar_head = make_head (outarch); '>koszko Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/packages.scm
AgeCommit message (Expand)Author
2020-06-27packages: Recognize SHA3 and BLAKE2s for 'content-hash'....Ludovic Courtès
2020-06-11packages: 'package-grafts' returns grafts for all the relevant outputs....Ludovic Courtès
2020-06-06packages: Make 'bag-grafts' insensitive to '%current-target-system'....Ludovic Courtès
2020-05-23tests: Use a #:prefix for (gcrypt hash)....Ludovic Courtès
2020-05-22packages: Introduce <content-hash> and use it in <origin>....Ludovic Courtès
2020-05-14packages: Ensure bags are insensitive to '%current-target-system'....Ludovic Courtès
2020-03-31guix package: Do not misdiagnose upgrades when there are propagated inputs....Ludovic Courtès
2020-03-31guix package: Add 'transaction-upgrade-entry' test....Ludovic Courtès
2020-03-31guix package: 'transaction-upgrade-entry' swallows build requests....Ludovic Courtès
2020-01-16guix package: Export 'transaction-upgrade-entry'....Ludovic Courtès