File: changelog

package info (click to toggle)
flashrom 1.2-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,432 kB
  • sloc: ansic: 48,290; makefile: 1,278; sh: 252
file content (433 lines) | stat: -rw-r--r-- 15,474 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
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
flashrom (1.2-5) unstable; urgency=medium

  [ Mario Limonciello ]
  * debian/control:
    - Explicitly depend on libflashrom1 in libflashrom-dev
    - Drop ninja-build dependency (meson depends on it)
    - Drop dh-exec dependency (not needed)

  [ Pino Toscano ]
  * debian/control:
    - Remove extra libusb-dev dep (Closes: #951798)

 -- Mario Limonciello <mario.limonciello@dell.com>  Thu, 05 Mar 2020 07:50:28 -0600

flashrom (1.2-4) unstable; urgency=medium

  * debian/rules:
    - Don't build twice with meson and autotools
    - Remove unneeded comments
    - Only build configuration options that work on x86 on x86
      (Fix FTBFS on many architectures)
  * debian/*.install
    - Use wildcards to install all the files
  * Fix the pkgconfig location
  * Only install the headers that are needed
  * debian/control:
    - Add me to uploaders.
    - Set EFI team as new maintainer.
  * debian/libflashrom.install:
    - Fix installation of .so file to correct package
    - Remove dh-exec from header

 -- Mario Limonciello <mario.limonciello@dell.com>  Wed, 04 Mar 2020 20:06:53 -0600

flashrom (1.2-3) unstable; urgency=medium

  * Also install pkg-config file.

 -- Gürkan Myczko <gurkan@phys.ethz.ch>  Fri, 21 Feb 2020 07:57:36 +0100

flashrom (1.2-2) unstable; urgency=medium

  * Build additional packages. (Closes: #951589)
  * d/control: drop CDBS.
  * Bump debhelper version to 11.

 -- Gürkan Myczko <gurkan@phys.ethz.ch>  Wed, 19 Feb 2020 07:09:31 +0100

flashrom (1.2-1) unstable; urgency=medium

  * New upstream version. (Closes: #948192)
  * Bump standards version to 4.5.0.
  * Add Vcs fields.

 -- Gürkan Myczko <gurkan@phys.ethz.ch>  Mon, 10 Feb 2020 07:05:32 +0100

flashrom (1.1-1) unstable; urgency=medium

  * New upstream version.
  * debian/watch: activated.
  * debian/patches: fixed upstream.

 -- Gürkan Myczko <gurkan@phys.ethz.ch>  Sun, 07 Jul 2019 11:21:58 +0200

flashrom (1.0.1-1) experimental; urgency=medium

  * New upstream version.
  * Apply github pr#71 to fix libusb call.
  * Add Jeremiah C. Foster as co-maintainer.
  * Apply patch reproducible_build, thanks Chris Lamb. (Closes: #834957)

 -- Gürkan Myczko <gurkan@phys.ethz.ch>  Thu, 31 Jan 2019 09:58:20 +0100

flashrom (1.0-1) unstable; urgency=medium

  * New upstream version. (Closes: #892065)
  * New maintainer. (Closes: #919434)
  * debian/control: add myself to Uploaders field. (Closes: #919050)
  * Bump debhelper version to 10.
  * Bump standards version to 4.2.1.

 -- Gürkan Myczko <gurkan@phys.ethz.ch>  Thu, 04 Oct 2018 08:57:59 +0200

flashrom (0.9.9+r1954-1) unstable; urgency=medium

  * New upstream release.
  * Don't build-depend on libftdi1-dev on Hurd, it's not available.

 -- Uwe Hermann <uwe@debian.org>  Sun, 13 Mar 2016 20:41:00 +0100

flashrom (0.9.9~rc1+r1946-1) unstable; urgency=medium

  * New upstream release (Closes: #788426, #802342).
      + Partial support for alpha, hppa, m68k, sh, and s390 (Closes: 774405).
  * debian/control:
      + On kFreeBSD only build-depend on libusb-1.0-0-dev, that
        package also includes the old libusb 0.1 API (Closes: #815947).
        Thanks Steven Chamberlain for the patch!
      + Don't build-depend on libusb-1.0-0-dev on Hurd, it's not available.
      + Add pkg-config to build-depends, since it is used by the upstream
        Makefile. Otherwise the Makefile uses hardcoded guesses, which
        are not always correct.
      + Drop "Recommends: dmidecode [any-i386 any-amd64 ia64 armhf]".
        Upstream has its own code now, no longer uses dmidecode by default.
  * debian/rules: Add "export DEB_BUILD_MAINT_OPTIONS = hardening=+all".
  * Standards-Version: 3.9.7 (no changes required).
  * Package description: Update list of supported devices.

 -- Uwe Hermann <uwe@debian.org>  Tue, 01 Mar 2016 00:07:45 +0100

flashrom (0.9.9~rc1+r1942-1) unstable; urgency=medium

  * Acknowledge NMU, thanks Anibal Monsalve Salazar! (Closes: #775428).
  * New upstream release (Closes: #786917).
      + Dediprog SF100 support is now enabled by default (Closes: #639957).
      + debian/patches/20_svn_version.patch: Drop, no longer needed (if the
        tarball is generated via 'make tarball' from svn checkout).
      + debian/patches/mips-fix-internal.patch: Drop, fixed upstream.
  * New build-depends: libusb-1.0-0-dev (in addition to libusb-dev).
  * Updated build-depends: libftdi-dev -> libftdi1-dev (Closes: #810372).

 -- Uwe Hermann <uwe@debian.org>  Tue, 23 Feb 2016 19:34:07 +0100

flashrom (0.9.7+r1852-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Fix FTBFS on mipsel.
    Patch by Dejan Latinovic <Dejan.Latinovic@imgtec.com>.
    Add mips-fix-internal.patch.
    Closes: #775428.

 -- Anibal Monsalve Salazar <anibal@debian.org>  Wed, 14 Oct 2015 09:21:36 +0100

flashrom (0.9.7+r1852-1) unstable; urgency=medium

  * New upstream release.
  * Standards-Version: 3.9.6 (no changes required).
  * Use 'Architecture: any', flashrom should build/work pretty much everywhere.
  * debian/patches:
      + 10_disable_linuxspi.patch: Drop.
      + 20_svn_version.patch: Update.
  * Shorten dmidecode 'Recommends' to [any-i386 any-amd64 ia64 armhf].
  * Add missing upstream ChangeLog file (via "svn log").

 -- Uwe Hermann <uwe@debian.org>  Mon, 27 Oct 2014 21:20:52 +0100

flashrom (0.9.7+r1782-1) unstable; urgency=high

  * New upstream release (Closes: #746734, #690478).
  * debian/compat: Upgrade from 5 to 9.
  * Standards-Version: 3.9.5 (no changes required).

 -- Uwe Hermann <uwe@debian.org>  Sat, 03 May 2014 17:39:35 +0200

flashrom (0.9.6.1+r1563-1) unstable; urgency=low

  * New upstream release.

 -- Uwe Hermann <uwe@debian.org>  Wed, 08 Aug 2012 23:39:15 +0200

flashrom (0.9.5.2+r1546-1) unstable; urgency=medium

  * New upstream release.

 -- Uwe Hermann <uwe@debian.org>  Fri, 29 Jun 2012 20:49:55 +0200

flashrom (0.9.5.2+r1517-1) unstable; urgency=low

  * New upstream release.
  * Standards-Version: 3.9.3 (no changes required).

 -- Uwe Hermann <uwe@debian.org>  Sat, 07 Apr 2012 23:27:50 +0200

flashrom (0.9.5.1+r1508-1) unstable; urgency=low

  * New upstream release.

 -- Uwe Hermann <uwe@debian.org>  Sun, 26 Feb 2012 15:44:49 +0100

flashrom (0.9.5+r1503-1) unstable; urgency=low

  * New upstream release.
  * debian/docs: Add mysteries_intel.txt.

 -- Uwe Hermann <uwe@debian.org>  Mon, 20 Feb 2012 11:54:48 +0100

flashrom (0.9.4+r1394-1) unstable; urgency=low

  * New upstream release.
  * debian/patches/10_svnversion.patch: Drop, no longer needed.

 -- Uwe Hermann <uwe@debian.org>  Thu, 28 Jul 2011 21:29:32 +0200

flashrom (0.9.3+r1323-1) unstable; urgency=low

  * New upstream release.
  * Standards-Version: 3.9.2 (no changes required).
  * debian/rules: Delete .libdeps file in 'clean' target.

 -- Uwe Hermann <uwe@debian.org>  Fri, 03 Jun 2011 16:53:47 +0200

flashrom (0.9.2+r1141-2) unstable; urgency=high

  * Drop alpha and netbsd-alpha from the arch list for now (builds fail).
    + Keeping "urgency=high" due to high-priority fixes in the last upload,
      in order to allow those fixes to migrate to testing.
    + It's unclear how well alpha (if at all) is supported upstream at this
      point. There's a compile-time #error in the upstream code breaking
      the build intentionally on alpha right now.
      Alpha support will be re-enabled as soon as this has been sorted out
      upstream, but it may take quite a while.

 -- Uwe Hermann <uwe@debian.org>  Tue, 17 Aug 2010 00:50:27 +0200

flashrom (0.9.2+r1141-1) unstable; urgency=high

  * New upstream release. Urgency high due to multiple critical bugfixes that
    could potentially brick the PC (or worse: laptop) of users.
    Other important fixes include:
    + Properly writing Atmel AT25 chips would fail on some SPI controllers.
    + Fix breakage with brick-potential on various non-x86 architectures.
    + Fix broken reads on Winbond W25x16, especially on some ICH SPI chipsets.
    + Fix write failure on 3COM NICs with parallel flash.
    + Fix "byte merge" related corruption on some VIA chipsets.
    + Fix some format string bugs.
    + Fix hard hang on some recent (e.g. QM57) Intel chipsets.
  * Install new upstream udev rules file to allow users to use flashrom
    without root permissions on some (USB-based) programmers.
  * Standards-Version: 3.9.1 (no changes required).
  * debian/copyright: Updates.

 -- Uwe Hermann <uwe@debian.org>  Sun, 15 Aug 2010 19:07:19 +0200

flashrom (0.9.2+r1028-1) unstable; urgency=low

  * New upstream release.
  * Add dmidecode as Recommends on architectures where it's available.
  * debian/README.Debian: Fix typo.
  * debian/copyright: Update upstream svn URL.

 -- Uwe Hermann <uwe@debian.org>  Fri, 04 Jun 2010 18:13:52 +0200

flashrom (0.9.1+r946-1) unstable; urgency=high

  * New upstream release.
     + Urgency high, as it fixes multiple important bugs, including such bugs
       which can potentially "brick" a user's mainboard. Details at
       http://www.flashrom.org/pipermail/flashrom/2010-March/002507.html.
     + This build should have a non-truncated manpage (Closes: #566217).
  * Standards-Version: 3.8.4 (no changes required).

 -- Uwe Hermann <uwe@debian.org>  Wed, 17 Mar 2010 09:50:05 +0100

flashrom (0.9.1+r873-1) unstable; urgency=low

  * New upstream release.

 -- Uwe Hermann <uwe@debian.org>  Wed, 20 Jan 2010 15:18:23 +0100

flashrom (0.9.1+r792-1) unstable; urgency=low

  * New upstream release.
  * debian/control, debian/copyright: Update upstream website to flashrom.org.

 -- Uwe Hermann <uwe@debian.org>  Tue, 08 Dec 2009 10:13:35 +0100

flashrom (0.9.1+r736-1) unstable; urgency=low

  * New upstream release.

 -- Uwe Hermann <uwe@debian.org>  Tue, 29 Sep 2009 13:09:58 +0200

flashrom (0.9.1+r706-1) unstable; urgency=low

  * New upstream release.
  * Standards-Version: 3.8.3 (no changes required).
  * debian/copyright: Update.

 -- Uwe Hermann <uwe@debian.org>  Mon, 31 Aug 2009 18:32:13 +0200

flashrom (0.9+r631-1) unstable; urgency=low

  * New upstream release.
     + The command line usage has changed a bit in this release:
        + Combined operations like -wv or -Ewv are no longer allowed.
        + The -w option automatically does an auto-verify after writing
          (but you can also explicitly do it via 'flashrom -v file').
        + The -E option is also automatically verified per default.
     + Support for external programmers was added (-p), see manpage.
     + Acer Aspire One is now marked unsupported upstream (Closes: #528308).
  * Add build-dependency on libftdi-dev, flashrom now supports an
    external libftdi-based programmer (ft2232spi).
  * debian/patches/20_drop_svndef.patch: Drop, we use 'make tarball' now,
    which properly handles svn version printing in flashrom.
  * Standards-Version: 3.8.2 (no changes required).
  * debian/copyright: Update.

 -- Uwe Hermann <uwe@debian.org>  Thu, 25 Jun 2009 14:18:53 +0200

flashrom (0.9+r544-1) unstable; urgency=low

  * New upstream release.
  * debian/patches/10_makefile.patch: Drop, no longer needed.
  * debian/copyright: Update.

 -- Uwe Hermann <uwe@debian.org>  Thu, 21 May 2009 21:34:03 +0200

flashrom (0.9+r446-1) unstable; urgency=low

  * New upstream release.

 -- Uwe Hermann <uwe@debian.org>  Sat, 11 Apr 2009 16:28:33 +0200

flashrom (0.0+r3844-1) unstable; urgency=low

  * New upstream release.

 -- Uwe Hermann <uwe@debian.org>  Sat, 27 Dec 2008 09:05:27 +0100

flashrom (0.0+r3734-1) unstable; urgency=low

  * New upstream release.

 -- Uwe Hermann <uwe@debian.org>  Sat, 08 Nov 2008 01:38:08 +0100

flashrom (0.0+r3613-1) unstable; urgency=low

  * New upstream release.
  * debian/watch: Add dummy file to silence lintian (we track svn revisions).

 -- Uwe Hermann <uwe@debian.org>  Sat, 27 Sep 2008 19:28:36 +0200

flashrom (0.0+r3397-1) unstable; urgency=low

  * New upstream release.
  * Standards-Version: 3.8.0 (no changes required).

 -- Uwe Hermann <uwe@debian.org>  Mon, 30 Jun 2008 17:11:25 +0200

flashrom (0.0+r3274-1) unstable; urgency=low

  * New upstream release.
  * debian/control:
    + pciutils-dev was renamed to libpci-dev (Closes: #478379).
    + Drop ia64 from architectures list for now, unlikely to work.
    + Don't link with -lz anymore, don't build-depend on zlib1g-dev.
      We don't explicitly need zlib, libpci-dev now properly depends on it.
  * Add upstream changelog ('svn log' output) to the package (Closes: #467398).

 -- Uwe Hermann <uwe@debian.org>  Sun, 04 May 2008 00:34:44 +0200

flashrom (0.0+r3112-2) unstable; urgency=low

  * Fix debian/rules to make it work on Ubuntu, too (Closes: #466994).

 -- Uwe Hermann <uwe@debian.org>  Sat, 23 Feb 2008 21:17:09 +0100

flashrom (0.0+r3112-1) unstable; urgency=low

  * New upstream release.

 -- Uwe Hermann <uwe@debian.org>  Thu, 21 Feb 2008 00:11:54 +0100

flashrom (0.0+r3073-1) unstable; urgency=low

  * New upstream release (Closes: #462248).
    + Flashrom is now installed in /usr/sbin instead of /usr/bin.
    + The manpage is now in section 8 (not 1).
    + Fix broken references to old bug tracker URL (Closes: #460554).
  * Restrict list of architectures to the known-working ones for now.
    More architectures will gradually be re-added if we're sure they work.
    + These are known to work: amd64, i386, kfreebsd-amd64, kfreebsd-i386
    + These should work (untested, though): alpha, hurd-i386, ia64,
      netbsd-alpha, netbsd-i386
    + These are disabled for now, as flashrom will very likely not work: arm,
      armel, armeb, hppa, m32r, m68k, mips, mipsel, powerpc, sh, sparc, s390
  * Standards-Version: 3.7.3 (no changes required).
  * debian/control:
     + Add Homepage field.
     + Update package description.
  * debian/copyright: Update URLs and list of authors.
  * Simplified packaging a bit.

 -- Uwe Hermann <uwe@debian.org>  Thu, 24 Jan 2008 13:47:48 +0100

flashrom (0.0+r2769-1) unstable; urgency=low

  * New upstream release.
  * Do not attempt to build flashrom on S/390, as it doesn't build
    and is not useful there anyway (Closes: #404342, #418712).
    It is yet to be determined on which other architectures flashrom can
    work and on which not.
  * Honour DEB_BUILD_OPTIONS=nostrip variable by removing hardcoded 'strip'
    invocation in the Makefile and letting cdbs handle it (Closes: #436850).

 -- Uwe Hermann <uwe@debian.org>  Tue, 11 Sep 2007 17:54:11 +0200

flashrom (0.0+r2739-1) unstable; urgency=low

  * New upstream release.

 -- Uwe Hermann <uwe@debian.org>  Sun, 15 Jul 2007 15:23:51 +0200

flashrom (0.0+r2601-1) unstable; urgency=low

  * New upstream release.
  * Drop a few patches which are now merged upstream.

 -- Uwe Hermann <uwe@debian.org>  Tue, 10 Apr 2007 12:38:58 +0200

flashrom (0.0+r2526-2) unstable; urgency=medium

  * Add missing build dependency on zlib1g-dev (Closes: #403322).
    Thanks Julien Danjou <acid@debian.org> and
    Alex de Oliveira Silva <enerv@host.sk>.
  * Standards-Version: 3.7.2.2 (no changes required).

 -- Uwe Hermann <uwe@debian.org>  Tue, 19 Dec 2006 10:36:04 +0100

flashrom (0.0+r2526-1) unstable; urgency=low

  * New upstream release.
  * Do not compile in DoC support (it's considered unsupported upstream).
    This will also make the flash part identification process a lot faster.

 -- Uwe Hermann <uwe@debian.org>  Thu, 14 Dec 2006 18:37:07 +0100

flashrom (0.0+r2504-1) unstable; urgency=low

  * Initial release (Closes: #399893).

 -- Uwe Hermann <uwe@debian.org>  Thu, 14 Dec 2006 16:56:49 +0100