[ubuntu/plucky-proposed] util-linux 2.40.2-14ubuntu1 (Accepted)

Florent 'Skia' Jacquet florent.jacquet at canonical.com
Mon Jan 13 16:54:18 UTC 2025


util-linux (2.40.2-14ubuntu1) plucky; urgency=medium

  * Merge with Debian unstable (LP: #2091862).
      Note: this is the first merge of this package made through git-ubuntu.
      That explains some changes of formatting in the changelog entries.
    Remaining changes:
    - 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.
    - d/p/ubuntu/lp-2030793-make-check-pidfd.patch
      Skip tests lsfd/column-name-pidfd,lsfd/mkfds-pidfd that fail when run
      using the Focal kernel
    - d/rules: disable libmount mountfs support
      Disable brand new feature with --disable-libmount-mountfd-support that
      causes inability to deploy MAAS LP #2037417.
    Dropped changes:
    - d/p/ubuntu/lp2090972-libblkid-fix-spurious-[...].patch
      This is now in d/p/upstream-master/libblkid-fix-spurious-[...].patch

util-linux (2.40.2-14) unstable; urgency=medium

  [ Florent 'Skia' Jacquet ]
  * d/tests: add 'login' test

  [ Chris Hofstaedtler ]
  * tests/login: explicitly depend on passwd for useradd

util-linux (2.40.2-13) unstable; urgency=medium

  * Add patches from upstream master branch fixing various bugs,
    incl. fixes for cachestat on alpha.

util-linux (2.40.2-12) unstable; urgency=medium

  * Stop building utmpdump, should not be necessary on wtmpdb systems
  * Stop marking mkfds-socketpair test as failing
  * Skip tmpfs-sensitive tests if fstype cannot be determined
  * Amend NEWS entry to hint updating /root/.profile (Closes: #1088009)

util-linux (2.40.2-11) unstable; urgency=medium

  * tests: Temporarily mark fincore as failing in unshare
  * Stop installing mesg, write

util-linux (2.40.2-10) unstable; urgency=medium

  * d/gbp.conf: set debian-branch to debian/unstable

util-linux (2.40.2-9) unstable; urgency=medium

  [ Pino Toscano ]
  * Fix newgrp permissions only on Linux

  [ Chris Hofstaedtler ]
  * Add upstream patch to fix tv_usec formatting (Closes: #1083006)

util-linux (2.40.2-8) unstable; urgency=medium

  * Mark nologin, newgrp binaries and man pages linux-any
  * Install manpages using dh_install
  * Import patches from upstream master
    * newgrp: Optionally execute a program after group change
    * Treat out of memory as error
    * agetty: add "systemd" to --version output
    * lscpu: optimize query virt pci device
    * more: make sure we have data on stderr
    Thanks to Gábor Németh <homar at riseup.net> (Closes: #1078122)
  * Revert "Remove sg symlink to newgrp"
  * Install sg symlink only on Linux
  * Install write(1) manpage
  * salsa-ci: add nodoc profile

util-linux (2.40.2-7) unstable; urgency=medium

  * login: update Section to admin (like in src:shadow)
    Thanks to Johannes Schauer Marin Rodrigues <josch at debian.org>
  * Stop installing getopt-example.tcsh.
    Per lintian tag csh-considered-harmful and policy section 10.4.

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

  * Remove sg symlink to newgrp.
    Our newgrp does not take a command to execute, so stop pretending
    it works like sg. At least for now, we will not have sg.
    Addresses #1078122.

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

  [ Chris Hofstaedtler ]
  * Do not build login package for stage1 (Closes: #1078027)

  [ Sven Joachim ]
  * login: fix installing of /etc/pam.d/login (Closes: #1078036)

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

  * Upload to unstable.

  [ Chris Hofstaedtler ]
  * Bump Standards-Version to 4.7.0
  * Patch login to support our PAM setup

  [ Helmut Grohne ]
  * Drop lastlog2 and libpam-lastlog2 from stage1 build (Closes: #1077967)

util-linux (2.40.2-3) experimental; urgency=medium

  * Take over login package from src:shadow (Closes: #833256)

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

  [ Pino Toscano ]
  * d/lastlog2.install: install systemd files only on Linux.

Date: Mon, 16 Dec 2024 13:12:37 +0100
Changed-By: Florent 'Skia' Jacquet <florent.jacquet at canonical.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Simon Chopin <simon.chopin at canonical.com>
https://launchpad.net/ubuntu/+source/util-linux/2.40.2-14ubuntu1
-------------- next part --------------
Format: 1.8
Date: Mon, 16 Dec 2024 13:12:37 +0100
Source: util-linux
Built-For-Profiles: noudeb
Architecture: source
Version: 2.40.2-14ubuntu1
Distribution: plucky
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Florent 'Skia' Jacquet <florent.jacquet at canonical.com>
Closes: 833256 1077967 1078027 1078036 1078122 1083006 1088009
Launchpad-Bugs-Fixed: 2091862
Changes:
 util-linux (2.40.2-14ubuntu1) plucky; urgency=medium
 .
   * Merge with Debian unstable (LP: #2091862).
       Note: this is the first merge of this package made through git-ubuntu.
       That explains some changes of formatting in the changelog entries.
     Remaining changes:
     - 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.
     - d/p/ubuntu/lp-2030793-make-check-pidfd.patch
       Skip tests lsfd/column-name-pidfd,lsfd/mkfds-pidfd that fail when run
       using the Focal kernel
     - d/rules: disable libmount mountfs support
       Disable brand new feature with --disable-libmount-mountfd-support that
       causes inability to deploy MAAS LP #2037417.
     Dropped changes:
     - d/p/ubuntu/lp2090972-libblkid-fix-spurious-[...].patch
       This is now in d/p/upstream-master/libblkid-fix-spurious-[...].patch
 .
 util-linux (2.40.2-14) unstable; urgency=medium
 .
   [ Florent 'Skia' Jacquet ]
   * d/tests: add 'login' test
 .
   [ Chris Hofstaedtler ]
   * tests/login: explicitly depend on passwd for useradd
 .
 util-linux (2.40.2-13) unstable; urgency=medium
 .
   * Add patches from upstream master branch fixing various bugs,
     incl. fixes for cachestat on alpha.
 .
 util-linux (2.40.2-12) unstable; urgency=medium
 .
   * Stop building utmpdump, should not be necessary on wtmpdb systems
   * Stop marking mkfds-socketpair test as failing
   * Skip tmpfs-sensitive tests if fstype cannot be determined
   * Amend NEWS entry to hint updating /root/.profile (Closes: #1088009)
 .
 util-linux (2.40.2-11) unstable; urgency=medium
 .
   * tests: Temporarily mark fincore as failing in unshare
   * Stop installing mesg, write
 .
 util-linux (2.40.2-10) unstable; urgency=medium
 .
   * d/gbp.conf: set debian-branch to debian/unstable
 .
 util-linux (2.40.2-9) unstable; urgency=medium
 .
   [ Pino Toscano ]
   * Fix newgrp permissions only on Linux
 .
   [ Chris Hofstaedtler ]
   * Add upstream patch to fix tv_usec formatting (Closes: #1083006)
 .
 util-linux (2.40.2-8) unstable; urgency=medium
 .
   * Mark nologin, newgrp binaries and man pages linux-any
   * Install manpages using dh_install
   * Import patches from upstream master
     * newgrp: Optionally execute a program after group change
     * Treat out of memory as error
     * agetty: add "systemd" to --version output
     * lscpu: optimize query virt pci device
     * more: make sure we have data on stderr
     Thanks to Gábor Németh <homar at riseup.net> (Closes: #1078122)
   * Revert "Remove sg symlink to newgrp"
   * Install sg symlink only on Linux
   * Install write(1) manpage
   * salsa-ci: add nodoc profile
 .
 util-linux (2.40.2-7) unstable; urgency=medium
 .
   * login: update Section to admin (like in src:shadow)
     Thanks to Johannes Schauer Marin Rodrigues <josch at debian.org>
   * Stop installing getopt-example.tcsh.
     Per lintian tag csh-considered-harmful and policy section 10.4.
 .
 util-linux (2.40.2-6) unstable; urgency=medium
 .
   * Remove sg symlink to newgrp.
     Our newgrp does not take a command to execute, so stop pretending
     it works like sg. At least for now, we will not have sg.
     Addresses #1078122.
 .
 util-linux (2.40.2-5) unstable; urgency=medium
 .
   [ Chris Hofstaedtler ]
   * Do not build login package for stage1 (Closes: #1078027)
 .
   [ Sven Joachim ]
   * login: fix installing of /etc/pam.d/login (Closes: #1078036)
 .
 util-linux (2.40.2-4) unstable; urgency=medium
 .
   * Upload to unstable.
 .
   [ Chris Hofstaedtler ]
   * Bump Standards-Version to 4.7.0
   * Patch login to support our PAM setup
 .
   [ Helmut Grohne ]
   * Drop lastlog2 and libpam-lastlog2 from stage1 build (Closes: #1077967)
 .
 util-linux (2.40.2-3) experimental; urgency=medium
 .
   * Take over login package from src:shadow (Closes: #833256)
 .
 util-linux (2.40.2-2) unstable; urgency=medium
 .
   [ Pino Toscano ]
   * d/lastlog2.install: install systemd files only on Linux.
Checksums-Sha1:
 43c273954dd9a36ff97e33610c7ed04e6608e29c 4952 util-linux_2.40.2-14ubuntu1.dsc
 ec926216efd30da67263faaaa5112a61f11d154e 126204 util-linux_2.40.2-14ubuntu1.debian.tar.xz
 da5b33e0cac8597d9c93937451438bf382d576ea 7896 util-linux_2.40.2-14ubuntu1_source.buildinfo
Checksums-Sha256:
 3b05fd996f3c77e0ee9e8ab9082192d6e3045d4eb10fb50927fa3761dd3f4831 4952 util-linux_2.40.2-14ubuntu1.dsc
 29f14e8dc45abc8aa8507f91c64b03e749d4972b6b30fd13c376b480d393bc2b 126204 util-linux_2.40.2-14ubuntu1.debian.tar.xz
 95c5b9535ff4e910428e7c258a90e97b517af6ec7a1fdacf244b944fbb21d8c1 7896 util-linux_2.40.2-14ubuntu1_source.buildinfo
Files:
 aa159b6f64bed73ef002fd2114c29c71 4952 utils required util-linux_2.40.2-14ubuntu1.dsc
 a731f257ecd0d5f6a615e25fc7d33968 126204 utils required util-linux_2.40.2-14ubuntu1.debian.tar.xz
 0052636614a2641549a679cd6bd2b241 7896 utils required util-linux_2.40.2-14ubuntu1_source.buildinfo
Original-Maintainer: util-linux packagers <util-linux at packages.debian.org>
Vcs-Git: https://git.launchpad.net/~schopin/ubuntu/+source/util-linux
Vcs-Git-Commit: 52a593d70bea5eb5771d2b394fc67035ae3e63a8
Vcs-Git-Ref: refs/heads/skia/merge_lp2091862_plucky


More information about the plucky-changes mailing list