Change logs for util-linux source package in Lunar

  • util-linux (2.38.1-4ubuntu1.1) lunar; urgency=low
    
      * Add ARM core support for Grace systems (LP: #2019856)
        - /d/p/ubuntu/lp-2019856-add-missing-arm-cores.patch
    
     -- Heather Lemon <email address hidden>  Mon, 22 May 2023 12:50:01 +0000
  • 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@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 <email address hidden> (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)
    
     -- Heinrich Schuchardt <email address hidden>  Mon, 28 Nov 2022 14:39:17 +0100
  • util-linux (2.38-4ubuntu1) kinetic; urgency=medium
    
      * Merge from Debian unstable. 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.
      * Dropped changes, included upstream:
        - Revert the change to libsmartcols that outputs shell parsable column
          names when -P / --pairs is used in lsblk. The change breaks older
          MAAS and curtin versions, such that they cannot deploy Jammy.
          (LP: #1961542)
          - d/p/ubuntu/lp-1961542-Revert-libsmartcols-sanitize-variable-names-on-ex.patch
        - SECURITY UPDATE: Unauthorized unmount of FUSE filesystems belonging to
          users with similar uid
          - debian/patches/upstream/CVE-2021-3995-1.patch: make sure mem2strcpy()
            buffer is zeroized in include/strutils.h.
          - debian/patches/upstream/CVE-2021-3995-2.patch: fix UID check for FUSE
            umount in libmount/src/context_umount.c, libmount/src/mountP.h,
            libmount/src/optstr.c.
          - CVE-2021-3995
        - SECURITY UPDATE: Unauthorized unmount in util-linux's libmount
          - debian/patches/upstream/CVE-2021-3996-1.patch: remove support for
            deleted mount table entries in libmount/src/tab_parse.c.
          - debian/patches/upstream/CVE-2021-3996-2.patch: update mountinfo files
            in tests/*.
          - CVE-2021-3996
        - Update translations after changes to HiFive partition names
      * Stop cleaning up weekly fstrim cron file as it has been gone since
        Bionic.
    
     -- Michael Hudson-Doyle <email address hidden>  Wed, 04 May 2022 10:30:45 +1200