Codebase list getdns / lintian-fixes/main debian / changelog
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

changelog @lintian-fixes/mainraw · history · blame

  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
getdns (1.6.0-4) UNRELEASED; urgency=medium

  * Remove constraints unnecessary since buster (oldstable):
    + stubby: Drop versioned constraint on getdns-utils in Replaces.
    + stubby: Drop versioned constraint on getdns-utils in Breaks.
  * debian/copyright: use spaces rather than tabs to start continuation lines.
  * Bump debhelper from old 11 to 13.
    + debian/rules: Drop --fail-missing argument to dh_missing, which is now the
      default.
  * Set debhelper-compat version in Build-Depends.
  * Update standards version to 4.6.2, no changes needed.

 -- Debian Janitor <janitor@jelmer.uk>  Wed, 14 Sep 2022 22:23:41 -0000

getdns (1.6.0-3) unstable; urgency=medium

  * Team upload.

  [ Scott Kitterman ]
  * Remove myself from uploaders

  [ Roger Shimizu ]
  * debian/patches:Add patch from upstream to fix FindLibidn2.cmake
    (Closes: #1015065).
  * Revert "d/control: Mark libgetdns-dev as Multi-Arch: same".
  * debian/upstream/metadata: Remove entry of Homepage.
  * lintian-overrides: Add entry for source-is-missing [spec/index.html]

 -- Roger Shimizu <rosh@debian.org>  Sun, 31 Jul 2022 20:12:47 +0900

getdns (1.6.0-2) unstable; urgency=medium

  * Team upload.
  * debian/control:
    - Mark libgetdns-dev as Multi-Arch: same

 -- Roger Shimizu <rosh@debian.org>  Sun, 06 Dec 2020 03:01:19 +0900

getdns (1.6.0-1) unstable; urgency=low

  * Team upload.
  * Upload to unstable.
  * debian/watch:
    - Better adapt various rc/beta/alpha version.

 -- Roger Shimizu <rosh@debian.org>  Wed, 23 Sep 2020 00:29:54 +0900

getdns (1.6.0-1~exp2) experimental; urgency=medium

  * Team upload.
  * debian/stubby.service:
    - Revert previous revert, since CI shows it fails again.
      Now we have to specify the config file path for stubby.

 -- Roger Shimizu <rosh@debian.org>  Sun, 31 May 2020 20:33:47 +0900

getdns (1.6.0-1~exp1) experimental; urgency=medium

  * Team upload.
  * New upstream release 1.6.0
    - Migration of build system to cmake.
    - New symbols with libnettle >= 3.4.
    - answer_ipv4_address and answer_ipv6_address in reply and response
      dicts.
    - Record and guard UDP max payload size with servers.
    - Run only offline-tests option with:
      src/test/tpkg/run-offline-only.sh
    - Include the packet the stub resolver sent to the upstream
      the call_reporting dict.
    - Build eventloop support libraries if event libraries are available.
  * debian/control:
    - B-D: Add cmake, the new build system.
    - B-D: Remove doxygen, seems not used at all.
  * debian/copyright:
    - Remove makefile which is erased from upstream.
  * debian/patches:
    - Add 2 patches to make the cmake build works.
  * debian/stubby.service:
    - Update from upstream.
    - Revert the default config file in service file.
      Let's see the CI result.
  * debian/libgetdns10.symbols:
    - Update symbols file.
  * debian/rules:
    - Update to use cmake, and cmake options.

 -- Roger Shimizu <rosh@debian.org>  Fri, 29 May 2020 19:00:18 +0900

getdns (1.5.2-5) unstable; urgency=medium

  * Team upload.
  * d/t/control, d/t/stubby:
    - [from ubuntu] Skip test if we don't have internet connection.

 -- Roger Shimizu <rosh@debian.org>  Thu, 09 Jul 2020 23:53:35 +0900

getdns (1.5.2-4) unstable; urgency=medium

  * Team upload.
  * debian/control:
    - B-D: Remove doxygen, seems not used at all.
  * debian/stubby.service:
    - Update from upstream.
  * debian/rules:
    - Fix CURRENT_DATE setting.
  * debian/tests:
    - Add procps as tests dependency, since we use "ps" command.
    - Add more comments in stubby test script.

 -- Roger Shimizu <rosh@debian.org>  Sun, 31 May 2020 19:53:16 +0900

getdns (1.5.2-3) unstable; urgency=medium

  * Team upload.
  * d/tests:
    - Add a few 443 port DoT DNS upstream server.
    - Use IPv4 localhost address to test.
    - Test both systemd service port, and the server (port=5533) started
      by ourselves.
  * d/stubby.service: Add default configuration file path to start
    the service (Closes: #961624).

 -- Roger Shimizu <rosh@debian.org>  Fri, 29 May 2020 00:06:11 +0900

getdns (1.5.2-2) unstable; urgency=medium

  * Team upload.
  * d/tests: Make stubby daemon listen on an unknown port and test
    10 times.

 -- Roger Shimizu <rosh@debian.org>  Wed, 27 May 2020 22:30:25 +0900

getdns (1.5.2-1) unstable; urgency=medium

  * Team upload.
  * New upstream release 1.5.2
    - Two small trust anchor fetcher fixes.
    - Enable server side and update client side TCP Fast Open
      implementation.
    - Fix insecure delegation detection while scheduling.
    - Escape backslashed when printing in JSON format.
    - Use GnuTLS instead of OpenSSL for TLS with the --with-gnutls
      option to configure.  libcrypto (from OpenSSL) still needed
      for Zero configuration DNSSEC.
    - DOA rr-type
    - AMTRELAY rr-type
  * d/control: Add Rules-Requires-Root: no
  * d/libgetdns10.symbols: Add Build-Depends-Package field.
  * Add debian/upstream/metadata

 -- Roger Shimizu <rosh@debian.org>  Tue, 26 May 2020 21:37:21 +0900

getdns (1.5.1-1) unstable; urgency=medium

  * New upstream release
  * Update symbols for new release
  * Bump standards-version to 4.3.0 without further change

 -- Scott Kitterman <scott@kitterman.com>  Thu, 24 Jan 2019 02:36:04 -0500

getdns (1.4.2-1) unstable; urgency=medium

  * new upstream bugfix release
  * standards-version: bump to 4.1.4 (no changes needed)

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Mon, 18 Jun 2018 16:43:29 -0400

getdns (1.4.1-1) unstable; urgency=medium

  * new upstream release
  * correct autopkgtest dependencies

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Fri, 16 Mar 2018 11:47:20 +0000

getdns (1.4.0-1) unstable; urgency=medium

  * new upstream release
  * move to DEP-14 repository layout, update README.source
  * install getdns_server_mon and manpage for stubby
  * clean up src/stubby.1
  * SONAME bump: libgetdns6  libgetdns10
  * added symbols for {set,get}_tls_curves_list
  * move from libidn to libidn2

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Fri, 23 Feb 2018 12:22:22 -0800

getdns (1.3.0-1) unstable; urgency=medium

  * new upstream release
  * update symbols
  * clean up additional failure reports
  * do not need lintian override for stubby initscript
  * avoid privacy leak to creativecommons when reading docs
  * stubby: completely ephemeral user account
  * add libgetdns-dev.doc-base
  * add hardening flags
  * fix upstream typo
  * added autopkgtest burn-in test for stubby

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Thu, 01 Feb 2018 06:08:08 -0500

getdns (1.2.1-3) unstable; urgency=medium

  * wrap-and-sort -ast
  * d/control: Maintainer to getdns@packages.debian.org
  * Standards-Version: bump to 4.1.3 (Priority  optional)
  * move to debhelper 11
  * d/control: move Vcs-* to salsa.debian.org
  * d/copyright: Format: use https
  * d/copyright: Source: use https
  * drop unnecessary build-deps due to debhelper 11
  * clean up d/copyright
  * d/rules: include pkg-info.mk, drop dpkg-parsechangelog
  * d/rules: use dh_missing explicitly
  * add Documentation= to stubby.service

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Thu, 01 Feb 2018 04:19:03 -0500

getdns (1.2.1-2) unstable; urgency=medium

  [ Santiago ]
  * Update d/copyright with missing information (Closes: #861445)

 -- Ondřej Surý <ondrej@debian.org>  Mon, 13 Nov 2017 21:18:16 +0000

getdns (1.2.1-1) unstable; urgency=medium

  * New upstream version.
  * Update d/watch to ignore dash in front of rc
  * Enable stubby again
  * Add missing build-depends (libyaml-dev and doxygen)
  * Split stubby into a separate package and have a simple service file to
    run it by default
  * Add new symbols from libgetdns.so.6 library
  * Override missing init.d script (feel free to provide one though)

 -- Ondřej Surý <ondrej@debian.org>  Sun, 12 Nov 2017 02:56:52 +0000

getdns (1.1.0-2) unstable; urgency=medium

  * Add d/README.source to help with importing sources from the upstream
    git repository
  * Upload to unstable.

 -- Ondřej Surý <ondrej@debian.org>  Mon, 19 Jun 2017 11:31:41 +0200

getdns (1.1.0-1) experimental; urgency=medium

  * New upstream version
   - to experimental to avoid hurting the freeze
   - dropped debian/patches, all integrated upstream
   - moved from libgetdns1 to libgetdns6

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Fri, 28 Apr 2017 07:37:34 -0700

getdns (1.1.0~a2-2) unstable; urgency=medium

  * Use upstream provided src/jsmn/ (Closes: #849577)

 -- Ondřej Surý <ondrej@debian.org>  Wed, 08 Mar 2017 11:48:09 +0100

getdns (1.1.0~a2-1) unstable; urgency=medium

  * Fix CURRENT_DATE generation for reproducible builds (Closes: #797215)
  * Imported Upstream version 1.1.0~a2
   + OpenSSL 1.1 support (Closes: #828309)
  * Run automake -a before running dh_autoreconf
  * Add src/jsmn/ to sources
  * Fix OpenSSL 1.1.0 compatibility defines
  * Add getdns-utils package with utilities
  * Update libgetdns1 symbols file

 -- Ondřej Surý <ondrej@debian.org>  Sun, 06 Nov 2016 21:56:21 +0100

getdns (1.0.0~b2-1) unstable; urgency=medium

  * New uptream version
  * Bump standards-version to 3.9.8 (no changes needed)
  * update debian/watch to detect alpha and beta versions

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Fri, 15 Jul 2016 17:22:30 +0200

getdns (0.9.0-1) unstable; urgency=medium

  [ Daniel Kahn Gillmor ]
  * updated Homepage and Vcs-* URLs to use https
  * canonicalize with wrap-and-sort

  [ Ondřej Surý ]
  * Imported Upstream version 0.9.0
  * Install upstream pkgconfig getdns.pc
  * Add new symbols to libgetdns1.symbols

 -- Ondřej Surý <ondrej@debian.org>  Mon, 04 Jan 2016 12:52:03 +0100

getdns (0.5.1-2) unstable; urgency=medium

  * Move getdns under pkg-dns team umbrella packaging

 -- Ondřej Surý <ondrej@debian.org>  Fri, 04 Dec 2015 15:03:23 +0100

getdns (0.5.1-1) unstable; urgency=medium

  * new upstream release.

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Wed, 18 Nov 2015 15:15:50 -0500

getdns (0.5.1~rc1-1) experimental; urgency=medium

  * new upstream release candidate

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Thu, 12 Nov 2015 16:21:02 -0500

getdns (0.5.0-3) unstable; urgency=medium

  * switch from libuv0.10 to libuv1

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Thu, 05 Nov 2015 07:02:16 +0900

getdns (0.5.0-2) unstable; urgency=medium

  * move to unstable.

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Fri, 30 Oct 2015 21:21:32 +0900

getdns (0.5.0-1) experimental; urgency=medium

  * new upstream release.

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Fri, 30 Oct 2015 20:18:58 +0900

getdns (0.5.0~rc1-1) experimental; urgency=medium

  * new upstream release candidate

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Fri, 30 Oct 2015 15:15:07 +0900

getdns (0.3.3-1) unstable; urgency=medium

  * New upstream release
  * remove d/patches/*, applied upstream

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Thu, 10 Sep 2015 07:44:22 -0400

getdns (0.3.1-1) unstable; urgency=medium

  * new upstream bugfix release.

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Sat, 18 Jul 2015 18:28:27 +0200

getdns (0.3.0-1) unstable; urgency=medium

  * new upstream release
  * move to unstable

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Sat, 18 Jul 2015 00:58:51 +0200

getdns (0.3.0~rc1-1) experimental; urgency=medium

  * new upstream version.
  * update the API "string version" to match the new spec

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Sun, 12 Jul 2015 23:05:35 -0400

getdns (0.2.0-2) unstable; urgency=medium

  * make the compilation comment independent of the TZ
  * stabilize the "date" in the man pages to match the API "string
    version"

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Wed, 08 Jul 2015 13:53:27 -0400

getdns (0.2.0-1) unstable; urgency=medium

  * New upstream release.

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Thu, 21 May 2015 10:00:09 -0400

getdns (0.2.0~rc1-1) experimental; urgency=medium

  * new upstream release candidate.
  * added myself to uploaders
  * Bumped Standards-Version to 3.9.6 (no changes needed)

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Thu, 14 May 2015 09:00:01 -0400

getdns (0.1.8-1) unstable; urgency=medium

  * New upstream version 0.1.8
  * Update libversion patch to 0.1.8
  * Check library symbols with -c4

 -- Ondřej Surý <ondrej@debian.org>  Thu, 30 Apr 2015 11:33:49 +0200

getdns (0.1.7-1.1) unstable; urgency=medium

  * Non-maintainer Upload
  * Fix libversion numbering (Closes: #782799)

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Wed, 29 Apr 2015 20:46:35 -0400

getdns (0.1.7-1) unstable; urgency=medium

  * New upstream version 0.1.7
  * Remove all patches - they have been merged upstream

 -- Ondřej Surý <ondrej@debian.org>  Thu, 09 Apr 2015 10:13:22 +0200

getdns (0.1.6-4) unstable; urgency=medium

  * iputils-ping is no longer needed as part of #778939 fix and it's also
    not installable on non-Linux architectures, so we just get rid of it

 -- Ondřej Surý <ondrej@debian.org>  Tue, 24 Mar 2015 14:13:04 +0100

getdns (0.1.6-3) unstable; urgency=medium

  * Switch to gbp pq patch management
  * Add Scott Kitterman to uploaders
  * Run the tests every time, but don't fail when tests fail (Closes: #778939)

 -- Ondřej Surý <ondrej@debian.org>  Tue, 24 Mar 2015 13:16:27 +0100

getdns (0.1.6-2) unstable; urgency=medium

  * Fix version number in Breaks+Replaces (Closes: #779111)
  * Update copyright years and add license for strlcpy.c

 -- Ondřej Surý <ondrej@debian.org>  Wed, 25 Feb 2015 10:52:16 +0100

getdns (0.1.6-1) unstable; urgency=medium

  * New upstream version 0.1.6
  * Add --with-current-date to allow reproducible builds and set the value
    to changelog last entry Date (Closes: #775696)
  * Add missing upstream autoconf macro

 -- Ondřej Surý <ondrej@debian.org>  Mon, 19 Jan 2015 09:36:28 +0100

getdns (0.1.5-2) unstable; urgency=medium

  * SONAME was bumped, rename libgetdns0 to libgetdns1
  * Add Conflicts/Replaces for faulty libgetdns0

 -- Ondřej Surý <ondrej@debian.org>  Mon, 03 Nov 2014 11:12:47 +0100

getdns (0.1.5-1) unstable; urgency=medium

  * New upstream version 0.1.5
  * Build-Depends on libev-dev, libuv-dev and libevent-dev
  * Beautify d/control with wrap-and-sort -a
  * Add symbols file for libraries

 -- Ondřej Surý <ondrej@debian.org>  Sun, 02 Nov 2014 13:29:12 +0100

getdns (0.1.4-1) unstable; urgency=medium

  * Fix Vcs-URLs to point to anonscm.debian.org
  * New upstream version 0.1.4

 -- Ondřej Surý <ondrej@debian.org>  Thu, 04 Sep 2014 11:31:13 +0200

getdns (0.1.3-1) unstable; urgency=medium

  * Initial release (Closes: #741011)

 -- Ondřej Surý <ondrej@debian.org>  Fri, 13 Jun 2014 13:48:19 +0200