[ubuntu/natty] util-linux 2.17.2-9.1ubuntu1 (Accepted)

Loic Minier loic.minier at linaro.org
Wed Feb 16 01:00:30 UTC 2011


util-linux (2.17.2-9.1ubuntu1) natty; urgency=low

  * Merge with Debian sid, adds support for armhf.
    - rules: fix name of README.modems-with-agetty.
    - control: drop breaks with udev and nfs-common and debhelper build-dep
      bump as these constraints are satisfied in lucid.
    - control: add suggests on nfs-common as to minimize delta with Debian.
    - libblkid1.preinst: drop, upgrades from lucid and onwards aren't
      affected.
    - util-linux.postinst: drop upgrade snippet as packages from lucid and
      onwards aren't affected.
    - libblkid1.symbols, libuuid1.symbols: copy from Debian as lucid has the
      highest version (2.17.2) anyway, and this is an useless diff against
      Debian.
    - rules: drop debian/util-linux.initramfs installation which was in an "if
      Debian" block but isn't actually in the Debian source package.
    - mount.preinst: restore nfs upgrade snippet, but use dpkg-vendor instead
      of lsb_release.
    - util-linux.preinst: drop hwclock.sh and hwclockfirst.sh removal snippet
    as it's not needed for upgrades from lucid and onwards anymore.
    - Remaining changes:
      . Since udev is required in Ubuntu, the hwclock.sh init script is
        not called on startup and the hwclockfirst.sh init script is
        removed.
      . Install custom blkid.conf to use /dev/.blkid.tab since we don't
        expect device names to survive a reboot
      . Use dpkg-vendor instead of lsb_release in mount.preinst to avoid a
        Pre-Depends otherwise; LP #383697.
      . Mention mountall(8) in fstab(5) manpages, along with its special
        options.
      . For the case where mount is called with a directory to mount, look
        that directory up in mountall's /lib/init/fstab if we couldn't find
        it mentioned anywhere else.  This means "mount /proc", "mount /sys",
        etc. work.
      . sfdisk support for '+' with '-N'; LP #686124.
      . mount/umount.c: fix a segfault on umount with empty mtab entry;
        LP #579858.
      . Fix arbitrary unmount with fuse security issue; LP #670622.
        * This update adds support for new options required by the fuse
          security update.
        * mount/umount.{c,8}: Add --fake option to umount(8), which omits
          calling the actual umount syscall (and the loop device deletion) but
          modifies /etc/mtab.
          http://git.kernel.org/?p=utils/util-linux-ng/util-linux-ng.git;a=commit;h=97a3cef4f1

Date: Mon, 14 Feb 2011 11:01:48 +0100
Changed-By: Loïc Minier <loic.minier at linaro.org>
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Loïc Minier <lool at dooz.org>
https://launchpad.net/ubuntu/natty/+source/util-linux/2.17.2-9.1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 14 Feb 2011 11:01:48 +0100
Source: util-linux
Binary: util-linux util-linux-locales mount bsdutils fdisk-udeb cfdisk-udeb libblkid1 libblkid1-udeb libblkid-dev libuuid1 uuid-runtime libuuid1-udeb uuid-dev util-linux-udeb
Architecture: source
Version: 2.17.2-9.1ubuntu1
Distribution: natty
Urgency: low
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Loïc Minier <loic.minier at linaro.org>
Description: 
 bsdutils   - Basic utilities from 4.4BSD-Lite
 cfdisk-udeb - Manually partition a hard drive (cfdisk) (udeb)
 fdisk-udeb - Manually partition a hard drive (fdisk) (udeb)
 libblkid-dev - block device id library - headers and static libraries
 libblkid1  - block device id library
 libblkid1-udeb - block device id library (udeb)
 libuuid1   - Universally Unique ID library
 libuuid1-udeb - stripped down universally unique id library, for debian-installer (udeb)
 mount      - Tools for mounting and manipulating filesystems
 util-linux - Miscellaneous system utilities
 util-linux-locales - Locales files for util-linux
 util-linux-udeb - Miscellaneous system utilities (udeb)
 uuid-dev   - universally unique id library - headers and static libraries
 uuid-runtime - runtime components for the Universally Unique ID library
