aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/mingw-w64-reproducible-gendef.patch
blob: ee676af7a0f981552bab33601923a6773b09bc4f (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
This following patch was originally found at the debian mingw-w64 team's
mingw-w64 repo located here:
https://salsa.debian.org/mingw-w64-team/mingw-w64.git

Invoke the following in the aforementioned repo to see the original patch:

  $ git show 4974e2c:debian/patches/reproducible-gendef.patch

Description: Drop __DATE__ from gendef
Author: Stephen Kitt <skitt@debian.org>

This allows gendef to be built reproducibly.

--- a/mingw-w64-tools/gendef/src/gendef.c
+++ b/mingw-w64-tools/gendef/src/gendef.c
@@ -196,7 +196,6 @@
                    "  By default, the output files are named after their DLL counterparts\n"
                    "  gendef MYDLL.DLL     Produces MYDLL.def\n"
                    "  gendef - MYDLL.DLL   Prints the exports to stdout\n");
-  fprintf (stderr, "\nBuilt on %s\n", __DATE__);
   fprintf (stderr, "\nReport bugs to <mingw-w64-public@lists.sourceforge.net>\n");
   exit (0);
 }
us Bakke 2017-12-13gnu: curl: Add a search path for CURL_CA_BUNDLE....Marius Bakke 2017-12-05gnu: curl: Remove graft for 7.57.0....Marius Bakke 2017-12-05Merge branch 'master' into core-updatesMarius Bakke 2017-11-29gnu: curl: Update to 7.57.0 [fixes CVE-2017-{8816,8817,8818}]....Leo Famulari 2017-10-24gnu: curl: Remove graft for 7.56.1....Marius Bakke 2017-10-24Merge branch 'master' into core-updatesMarius Bakke 2017-10-24gnu: curl: Update replacement to 7.56.1 [fixes CVE-2017-1000257]....Marius Bakke 2017-10-10gnu: curl: Incorporate grafted changes....Marius Bakke 2017-10-10Merge branch 'master' into core-updatesMarius Bakke 2017-10-06Merge branch 'master' into stagingMarius Bakke 2017-10-04gnu: curl: Update replacement to 7.56.0 [security fixes]....Kei Kebreau 2017-10-01gnu: curl: Update to 7.55.0....Efraim Flashner 2017-09-21gnu: curl: Update to 7.55.1....Marius Bakke 2017-08-15Merge branch 'master' into core-updatesMark H Weaver 2017-08-13gnu: curl: Fix i686 test failure....Marius Bakke 2017-08-10Merge branch 'master' into core-updatesMarius Bakke 2017-08-10gnu: curl: Update replacement to 7.55.0. [security fixes]...Marius Bakke 2017-06-18Merge branch 'master' into core-updatesMark H Weaver 2017-06-14gnu: curl: Update replacement to 7.54.1 [fixes CVE-2017-9502]....Leo Famulari 2017-05-24Merge branch 'master' into core-updatesRicardo Wurmus 2017-04-19gnu: curl: Replace with curl@7.54.0 [fixes CVE-2017-7468]...Leo Famulari 2017-04-07gnu: curl: Update to 7.53.1....Leo Famulari 2017-03-09Merge branch 'master' into core-updatesLudovic Courtès 2017-02-21gnu: curl: Update replacement to 7.53.0 [fixes CVE-2017-2629]....Leo Famulari 2017-01-25gnu: curl: Incorporate grafted changes....Leo Famulari 2016-12-23gnu: curl: Update replacement to 7.52.1 [fixes CVE-2016-{9586,9594}]....Marius Bakke 2016-12-21Revert "gnu: curl: Update replacement to 7.52.0 [fixes CVE-2016-{9586,9952,99......Leo Famulari 2016-12-21gnu: curl: Update replacement to 7.52.0 [fixes CVE-2016-{9586,9952,9953}]....Marius Bakke 2016-11-02Merge branch 'master' into core-updatesLeo Famulari 2016-11-02gnu: curl: Update replacement to 7.51.0 [fixes CVE-2016-{8615..8625}]....Marius Bakke 2016-09-30Merge branch 'master' into core-updatesLudovic Courtès