Hello community,

here is the log from the commit of package coreutils for openSUSE:Factory 
checked in at 2017-09-13 21:33:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/coreutils (Old)
 and      /work/SRC/openSUSE:Factory/.coreutils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "coreutils"

Wed Sep 13 21:33:27 2017 rev:125 rq:521679 version:8.28

Changes:
--------
--- /work/SRC/openSUSE:Factory/coreutils/coreutils-testsuite.changes    
2017-08-21 11:31:33.736418785 +0200
+++ /work/SRC/openSUSE:Factory/.coreutils.new/coreutils-testsuite.changes       
2017-09-13 21:33:36.146611373 +0200
@@ -1,0 +2,18 @@
+Mon Sep  4 18:00:24 UTC 2017 - [email protected]
+
+- Update to 8.28
+  (for details see included NEWS file)
+- Refresh patches:
+  * coreutils-disable_tests.patch
+  * coreutils-i18n.patch
+  * coreutils-remove_hostname_documentation.patch
+  * coreutils-remove_kill_documentation.patch
+  * coreutils-skip-gnulib-test-tls.patch
+  * coreutils-tests-shorten-extreme-factor-tests.patch
+- coreutils.keyring: Update from upstream (Savannah).
+- Remove now-upstream patches:
+  * coreutils-cve-2017-7476-out-of-bounds-with-large-tz.patch
+  * coreutils-tests-port-to-timezone-2017a.patch
+- coreutils.spec: Add "BuildRequires: user(bin)" for the tests.
+
+-------------------------------------------------------------------
coreutils.changes: same change

Old:
----
  coreutils-8.27.tar.xz
  coreutils-8.27.tar.xz.sig
  coreutils-cve-2017-7476-out-of-bounds-with-large-tz.patch
  coreutils-tests-port-to-timezone-2017a.patch

New:
----
  coreutils-8.28.tar.xz
  coreutils-8.28.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ coreutils-testsuite.spec ++++++
--- /var/tmp/diff_new_pack.Rs1uCR/_old  2017-09-13 21:33:37.602406546 +0200
+++ /var/tmp/diff_new_pack.Rs1uCR/_new  2017-09-13 21:33:37.606405983 +0200
@@ -21,7 +21,7 @@
 License:        GPL-3.0+
 Group:          System/Base
 Url:            http://www.gnu.org/software/coreutils/
-Version:        8.27
+Version:        8.28
 Release:        0
 
 #################################################################
@@ -53,6 +53,8 @@
 BuildRequires:  python-pyinotify
 BuildRequires:  strace
 BuildRequires:  timezone
+# Some tests need the 'bin' user.
+BuildRequires:  user(bin)
 %ifarch %ix86 x86_64 ppc ppc64 s390x armv7l armv7hl
 BuildRequires:  valgrind
 %endif
@@ -126,16 +128,6 @@
 Patch500:       coreutils-disable_tests.patch
 Patch501:       coreutils-test_without_valgrind.patch
 
-# Upstream patch on top of coreutils-8.27.
-# Avoid a FP of tests/misc/date-debug.sh with newer timezone-2017a.
-Patch700:       coreutils-tests-port-to-timezone-2017a.patch
-
-# Upstream fix on top of coreutils-v8.27:
-# Add upstream patch to fix an heap overflow security issue
-# in date(1) and touch(1) with a large TZ variable
-# (CVE-2017-7476, rh#1444774, boo#1037124).
-Patch710:       coreutils-cve-2017-7476-out-of-bounds-with-large-tz.patch
-
 # ================================================
 %description
 These are the GNU core utilities.  This package is the union of
@@ -177,9 +169,6 @@
 %patch500
 %patch501
 
-%patch700
-%patch710
-
 #???## We need to statically link to gmp, otherwise we have a build loop
 #???#sed -i s,'$(LIB_GMP)',%%{_libdir}/libgmp.a,g Makefile.in
 

