File: changelog

package info (click to toggle)
yubikey-personalization 1.20.0-5
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,616 kB
  • sloc: sh: 12,246; ansic: 7,502; xml: 385; makefile: 160
file content (485 lines) | stat: -rw-r--r-- 16,341 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
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
yubikey-personalization (1.20.0-5) unstable; urgency=medium

  * Add links to home page in appstream metadata.  Thanks to Petter
    Reinholdtsen <pere@hungry.com> for the patch.  (Closes: #1079026)
  * Add appstream modaliases for yubikey-personalization as well as for
    libyubikey-dev.  Thanks to Thanks to Petter Reinholdtsen
    <pere@hungry.com> for the patch this is based on.  (Closes: #1076521)
  * Add udevadm trigger to libyubikey-udev postinst.  (Closes: #994519)

 -- Tollef Fog Heen <tfheen@debian.org>  Tue, 11 Mar 2025 19:07:20 +0000

yubikey-personalization (1.20.0-4) unstable; urgency=medium

  * Team Upload

  [ Chris Hofstaedtler ]
  * Use udev.pc to place udev files. (Closes: #1058816)

  [ Patrick Winnertz ]
  * Fix lintian override syntax
  * Switch to systemd-dev as build-dep (Closes: #1060504)
  * Remove upstream authors from Uploaders field
  * Update copyright for the debian/ folder
  * Bump standards version to 4.7.0 - no changes needed.

 -- Patrick Winnertz <winnie@debian.org>  Tue, 14 May 2024 22:38:45 +0200

yubikey-personalization (1.20.0-3) unstable; urgency=low

  * Move libyubikey-udev to Section: admin (Closes: #956721)
  * Move packaging branch to debian/sid
  * Switch to debhelper 13
  * Update upstream's signing key
  * Update maintainer's name and email address

  * d/copyright
    + Set Upstream-Contact to Yubico's OSS maintainers role
    + Update maintainership period
  * d/control: Declare compliance with policy v4.5.1.
  * d/source: Override spurious lintian warning about AppStream license
  * d/watch: Declare compatibility with version 4, no change needed

 -- nicoo <nicoo@debian.org>  Wed, 25 Nov 2020 03:31:18 +0100

yubikey-personalization (1.20.0-2.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Apply upstream patches to fix build with GCC 10 and json-c 0.14 and newer
    (Closes: #958010, #966606)

 -- Sebastian Ramacher <sramacher@debian.org>  Fri, 07 Aug 2020 13:21:24 +0200

yubikey-personalization (1.20.0-2) unstable; urgency=medium

  * Fix install location for AppStream metadata (Closes: #943591)
  * libyubikey-udev: Make the extended description fit in 80 columns

  * Update upstream keyring
  * Declare compliance with policy v4.5.0.
    No change required.

 -- nicoo <nicoo@debian.org>  Fri, 31 Jan 2020 04:05:11 +0100

yubikey-personalization (1.20.0-1) unstable; urgency=high (RC bug and security)

  * New upstream release 1.20.0 (2019-07-03)
    + Clear sensitive material from buffers
    + Documentation fixes
    + Fix potential buffer overflow.

  * debian/control
    + Add missing Break+Replaces on libyubikey-udev
      Closes: #931081
    + Declare compliance with policy v4.4.0.
      No change required
    + Shorten the extended description of libyubikey-udev

 -- nicoo <nicoo@debian.org>  Sat, 13 Jul 2019 14:09:27 +0200

yubikey-personalization (1.19.3-3) unstable; urgency=high (fixes RC bug)

  [ nicoo ]
  * Ship udev rules again, as libyubikey-udev
    Closes: 924787


  [ Simon Josefsson ]
  * debian/control
    + Drop myself from Uploader's

 -- nicoo <nicoo@debian.org>  Sat, 06 Apr 2019 21:34:23 +0200

yubikey-personalization (1.19.3-2) unstable; urgency=medium

  * debian/control: Mark libykpers-1-dev as Multi-Arch: same.
    All reverse dependencies rebuilt and tested.

 -- nicoo <nicoo@debian.org>  Thu, 28 Feb 2019 13:28:16 +0100

yubikey-personalization (1.19.3-1) unstable; urgency=medium

  * New upstream release (2019-02-22)
    Bug fixes, additional length and overflow checks

  * Replace custom udev rules with libu2f-udev.
    Also drop build dependency on udev
  * Switch to debhelper 12
    + dh compatibility level is now controlled by a Build-Depends
    + `dh_install --fail-missing` replaced by `dh_missing`

  * debian/rules
    + Remove useless `find -delete` invocation.
      Instead, mark non-installed files in debian/not-installed
    + Disable rpath handling rather than overwriting it
      - Remove dh_install override
      - Remove build dependency on chrpath

  * Update debian/copyright
    + Update authorship and copyright years
    + Split the copyright notice for debian/* into its own section.
    + Add a specific block for the Appstream metadata file (Closes: #923045)
      It was authored by Simon Josefsson (1 commit in 2016) and the license
      specified inline is MIT, not BSD-2-clause

  * debian/upstream: Generate minimal upstream signing key with a script
  * debian/libykpers-1-1.symbols: Add Build-Depends-Package metadata
  * debian/control
    + Update Uploader's email address
    + Declare compliance with policy v4.3.0.
      No change needed

 -- nicoo <nicoo@debian.org>  Sat, 23 Feb 2019 16:08:51 +0100

yubikey-personalization (1.19.0-1) unstable; urgency=medium

  * Team upload.
  * Add myself to the uploaders.
  * New upstream version (2018-04-24)
    + Update debian/libykpers-1-1.symbols
    + Add support for multiple keys (Closes: #863041)

  * debian/control
    + Move the packaging repo to salsa.d.o
    + debian/control: Update Maintainer email address
    + Comply with policy v4.1.5
      - Switch to debhelper 11
      - Replace Priority: extra with optional
      - Set Rules-Requires-Root to no
  * uscan: Move upstream signing key to debian/upstream, and update them
  * debian/gbp.conf: Specify the format of upstream's tag names

 -- nicoo <nicoo@debian.org>  Wed, 25 Jul 2018 16:35:36 +0800

yubikey-personalization (1.18.0-1) unstable; urgency=low

  * New upstream release.
    - Align debian/libykpers-1-1.symbols.
  * Update Standards-Version from 3.9.8 to 4.1.0.

 -- Simon Josefsson <simon@josefsson.org>  Thu, 31 Aug 2017 12:31:21 +0200

yubikey-personalization (1.17.3-2) unstable; urgency=low

  * Support appstream.  Closes: #836385.

 -- Simon Josefsson <simon@josefsson.org>  Mon, 24 Oct 2016 13:45:17 +0200

yubikey-personalization (1.17.3-1) unstable; urgency=low

  * New upstream release.
  * Update upstream-signing-key.pgp.
  * Maintainer is now pkg-pkg-auth-maintainers, Tollef moved to Uploader.
  * Use https URLs in Vcs-Git.
  * Update Standards-Version from 3.9.6 to 3.9.8.
  * Build with hardening=+all.

 -- Simon Josefsson <simon@josefsson.org>  Wed, 10 Aug 2016 06:17:48 +0200

yubikey-personalization (1.17.2-1) unstable; urgency=low

  * New upstream release.

 -- Simon Josefsson <simon@josefsson.org>  Thu, 24 Sep 2015 09:19:12 +0200

yubikey-personalization (1.17.1-1) unstable; urgency=low

  * New upstream release.
    - Align debian/libykpers-1-1.symbols.
  * Add debian/gbp.conf.
  * Update debian/README.source.
  * Use extend-diff-ignore instead of diff-ignore in
    debian/source/options.
  * Drop autotools-dev (we use dh-autoreconf).

 -- Simon Josefsson <simon@josefsson.org>  Tue, 12 May 2015 21:54:00 +0200

yubikey-personalization (1.16.2-1) unstable; urgency=low

  * New upstream release.

 -- Simon Josefsson <simon@josefsson.org>  Wed, 03 Dec 2014 21:22:06 +0100

yubikey-personalization (1.16.0-1) unstable; urgency=low

  * New upstream release.
  * Update Standards-Version to 3.9.6.
  * Add new symbols.

 -- Simon Josefsson <simon@josefsson.org>  Wed, 01 Oct 2014 16:46:59 +0200

yubikey-personalization (1.15.3-1) unstable; urgency=low

  * New upstream release.
  * Update copyright file with URL and new copyright years.
  * Update URL in watch file.

 -- Simon Josefsson <simon@josefsson.org>  Thu, 04 Sep 2014 11:53:59 +0200

yubikey-personalization (1.15.2-1) unstable; urgency=low

  * New upstream release.
  * Move VC to github.
  * Fix upstream homepage URL.

 -- Simon Josefsson <simon@josefsson.org>  Mon, 04 Aug 2014 14:52:25 +0200

yubikey-personalization (1.15.1-4) unstable; urgency=low

  * Make udev dependency linux-any.  Closes: #749912.

 -- Simon Josefsson <simon@josefsson.org>  Mon, 09 Jun 2014 23:00:59 +0200

yubikey-personalization (1.15.1-3) unstable; urgency=low

  * Build-dep on udev to get udev version check working.  Closes: #747038.

 -- Simon Josefsson <simon@josefsson.org>  Wed, 07 May 2014 14:56:15 +0200

yubikey-personalization (1.15.1-2) unstable; urgency=low

  * Fix watch file.
  * Use libjson-c-dev instead of libjson0-dev.  Closes: #745017.

 -- Simon Josefsson <simon@josefsson.org>  Mon, 28 Apr 2014 09:05:19 +0200

yubikey-personalization (1.15.1-1) unstable; urgency=low

  * New upstream version.

 -- Simon Josefsson <simon@yubico.com>  Wed, 12 Mar 2014 12:51:23 +0100

yubikey-personalization (1.15.0-1) unstable; urgency=low

  * New upstream version.
    - Add new symbols.
    - Update Standards-Version to 3.9.5.
    - Update watch file, adding pgpsigurlmangle.
    - Add upstream-signing-key.pgp.
  * Fix rpath issue with library.

 -- Simon Josefsson <simon@yubico.com>  Tue, 11 Feb 2014 09:28:37 +0100

yubikey-personalization (1.14.1-1) unstable; urgency=low

  * New upstream version.

 -- Simon Josefsson <simon@yubico.com>  Mon, 16 Sep 2013 11:47:17 +0200

yubikey-personalization (1.14.0-2) unstable; urgency=low

  * Loosen udev filename regex.  Closes: #717490.

 -- Simon Josefsson <simon@yubico.com>  Wed, 24 Jul 2013 01:29:28 +0200

yubikey-personalization (1.14.0-1) unstable; urgency=low

  * New upstream version.
  * Updated symbols file.
  * Change Homepage to point at github page.
  * Change libusb build-depend to make sure we never get libusb 0.1
    on non-hurd.

 -- Simon Josefsson <simon@yubico.com>  Fri, 12 Jul 2013 11:36:42 +0200

yubikey-personalization (1.13.0-2) unstable; urgency=low

  * Update watch file (moved from google code to github).

 -- Simon Josefsson <simon@yubico.com>  Mon, 22 Apr 2013 14:15:12 +0200

yubikey-personalization (1.13.0-1) unstable; urgency=low

  * New upstream version.
  * Depend on libjson0-dev for new YCFG functionality.
  * Updated symbols file.
  * Update debian/source/options for files not in tarball.

 -- Simon Josefsson <simon@yubico.com>  Mon, 22 Apr 2013 13:50:12 +0200

yubikey-personalization (1.12.0-5) unstable; urgency=low

  * Build-depend on either libusb1 or libusb,
    for wider architecture support (e.g., hurd-i386).
  * Add Replaces/Break on libykpers-1-1 since a file was moved
    between packages. Closes: #704852.

 -- Simon Josefsson <simon@yubico.com>  Mon, 08 Apr 2013 12:25:21 +0200

yubikey-personalization (1.12.0-4) unstable; urgency=low

  * Move udev file to libykpers package.  Closes: #692967.

 -- Simon Josefsson <simon@yubico.com>  Thu, 04 Apr 2013 15:07:36 +0200

yubikey-personalization (1.12.0-3) unstable; urgency=low

  * Moved from experimental to unstable after testing.  Closes: #697138.
  * Disable silent rules (W-compiler-flags-hidden).
  * Use machine readable copyright file.

 -- Simon Josefsson <simon@yubico.com>  Thu, 04 Apr 2013 12:13:40 +0200

yubikey-personalization (1.12.0-2) experimental; urgency=low

  * Fix .symbols file for 1.7 release (lintian
    symbols-file-contains-debian-revision).
  * Drop duplicate Homepage: fields in control file (lintian
    binary-control-field-duplicates-source).
  * Add watch file (lintian debian-watch-file-is-missing).
  * Update standards version to 3.9.4.
  * Use "3.0 (quilt)" in new source/format file.
  * Bump debhelper version requirement (lintian
    package-needs-versioned-debhelper-build-depends).
  * Improve package descriptions (lintian duplicate-short-description).
  * Drop Fredrik as uploader, add Klas and Dain.
  * Remove obsolete 'DM-Upload-Allowed'.
  * Add debian/source/options for files that are in git but not in tarball.

 -- Simon Josefsson <simon@yubico.com>  Thu, 04 Apr 2013 09:11:36 +0200

yubikey-personalization (1.12.0-1) experimental; urgency=low

  * New upstream version.
  * Update .symbols file for new symbols.

 -- Simon Josefsson <simon@josefsson.org>  Wed, 03 Apr 2013 21:36:32 +0200

yubikey-personalization (1.7.0-1) unstable; urgency=low

  * New upstream version
  * Add Fredrik and Simon to uploaders as well as DM-Upload-Allowed: yes
  * Update .symbols file for new symbols

 -- Tollef Fog Heen <tfheen@debian.org>  Fri, 29 Jun 2012 08:30:35 +0200

yubikey-personalization (1.6.4-1) unstable; urgency=low

  * New upstream version.
  * Make sure we actually install udev rules file, thanks to Fredrik
    Thulin for the patch.

 -- Tollef Fog Heen <tfheen@debian.org>  Thu, 31 May 2012 23:19:29 +0200

yubikey-personalization (1.6.3-1) unstable; urgency=low

  * New upstream release, this fixes #636190 for real.
  * Add link to git tree

 -- Tollef Fog Heen <tfheen@debian.org>  Wed, 21 Dec 2011 16:19:59 +0100

yubikey-personalization (1.6.2-1) unstable; urgency=low

  * New upstream release.

 -- Tollef Fog Heen <tfheen@debian.org>  Fri, 09 Dec 2011 23:01:28 +0100

yubikey-personalization (1.6.1-1) unstable; urgency=low

  * New upstream release, hopefully fixing FTBFS-es.  Closes: #636190
  * Drop docs no longer present in upstream tarball.
  * Update symbols file for new symbols upstream.
  * Multiarchify, bumping debhelper compat level and adjusting paths in
    install files.
  * Use find rather than plain rm to nuke .la files.
  * Fix up dh_install call, --builddirectory is not a valid parameter.

 -- Tollef Fog Heen <tfheen@debian.org>  Fri, 26 Aug 2011 08:13:24 +0200

yubikey-personalization (1.5.1-1) unstable; urgency=low

  * New upstream version.
  * Add udev rules to grant the console user access to the usbdevfs device
    node in order to both program USB tokens and use the
    challenge/response functionality.
  * Change build system to dh.
  * Make libykpers-1-dev depend on libykpers-1-1 of the same version.
    Thanks to Fredrik Thulin at Yubico for spotting this.

 -- Tollef Fog Heen <tfheen@debian.org>  Thu, 28 Apr 2011 22:41:02 +0200

yubikey-personalization (1.5.0-1) unstable; urgency=low

  * New upstream release
  * Adjust install rules for new binary, ykchalresp.
  * Update symbols file for new symbols

 -- Tollef Fog Heen <tfheen@debian.org>  Wed, 09 Mar 2011 20:06:30 +0100

yubikey-personalization (1.4.1-1) unstable; urgency=low

  * New upstream release
  * Update debian/docs to accomodate new paths
  * Update symbols file for new symbols.

 -- Tollef Fog Heen <tfheen@debian.org>  Tue, 18 Jan 2011 19:43:15 +0100

yubikey-personalization (1.3.5-1) unstable; urgency=low

  * New upstream release
    - Fix salt in AES key generation Closes: #608443
  * Update link to Yubikey manual
  * Document modhex.  Closes: #593937.

 -- Tollef Fog Heen <tfheen@debian.org>  Fri, 31 Dec 2010 09:16:31 +0100

yubikey-personalization (1.3.2-1) unstable; urgency=low

  * New upstream release:
    - Fix typo in output
    - Mark 0.9.9 keys as supported.

 -- Tollef Fog Heen <tfheen@debian.org>  Tue, 23 Mar 2010 22:19:12 +0100

yubikey-personalization (1.3.1-1) unstable; urgency=low

  * New upstream release with OATH-HOTP support.  Also supports newer
    firmwares.  Closes: #565150.
  * Update symbols file with new symbols.

 -- Tollef Fog Heen <tfheen@debian.org>  Sat, 30 Jan 2010 12:53:08 +0100

yubikey-personalization (1.1-1) unstable; urgency=low

  * New upstream release, minor fixes.
  * Add some more docs to the installed package.  Closes: #548238

 -- Tollef Fog Heen <tfheen@debian.org>  Sat, 03 Oct 2009 21:45:59 +0200

yubikey-personalization (1.0-1) unstable; urgency=low

  * New upstream version

 -- Tollef Fog Heen <tfheen@debian.org>  Fri, 18 Sep 2009 09:16:02 +0200

yubikey-personalization (0.99-1) unstable; urgency=low

  * New upstream release
    - Exit with non-0 return code when yubikey is not present.
    - ykpersonalize.1: Keep in sync with tool.

 -- Tollef Fog Heen <tfheen@debian.org>  Sun, 13 Sep 2009 09:14:55 +0200

yubikey-personalization (0.97-1) unstable; urgency=low

  * New upstream version
    - Limit the amount of symbols exported.
    - Make -h work when there's no yubikey plugged in too
    - Add link to reference manual for explanation of options
  * Bump build-depends for libyubikey-dev to 1.5 or higher.
  * Add some missing copyrights to debian/copyright, thanks to Chris Lamb
    for noticing.

 -- Tollef Fog Heen <tfheen@debian.org>  Sat, 05 Sep 2009 11:43:54 +0200

yubikey-personalization (0.96-1) unstable; urgency=low

  * New upstream release

 -- Tollef Fog Heen <tfheen@debian.org>  Sat, 29 Aug 2009 11:20:27 +0200

yubikey-personalization (0.95-1) unstable; urgency=low

  * Initial release

 -- Tollef Fog Heen <tfheen@debian.org>  Fri, 21 Aug 2009 18:39:57 +0200