util-linux 2.16-1ubuntu1 source package in Ubuntu
Changelog
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) -- Scott James Remnant <email address hidden> Thu, 16 Jul 2009 15:48:23 +0100
Upload details
- Uploaded by:
- Scott James Remnant (Canonical)
- Uploaded to:
- Karmic
- Original maintainer:
- Ubuntu Development Team
- Architectures:
- any
- Section:
- utils
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
util-linux_2.16.orig.tar.gz | 4.6 MiB | 79579bc500d7e5193ca9d15370f12b16dcfcbe85d51d733cf2143635de7fee83 |
util-linux_2.16-1ubuntu1.diff.gz | 181.4 KiB | d52066486a88625b08f28612e8caa95f4fd55f153378bc441c0b40270ac66a73 |
util-linux_2.16-1ubuntu1.dsc | 1.6 KiB | 6ff4b6228f012c646509d4bdcd035294cd5844d851c10111f128542b8858e86c |
Available diffs
- diff from 2.15.1-1ubuntu1 to 2.16-1ubuntu1 (450.3 KiB)
Binary packages built by this source
- bsdutils: No summary available for bsdutils in ubuntu karmic.
No description available for bsdutils in ubuntu karmic.
- cfdisk-udeb: No summary available for cfdisk-udeb in ubuntu karmic.
No description available for cfdisk-udeb in ubuntu karmic.
- fdisk-udeb: No summary available for fdisk-udeb in ubuntu karmic.
No description available for fdisk-udeb in ubuntu karmic.
- libblkid-dev: No summary available for libblkid-dev in ubuntu karmic.
No description available for libblkid-dev in ubuntu karmic.
- libblkid1: No summary available for libblkid1 in ubuntu karmic.
No description available for libblkid1 in ubuntu karmic.
- libblkid1-udeb: No summary available for libblkid1-udeb in ubuntu karmic.
No description available for libblkid1-udeb in ubuntu karmic.
- libuuid1: No summary available for libuuid1 in ubuntu karmic.
No description available for libuuid1 in ubuntu karmic.
- libuuid1-udeb: No summary available for libuuid1-udeb in ubuntu karmic.
No description available for libuuid1-udeb in ubuntu karmic.
- mount: No summary available for mount in ubuntu karmic.
No description available for mount in ubuntu karmic.
- util-linux: No summary available for util-linux in ubuntu karmic.
No description available for util-linux in ubuntu karmic.
- util-linux-locales: No summary available for util-linux-locales in ubuntu karmic.
No description available for util-linux-locales in ubuntu karmic.
- util-linux-udeb: No summary available for util-linux-udeb in ubuntu karmic.
No description available for util-linux-udeb in ubuntu karmic.
- uuid-dev: No summary available for uuid-dev in ubuntu karmic.
No description available for uuid-dev in ubuntu karmic.
- uuid-runtime: No summary available for uuid-runtime in ubuntu karmic.
No description available for uuid-runtime in ubuntu karmic.