Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 472342 - =sys-apps/util-linux-2.23.1: version bump
Summary: =sys-apps/util-linux-2.23.1: version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Gentoo's Team for Core System packages
URL: https://www.kernel.org/pub/linux/util...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-04 21:48 UTC by Samuli Suominen (RETIRED)
Modified: 2013-06-11 20:58 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Samuli Suominen (RETIRED) gentoo-dev 2013-06-04 21:48:14 UTC
.1 is out

Util-linux 2.23.1 Release Notes
===============================

blkid:
   - fix typo in ID_FS_AMBIVALEN=  [Karel Zak]
build-sys:
   - add --disable-setterm  [Karel Zak]
   - always check for setns() and unshare() libs functions  [Karel Zak]
   - use -Wno-clobbered for some BSD crap  [Karel Zak]
chcpu:
   - clean up error messages  [Karel Zak]
lib/loopdev:
   - fix loopcxt_check_size() to work with blkdevs  [Karel Zak]
lib/tty:
   - don't hardcode terminal fd in get_terminal_name()  [Karel Zak]
   - fix get_terminal_name() usage, cleanup code  [Karel Zak]
libblkid:
   - add ReFS magic string  [Karel Zak]
   - fix blkid_parse_tag_string() to ignore incomplete tags  [Karel Zak]
libfdisk:
   - do not use va_list in the Ask API  [Karel Zak]
libmount:
   - don't ignore root fs on umount -a  [Karel Zak]
   - use MS_SILENT for /{proc,etc}/filesystems  [Karel Zak]
losetup:
   - use warn_size() for regular files only  [Karel Zak]
lsblk:
   - add SERIAL column  [Karel Zak]
po:
   - merge changes  [Karel Zak]
   - update nl.po (from translationproject.org)  [Benno Schulenberg]
   - update vi.po (from translationproject.org)  [Trần Ngọc Quân]
   - update zh_CN.po (from translationproject.org)  [Wylmer Wang]
sfdisk:
   - don't call BLKRRPART for non-block devices  [Karel Zak]
sulogin:
   - clean up error messages  [Karel Zak]
tests:
   - new warning fix  [Gilles Espinasse]

- standard SEE ALSO section of man pages  [Mike Frysinger]
Comment 1 Andreas Klauer 2013-06-10 12:10:35 UTC
If this fixes the losetup offset bug, that'd be nice.

( https://bugs.archlinux.org/task/35193 )

losetup of 2.23 somehow manages to either a) error out or b) remove all my loop devices when trying to use losetup -o 123

I reverted to util-linux 2.22.2 for the time being
Comment 2 Tony Vroon (RETIRED) gentoo-dev 2013-06-11 20:58:08 UTC
+*util-linux-2.23.1 (11 Jun 2013)
+
+  11 Jun 2013; Tony Vroon <chainsaw@gentoo.org> +util-linux-2.23.1.ebuild:
+  Version bump, as requested by Samuli Suominen in bug #472342. To confirm,
+  this has the commits to fix the losetup offset bug reported by Andreas
+  Klauer.