Changes: 
 util-linux (2.17.2-9.1ubuntu1) natty; urgency=low
 .
   * Merge with Debian sid, adds support for armhf.
     - rules: fix name of README.modems-with-agetty.
     - control: drop breaks with udev and nfs-common and debhelper build-dep
       bump as these constraints are satisfied in lucid.
     - control: add suggests on nfs-common as to minimize delta with Debian.
     - libblkid1.preinst: drop, upgrades from lucid and onwards aren't
       affected.
     - util-linux.postinst: drop upgrade snippet as packages from lucid and
       onwards aren't affected.
     - libblkid1.symbols, libuuid1.symbols: copy from Debian as lucid has the
       highest version (2.17.2) anyway, and this is an useless diff against
       Debian.
     - rules: drop debian/util-linux.initramfs installation which was in an "if
       Debian" block but isn't actually in the Debian source package.
     - mount.preinst: restore nfs upgrade snippet, but use dpkg-vendor instead
       of lsb_release.
     - util-linux.preinst: drop hwclock.sh and hwclockfirst.sh removal snippet
     as it's not needed for upgrades from lucid and onwards anymore.
     - Remaining changes:
       . Since udev is required in Ubuntu, the hwclock.sh init script is
         not called on startup and the hwclockfirst.sh init script is
         removed.
       . Install custom blkid.conf to use /dev/.blkid.tab since we don't
         expect device names to survive a reboot
       . Use dpkg-vendor instead of lsb_release in mount.preinst to avoid a
         Pre-Depends otherwise; LP #383697.
       . Mention mountall(8) in fstab(5) manpages, along with its special
         options.
       . For the case where mount is called with a directory to mount, look
         that directory up in mountall's /lib/init/fstab if we couldn't find
         it mentioned anywhere else.  This means "mount /proc", "mount /sys",
         etc. work.
       . sfdisk support for '+' with '-N'; LP #686124.
       . mount/umount.c: fix a segfault on umount with empty mtab entry;
         LP #579858.
       . Fix arbitrary unmount with fuse security issue; LP #670622.
         * This update adds support for new options required by the fuse
           security update.
         * mount/umount.{c,8}: Add --fake option to umount(8), which omits
           calling the actual umount syscall (and the loop device deletion) but
           modifies /etc/mtab.
           http://git.kernel.org/?p=utils/util-linux-ng/util-linux-ng.git;a=commit;h=97a3cef4f1
Checksums-Sha1: 
 afb213c3fbaa7794d37ddc2bd184f5925efa5a7b 1624 util-linux_2.17.2-9.1ubuntu1.dsc
 2a9f5a3466b5693ade19285aa83ab21e0b6656ef 203747 util-linux_2.17.2-9.1ubuntu1.diff.gz
Checksums-Sha256: 
 64f04c504cc5dfa0a2356c3fd574a55d26915a7127e72d0eb5f718aa66fd98c8 1624 util-linux_2.17.2-9.1ubuntu1.dsc
 8ce303741ea4ebcd143e59b82c6569fd49def051a2f38bf24b64e8b1fd3b6f90 203747 util-linux_2.17.2-9.1ubuntu1.diff.gz
Files: 
 adeea994662420ec37252701f1829eb1 1624 base required util-linux_2.17.2-9.1ubuntu1.dsc
 5e41c2ce76e1906b784df80b43ee76f4 203747 base required util-linux_2.17.2-9.1ubuntu1.diff.gz
Original-Maintainer: LaMont Jones <lamont at debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAk1bIJwACgkQ4VUX8isJIMDLYwCeIRadNzAtVbt74+lj8ck2BNYV
XtcAoKtuPP9uhZUbSMNzh7nn6Z8Qeytm
=TgZp
-----END PGP SIGNATURE-----


More information about the Natty-changes mailing list