++++++ coreutils.spec ++++++
--- /var/tmp/diff_new_pack.Rs1uCR/_old  2017-09-13 21:33:37.642400919 +0200
+++ /var/tmp/diff_new_pack.Rs1uCR/_new  2017-09-13 21:33:37.646400356 +0200
@@ -21,7 +21,7 @@
 License:        GPL-3.0+
 Group:          System/Base
 Url:            http://www.gnu.org/software/coreutils/
-Version:        8.27
+Version:        8.28
 Release:        0
 
 #################################################################
@@ -53,6 +53,8 @@
 BuildRequires:  python-pyinotify
 BuildRequires:  strace
 BuildRequires:  timezone
+# Some tests need the 'bin' user.
+BuildRequires:  user(bin)
 %ifarch %ix86 x86_64 ppc ppc64 s390x armv7l armv7hl
 BuildRequires:  valgrind
 %endif
@@ -126,16 +128,6 @@
 Patch500:       coreutils-disable_tests.patch
 Patch501:       coreutils-test_without_valgrind.patch
 
-# Upstream patch on top of coreutils-8.27.
-# Avoid a FP of tests/misc/date-debug.sh with newer timezone-2017a.
-Patch700:       coreutils-tests-port-to-timezone-2017a.patch
-
-# Upstream fix on top of coreutils-v8.27:
-# Add upstream patch to fix an heap overflow security issue
-# in date(1) and touch(1) with a large TZ variable
-# (CVE-2017-7476, rh#1444774, boo#1037124).
-Patch710:       coreutils-cve-2017-7476-out-of-bounds-with-large-tz.patch
-
 # ================================================
 %description
 These are the GNU core utilities.  This package is the union of
@@ -177,9 +169,6 @@
 %patch500
 %patch501
 
-%patch700
-%patch710
-
 #???## We need to statically link to gmp, otherwise we have a build loop
 #???#sed -i s,'$(LIB_GMP)',%%{_libdir}/libgmp.a,g Makefile.in
 

++++++ coreutils-8.27.tar.xz -> coreutils-8.28.tar.xz ++++++
++++ 295438 lines of diff (skipped)

++++++ coreutils-disable_tests.patch ++++++
--- /var/tmp/diff_new_pack.Rs1uCR/_old  2017-09-13 21:33:40.386014899 +0200
+++ /var/tmp/diff_new_pack.Rs1uCR/_new  2017-09-13 21:33:40.386014899 +0200
@@ -1,27 +1,23 @@
 ---
- gnulib-tests/gnulib.mk |   12 ++++++------
- 1 file changed, 6 insertions(+), 6 deletions(-)
+ gnulib-tests/gnulib.mk |    8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
 
 Index: gnulib-tests/gnulib.mk
 ===================================================================
 --- gnulib-tests/gnulib.mk.orig
 +++ gnulib-tests/gnulib.mk
-@@ -893,12 +893,12 @@ EXTRA_DIST += test-getloadavg.c signatur
- ## end   gnulib module getloadavg-tests
+@@ -895,10 +895,10 @@ EXTRA_DIST += test-getloadavg.c signatur
  
  ## begin gnulib module getlogin-tests
--
+ 
 -TESTS += test-getlogin
 -check_PROGRAMS += test-getlogin
 -test_getlogin_LDADD = $(LDADD) $(LIB_GETLOGIN)
--EXTRA_DIST += test-getlogin.c signature.h macros.h
--
-+#
+-EXTRA_DIST += test-getlogin.c test-getlogin.h signature.h macros.h
 +#TESTS += test-getlogin
 +#check_PROGRAMS += test-getlogin
 +#test_getlogin_LDADD = $(LDADD) $(LIB_GETLOGIN)
-+#EXTRA_DIST += test-getlogin.c signature.h macros.h
-+#
++#EXTRA_DIST += test-getlogin.c test-getlogin.h signature.h macros.h
+ 
  ## end   gnulib module getlogin-tests
  
- ## begin gnulib module getndelim2-tests

++++++ coreutils-i18n.patch ++++++
++++ 648 lines (skipped)
++++ between /work/SRC/openSUSE:Factory/coreutils/coreutils-i18n.patch
++++ and /work/SRC/openSUSE:Factory/.coreutils.new/coreutils-i18n.patch

