1
0
forked from pool/util-linux

Accepting request 504838 from home:sbrabec:branches:util-linux-2.30

Merge requests 502438 and 503441.

OBS-URL: https://build.opensuse.org/request/show/504838
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=343
This commit is contained in:
2017-06-19 16:44:47 +00:00
committed by Git OBS Bridge
parent b2cb9e6712
commit 339c0d8779
14 changed files with 353 additions and 165 deletions

View File

@@ -5,6 +5,47 @@ Sun Jun 11 12:12:44 UTC 2017 - lnussel@suse.de
which wants to use a different release number scheme (lp150.x which produces
lower numbers than the conflict).
-------------------------------------------------------------------
Thu Jun 8 21:21:12 UTC 2017 - sweet_f_a@gmx.de
- Update to version 2.30:
* Many changes and improvements, most notably:
* The libblkid library has been improved for hybrid CDROM/DVD
media.
* The deprecated command tailf has been removed. Use "tail -f"
from coreutils.
* blkzone -- NEW COMMAND to run zone commands on block devices
that support Zoned Block Commands (ZBC) or Zoned-device ATA
Commands (ZAC).
* fincore -- NEW COMMAND to count pages of file contents in
core (memory).
* lsmem -- NEW COMMAND to list the ranges of available memory
with their online status.
* The command fallocate -- supports an "insert range" operation
now.
* The command "column -t|--table" has been modified to use
libsmartcols. It now provides nearly all of that library's
functionality from the command line.
* Security issues:
* hwclock - no longer makes any internal permission checks. The
System Administrator must set proper permissions to control
user access to the RTC. It is NOT recommended to use SUID.
* CVE-2016-2779 - This security issue is NOT FIXED yet.
* More details at:
https://www.kernel.org/pub/linux/utils/util-linux/v2.30/v2.30-ReleaseNotes
- Drop upstreamed patch
arm64-lscpu-use-sysfs-for-table-access-if-available.patch
- Refreshed patch
util-linux-losetup-Add-support-for-setting-logical-blocksize.patch
- fix compiler warnings for mkzimage_cmdline
-------------------------------------------------------------------
Thu Jun 8 16:28:41 UTC 2017 - msuchanek@suse.com
- When when hypervisor_decode_sysfw fails continue with other
detection methods (bsc#1042991, bsc#1039360, bsc#1033718)
+ util-linux-lscpu-cleanup-DMI-detection-return-codes.patch
-------------------------------------------------------------------
Wed Apr 12 09:19:21 UTC 2017 - agraf@suse.com
@@ -185,13 +226,13 @@ Tue Nov 8 15:11:37 UTC 2016 - sweet_f_a@gmx.de
Wed Sep 7 12:43:31 UTC 2016 - sweet_f_a@gmx.de
- Update to version 2.28.2, bugfix release, see
ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.28/v2.28.2-ReleaseNotes
https://www.kernel.org/pub/linux/utils/util-linux/v2.30/v2.30-ReleaseNotes
-------------------------------------------------------------------
Thu Aug 11 13:24:34 UTC 2016 - sweet_f_a@gmx.de
- Update to version 2.28.1, bugfix release, see
ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.28/v2.28.1-ReleaseNotes
https://www.kernel.org/pub/linux/utils/util-linux/v2.28/v2.28.1-ReleaseNotes
- Remove util-linux-libblkid-wipe-offset.patch (upstream)
- use the new configure option --enable-libuuid-force-uuidd
instead of sed'ing configure.ac
@@ -300,7 +341,7 @@ Tue Dec 1 10:27:17 UTC 2015 - sweet_f_a@gmx.de
Wed Nov 11 15:46:46 UTC 2015 - sweet_f_a@gmx.de
- Update to version 2.27.1, bugfix release, see
ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.27/v2.27.1-ReleaseNotes
https://www.kernel.org/pub/linux/utils/util-linux/v2.27/v2.27.1-ReleaseNotes
(fixes bsc#950778, FATE#320552).
-------------------------------------------------------------------
@@ -1855,7 +1896,7 @@ Fri Jul 9 06:23:27 UTC 2010 - puzel@novell.com
- new commands: findmnt, fsfreeze, swaplabel
- blkid: new option "-i" to print I/O limits
- full release notes:
ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.18/v2.18-ReleaseNotes
https://www.kernel.org/pub/linux/utils/util-linux/v2.18/v2.18-ReleaseNotes
- update to adjtimex-1.28
- update to which-2.20
- drop util-linux-2.14.1-mount_skip_sync.patch (fixed upstream)