util-linux 2.17.2-3.3ubuntu1 source package in Ubuntu

Changelog

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

  * Merge with 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.
    - Use wildcards for symbols file, since they use versioned symbols
      properly.
    - 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).
    - Do not install initramfs hook, since our initramfs already handles
      including blkid.
    - 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.

util-linux (2.17.2-3.3) unstable; urgency=low

  * Non-maintainer upload.
  * Report correct disk size on GNU/kFreeBSD.  Thanks Tuco.
    (Closes: #592292)

util-linux (2.17.2-3.2) unstable; urgency=low

  * Non-maintainer upload.
  * Revert the switch from slang2 to ncurses5.  There is no udeb for ncurses,
    so that change broke cfdisk-udeb (closes: #593374, reopens: #581631).

util-linux (2.17.2-3.1) unstable; urgency=high

  * Non-maintainer upload.
  * Apply trivial patch by Adam D. Barratt (thanks!): Only attempt to link
    locale-specific files in to the cfdisk-udeb hierarchy if cfdisk-udeb
    is actually being built.  Closes: #581725
  * Set urgency to “high” since some packages are waiting for util-linux.

util-linux (2.17.2-3) unstable; urgency=low

  [LaMont Jones]

  * Switch from slang2 to ncurses5.  Closes: #581631
  * Merge remote branch 'origin/stable/v2.17' into stable/v2.17
  * Restore dropped dep on initscripts.  Closes: #581420

  [Sebastian Andrzej Siewior]

  * Add preliminary powerpcspe support.  Closes: #579844

util-linux (2.17.2-2) unstable; urgency=low

  * should build Depend: dpkg or install-info.  Closes: #581579
  * pretty up the removal of /usr/share/info/dir
  * Fix fallocate configure check.  Closes: #581358

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

  [Pascal Terjan]

  * libblkid: reset BLKID_TINY_DEV flag in blkid_probe_set_device

  [Yoshihiro Takahashi]

  * mount: posix option of vfat is obsolete

  [Jan Kara]

  * mount: update documentation about barrier mount options

  [Karel Zak]

  * sfdisk: confused about disk size
  * mount: fix typo in mount.8
  * fdisk: sleep-after-sync and fsync usage
  * lscpu: add {32,64}-bit CPU modes detection
  * tests: refresh lscpu tests
  * docs: update AUTHORS file
  * docs: update v2.17 ReleaseNotes
  * build-sys: release++ (v2.17)
  * fdisk: don't include scsi.h
  * libblkid: restrict RAID/FS proving for small devices (1.4MiB)
  * libblkid: read() optimization for small devices
  * tests: fix RAIDs tests
  * libblkid: call read() per FAT root dir entry
  * libblkid: set minimal size for jfs, reiser, swap and zfs
  * libblkid: read whole SB buffer (69kB) on large disks
  * libblkid: don't call read() per FAT dir-entry on large disks
  * libblkid: add minimal sizes for OCFS and GFS
  * tests: update FS test images
  * libblkid: rewrite blkid_probe_get_buffer()
  * blkid: probe for PT, don't probe for FS on small whole-disks
  * libblkid: add sanity checks for FAT to DOS PT parser
  * libblkid: don't probe for GPT and Unixware PT on floppies
  * login: don't link PAMed version with libcrypt
  * libblkid: more robust minix probing
  * blkid: add newline when only one value is printed
  * login: check that after tty reopen we still work with a terminal
  * fdisk: use optimal_io_size
  * fdisk: use "optimal I/O size" in warnings
  * wipefs: ignore devices with partition table
  * libblkid: don't return error on empty files
  * fdisk: don't check alignment_offset against geometry
  * fdisk: fix check_alignment()
  * fdisk: cleanup alignment, default to 1MiB offset
  * fdisk: fix default first sector
  * fdisk: cleanup warnings
  * tests: add fdisk alignment tests
  * tests: fix and update old fdisk tests
  * mount: warn users that mtab is read-only
  * cal: fix first day of the week calculation on BE systems
  * build-sys: remove duplicate #includes
  * blkid: fix #ifdef HAVE_TERMIO[S]_H
  * build-sys: add missing tests for libuuid and libblkid
  * mount: advise users to use "modprobe", not "insmod"
  * include: add min/max macros
  * fdisk: use more elegant way to count and check alignment
  * tests: update fdisk tests
  * fdisk: cleanup help, add -h option
  * fdisk: fallback for topology values
  * fdisk: fix ALIGN_UP
  * fdisk: add -c option (switch off DOS mode)
  * fdisk: use 1MiB offset and grain always when possible
  * tests: update fdisk tests
  * fdisk: don't use 1MiB grain on small devices
  * blkid: report open() errors in low-level probing
  * tests: update fdisk tests (add whitespaces)
  * docs: update AUTHORS file
  * docs: add v2.17.1 ReleaseNotes
  * build-sys: release++ (v2.17.1-rc1)
  * swapon: fix swapsize calculation
  * fdisk: swap VTOC values for warning messages
  * docs: update AUTHORS file
  * docs: update v2.17.1 ReleaseNotes
  * build-sys: release++ (v2.17.1)
  * docs: fix small typo in v2.17.1-ReleaseNotes
  * libblkid: support alignment_offset=-1
  * libblkid: more robust minix probing
  * libblkid: fix display of device size
  * swapon: remove " (deleted)" from filenames from /proc/swaps
  * libblkid: remove "0x" prefix from DRBD UUID
  * wipefs: cleanup usage() and man page
  * mount: more explicitly explain fstab usage in mount.8
  * lib: add #ifndef around min() max() macros
  * fdisk: fix -b <sectorsize>
  * docs: update AUTHORS file
  * docs: add v2.17.2 ReleaseNotes
  * build-sys: release++ (v2.17.2)
  * po: merge changes

  [Vladimir Brednikov]

  * namei: fix man page formatting

  [Francesco Cosoleto]

  * cfdisk: set '[Quit]' as default menu item on first run instead of
    '[Bootable]'.
  * cfdisk: set '[New]' as default item on menu for non allocated space
    instead of '[Help]'.

  [Andreas Dilger]

  * libblkid: fix ZSF detection

  [Bastian Friedrich]

  * libblkid: DRBD support for blkid

  [Matthias König]

  * libblkid: fix segfault in drdb

  [Bryn M. Reeves]

  * sfdisk: make sure writes make it to disk in write_partitions()

  [Linus Torvalds]

  * libblkid: disable read-ahead when probing device files

  [Pierre Hauweele]

  * ionice: fix typo

  [Mike Frysinger]

  * pg: command enters infinite loop
  * mount: properly ignore comments in /etc/filesystems

  [LaMont Jones]

  * new upstream
  * lintian cleanup
  * updated symbols file for libblkid1
  * drop use of install-info in postinst, uses triggers now
  * adjust mount.8 manpage to avoid man error

  [Henne Vogelsang]

  * lscpu: fix cpuid opcode detection

  [Yann Droneaud]

  * login: use fd instead of pathname for update tty's owner and permissions

  [Colin Watson]

  * libblkid: fix infinite loop when probe chain bails out early

  [localization folks]

  * po: update id.po (from translationproject.org) (Arif E. Nugroho)
  * po: update ja.po (from translationproject.org) (Makoto Kato)
  * po: update cs.po (from translationproject.org) (Petr Pisar)
  * po: update eu.po (from translationproject.org) (Mikel Olasagasti Uranga)
  * po: update eu.po (from translationproject.org) (Mikel Olasagasti)
  * po: update zh_CN.po (from translationproject.org) (Ray Wang)
  * po: update pl.po (from translationproject.org) (Jakub Bogusz)
  * po: update vi.po (from translationproject.org) (Clytie Siddall)
  * po: update fi.po (from translationproject.org) (Lauri Nurmi)
 -- Matthias Klose <email address hidden>   Thu, 18 Nov 2010 02:28:26 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Natty
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
utils
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
util-linux_2.17.2.orig.tar.gz 5.0 MiB 33100be35a3340ff62d900d415104a24c398420bcecc45b5347fa078257f904b
util-linux_2.17.2-3.3ubuntu1.diff.gz 185.5 KiB 6098318161051ebd701b69fbe64a08523d9819f9eeea464e693eb875a4e82415
util-linux_2.17.2-3.3ubuntu1.dsc 1.6 KiB d00c6d257b40d17e69392dcdda6759e4d9ba2aa778bf04112cabfc52e3777a52

View changes file

Binary packages built by this source

bsdutils: No summary available for bsdutils in ubuntu natty.

No description available for bsdutils in ubuntu natty.

cfdisk-udeb: No summary available for cfdisk-udeb in ubuntu natty.

No description available for cfdisk-udeb in ubuntu natty.

fdisk-udeb: No summary available for fdisk-udeb in ubuntu natty.

No description available for fdisk-udeb in ubuntu natty.

libblkid-dev: No summary available for libblkid-dev in ubuntu natty.

No description available for libblkid-dev in ubuntu natty.

libblkid1: No summary available for libblkid1 in ubuntu natty.

No description available for libblkid1 in ubuntu natty.

libblkid1-udeb: No summary available for libblkid1-udeb in ubuntu natty.

No description available for libblkid1-udeb in ubuntu natty.

libuuid1: No summary available for libuuid1 in ubuntu natty.

No description available for libuuid1 in ubuntu natty.

libuuid1-udeb: No summary available for libuuid1-udeb in ubuntu natty.

No description available for libuuid1-udeb in ubuntu natty.

mount: No summary available for mount in ubuntu natty.

No description available for mount in ubuntu natty.

util-linux: No summary available for util-linux in ubuntu natty.

No description available for util-linux in ubuntu natty.

util-linux-locales: No summary available for util-linux-locales in ubuntu natty.

No description available for util-linux-locales in ubuntu natty.

util-linux-udeb: No summary available for util-linux-udeb in ubuntu natty.

No description available for util-linux-udeb in ubuntu natty.

uuid-dev: No summary available for uuid-dev in ubuntu natty.

No description available for uuid-dev in ubuntu natty.

uuid-runtime: No summary available for uuid-runtime in ubuntu natty.

No description available for uuid-runtime in ubuntu natty.