++++++ coreutils-remove_hostname_documentation.patch ++++++
--- /var/tmp/diff_new_pack.Rs1uCR/_old  2017-09-13 21:33:40.450005895 +0200
+++ /var/tmp/diff_new_pack.Rs1uCR/_new  2017-09-13 21:33:40.450005895 +0200
@@ -31,7 +31,7 @@
  * hostid invocation::            Print numeric host identifier
  * uptime invocation::            Print system uptime and load
  
-@@ -15422,7 +15420,6 @@ information.
+@@ -15515,7 +15513,6 @@ information.
  * arch invocation::             Print machine hardware name.
  * nproc invocation::            Print the number of processors.
  * uname invocation::            Print system information.
@@ -39,7 +39,7 @@
  * hostid invocation::           Print numeric host identifier.
  * uptime invocation::           Print system uptime and load.
  @end menu
-@@ -16266,15 +16263,6 @@ Note this is non-portable (even across G
+@@ -16359,15 +16356,6 @@ Note this is non-portable (even across G
  Print the machine hardware name (sometimes called the hardware class
  or hardware type).
  
@@ -55,7 +55,7 @@
  @item -p
  @itemx --processor
  @opindex -p
-@@ -16328,34 +16316,6 @@ Print the kernel version.
+@@ -16421,34 +16409,6 @@ Print the kernel version.
  
  @exitstatus
  

++++++ coreutils-remove_kill_documentation.patch ++++++
--- /var/tmp/diff_new_pack.Rs1uCR/_old  2017-09-13 21:33:40.474002519 +0200
+++ /var/tmp/diff_new_pack.Rs1uCR/_new  2017-09-13 21:33:40.474002519 +0200
@@ -33,7 +33,7 @@
  Delaying
  
  * sleep invocation::             Delay for a specified time
-@@ -17250,90 +17244,6 @@ the exit status of @var{command} otherwi
+@@ -17369,90 +17363,6 @@ the exit status of @var{command} otherwi
  @end display
  
  

++++++ coreutils-skip-gnulib-test-tls.patch ++++++
--- /var/tmp/diff_new_pack.Rs1uCR/_old  2017-09-13 21:33:40.490000268 +0200
+++ /var/tmp/diff_new_pack.Rs1uCR/_new  2017-09-13 21:33:40.493999705 +0200
@@ -21,7 +21,7 @@
 ===================================================================
 --- gnulib-tests/gnulib.mk.orig
 +++ gnulib-tests/gnulib.mk
-@@ -2239,9 +2239,10 @@ EXTRA_DIST += test-timespec.c macros.h
+@@ -2250,9 +2250,10 @@ EXTRA_DIST += test-timespec.c macros.h
  
  ## begin gnulib module tls-tests
  

++++++ coreutils-tests-shorten-extreme-factor-tests.patch ++++++
--- /var/tmp/diff_new_pack.Rs1uCR/_old  2017-09-13 21:33:40.509997455 +0200
+++ /var/tmp/diff_new_pack.Rs1uCR/_new  2017-09-13 21:33:40.513996892 +0200
@@ -16,7 +16,7 @@
 ===================================================================
 --- tests/local.mk.orig
 +++ tests/local.mk
-@@ -693,14 +693,9 @@ all_tests =                                       \
+@@ -701,14 +701,9 @@ all_tests =                                       \
  # See tests/factor/create-test.sh.
  tf = tests/factor
  factor_tests = \

++++++ coreutils.keyring ++++++
--- /var/tmp/diff_new_pack.Rs1uCR/_old  2017-09-13 21:33:40.545992390 +0200
+++ /var/tmp/diff_new_pack.Rs1uCR/_new  2017-09-13 21:33:40.545992390 +0200
@@ -807,6 +807,36 @@
 Nwmjme97uBlV6LYXnlGm1B0=
 =BG/W
 -----END PGP PUBLIC KEY BLOCK-----
+-----BEGIN PGP PUBLIC KEY BLOCK-----
+Version: GnuPG v2
+
+mQENBFPirzMBCACyzYldTjQ4ufFOkByY5Nn5USb5GFoL48nWBwNHjd9KUbtRRNlQ
+iPNKd6hKGvd3BGi5aoFKA4ytfRk6jbAbW3jVb3R8wYaV08mOy4KVEKxqN4bxsXlM
+jNChXVR+rtKDmfI+oPTL+cPH2X6gW4W02IRbVw0uUhNm6zEedC/gNrY/mTlf1enZ
+46jxZ7BTUZaG+kx38UMISIMBzSzLRtdkwgmHj4jS3p1fF2cwRqLclIfMjKGpbNFP
+EXeXKWrCLcqHw78795eAR9q0YvrDkfInGdDBwfb3VM4NdulwIFzvYZMSXvSbbyPL
+B5YkHU5aAWQHUse4WlfT5ccDpbzUYldRAvF9ABEBAAG0K0Jlcm5oYXJkIFZvZWxr
+ZXIgPG1haWxAYmVybmhhcmQtdm9lbGtlci5kZT6JATkEEwECACMFAlPirzMCGwMH
+CwkIBwMCAQYVCAIJCgsEFgIDAQIeAQIXgAAKCRBGUC73lpFxle5wCACCdbs0QaJ0
+vR3Sff2cKdTk41rUq3YfWngsR///IOU0C5DdkePmCnJE/lUsUy0LRTxcUDLxQR+x
+QHU8ssRT0JUO9726dI3miy36UdsgmBYaOtLvQcidGmW1R7o0PYYf04+TFtyqKgng
+OUBPpMgR6o4UsQxy/OD4bN1WDqOgIjL+D/qJpkKmgp6L6+hhaBCpiOFKRmmV7YyQ
+3SqVlfQNiHs5ZtkRnXpIjgZARV+GllKucI17bO0CGmTJZ1tstVy0+W3DQT1lbBkT
+Tc++5LONM99D3jjn23l1ocOpfolR53F7I4cb2RNfT23v1I59RH37lB9wMOqrKj0U
+jYAC2YoPGQ3BuQENBFPirzMBCADXLWWpQihBldY6reca8ZKdc3T9qXEOa3akE3DW
+KztIBmNJhtYOjmpLYajQTkGa7UoJTnbmZE2Rn6ZEoNnvb0gcFNAIcY95KOI+bjOR
+8HEgh4cx2REXh6L6olIgyXqt/KFusE4wtVZAFxZl+30HzN6nD+1HvrjXxPJRX6Ms
+IYOYyyX9/6OofwJK6QHODYGp8WL2olHDnmsXg4AT6Wlr7qKpKrQELlcFR4xkvdmg
+L/Ghw/tK0yJTxMIcewCCZWLPOXRmFRbvAadZWPAgVsJ63siNyUlVnVMSzDgTJl+s
+l/DMabXpqrJQx3/1Yy6mTaDs3XZT/wmBKaTLXx/LByaPxQQ7ABEBAAGJAR8EGAEC
+AAkFAlPirzMCGwwACgkQRlAu95aRcZWVPwgAqZT6iTXkoP37wYb41323RzhBcJ8J
+Sk4cyBDBUXX0lMrM3qhiClKG7phpxVdu817Gwc6Hsecg7FfjQAV8MHQ0ZFeEFdk3
+b2rKBqfsStc+h49/xF3Fb+ifCzR9qeQF82fMSxkg18++7hMcHCMO/hPZ/Q0xRi+l
+rSr2QKDJQuLzSyVU14TxrCkevZjEhtmaVNvcJlJzCbiBXee9Fpc5jITUXPFG8E8d
+xqo1n+duOyIMgozrAnzP7X5V/Ob/Ozf/aGGX9+JdinyfCX18nWcHALKMU/36Eua/
+ylalf/2c2YkBp9KCLVmGgPkUgW52EeRPgroIsiwu+rwCSV6ZUyCJ+OymCg==
+=d/K6
+-----END PGP PUBLIC KEY BLOCK-----
 
 -----BEGIN PGP PUBLIC KEY BLOCK-----
 Version: GnuPG v1


Reply via email to