[ubuntu/questing-proposed] djbdns 1:1.05-22ubuntu1 (Accepted)

Nishit Majithia nishit.majithia at canonical.com
Thu Aug 21 15:20:16 UTC 2025


djbdns (1:1.05-22ubuntu1) questing; urgency=medium

  * Merge with Debian unstable. (LP: #2120837) Dropped changes:
    - d/t/control: increase tests timeout to 600 seconds
    [ Incorporated by debian. ]
    - d/p/0011-datalimit.patch: double the data segment limit.
    [ Incorporated by debian. ]
  * New changes:
    - d/rules: add -std=gnu17 to build it with gcc-15 on questing

djbdns (1:1.05-22) unstable; urgency=medium

  * Bump the "million UDP queries" test timeout again; it seems that now
    it is indeed a matter of a timeout and not djbdns running out of
    memory again.

djbdns (1:1.05-21) unstable; urgency=medium

  * Bump the autopkgtest time limit once again, but, at the same time,
    introduce a small delay between successive queries.
  * Salsa CI configuration updates:
    - use the now-canonical debian/salsa-ci.yml filename
    - use the now-canonical "debian" recipe
    - enable some optional features: build twice, force gbp-export-orig,
      enable diffoscope in the reprotest, only allow autopkgtest exit code 0

djbdns (1:1.05-20) unstable; urgency=medium

  * Try to raise the autopkgtest timeout for sending a million
    local queries to see if that, and not increasing the process
    data limit, will fix the tests.

djbdns (1:1.05-19) unstable; urgency=medium

  * Declare compliance with Policy 4.7.2 with no changes.
  * Drop the fakeroot-for-setgroups patch, fixed in sbuild.
  * Drop the setgroups Salsa CI workaround.
  * Minor autopkgtest refactoring.
  * Push the autopkgtest source into debian/tests/python/tinytest/.
  * Bump the default datalimit even more (to 700000 bytes) to fix
    autopkgtest failures on some platforms.

djbdns (1:1.05-18) unstable; urgency=medium

  * As a maybe temporary workaround suggested by Niels Thykier, use
    fakeroot during the build only for the build tools that try to
    use setgroups(2). Closes: #1091850

djbdns (1:1.05-17) unstable; urgency=medium

  * Add the ftbfs-gid-t, ftbfs-uint32-ulong, and ftbfs-utime patches to
    fix FTBFS. Closes: #1081076
  * Fix the DEP-3 header of the ftbfs-implicit-declarations patch.
  * Use debputy's X-Style: black.
  * Minor updates to the autopkgtest tool:
    - use Ruff 0.8.4 for testing, override some docstring checks
    - use the same settings as utf8-locale:
      - set LC_ALL to "C.UTF-8", it is there on all supported Debian versions
      - remove LANGUAGE instead of setting it to "en"
    - allow the -b / --bindir and -s / --sbindir command-line options to
      specify relative paths

djbdns (1:1.05-16) unstable; urgency=medium

  * Acknowledge NMU; thanks, Helmut Grohne and Chris Hofstaedtler!
  * Drop the "type is a bashism" Lintian override, Lintian no longer
    emits this false positive message.
  * Declare compliance with Policy 4.7.0 with no changes.
  * Use debhelper 14:
    - the sysusers sequence is activated by default now
    - let debhelper add some default dependencies automatically
  * Stop overriding the "lines too long" Lintian warning.
  * Use dpkg's default.mk in the rules file.
  * Declare dpkg-build-api v1, drop the implied Rules-Requires-Root: no.
  * Use dh-package-notes to record ELF package metadata.
  * Drop the version of the dh-runit build dependency.
  * Raise the datalimit in the 0011-datalimit patch again to try to fix
    the autopkgtest failures on 32-bit systems.
  * Refresh the Python coding style in the autopkgtest suite.

djbdns (1:1.05-15.1) unstable; urgency=medium

  * Non-maintainer upload.

  [ Helmut Grohne ]
  * Move from dh-sysuser to standard dh_installsysusers (Closes: #1071526)
  * Fix FTBFS. (Closes: #1066632)

Date: Mon, 18 Aug 2025 17:01:25 +0530
Changed-By: Nishit Majithia <nishit.majithia at canonical.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Graham Inggs <graham.inggs at canonical.com>
https://launchpad.net/ubuntu/+source/djbdns/1:1.05-22ubuntu1
-------------- next part --------------
Format: 1.8
Date: Mon, 18 Aug 2025 17:01:25 +0530
Source: djbdns
Built-For-Profiles: noudeb
Architecture: source
Version: 1:1.05-22ubuntu1
Distribution: questing
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Nishit Majithia <nishit.majithia at canonical.com>
Closes: 1066632 1071526 1081076 1091850
Launchpad-Bugs-Fixed: 2120837
Changes:
 djbdns (1:1.05-22ubuntu1) questing; urgency=medium
 .
   * Merge with Debian unstable. (LP: #2120837) Dropped changes:
     - d/t/control: increase tests timeout to 600 seconds
     [ Incorporated by debian. ]
     - d/p/0011-datalimit.patch: double the data segment limit.
     [ Incorporated by debian. ]
   * New changes:
     - d/rules: add -std=gnu17 to build it with gcc-15 on questing
 .
 djbdns (1:1.05-22) unstable; urgency=medium
 .
   * Bump the "million UDP queries" test timeout again; it seems that now
     it is indeed a matter of a timeout and not djbdns running out of
     memory again.
 .
 djbdns (1:1.05-21) unstable; urgency=medium
 .
   * Bump the autopkgtest time limit once again, but, at the same time,
     introduce a small delay between successive queries.
   * Salsa CI configuration updates:
     - use the now-canonical debian/salsa-ci.yml filename
     - use the now-canonical "debian" recipe
     - enable some optional features: build twice, force gbp-export-orig,
       enable diffoscope in the reprotest, only allow autopkgtest exit code 0
 .
 djbdns (1:1.05-20) unstable; urgency=medium
 .
   * Try to raise the autopkgtest timeout for sending a million
     local queries to see if that, and not increasing the process
     data limit, will fix the tests.
 .
 djbdns (1:1.05-19) unstable; urgency=medium
 .
   * Declare compliance with Policy 4.7.2 with no changes.
   * Drop the fakeroot-for-setgroups patch, fixed in sbuild.
   * Drop the setgroups Salsa CI workaround.
   * Minor autopkgtest refactoring.
   * Push the autopkgtest source into debian/tests/python/tinytest/.
   * Bump the default datalimit even more (to 700000 bytes) to fix
     autopkgtest failures on some platforms.
 .
 djbdns (1:1.05-18) unstable; urgency=medium
 .
   * As a maybe temporary workaround suggested by Niels Thykier, use
     fakeroot during the build only for the build tools that try to
     use setgroups(2). Closes: #1091850
 .
 djbdns (1:1.05-17) unstable; urgency=medium
 .
   * Add the ftbfs-gid-t, ftbfs-uint32-ulong, and ftbfs-utime patches to
     fix FTBFS. Closes: #1081076
   * Fix the DEP-3 header of the ftbfs-implicit-declarations patch.
   * Use debputy's X-Style: black.
   * Minor updates to the autopkgtest tool:
     - use Ruff 0.8.4 for testing, override some docstring checks
     - use the same settings as utf8-locale:
       - set LC_ALL to "C.UTF-8", it is there on all supported Debian versions
       - remove LANGUAGE instead of setting it to "en"
     - allow the -b / --bindir and -s / --sbindir command-line options to
       specify relative paths
 .
 djbdns (1:1.05-16) unstable; urgency=medium
 .
   * Acknowledge NMU; thanks, Helmut Grohne and Chris Hofstaedtler!
   * Drop the "type is a bashism" Lintian override, Lintian no longer
     emits this false positive message.
   * Declare compliance with Policy 4.7.0 with no changes.
   * Use debhelper 14:
     - the sysusers sequence is activated by default now
     - let debhelper add some default dependencies automatically
   * Stop overriding the "lines too long" Lintian warning.
   * Use dpkg's default.mk in the rules file.
   * Declare dpkg-build-api v1, drop the implied Rules-Requires-Root: no.
   * Use dh-package-notes to record ELF package metadata.
   * Drop the version of the dh-runit build dependency.
   * Raise the datalimit in the 0011-datalimit patch again to try to fix
     the autopkgtest failures on 32-bit systems.
   * Refresh the Python coding style in the autopkgtest suite.
 .
 djbdns (1:1.05-15.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
 .
   [ Helmut Grohne ]
   * Move from dh-sysuser to standard dh_installsysusers (Closes: #1071526)
   * Fix FTBFS. (Closes: #1066632)
Checksums-Sha1:
 2ad0ae908817f7d87034e1e7de79546be2baed73 2411 djbdns_1.05-22ubuntu1.dsc
 57fe903aaa074f19d93e641ea1fb8e9d209ecf00 65492 djbdns_1.05-22ubuntu1.debian.tar.xz
 ba499521635b6de890a6a734a06a6752aede7e08 7818 djbdns_1.05-22ubuntu1_source.buildinfo
Checksums-Sha256:
 05115150e29fa76ee51e6351eec14a57dcc8f864fa71e4ef84ec6c26e1e660a6 2411 djbdns_1.05-22ubuntu1.dsc
 b92f4d44edcd17be7b5f42a241d505fac0a46596fc764fbaa6be352eb65c146c 65492 djbdns_1.05-22ubuntu1.debian.tar.xz
 74ac21dd8548c7ce6bf8faf4359d3c5abcea75c5243d6f813911d2222cbc27f5 7818 djbdns_1.05-22ubuntu1_source.buildinfo
Files:
 16e43e944d4cada51dcc47dced9a77d0 2411 net optional djbdns_1.05-22ubuntu1.dsc
 092c69c8a0bae6e01a05f7598a4bcad8 65492 net optional djbdns_1.05-22ubuntu1.debian.tar.xz
 e50f5ddaf625154fa9267c173a44ffa7 7818 net optional djbdns_1.05-22ubuntu1_source.buildinfo
Original-Maintainer: Peter Pentchev <roam at debian.org>
Vcs-Git: https://git.launchpad.net/~0xnishit/ubuntu/+source/djbdns
Vcs-Git-Commit: 477a8ceef64af3be86f3c0536642013bfc949d65
Vcs-Git-Ref: refs/heads/merge-1.05-22-questing


More information about the Questing-changes mailing list