[ubuntu/karmic] util-linux 2.16-1ubuntu1 (Accepted)

Scott James Remnant scott at ubuntu.com
Thu Jul 16 16:15:14 BST 2009


util-linux (2.16-1ubuntu1) karmic; urgency=low

  * Merge from Debian, 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.
    - Remove /etc/adjtime on upgrade if it was not used.
    - Install custom blkid.conf to use /dev/.blkid.tab since we don't
      expect device names to survive a reboot
    - No lsb_release call in mount.preinst since we'd need Pre-Depends
      (LP: #383697).

util-linux (2.16-1) unstable; urgency=low

  [John Keeping]

  * hwclock: fix mismatched popen/fclose.

  [Jakob Unterwurzacher]

  * ionice: Allow setting the none class

  [Karel Zak]

  * build-sys: fix "make -C" bug
  * build-sys: fix blkid.h include for old e2fsprogs
  * blkid: make libuuid optional
  * build-sys: rename /libs to /shlibs
  * build-sys: complete /libs to /shlibs rename
  * blkid: fix "hangs forever with partition type mdraid"
  * blkid: blkid_do_safeprobe() has to be tolerant to RAIDs
  * blkid: cleanup debug messages and return codes in blkid_do_probe()
  * tests: add functions for work withdisk images
  * mount: fix undefined reference to `security_get_initial_context'.  gentoo:
    #270168
  * libuuid: import UUID library from e2fsprogs
  * libuuid: add --disable-libuuid and LIBUUID_VERSION
  * libuuid: add info about u-l-ng to man pages
  * libblkid: update man page
  * build-sys: add UTIL_{SET,RESTORE}_FLAGS
  * build-sys: fix headers in mkswap and libblkid
  * build-sys: cleanup libuuid stuff
  * mount: (and fsck) remove libvolume_id support
  * build-sys: add --disable-libblkid, remove volume_id support
  * build-sys: enable fsck by default
  * build-sys: add --disable-tls
  * uuidgen: new command (from e2fsprogs)
  * libuuid: add .gitignore
  * uuidd: new command (UUID daemon from e2fsprogs)
  * build-sys: add --disable-uuidd
  * tests: fix 'delete extended partition' checksum
  * libblkid: fix reiserfs name
  * tests: add mdraid libblkid test
  * tests: fix reiserfs test
  * tests: don't run some mount tests for non-root users
  * tests: remove broken Xen dumps for lscpu
  * tests: move lscpu /proc and /sys dumps to tarballs
  * tests: fix script that creates lscpu dumps
  * docs: add missing commands/projects to AUTHORS file
  * mount: use TAG parsing function from libblkid
  * losetup: add --set-capacity
  * mount: cleanup notes about -l option in mount.8
  * mount: add ext4 to mount.8
  * mount: add ext4 to the list of filesystems in mount.8
  * mount: use "none" fstype for MS_PROPAGATION mounts
  * mount: move MS_{PROPAGATION,BIND,MOVE} detection
  * libblkid: don't require udev symlinks verification for non-root users
  * switch_root: new command
  * build-sys: add --disable-switch_root
  * switch_root: fix coding style
  * switch_root: rewrite to use fstatat() and unlinkat()
  * build-sys: check for openat() and linux for switch_root
  * switch_root: use err.h, clean up return codes
  * switch_root: clean up argv[] usage, add -h and -V
  * switch_root: use snprintf() rather tan str{cpy,cat}()
  * switch_root: add man page
  * docs: refresh TODO list
  * docs: remove obsolete information from fstab example.  Closes: #507700
  * umount: clean up help output.  Closes: #320500
  * mount: add info about obsolete vfat options to mount.8.  Closes: #329856
  * losetup: suggest to use modprobe rather than insmod in losetup.8.
    Closes: #334796
  * mount: a little clean up info about loopdevs in man page.  Closes: #478600
  * build-sys: fix libuuid Makefile.am
  * docs: update AUTHORS file
  * build-sys: fix --disable-uuidd
  * docs: add v2.16 ReleaseNotes
  * docs: update v2.16-ReleaseNotes
  * build-sys: release++ (v2.16-rc1)
  * uuidd: move uuidd files from /var/lib/libuuid to /var/run/uuidd
  * libuuid: move clock state file from /var/lib to /var/run
  * losetup: fix return codes of functions arounf is_associated()
  * include: clean up _PATH_DEV_* macros
  * Revert "libuuid: move clock state file from /var/lib to /var/run"
  * libblkid: fix #ifdefs readability
  * libuuid: add install-hook for libuuid.[a,so] devel files
  * libblkid: add install-hook for libuuid.[a,so] devel files
  * buildsys: move $usr{bin,sbin,lib}execdir definition to ./configure
  * libblkid: fix $libdir in blkid.pc
  * libuuid: fix $libdir in uuid.pc
  * docs: remove example.files/rc[.local]
  * uuidd: move uuidd.rc to misc-utils directory
  * uuidd: fix $PIDFILE in uuidd.rc
  * uuidd: init /var/run/uuidd, add option for on-demand mode to .rc file
  * include: fix _PATH_DEV
  * raw: undeprecate raw
  * blkid: move to misc-utils/ directory
  * docs: update AUTHORS file
  * docs: update v2.16 ReleaseNotes
  * build-sys: release++ (v2.16-rc2)
  * build-sys: fix exec/data install hooks
  * build-sys: improve symlinks creation in shlibs/
  * build-sys: rename to _execdir
  * libuuid: fix parallel building
  * build-sys: improve $libdirname definition
  * libblkid: add stdarg.h to blkidP.h
  * build-sys: fix libuuid and libblkid version-info
  * docs: update AUTHORS file
  * libuuid: generate uuid_generate_{random,time}.3 man page links
  * docs: update v2.16 ReleaseNotes
  * build-sys: release++ (v2.16)
  * po: refresh POTFILES.in
  * po: merge changes

  [Jeff Mahoney]

  * raw: Use the RAW_SETBIND ioctl without stat'ing the raw# file

  [Peter Jones]

  * switch_root: use file descriptor instead of path for recursiveRemove()
  * switch_root: fork before cleaning up the filesystem.
  * switch_root: do recursiveRemove after our root is moved to avoid races.

  [Kay Sievers]

  * mount: allow loop suid umount.  suse: #461732
  * build-sys: reverse shlibs installation

  [Daniel Drake]

  * switch_root: add subroot support

  [Chris Webb]

  * fdisk: (and cfdisk) fix to be consistent about maximum heads

  [Zdenek Behan]

  * fdisk: add simple test for doslabel stuff

  [Milan Broz]

  * blkid: fix LVM1 probe
  * blkid: add device-mapper snapshot cow device probe

  [Valerie Aurora]

  * mount: when a remount to rw fails, quit and return an error

  [Robert Förster]

  * build-sys: fix typo from 30688dde55f637c9b984809c685b61378b82805f

  [Tom Prince]

  * cal: uClibc has langinfo.h but not _NL_TIME_WEEK_1STDAY.

  [Tilman Schmidt]

  * ldattach: add N_PPS support

  [Mike Frysinger]

  * lscpu: fix cpuid code on x86/PIC
  * losetup: handle symlinks in /dev/loop/

  [Scott James Remnant]

  * build libblkid binary packages
  * build libuuid binary packages

  [Theodore Ts'o]

  * libuuid: Make sure fd's 0, 1, and 2 are valid before exec'ing uuidd
  * uuidd: Avoid closing the server socket when calling create_daemon()
  * libuuid, uuidd: Avoid infinite loop while reading from the socket fd
  * libuuid: Don't run uuidd if it would fail due to permission problems

  [localization folks]

  * po: fix typo in French translation.  mandriva: #42783 (Olivier Blin)
  * po: update fi.po (from translationproject.org) (Lauri Nurmi)
  * po: update fr.po (from translationproject.org) (Nicolas Provost)
  * po: update vi.po (from translationproject.org) (Clytie Siddall)
  * po: update cs.po (from translationproject.org) (Petr Pisar)

Date: Thu, 16 Jul 2009 15:48:23 +0100
Changed-By: Scott James Remnant <scott at ubuntu.com>
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Scott James Remnant <scott at canonical.com>
https://launchpad.net/ubuntu/karmic/+source/util-linux/2.16-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Thu, 16 Jul 2009 15:48:23 +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.16-1ubuntu1
Distribution: karmic
Urgency: low
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Scott James Remnant <scott at ubuntu.com>
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
Closes: 320500 329856 334796 478600 507700
Launchpad-Bugs-Fixed: 383697
Changes: 
 util-linux (2.16-1ubuntu1) karmic; urgency=low
 .
   * Merge from Debian, 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.
     - Remove /etc/adjtime on upgrade if it was not used.
     - Install custom blkid.conf to use /dev/.blkid.tab since we don't
       expect device names to survive a reboot
     - No lsb_release call in mount.preinst since we'd need Pre-Depends
       (LP: #383697).
 .
 util-linux (2.16-1) unstable; urgency=low
 .
   [John Keeping]
 .
   * hwclock: fix mismatched popen/fclose.
 .
   [Jakob Unterwurzacher]
 .
   * ionice: Allow setting the none class
 .
   [Karel Zak]
 .
   * build-sys: fix "make -C" bug
   * build-sys: fix blkid.h include for old e2fsprogs
   * blkid: make libuuid optional
   * build-sys: rename /libs to /shlibs
   * build-sys: complete /libs to /shlibs rename
   * blkid: fix "hangs forever with partition type mdraid"
   * blkid: blkid_do_safeprobe() has to be tolerant to RAIDs
   * blkid: cleanup debug messages and return codes in blkid_do_probe()
   * tests: add functions for work withdisk images
   * mount: fix undefined reference to `security_get_initial_context'.  gentoo:
     #270168
   * libuuid: import UUID library from e2fsprogs
   * libuuid: add --disable-libuuid and LIBUUID_VERSION
   * libuuid: add info about u-l-ng to man pages
   * libblkid: update man page
   * build-sys: add UTIL_{SET,RESTORE}_FLAGS
   * build-sys: fix headers in mkswap and libblkid
   * build-sys: cleanup libuuid stuff
   * mount: (and fsck) remove libvolume_id support
   * build-sys: add --disable-libblkid, remove volume_id support
   * build-sys: enable fsck by default
   * build-sys: add --disable-tls
   * uuidgen: new command (from e2fsprogs)
   * libuuid: add .gitignore
   * uuidd: new command (UUID daemon from e2fsprogs)
   * build-sys: add --disable-uuidd
   * tests: fix 'delete extended partition' checksum
   * libblkid: fix reiserfs name
   * tests: add mdraid libblkid test
   * tests: fix reiserfs test
   * tests: don't run some mount tests for non-root users
   * tests: remove broken Xen dumps for lscpu
   * tests: move lscpu /proc and /sys dumps to tarballs
   * tests: fix script that creates lscpu dumps
   * docs: add missing commands/projects to AUTHORS file
   * mount: use TAG parsing function from libblkid
   * losetup: add --set-capacity
   * mount: cleanup notes about -l option in mount.8
   * mount: add ext4 to mount.8
   * mount: add ext4 to the list of filesystems in mount.8
   * mount: use "none" fstype for MS_PROPAGATION mounts
   * mount: move MS_{PROPAGATION,BIND,MOVE} detection
   * libblkid: don't require udev symlinks verification for non-root users
   * switch_root: new command
   * build-sys: add --disable-switch_root
   * switch_root: fix coding style
   * switch_root: rewrite to use fstatat() and unlinkat()
   * build-sys: check for openat() and linux for switch_root
   * switch_root: use err.h, clean up return codes
   * switch_root: clean up argv[] usage, add -h and -V
   * switch_root: use snprintf() rather tan str{cpy,cat}()
   * switch_root: add man page
   * docs: refresh TODO list
   * docs: remove obsolete information from fstab example.  Closes: #507700
   * umount: clean up help output.  Closes: #320500
   * mount: add info about obsolete vfat options to mount.8.  Closes: #329856
   * losetup: suggest to use modprobe rather than insmod in losetup.8.
     Closes: #334796
   * mount: a little clean up info about loopdevs in man page.  Closes: #478600
   * build-sys: fix libuuid Makefile.am
   * docs: update AUTHORS file
   * build-sys: fix --disable-uuidd
   * docs: add v2.16 ReleaseNotes
   * docs: update v2.16-ReleaseNotes
   * build-sys: release++ (v2.16-rc1)
   * uuidd: move uuidd files from /var/lib/libuuid to /var/run/uuidd
   * libuuid: move clock state file from /var/lib to /var/run
   * losetup: fix return codes of functions arounf is_associated()
   * include: clean up _PATH_DEV_* macros
   * Revert "libuuid: move clock state file from /var/lib to /var/run"
   * libblkid: fix #ifdefs readability
   * libuuid: add install-hook for libuuid.[a,so] devel files
   * libblkid: add install-hook for libuuid.[a,so] devel files
   * buildsys: move $usr{bin,sbin,lib}execdir definition to ./configure
   * libblkid: fix $libdir in blkid.pc
   * libuuid: fix $libdir in uuid.pc
   * docs: remove example.files/rc[.local]
   * uuidd: move uuidd.rc to misc-utils directory
   * uuidd: fix $PIDFILE in uuidd.rc
   * uuidd: init /var/run/uuidd, add option for on-demand mode to .rc file
   * include: fix _PATH_DEV
   * raw: undeprecate raw
   * blkid: move to misc-utils/ directory
   * docs: update AUTHORS file
   * docs: update v2.16 ReleaseNotes
   * build-sys: release++ (v2.16-rc2)
   * build-sys: fix exec/data install hooks
   * build-sys: improve symlinks creation in shlibs/
   * build-sys: rename to _execdir
   * libuuid: fix parallel building
   * build-sys: improve $libdirname definition
   * libblkid: add stdarg.h to blkidP.h
   * build-sys: fix libuuid and libblkid version-info
   * docs: update AUTHORS file
   * libuuid: generate uuid_generate_{random,time}.3 man page links
   * docs: update v2.16 ReleaseNotes
   * build-sys: release++ (v2.16)
   * po: refresh POTFILES.in
   * po: merge changes
 .
   [Jeff Mahoney]
 .
   * raw: Use the RAW_SETBIND ioctl without stat'ing the raw# file
 .
   [Peter Jones]
 .
   * switch_root: use file descriptor instead of path for recursiveRemove()
   * switch_root: fork before cleaning up the filesystem.
   * switch_root: do recursiveRemove after our root is moved to avoid races.
 .
   [Kay Sievers]
 .
   * mount: allow loop suid umount.  suse: #461732
   * build-sys: reverse shlibs installation
 .
   [Daniel Drake]
 .
   * switch_root: add subroot support
 .
   [Chris Webb]
 .
   * fdisk: (and cfdisk) fix to be consistent about maximum heads
 .
   [Zdenek Behan]
 .
   * fdisk: add simple test for doslabel stuff
 .
   [Milan Broz]
 .
   * blkid: fix LVM1 probe
   * blkid: add device-mapper snapshot cow device probe
 .
   [Valerie Aurora]
 .
   * mount: when a remount to rw fails, quit and return an error
 .
   [Robert Förster]
 .
   * build-sys: fix typo from 30688dde55f637c9b984809c685b61378b82805f
 .
   [Tom Prince]
 .
   * cal: uClibc has langinfo.h but not _NL_TIME_WEEK_1STDAY.
 .
   [Tilman Schmidt]
 .
   * ldattach: add N_PPS support
 .
   [Mike Frysinger]
 .
   * lscpu: fix cpuid code on x86/PIC
   * losetup: handle symlinks in /dev/loop/
 .
   [Scott James Remnant]
 .
   * build libblkid binary packages
   * build libuuid binary packages
 .
   [Theodore Ts'o]
 .
   * libuuid: Make sure fd's 0, 1, and 2 are valid before exec'ing uuidd
   * uuidd: Avoid closing the server socket when calling create_daemon()
   * libuuid, uuidd: Avoid infinite loop while reading from the socket fd
   * libuuid: Don't run uuidd if it would fail due to permission problems
 .
   [localization folks]
 .
   * po: fix typo in French translation.  mandriva: #42783 (Olivier Blin)
   * po: update fi.po (from translationproject.org) (Lauri Nurmi)
   * po: update fr.po (from translationproject.org) (Nicolas Provost)
   * po: update vi.po (from translationproject.org) (Clytie Siddall)
   * po: update cs.po (from translationproject.org) (Petr Pisar)
Checksums-Sha1: 
 2bc1a1d0791bc23142a463c447a998dac95cb86f 1591 util-linux_2.16-1ubuntu1.dsc
 1da8aed8b7749c1f5642d3a02a5a98f048e4778b 4820912 util-linux_2.16.orig.tar.gz
 4ac298db075d05100df6623cb011da1e1ab2b123 185735 util-linux_2.16-1ubuntu1.diff.gz
Checksums-Sha256: 
 6ff4b6228f012c646509d4bdcd035294cd5844d851c10111f128542b8858e86c 1591 util-linux_2.16-1ubuntu1.dsc
 79579bc500d7e5193ca9d15370f12b16dcfcbe85d51d733cf2143635de7fee83 4820912 util-linux_2.16.orig.tar.gz
 d52066486a88625b08f28612e8caa95f4fd55f153378bc441c0b40270ac66a73 185735 util-linux_2.16-1ubuntu1.diff.gz
Files: 
 4978d8a17ba19c2a85a774d46d4e9675 1591 base required util-linux_2.16-1ubuntu1.dsc
 f6aba93a43b7736782d7aaa3718c45e3 4820912 base required util-linux_2.16.orig.tar.gz
 b25091ae3b548cbeaeffc83b201f34a8 185735 base required util-linux_2.16-1ubuntu1.diff.gz
Original-Maintainer: LaMont Jones <lamont at debian.org>

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

iEYEARECAAYFAkpfQi4ACgkQSnQiFMl4yK6gaACfXGm+4lYVSEENnzH4GnE3q8hc
ps8AniHrIBVlf1RL87khhuHR6BRbqKuM
=B+W9
-----END PGP SIGNATURE-----


More information about the Karmic-changes mailing list