[ubuntu/lunar-proposed] util-linux 2.38.1-4ubuntu1 (Accepted)

Heinrich Schuchardt heinrich.schuchardt at canonical.com
Thu Dec 1 08:37:16 UTC 2022


util-linux (2.38.1-4ubuntu1) lunar; urgency=medium

  * Merge from Debian unstable (LP: #1997989)
    Remaining changes:
    - Build hwclock with audit support.
    - Drop debian/hwclock.rules and debian/util-linux.hwclock.default, recent
      kernels sync the RTC automatically.
    - Add sulogin-fallback-static-sh.patch: Add support for /bin/static-sh as
      fallback if the regular shell fails to execute. Patch ported from
      sysvinit. (see LP #505887)
    - Add sulogin-lockedpwd.patch: Make sure file systems can be fixed on
      machines with locked root accounts (as Ubuntu does by default). Don't
      require --force for sulogin.

util-linux (2.38.1-4) unstable; urgency=medium

  [ Helmut Grohne ]
  * Build-Depend on libcrypt-dev explicitly (Closes: #1024794)

  [ Chris Hofstaedtler ]
  * script: abort if unused arguments given (Closes: #1016193)

util-linux (2.38.1-3) unstable; urgency=medium

  * Apply "rfkill: (man) List options for supported device types"
    (Closes: #1019007)
  * Apply "lib/pty: Put master PTY into non-blocking mode and buffer its output to avoid deadlock"
    (Closes: #1003095)
  * Gift /var/lib/libuuid to uuid-runtime.  uuidd should be its only user, and
    this should avoid piuparts errors.
  * Remove pre-stable NEWS entries

util-linux (2.38.1-2) unstable; urgency=medium

  * Import upstream patches
    * fsck: Processes may kill other processes.
    * lscpu: Add Kryo 3XX Gold core
    * lscpu: Even more Arm part numbers
    * Remove closing braces in Apple cores names
    * lscpu: (arm) don't use space in names
    * lscpu: add missing Apple parts
    * lscpu: make Apple part names human-friendly
    * Fix formatting.
    * Adding Apple core names, distinguish by SoC/SiP name
    * Add Makalu/Makalu-ELP (A715/X3)
    * lscpu: Add Snapdragon parts
    * sfdisk: inform about failed fsync() [coverity scan]
    * libfdisk: (gpt) don't ignore fsync() errors
    * sfdisk: improve code readability for coverity scan
    * libfdisk: make scripts portable between different sector sizes
    * fdisk: make it more obvious that DOS means MBR
    * fdisk: fix --output option parsing
    * kill: Support mandating the presence of a userspace signal handler
    * lib/procfs: add function to parse /proc/#/stat
    * lsblk: fix endless loop if device specified more than once
    * libuuid: check clock value from LIBUUID_CLOCK_FILE
    * uuidd: fix random UUIDs
    * libuuid: Implement continuous clock handling for time based UUIDs
    * lib/path: ul_path_cpuparse: fix parsing of empty sysfs files
    * libblkid: ntfs: avoid UB in signed shift
    * libblkid: iso9660: allocate enough space for UTF16 decoding
  * Make /var/lib/libuuid writable by uuidd (Closes: #1021657)
  * Add new __uuid_generate_time_cont at UUIDD_PRIVATE symbol

util-linux (2.38.1-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Restore /usr/bin/rename.ul per TC decision in #1003653

util-linux (2.38.1-1) unstable; urgency=medium

  * New upstream release.
    * Rebase patches, drop upstream applied patches
  * uuid-runtime: Quiet adduser warnings.
    Thanks to Diederik de Haas <didi.debian at cknow.org> (Closes: #1016372)
  * d/README.source: fix tarball name in example

util-linux (2.38-6) unstable; urgency=medium

  * autopkgtest: bump oversized-chunk size limit, empty chunks have
    regressed on arm64, armel, armhf. Cf. #785075

util-linux (2.38-5) unstable; urgency=medium

  * Use sensible-pager instead of less by default.
    Adds Recommends: sensible-utils, so sensible-pager is available in
    default installations. (Closes: #1014368)

Date: Mon, 28 Nov 2022 14:39:17 +0100
Changed-By: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Lukas Märdian <lukas.maerdian at canonical.com>
https://launchpad.net/ubuntu/+source/util-linux/2.38.1-4ubuntu1
-------------- next part --------------
Format: 1.8
Date: Mon, 28 Nov 2022 14:39:17 +0100
Source: util-linux
Built-For-Profiles: noudeb
Architecture: source
Version: 2.38.1-4ubuntu1
Distribution: lunar
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
Closes: 1003095 1014368 1016193 1016372 1019007 1021657 1024794
Launchpad-Bugs-Fixed: 1997989
Changes:
 util-linux (2.38.1-4ubuntu1) lunar; urgency=medium
 .
   * Merge from Debian unstable (LP: #1997989)
     Remaining changes:
     - Build hwclock with audit support.
     - Drop debian/hwclock.rules and debian/util-linux.hwclock.default, recent
       kernels sync the RTC automatically.
     - Add sulogin-fallback-static-sh.patch: Add support for /bin/static-sh as
       fallback if the regular shell fails to execute. Patch ported from
       sysvinit. (see LP #505887)
     - Add sulogin-lockedpwd.patch: Make sure file systems can be fixed on
       machines with locked root accounts (as Ubuntu does by default). Don't
       require --force for sulogin.
 .
 util-linux (2.38.1-4) unstable; urgency=medium
 .
   [ Helmut Grohne ]
   * Build-Depend on libcrypt-dev explicitly (Closes: #1024794)
 .
   [ Chris Hofstaedtler ]
   * script: abort if unused arguments given (Closes: #1016193)
 .
 util-linux (2.38.1-3) unstable; urgency=medium
 .
   * Apply "rfkill: (man) List options for supported device types"
     (Closes: #1019007)
   * Apply "lib/pty: Put master PTY into non-blocking mode and buffer its output to avoid deadlock"
     (Closes: #1003095)
   * Gift /var/lib/libuuid to uuid-runtime.  uuidd should be its only user, and
     this should avoid piuparts errors.
   * Remove pre-stable NEWS entries
 .
 util-linux (2.38.1-2) unstable; urgency=medium
 .
   * Import upstream patches
     * fsck: Processes may kill other processes.
     * lscpu: Add Kryo 3XX Gold core
     * lscpu: Even more Arm part numbers
     * Remove closing braces in Apple cores names
     * lscpu: (arm) don't use space in names
     * lscpu: add missing Apple parts
     * lscpu: make Apple part names human-friendly
     * Fix formatting.
     * Adding Apple core names, distinguish by SoC/SiP name
     * Add Makalu/Makalu-ELP (A715/X3)
     * lscpu: Add Snapdragon parts
     * sfdisk: inform about failed fsync() [coverity scan]
     * libfdisk: (gpt) don't ignore fsync() errors
     * sfdisk: improve code readability for coverity scan
     * libfdisk: make scripts portable between different sector sizes
     * fdisk: make it more obvious that DOS means MBR
     * fdisk: fix --output option parsing
     * kill: Support mandating the presence of a userspace signal handler
     * lib/procfs: add function to parse /proc/#/stat
     * lsblk: fix endless loop if device specified more than once
     * libuuid: check clock value from LIBUUID_CLOCK_FILE
     * uuidd: fix random UUIDs
     * libuuid: Implement continuous clock handling for time based UUIDs
     * lib/path: ul_path_cpuparse: fix parsing of empty sysfs files
     * libblkid: ntfs: avoid UB in signed shift
     * libblkid: iso9660: allocate enough space for UTF16 decoding
   * Make /var/lib/libuuid writable by uuidd (Closes: #1021657)
   * Add new __uuid_generate_time_cont at UUIDD_PRIVATE symbol
 .
 util-linux (2.38.1-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Restore /usr/bin/rename.ul per TC decision in #1003653
 .
 util-linux (2.38.1-1) unstable; urgency=medium
 .
   * New upstream release.
     * Rebase patches, drop upstream applied patches
   * uuid-runtime: Quiet adduser warnings.
     Thanks to Diederik de Haas <didi.debian at cknow.org> (Closes: #1016372)
   * d/README.source: fix tarball name in example
 .
 util-linux (2.38-6) unstable; urgency=medium
 .
   * autopkgtest: bump oversized-chunk size limit, empty chunks have
     regressed on arm64, armel, armhf. Cf. #785075
 .
 util-linux (2.38-5) unstable; urgency=medium
 .
   * Use sensible-pager instead of less by default.
     Adds Recommends: sensible-utils, so sensible-pager is available in
     default installations. (Closes: #1014368)
Checksums-Sha1:
 62fdc2936df8ac63c1121f947c27690637345b8e 4632 util-linux_2.38.1-4ubuntu1.dsc
 f62a7b6fe64ce7f4569b57d7d2d0875b39f79836 7495904 util-linux_2.38.1.orig.tar.xz
 ad5eedbed2993cf0ad0c598baf5960274c728995 117468 util-linux_2.38.1-4ubuntu1.debian.tar.xz
 75442e2b33162c7d79aba97d8201cb8eb682949a 9042 util-linux_2.38.1-4ubuntu1_source.buildinfo
Checksums-Sha256:
 1f41b13d0687d6de936b3a1c9d7cb8f80705a26b86f876caa4801627bcb3a1b6 4632 util-linux_2.38.1-4ubuntu1.dsc
 60492a19b44e6cf9a3ddff68325b333b8b52b6c59ce3ebd6a0ecaa4c5117e84f 7495904 util-linux_2.38.1.orig.tar.xz
 853ee1e42f573f6300736b465145d46f0c38117bc242b93e68d6f7469211048c 117468 util-linux_2.38.1-4ubuntu1.debian.tar.xz
 6b18813998d42a0f4d6e3616163176c86940d408efb54af417f09080d015e535 9042 util-linux_2.38.1-4ubuntu1_source.buildinfo
Files:
 8ad804eaa6f1e8405c3b3e531e4e1873 4632 base required util-linux_2.38.1-4ubuntu1.dsc
 cd11456f4ddd31f7fbfdd9488c0c0d02 7495904 base required util-linux_2.38.1.orig.tar.xz
 ac7169402624875c1bd24885c93fef77 117468 base required util-linux_2.38.1-4ubuntu1.debian.tar.xz
 e8d24a27eba7dddc54d38f6b6f9fce29 9042 base required util-linux_2.38.1-4ubuntu1_source.buildinfo
Original-Maintainer: util-linux packagers <util-linux at packages.debian.org>


More information about the lunar-changes mailing list