[ubuntu/utopic-proposed] util-linux 2.25-8ubuntu1 (Accepted)

Martin Pitt martin.pitt at ubuntu.com
Tue Aug 19 05:22:16 UTC 2014


util-linux (2.25-8ubuntu1) utopic; urgency=medium

  * Merge with Debian experimental.
    - This is now a non-ancient version. (LP: #1012081)
    - No longer uses /etc/blkid.tab by default, but a file in /run/.
      (LP: #1244595)
    - mkswap wipes fs signatures (LP: #1047666)
    - Fix "reatime" manpage typo (LP: #1047666)
    - wipefs properly cleans up fs signatures (LP: #1059872)
    Remaining Ubuntu changes:
    - Regularly trim SSDs automatically (core-1311-ssd-trimming):
      + Add debian/fstrim-all: Script to detect which mounted partitions
        need/support trimming, and call fstrim(8) on all of them.
        Install into /usr/sbin/.
      + Add debian/fstrim-all.8: Manpage for the above.
      + Add debian/fstrim-all.cron: Trivial shell script to call fstrim-all,
        so that admins can easily adjust/disable it. Installed as
        /etc/cron.weekly/fstrim.
    - Upstart support:
      + Add hwclock{-save}.upstart, and install them in debian/rules.
      + Drop initscripts dependency.
      + Drop debian/hwclock.rules and hwclock.default.
    - Add mountall-options.patch, see patch header.
    - uuid-runtime.postinst: Due to the way the uuidd account is created, it
      will get a uid/gid allocation for userns use. This isn't needed and is a
      waste of uid/gid so always clear uuidd from subuid/subgid.
  * Drop /lib/init/fstab parsing fallback in mount. Patch does not apply at
    all any more, is specific to mountall (and thus should not be relied
    upon), and not very useful; all init systems, schroot, debootstrap etc.
    mount /sys, /proc/ and friends by themselves already.

util-linux (2.25-8) experimental; urgency=medium

  * Only install linux32/64 manpages on linux-any
  * Fix uuid-runtime.postinst to skip rmdir when not needed (Closes: #757432)
  * fdisk-udeb: use dh-exec to skip sfdisk install on sparc

util-linux (2.25-7) experimental; urgency=medium

  * Mangle installed files on sparc (sfdisk)
  * Fix sparc install mangling
  * Use --disable-mountpoint instead of rm
  * Use dh-exec (>= 0.13)
  * Install mips,ppc,s390 setarch symlinks and manpages

util-linux (2.25-6) experimental; urgency=medium

  The "Jonno was here" release.

  [ Jon Severinsson ]
  * Drop changelog file from the ancient mount source package.

  [ Andreas Henriksson ]
  * util-linux: Drop all (obsolete) Replaces/Conflicts

  [ Jon Severinsson ]
  * Add Replaces/Breaks bash-completion (<< 1:2.1-3).
  * Multiple cleanups in debian/control.
  * Minor cleanup of debian/rules.
  * Use filter, not findstring, for arch matching
  * Simplify linux-only install file handling
  * Use debian/*-udeb.install files for udeb packages.
  * Fix util-linux lintian override.

  [ Andreas Henriksson ]
  * Minor uuid-runtime.postinst cleanup
  * Add d/p/cfdisk-reenable-cursor-when-quitting.patch (Closes: #755991)

util-linux (2.25-5) experimental; urgency=medium

  The "big maintainer-script cleanup" release

  * Drop debian/uuid-runtime.prerm (and related lintian override)
    - dh_installinit will automatically start and stop services as needed.
  * Drop debian/libuuid1.postinst (user/group addition)
  * uuid-runtime: improved user/group handling (Closes: #734544)
    - pre-depend on new libuuid1 to make sure no old user handling is present
    - add code to rename existing libuuid user/group to uuidd
      and set nologin shell and new home directory.
    - switch to adduser instead of opencoding it since uuid-runtime
      is Priority: optional (as opposed to libuuid1 which is required)
      and adduser --system should just do the right thing.
    - change user/group addition to add uuidd instead of libuuid.
    - stop making uuidd setuid, not needed and we don't want anyone to
      be able to kill the daemon (via uuidd -k) for example.
  * Drop d/p/Use-libuuid-user-group-in-sysvinit-script-systemd-un.patch
  * util-linux: drop obsolete hwclock handling from maint-scripts
  * util-linux: drop obsolete update-mime calls
  * util-linux: drop obsolete 2.17 upgrade warning
  * util-linux: drop obsolete /etc/default/rcS -> /etc/adjtime migration
  * Reindent/cleanup all maintainer scripts
  * Drop outdated debian/README.Debian.hwclock (Closes: #263116)
  * Drop unused debian/rejected-upstream
  * Drop outdated debian/uuid-dev.README.Debian
  * Drop diffutils build-dependency
  * Drop debian/*.dirs
  * Attempt to avoid dumb term problem in "more: regexp" test

util-linux (2.25-4) experimental; urgency=medium

  * Minor improvements to verbose-tests.patch
  * Drop renice bash completion for now (Closes: #756132)
  * Include dpkg-dev's pkg-info.mk to get package version
  * Stop creating unused /etc/fstab.d directory (Closes: #666163)
  * Use proper getty [hurd-any] for Conflicts/Replaces
  * Add patches cherry-picked from upstream git master
    - debian/patches/tests-allow-non-inotify-tailf-to-keep-up.patch
      fixes failing testcase on hurd/kfreebsd.
    - debian/patches/fdisk-fix-l-device.patch (Closes: #756177)
      fixes regression in fdisk listing partition.

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

  * Don't ship dmesg bash-completions for now (Closes: #755982)
  * Add verbose-tests.patch to get more info from tests
  * Make testsuite non-fatal for now (Closes: #755987)

util-linux (2.25-2) experimental; urgency=medium

  [ Andreas Henriksson ]
  * Add runuser pam configuration from Fedora
  * Install bash-completion for selected utilities
  * Prevent dh_installman from messing up rename.ul manpage (Closes: #755926)
  * Drop misplaced Multi-Arch property on libblkid1-udeb

  [ Aurelien Jarno ]
  * Set system time directly from hw clock in udev rule (Closes: #751238)

  [ Mike ]
  * Don't require nfs-common on NFS-rooted system (Closes: #605439)

  [ Benda Xu ]
  * Fine-tune hwclock.sh init script LSB dependencies (Closes: #736400)

  [ Andreas Henriksson ]
  * Keep mandatory Required-Stop LSB header in hwclock.sh init script
  * Revert "Disable tests for now"
  * Fix binary-arch only builds (Closes: #755972)

util-linux (2.25-1) experimental; urgency=medium

  * Imported Upstream version 2.25
  * Rebase patch queue on top of new upstream release
    + Drop debian/patches for unused and removed mount-deprecated
      - tries-to-umount-proc-when-told-to-umount-some-dir-pr.patch
      - mount-segfault-when-creating-mtab-and-cannot-determi.patch
    + Update cfdisk.8 patch to modify new manpage file.
    + Remaining changes are all trivial refreshes.
  * Update debian/README.source instructions
  * Fix PPC fdisk/ddisk rename in debian/rules
  * Stop installing cytune which is no longer available
  * Use new consolidated systemd configure option
  * Add util-linux.NEWS entry
  * Explicitly configure without python for now
  * Only install i386 and x86_64 binaries on selected architectures
  * Add new libsmartcols packages
  * Update libblkid and libmount symbols/shlibs
  * Drop unused and uninstallable libmount1-udeb (Closes: #723168)
  * Update debian/copyright for upstream v2.25
  * util-linux: Install new terminal-colors.d(5) manpage
  * Explicitly disable unused utilities
  * Use correct configure options on non-linux
  * Add debian/patches/kFreeBSD-add-hacks-in-ipcrm-to-avoid-FTBFS.patch
    - fixes build failure in ipcrm on kFreeBSD
  * Skip installing a whole bunch of utils on non-linux
  * Add WARNING about missing fsck on non-linux to util-linux.NEWS

util-linux (2.24.2-1) experimental; urgency=low

  [ LaMont Jones ]
  * new branch, with separated patches.

  [ Andreas Henriksson ]
  * New upstream release (Closes: #678446).
  * Rebase patches/v2.20.1 branch (commit ad744ecf) on upstream v2.24.2 tag
    - drop patches for issues that has been fixed upstream:
      [8f1c9b31] "Fix cve-2013-0157: mount discloses information about ..."
      [f08936ba] "sfdisk: fix calculation due to type mismatch (ix86)"
      [3f051232] "Fix typo in misc-utils/blkid.c"
      [b9b0ed84] "drop my_dev_t.h, based on 88d52b16ce4df..."
      (Squashed into man-page-tweaks-cleanup-my_dev_t.h-ancient-stuff.patch)
      [9ecca8da] "sparc-utils 'sparc64' binary sets ADDR_LIMIT_32BIT. ..."
      [b153d64e] "Fix typo in unshare manpage."
      [01cfac31] "agetty: don't use log_err() for non-fatal errors"
    - drop translation updates conflicting with upstream translation updates:
      [83bc98c2] "Translation updates, various bugs."
    - drop patch for feature deprecated upstream:
      [23c9f34b] "hash passphrases - debian compatibility"
      (losetup encryption support dropped, use cryptsetup.)
  * debian/source/format: switch to 3.0 (quilt)
  * gbp-pq export patches in quilt format from rebased branch
  * debian/watch: fix it - use http and xz extension
  * debian/control: use source:Upstream-Version instead of reinventing it
  * Switch to dh7 rules and use dh-autoreconf
  * bsdutils: don't try to install removed files
  * Bump debhelper compat to 9
  * Update libblkid1 and libmount1 with added symbols
  * Documentation files has been moved/renamed
    - also ship all release notes (Closes: #656228)
  * util-linux-locales: use wildcard to catch all locales
  * Upstream no longer ships ddate
  * Drop obsolete --enable-rdev configure switch
  * Run wrap-and-sort
  * Add systemd [linux-any] build dependency
    - gets rid of an ugly configure warning
  * Bump Standards-Version to 3.9.5
  * Incorporate NMU changelogs for 2.20.1-5.[678]
    - Their actual changes are all obsoleted by upstream changes.
  * Install upstream fstab example in mount docs dir
  * Install debian fstab example in mount again under new name
  * Add debian/util-linux.NEWS documenting major changes
  * Install manpages in util-linux package
  * Use dh_installinit to install hwclock init.d and default files
  * Install getopt-parse bash and tcsh examples in util-linux docs dir
  * Let dh_installmime install util-linux mime config
  * Let dh_installdirs create /etc/fstab.d/
  * Split up old debian/rules hacks further
  * lintian said mount needed ${misc:Depends} dependency
  * Add mount/losetup encryption NEWS and recommend cryptsetup
  * debian/watch: use https url
  * debian/copyright: update and make machine readable (DEP-5)
    (Closes: #651676)
  * Add debian/gbp.conf
  * Add myself to uploaders, with Adam Conrads blessing.
  * Point Vcs-* fields to new collab-maint repository (Closes: #696005)
  * debian/gbp.conf: gbp-pq --no-patch-numbers
  * Drop Homepage field (Closes: #657757)
  * Bump shlibs to latest API according to symbols (Closes: #588183)
  * Fix hwclock.sh to add a final newline in /etc/adjtime (Closes: #699554)
  * Stop installing extra license files
  * debian/copyright: Add missing License paragraphs
  * debian/gbp.conf: Enable pristine-tar
  * Imported Upstream version 2.24.2
  * Add debian/README.source
  * Improve package descriptions (Closes: #631860)

  [ Justin B Rye ]
  * Improve bsdutils package description (Closes: #532715)

  [ Bjarni Ingi Gislason ]
  * Use simple (ascii) punctuation marks in debian/changelog
    - replaces fancy utf-8 characters in 2.20.1-1.1 and 2.17.2-3.1
    (Closes: #745681)

  [ Andreas Henriksson ]
  * Use ${misc:Pre-Depends} instead of hardcoding multiarch-support
  * Fix dh_makeshlibs to add udebs in generated shlibs
  * Multi-arch -dev packages (Closes: #731308)
  * Add missing Multi-Arch line to libmount1 package (Closes: #696004)
  * Put util-linux-locales in section localization

  [ Martin Pitt ]
  * Fix check for systemd in hwclock-set udev script (Closes: #703597)

  [ Andreas Henriksson ]
  * Fix mismerge in remaining-kFreeBSD-hackery-for-building.patch
  * Remove /usr/doc/libblkid-dev symlink in postinst/prerm (Closes: #622742)
  * Add patch to use "libuuid" user/group instead of "uuidd"
  * Install uuidd sysvinit script and systemd units (Closes: #719759)
  * Explicitly configure with socket activation enabled
  * Ship new utilities
    chcpu, blkdiscard, wdctl, resizepart, lslocks, nsenter, prlimit, utmpdump
  * Build-depend on libpam0g-dev and ship runuser utility
  * Ship mkfs.cramfs and fsck.cramfs manpages
  * Drop obsolete configure switch enable-libmount-mount
  * Override localstatedir to /run instead of /var
  * Ship runuser manpage

  [ Paulo Flabiano Smorigo ]
  * Add ppc64el to archs where fdisk is renamed ddisk (Closes: #748365)

  [ Andreas Henriksson ]
  * Attempt to reinstate cross-building support
  * Disable tests for now
    - Requires network access and prints scary warnings
  * Fix Multiarch-support-in-util-linux-build.patch
    - Make sure @libexecdir@ gets expanded in pkg-config files

util-linux (2.20.1-5.8) unstable; urgency=medium

  * Non-maintainer upload.

  [Martin Pitt]
  * misc-utils/wipefs.c: In --all mode, wipe several times until no further
    signatures are found. This is required for file systems like VFAT which
    can be detected in multiple different ways. This is fixed properly in 2.21
    (see LP #1012081), but does not backport well, so use this local hack for
    now. (LP: #1046665, Closes: #695473)

util-linux (2.20.1-5.7) unstable; urgency=low

  * Non-maintainer upload.
  * Add arm64/aarch64 support (closes: #689607)

util-linux (2.20.1-5.6) unstable; urgency=medium

  * Non-maintainer upload.
  * Fix m4 looping in configure.ac's _UTIL_CHECK_SYSCALL.
    m4_shiftn(2, sequence of two elements) infloops. (Closes: #724255)
  * mount should not strip MS_REC for --make-r* options. (Closes: #731574)

util-linux (2.20.1-5.5) unstable; urgency=medium

  * Non-maintainer upload by the Security Team.
  * Fix cve-2013-0157: mount discloses information about the existence of
    folders (closes: #697464)

util-linux (2.20.1-5.4) unstable; urgency=low

  * Non-maintainer upload.
  * Rebuild against new eglibc; no source changes.  libblkid.a uses the
    symbol __secure_getenv which is no longer present (it provides
    secure_getenv).  Closes: #707996

util-linux (2.20.1-5.3) unstable; urgency=low

  * Non-maintainer upload.
  * Ship the /var/lib/libuuid/ directory in the package instead of creating it
    in postinst. Closes: #694898

util-linux (2.20.1-5.2) unstable; urgency=low

  * Non-maintainer upload.
  * Drop the /etc/default/rcS update from postinst. (Closes: #676454)

  [ Translation update ]
  * French, David Prévot. Closes: #684225, #270584
  * Vietnamese, Trần Ngọc Quân.
  * Dutch, Benno Schulenberg.
  * Polish, Michał Kułach. Closes: #685785

Date: Mon, 18 Aug 2014 15:43:56 +0200
Changed-By: Martin Pitt <martin.pitt at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/utopic/+source/util-linux/2.25-8ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 18 Aug 2014 15:43:56 +0200
Source: util-linux
Binary: util-linux util-linux-locales mount bsdutils fdisk-udeb cfdisk-udeb libblkid1 libblkid1-udeb libblkid-dev libmount1 libmount-dev libsmartcols1 libsmartcols1-udeb libsmartcols-dev libuuid1 uuid-runtime libuuid1-udeb uuid-dev util-linux-udeb
Architecture: source
Version: 2.25-8ubuntu1
Distribution: utopic
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Martin Pitt <martin.pitt 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 - stripped down block device id library, for debian-installer (udeb)
 libmount-dev - device mounting library - headers and static libraries
 libmount1  - device mounting library
 libsmartcols-dev - smart column output alignment library - headers and static librar
 libsmartcols1 - smart column output alignment library
 libsmartcols1-udeb - stripped down smart column output aligment library, for debian-in (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 - stripped down miscellaneous system utilities, for debian-installe (udeb)
 uuid-dev   - universally unique id library - headers and static libraries
 uuid-runtime - runtime components for the Universally Unique ID library
Closes: 263116 270584 532715 588183 605439 622742 631860 651676 656228 657757 666163 676454 678446 684225 685785 689607 694898 695473 696004 696005 697464 699554 703597 707996 719759 723168 724255 731308 731574 734544 736400 745681 748365 751238 755926 755972 755982 755987 755991 756132 756177 757432
Launchpad-Bugs-Fixed: 1012081 1046665 1047666 1059872 1244595
Changes:
 util-linux (2.25-8ubuntu1) utopic; urgency=medium
 .
   * Merge with Debian experimental.
     - This is now a non-ancient version. (LP: #1012081)
     - No longer uses /etc/blkid.tab by default, but a file in /run/.
       (LP: #1244595)
     - mkswap wipes fs signatures (LP: #1047666)
     - Fix "reatime" manpage typo (LP: #1047666)
     - wipefs properly cleans up fs signatures (LP: #1059872)
     Remaining Ubuntu changes:
     - Regularly trim SSDs automatically (core-1311-ssd-trimming):
       + Add debian/fstrim-all: Script to detect which mounted partitions
         need/support trimming, and call fstrim(8) on all of them.
         Install into /usr/sbin/.
       + Add debian/fstrim-all.8: Manpage for the above.
       + Add debian/fstrim-all.cron: Trivial shell script to call fstrim-all,
         so that admins can easily adjust/disable it. Installed as
         /etc/cron.weekly/fstrim.
     - Upstart support:
       + Add hwclock{-save}.upstart, and install them in debian/rules.
       + Drop initscripts dependency.
       + Drop debian/hwclock.rules and hwclock.default.
     - Add mountall-options.patch, see patch header.
     - uuid-runtime.postinst: Due to the way the uuidd account is created, it
       will get a uid/gid allocation for userns use. This isn't needed and is a
       waste of uid/gid so always clear uuidd from subuid/subgid.
   * Drop /lib/init/fstab parsing fallback in mount. Patch does not apply at
     all any more, is specific to mountall (and thus should not be relied
     upon), and not very useful; all init systems, schroot, debootstrap etc.
     mount /sys, /proc/ and friends by themselves already.
 .
 util-linux (2.25-8) experimental; urgency=medium
 .
   * Only install linux32/64 manpages on linux-any
   * Fix uuid-runtime.postinst to skip rmdir when not needed (Closes: #757432)
   * fdisk-udeb: use dh-exec to skip sfdisk install on sparc
 .
 util-linux (2.25-7) experimental; urgency=medium
 .
   * Mangle installed files on sparc (sfdisk)
   * Fix sparc install mangling
   * Use --disable-mountpoint instead of rm
   * Use dh-exec (>= 0.13)
   * Install mips,ppc,s390 setarch symlinks and manpages
 .
 util-linux (2.25-6) experimental; urgency=medium
 .
   The "Jonno was here" release.
 .
   [ Jon Severinsson ]
   * Drop changelog file from the ancient mount source package.
 .
   [ Andreas Henriksson ]
   * util-linux: Drop all (obsolete) Replaces/Conflicts
 .
   [ Jon Severinsson ]
   * Add Replaces/Breaks bash-completion (<< 1:2.1-3).
   * Multiple cleanups in debian/control.
   * Minor cleanup of debian/rules.
   * Use filter, not findstring, for arch matching
   * Simplify linux-only install file handling
   * Use debian/*-udeb.install files for udeb packages.
   * Fix util-linux lintian override.
 .
   [ Andreas Henriksson ]
   * Minor uuid-runtime.postinst cleanup
   * Add d/p/cfdisk-reenable-cursor-when-quitting.patch (Closes: #755991)
 .
 util-linux (2.25-5) experimental; urgency=medium
 .
   The "big maintainer-script cleanup" release
 .
   * Drop debian/uuid-runtime.prerm (and related lintian override)
     - dh_installinit will automatically start and stop services as needed.
   * Drop debian/libuuid1.postinst (user/group addition)
   * uuid-runtime: improved user/group handling (Closes: #734544)
     - pre-depend on new libuuid1 to make sure no old user handling is present
     - add code to rename existing libuuid user/group to uuidd
       and set nologin shell and new home directory.
     - switch to adduser instead of opencoding it since uuid-runtime
       is Priority: optional (as opposed to libuuid1 which is required)
       and adduser --system should just do the right thing.
     - change user/group addition to add uuidd instead of libuuid.
     - stop making uuidd setuid, not needed and we don't want anyone to
       be able to kill the daemon (via uuidd -k) for example.
   * Drop d/p/Use-libuuid-user-group-in-sysvinit-script-systemd-un.patch
   * util-linux: drop obsolete hwclock handling from maint-scripts
   * util-linux: drop obsolete update-mime calls
   * util-linux: drop obsolete 2.17 upgrade warning
   * util-linux: drop obsolete /etc/default/rcS -> /etc/adjtime migration
   * Reindent/cleanup all maintainer scripts
   * Drop outdated debian/README.Debian.hwclock (Closes: #263116)
   * Drop unused debian/rejected-upstream
   * Drop outdated debian/uuid-dev.README.Debian
   * Drop diffutils build-dependency
   * Drop debian/*.dirs
   * Attempt to avoid dumb term problem in "more: regexp" test
 .
 util-linux (2.25-4) experimental; urgency=medium
 .
   * Minor improvements to verbose-tests.patch
   * Drop renice bash completion for now (Closes: #756132)
   * Include dpkg-dev's pkg-info.mk to get package version
   * Stop creating unused /etc/fstab.d directory (Closes: #666163)
   * Use proper getty [hurd-any] for Conflicts/Replaces
   * Add patches cherry-picked from upstream git master
     - debian/patches/tests-allow-non-inotify-tailf-to-keep-up.patch
       fixes failing testcase on hurd/kfreebsd.
     - debian/patches/fdisk-fix-l-device.patch (Closes: #756177)
       fixes regression in fdisk listing partition.
 .
 util-linux (2.25-3) experimental; urgency=medium
 .
   * Don't ship dmesg bash-completions for now (Closes: #755982)
   * Add verbose-tests.patch to get more info from tests
   * Make testsuite non-fatal for now (Closes: #755987)
 .
 util-linux (2.25-2) experimental; urgency=medium
 .
   [ Andreas Henriksson ]
   * Add runuser pam configuration from Fedora
   * Install bash-completion for selected utilities
   * Prevent dh_installman from messing up rename.ul manpage (Closes: #755926)
   * Drop misplaced Multi-Arch property on libblkid1-udeb
 .
   [ Aurelien Jarno ]
   * Set system time directly from hw clock in udev rule (Closes: #751238)
 .
   [ Mike ]
   * Don't require nfs-common on NFS-rooted system (Closes: #605439)
 .
   [ Benda Xu ]
   * Fine-tune hwclock.sh init script LSB dependencies (Closes: #736400)
 .
   [ Andreas Henriksson ]
   * Keep mandatory Required-Stop LSB header in hwclock.sh init script
   * Revert "Disable tests for now"
   * Fix binary-arch only builds (Closes: #755972)
 .
 util-linux (2.25-1) experimental; urgency=medium
 .
   * Imported Upstream version 2.25
   * Rebase patch queue on top of new upstream release
     + Drop debian/patches for unused and removed mount-deprecated
       - tries-to-umount-proc-when-told-to-umount-some-dir-pr.patch
       - mount-segfault-when-creating-mtab-and-cannot-determi.patch
     + Update cfdisk.8 patch to modify new manpage file.
     + Remaining changes are all trivial refreshes.
   * Update debian/README.source instructions
   * Fix PPC fdisk/ddisk rename in debian/rules
   * Stop installing cytune which is no longer available
   * Use new consolidated systemd configure option
   * Add util-linux.NEWS entry
   * Explicitly configure without python for now
   * Only install i386 and x86_64 binaries on selected architectures
   * Add new libsmartcols packages
   * Update libblkid and libmount symbols/shlibs
   * Drop unused and uninstallable libmount1-udeb (Closes: #723168)
   * Update debian/copyright for upstream v2.25
   * util-linux: Install new terminal-colors.d(5) manpage
   * Explicitly disable unused utilities
   * Use correct configure options on non-linux
   * Add debian/patches/kFreeBSD-add-hacks-in-ipcrm-to-avoid-FTBFS.patch
     - fixes build failure in ipcrm on kFreeBSD
   * Skip installing a whole bunch of utils on non-linux
   * Add WARNING about missing fsck on non-linux to util-linux.NEWS
 .
 util-linux (2.24.2-1) experimental; urgency=low
 .
   [ LaMont Jones ]
   * new branch, with separated patches.
 .
   [ Andreas Henriksson ]
   * New upstream release (Closes: #678446).
   * Rebase patches/v2.20.1 branch (commit ad744ecf) on upstream v2.24.2 tag
     - drop patches for issues that has been fixed upstream:
       [8f1c9b31] "Fix cve-2013-0157: mount discloses information about ..."
       [f08936ba] "sfdisk: fix calculation due to type mismatch (ix86)"
       [3f051232] "Fix typo in misc-utils/blkid.c"
       [b9b0ed84] "drop my_dev_t.h, based on 88d52b16ce4df..."
       (Squashed into man-page-tweaks-cleanup-my_dev_t.h-ancient-stuff.patch)
       [9ecca8da] "sparc-utils 'sparc64' binary sets ADDR_LIMIT_32BIT. ..."
       [b153d64e] "Fix typo in unshare manpage."
       [01cfac31] "agetty: don't use log_err() for non-fatal errors"
     - drop translation updates conflicting with upstream translation updates:
       [83bc98c2] "Translation updates, various bugs."
     - drop patch for feature deprecated upstream:
       [23c9f34b] "hash passphrases - debian compatibility"
       (losetup encryption support dropped, use cryptsetup.)
   * debian/source/format: switch to 3.0 (quilt)
   * gbp-pq export patches in quilt format from rebased branch
   * debian/watch: fix it - use http and xz extension
   * debian/control: use source:Upstream-Version instead of reinventing it
   * Switch to dh7 rules and use dh-autoreconf
   * bsdutils: don't try to install removed files
   * Bump debhelper compat to 9
   * Update libblkid1 and libmount1 with added symbols
   * Documentation files has been moved/renamed
     - also ship all release notes (Closes: #656228)
   * util-linux-locales: use wildcard to catch all locales
   * Upstream no longer ships ddate
   * Drop obsolete --enable-rdev configure switch
   * Run wrap-and-sort
   * Add systemd [linux-any] build dependency
     - gets rid of an ugly configure warning
   * Bump Standards-Version to 3.9.5
   * Incorporate NMU changelogs for 2.20.1-5.[678]
     - Their actual changes are all obsoleted by upstream changes.
   * Install upstream fstab example in mount docs dir
   * Install debian fstab example in mount again under new name
   * Add debian/util-linux.NEWS documenting major changes
   * Install manpages in util-linux package
   * Use dh_installinit to install hwclock init.d and default files
   * Install getopt-parse bash and tcsh examples in util-linux docs dir
   * Let dh_installmime install util-linux mime config
   * Let dh_installdirs create /etc/fstab.d/
   * Split up old debian/rules hacks further
   * lintian said mount needed ${misc:Depends} dependency
   * Add mount/losetup encryption NEWS and recommend cryptsetup
   * debian/watch: use https url
   * debian/copyright: update and make machine readable (DEP-5)
     (Closes: #651676)
   * Add debian/gbp.conf
   * Add myself to uploaders, with Adam Conrads blessing.
   * Point Vcs-* fields to new collab-maint repository (Closes: #696005)
   * debian/gbp.conf: gbp-pq --no-patch-numbers
   * Drop Homepage field (Closes: #657757)
   * Bump shlibs to latest API according to symbols (Closes: #588183)
   * Fix hwclock.sh to add a final newline in /etc/adjtime (Closes: #699554)
   * Stop installing extra license files
   * debian/copyright: Add missing License paragraphs
   * debian/gbp.conf: Enable pristine-tar
   * Imported Upstream version 2.24.2
   * Add debian/README.source
   * Improve package descriptions (Closes: #631860)
 .
   [ Justin B Rye ]
   * Improve bsdutils package description (Closes: #532715)
 .
   [ Bjarni Ingi Gislason ]
   * Use simple (ascii) punctuation marks in debian/changelog
     - replaces fancy utf-8 characters in 2.20.1-1.1 and 2.17.2-3.1
     (Closes: #745681)
 .
   [ Andreas Henriksson ]
   * Use ${misc:Pre-Depends} instead of hardcoding multiarch-support
   * Fix dh_makeshlibs to add udebs in generated shlibs
   * Multi-arch -dev packages (Closes: #731308)
   * Add missing Multi-Arch line to libmount1 package (Closes: #696004)
   * Put util-linux-locales in section localization
 .
   [ Martin Pitt ]
   * Fix check for systemd in hwclock-set udev script (Closes: #703597)
 .
   [ Andreas Henriksson ]
   * Fix mismerge in remaining-kFreeBSD-hackery-for-building.patch
   * Remove /usr/doc/libblkid-dev symlink in postinst/prerm (Closes: #622742)
   * Add patch to use "libuuid" user/group instead of "uuidd"
   * Install uuidd sysvinit script and systemd units (Closes: #719759)
   * Explicitly configure with socket activation enabled
   * Ship new utilities
     chcpu, blkdiscard, wdctl, resizepart, lslocks, nsenter, prlimit, utmpdump
   * Build-depend on libpam0g-dev and ship runuser utility
   * Ship mkfs.cramfs and fsck.cramfs manpages
   * Drop obsolete configure switch enable-libmount-mount
   * Override localstatedir to /run instead of /var
   * Ship runuser manpage
 .
   [ Paulo Flabiano Smorigo ]
   * Add ppc64el to archs where fdisk is renamed ddisk (Closes: #748365)
 .
   [ Andreas Henriksson ]
   * Attempt to reinstate cross-building support
   * Disable tests for now
     - Requires network access and prints scary warnings
   * Fix Multiarch-support-in-util-linux-build.patch
     - Make sure @libexecdir@ gets expanded in pkg-config files
 .
 util-linux (2.20.1-5.8) unstable; urgency=medium
 .
   * Non-maintainer upload.
 .
   [Martin Pitt]
   * misc-utils/wipefs.c: In --all mode, wipe several times until no further
     signatures are found. This is required for file systems like VFAT which
     can be detected in multiple different ways. This is fixed properly in 2.21
     (see LP #1012081), but does not backport well, so use this local hack for
     now. (LP: #1046665, Closes: #695473)
 .
 util-linux (2.20.1-5.7) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Add arm64/aarch64 support (closes: #689607)
 .
 util-linux (2.20.1-5.6) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix m4 looping in configure.ac's _UTIL_CHECK_SYSCALL.
     m4_shiftn(2, sequence of two elements) infloops. (Closes: #724255)
   * mount should not strip MS_REC for --make-r* options. (Closes: #731574)
 .
 util-linux (2.20.1-5.5) unstable; urgency=medium
 .
   * Non-maintainer upload by the Security Team.
   * Fix cve-2013-0157: mount discloses information about the existence of
     folders (closes: #697464)
 .
 util-linux (2.20.1-5.4) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Rebuild against new eglibc; no source changes.  libblkid.a uses the
     symbol __secure_getenv which is no longer present (it provides
     secure_getenv).  Closes: #707996
 .
 util-linux (2.20.1-5.3) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Ship the /var/lib/libuuid/ directory in the package instead of creating it
     in postinst. Closes: #694898
 .
 util-linux (2.20.1-5.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Drop the /etc/default/rcS update from postinst. (Closes: #676454)
 .
   [ Translation update ]
   * French, David Prévot. Closes: #684225, #270584
   * Vietnamese, Trần Ngọc Quân.
   * Dutch, Benno Schulenberg.
   * Polish, Michał Kułach. Closes: #685785
Checksums-Sha1:
 a014a99bda772d6689dfe65a284275c965615483 3581 util-linux_2.25-8ubuntu1.dsc
 7cbf96b83dfc40b9bd38254229257b392c6b6910 3681308 util-linux_2.25.orig.tar.xz
 7868ef141fcab12af319ea7f17bd7c409fc9d8ed 77680 util-linux_2.25-8ubuntu1.debian.tar.xz
Checksums-Sha256:
 106fc6a36cd90e017b172d957d67c3fd092d8747c58b0a9a0fbe7f9ba68f3d70 3581 util-linux_2.25-8ubuntu1.dsc
 47ba5a8bd8cdd55262699078a5612a95db17966c7f20c43e3fe492c90ce7980a 3681308 util-linux_2.25.orig.tar.xz
 e9edeea4717d5bdf70e252a618f7665b081e3359e15b72675b2ced6a1022ba51 77680 util-linux_2.25-8ubuntu1.debian.tar.xz
Files:
 e32f78df5b754bab78de5058305273ce 3581 base required util-linux_2.25-8ubuntu1.dsc
 4c78fdef4cb882caafad61e33cafbc14 3681308 base required util-linux_2.25.orig.tar.xz
 db77449b14eda5e8af57a6d86812cdf7 77680 base required util-linux_2.25-8ubuntu1.debian.tar.xz
Original-Maintainer: Debian util-linux Maintainers <ah-util-linux at debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJT8t3tAAoJENFO8V2v4RNHU3YP/1NMlbSH4bp/iKx38yV+ngeQ
s9sVW23u2Q8xUv0MK2hJvo7LPBKhTq1xR8i3+U3GnMUC7y73QnwiPwYlCjJPbXfD
0xfTGO+wWGL5y6sqZI/B0nvLcL3uKIxyG1xd4ETsqOWWiCpELXpc9PmXdzHdY0ND
37xFr+Bml6BXDnCsJ21DYykuEx+1Ndj7ri7yGNG6PxcQu8POMWosKmS6pW47z301
sLixTmaZjpaNjIlCRrVjY37rvnHimCgkjjAvy0APlOxaXbFZYNcLULGjqKiIiHVK
clsroWISHkmL+IiQwytjb2iOvVgl6EYhFzqLp1CxoK5f3JSEcKxIi/EwtkIj4ih0
iLwFJ37XVjzFUx5y2tvfMUyfxAbNvRmHgUa7CrlkOr4ABb+mI/euXx3lPa7JzXij
Ydn1wqkHMW230pVdQfhvqx1A4UeIoW9NBMCWGDrGHYjxIvgrHIG4RZjuUR3MHoql
I7bK1ymWaINdfD/wYjr419+goX8dmaly/m9JVYE0dg8aqfh+gSnMwuJ/DM14unJ6
MB2x1sD/LcK7aJKNwQv76CA/rlLt9ed2cJ5mi9nL3PxVyhSKvJGTJQprfrnx6ojE
VGMvrHixAOKhX9GNKuejqU44qia39QxRfeopIjFipQg63D/lCV8fNyqcnJDOOkrT
X2PHKf6wQ9og+TIlrwph
=kXtT
-----END PGP SIGNATURE-----


More information about the Utopic-changes mailing list