File: changelog

package info (click to toggle)
binutils-mingw-w64 7.4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 108 kB
  • sloc: makefile: 77
file content (211 lines) | stat: -rw-r--r-- 7,735 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
binutils-mingw-w64 (7.4) unstable; urgency=medium

  * Add missing build dependencies on rdfind and symlinks.

 -- Stephen Kitt <skitt@debian.org>  Mon, 02 Jan 2017 20:06:20 +0100

binutils-mingw-w64 (7.3) unstable; urgency=medium

  * Install program links in /usr/${triplet}/bin (Closes: #846193).
  * Ensure all duplicate executables are symlinked.
  * Build-depend on zlib1g-dev (Closes: #849916). We relied on
    binutils-source to provide this, but that's insufficient for
    bootstrapping; in any case our own debian/rules uses it so we need to
    depend on it explicitly.
  * Add more spelling fixes.

 -- Stephen Kitt <skitt@debian.org>  Mon, 02 Jan 2017 19:07:58 +0100

binutils-mingw-w64 (7.2) unstable; urgency=medium

  * Disable Launchpad package mangling.
  * Refresh patches for binutils-source 2.27.51.20161102.

 -- Stephen Kitt <skitt@debian.org>  Mon, 07 Nov 2016 12:44:49 +0100

binutils-mingw-w64 (7.1) unstable; urgency=medium

  * Only override installation for arch-specific builds (otherwise
    arch-independent builds fail...).

 -- Stephen Kitt <skitt@debian.org>  Wed, 07 Sep 2016 15:08:47 +0200

binutils-mingw-w64 (7) unstable; urgency=medium

  * Adjust patches to build with binutils-mingw-w64 2.27 (Closes:
    #835035):
    - drop pr-16598-x64-import-libraries.patch, merged upstream;
    - drop coff-pe-gc-sections.patch, gcc 6 builds correctly with
      gc-sections;
    - disable the x86-64-mpx-inval-2 test which is currently broken;
    - stop disabling obsolete or fixed tests.
  * Update licensing information.
  * Clean up debian/control with cme.
  * Standards-Version 3.9.8, no change required.
  * Switch to debhelper compatibility level 9.
  * Enable all hardening options.
  * Fix a number of spelling mistakes.
  * Use quilt to apply the patches.
  * Disable some (broken) tests which activate when gcc-mingw-w64 is
    available.
  * Enable security flags by default: dynamicbase, nxcompat and
    high-entropy-va (the latter on x64); add linker flags to disable these
    (Closes: #836365).

 -- Stephen Kitt <skitt@debian.org>  Wed, 07 Sep 2016 13:53:50 +0200

binutils-mingw-w64 (6.6) unstable; urgency=medium

  * Disable -Werror (helps with #811598).
  * Switch to https: VCS URIs (see #810378).
  * Revert support for --gc-sections in COFF and PE images (Closes:
    #813144).

 -- Stephen Kitt <skitt@debian.org>  Thu, 11 Feb 2016 13:02:45 +0100

binutils-mingw-w64 (6.5) unstable; urgency=medium

  * Adjust patches to new binutils snapshot:
    - drop enable-dlltool-t.patch, merged upstream;
    - drop initialise-dlltool-idata6.patch, merged upstream;
    - drop avoid-dlltool-segfault.patch, merged upstream;
    - drop pe-run2-cflags-to-ld.patch, merged upstream;
    - disable failing tests for known-broken features.
  * Force the build to use the system-provided shared libz.

 -- Stephen Kitt <skitt@debian.org>  Sat, 14 Nov 2015 23:13:24 +0100

binutils-mingw-w64 (6.4) unstable; urgency=medium

  * Allow building the architecture-independent packages on their own.

 -- Stephen Kitt <skitt@debian.org>  Sat, 05 Sep 2015 15:25:24 +0200

binutils-mingw-w64 (6.3) unstable; urgency=medium

  * Follow the SOURCE_DATE_EPOCH specification for --insert-timestamp (and
    ignore the optional argument; we can't drop support for that
    immediately to avoid breaking downstream users).

 -- Stephen Kitt <skitt@debian.org>  Fri, 04 Sep 2015 23:07:25 +0200

binutils-mingw-w64 (6.2) unstable; urgency=medium

  * Allow defining PE timestamps explicitly, using a timestamp as argument
    to --insert-timestamp.
  * Apply upstream fix to the PE testsuite.
  * Apply upstream fix for x64 import libraries.

 -- Stephen Kitt <skitt@debian.org>  Thu, 11 Jun 2015 07:03:03 +0200

binutils-mingw-w64 (6.1) unstable; urgency=medium

  * Ensure dlltool initialises its output's .idata$6 section; this avoids
    random data ending up there, and helps with reproducible builds...

 -- Stephen Kitt <skitt@debian.org>  Thu, 28 May 2015 23:27:21 +0200

binutils-mingw-w64 (6) unstable; urgency=medium

  * Drop the mingw32-binutils transitional package.
  * Simplify the binutils-source build-dependency to allow backports.
  * Standards-Version 3.9.6, no change required.
  * Enable deterministic archives.
  * Drop the watch file, it's not particularly useful.
  * Enable dlltool's -t option (this allows import archives to be
    reproduced).
  * Drop testsuite-64-bit.patch, the test was fixed upstream
    (differently).
  * Avoid segfaulting if the output def-file can't be opened (Closes:
    #519788).

 -- Stephen Kitt <skitt@debian.org>  Mon, 11 May 2015 23:26:24 +0200

binutils-mingw-w64 (5.2) unstable; urgency=high

  * Rebuild against binutils 2.24.90.20141023-1 or later to fix
    CVE-2014-8484, CVE-2014-8485, CVE-2014-8501, CVE-2014-8502,
    CVE-2014-8503, CVE-2014-8504, CVE-2014-8737, CVE-2014-8738 (Closes:
    #775165).

 -- Stephen Kitt <skitt@debian.org>  Mon, 12 Jan 2015 22:32:41 +0100

binutils-mingw-w64 (5.1) unstable; urgency=medium

  * Increase the testsuite timeout (the build fails on mipsel otherwise).
  * Disable the windres test on big-endian architectures.

 -- Stephen Kitt <skitt@debian.org>  Mon, 25 Aug 2014 14:18:40 -0700

binutils-mingw-w64 (5) unstable; urgency=medium

  * Run the testsuite during the build.

 -- Stephen Kitt <skitt@debian.org>  Sun, 24 Aug 2014 15:43:23 -0700

binutils-mingw-w64 (4) unstable; urgency=medium

  * Build a mingw32-binutils transition package (Closes: #756141):
    - Lintian overrides are correct (Closes: #470874);
    - windres correctly handles input charsets (Closes: #530028);
    - use autotools-dev update config.{guess,sub} (Closes: #735376),
      thanks to Logan Rosen for the patch.
  * Standards-Version 3.9.5, no change required.

 -- Stephen Kitt <skitt@debian.org>  Sat, 26 Jul 2014 23:25:01 +0200

binutils-mingw-w64 (3) unstable; urgency=low

  * Move linker scripts to target-specific directories to avoid
    conflicting with binutils (Closes: #712151, #712153).
  * Enable hardened builds.
  * Standards-Version 3.9.4, no further change required.
  * Drop DM-Upload-Allowed.
  * Switch to my Debian address.
  * Use canonical VCS URIs.

 -- Stephen Kitt <skitt@debian.org>  Thu, 13 Jun 2013 22:48:16 +0200

binutils-mingw-w64 (2) unstable; urgency=low

  * binutils-mingw-w64 doesn't conflict with mingw32-binutils so remove
    the relationship (helps with #662746).

 -- Stephen Kitt <steve@sk2.org>  Wed, 04 Jul 2012 22:54:01 +0200

binutils-mingw-w64 (1) unstable; urgency=low

  [ Stephen Kitt ]
  * Fix Lintian error about copyright templates.
  * Add build-arch and build-indep targets.
  * Switch to single-number versions and add the binutils-mingw-w64
    version to the resulting binary package's version.
  * Split package into 32- and 64-bit specific versions (-i686 and
    -x86-64) - see thread starting at
    http://lists.debian.org/4EBA730A.7060707@greffrath.com for rationale.

  [ Didier Raboud ]
  * Confidently setting the DMUA-flag to yes.

 -- Stephen Kitt <steve@sk2.org>  Wed, 30 Nov 2011 20:09:17 +0100

binutils-mingw-w64 (0.3) unstable; urgency=low

  * Enable LTO (Closes: #626285).
  * Require binutils-source 2.21.51.20110523 which provides fully
    working LTO plugin support for COFF targets.

 -- Stephen Kitt <steve@sk2.org>  Tue, 24 May 2011 23:44:32 +0200

binutils-mingw-w64 (0.2) unstable; urgency=low

  * Allow building on all architectures (Closes: #624545).
  * Standards-Version 3.9.2, no change required.

 -- Stephen Kitt <steve@sk2.org>  Sat, 30 Apr 2011 23:11:57 +0200

binutils-mingw-w64 (0.1) unstable; urgency=low

  * Initial release (Closes: #602996).

 -- Stephen Kitt <steve@sk2.org>  Tue, 16 Nov 2010 12:49:49 +0100