commit:     38dbecc5572c0757ef1c39e74303f51cc6784352
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  6 02:01:02 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr  6 02:01:02 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38dbecc5

sys-apps/coreutils: add 9.6_p20250406

https://lists.gnu.org/archive/html/platform-testers/2025-04/msg00005.html

We can drop some XFAILs which are now XPASSes thanks to sandbox fixes.

Closes: https://bugs.gentoo.org/413621
Closes: https://bugs.gentoo.org/548250
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-apps/coreutils/Manifest                                   |  2 ++
 .../{coreutils-9999.ebuild => coreutils-9.6_p20250406.ebuild} | 11 +----------
 sys-apps/coreutils/coreutils-9999.ebuild                      | 11 +----------
 3 files changed, 4 insertions(+), 20 deletions(-)

diff --git a/sys-apps/coreutils/Manifest b/sys-apps/coreutils/Manifest
index 11435b471ed1..87c9ffc987e2 100644
--- a/sys-apps/coreutils/Manifest
+++ b/sys-apps/coreutils/Manifest
@@ -7,3 +7,5 @@ DIST coreutils-9.5.tar.xz.sig 833 BLAKE2B 
37c29984bceee0ff3bffde76712f71dbb118c2
 DIST coreutils-9.6-patches.tar.xz 5904 BLAKE2B 
1abe214914007804362b9d7c1a7c39f07d74c51857e84484179f11bb8fa512356ee97c811ef62469aaa52db5cc90f2f7587c2dc57ed130ebbfdacc59755dcb90
 SHA512 
5a609b21da7c78e41184e5d7bca87da4f868975635b6e8aa4bd8f4d18c98a2fabd5b7e8ad6bf7780ca77f6d532bfa5cb1ed618e4bc32617ba2977d4b8a885b9f
 DIST coreutils-9.6.tar.xz 6134764 BLAKE2B 
4070d3d272851d3e9c326df9c05ce67797d86852e7f5c26e545f987f444295f2cfca24e8569514d7b5edf8fd50318d07cb20dea4a4ce8c65b34bea0c5a9177be
 SHA512 
398391d7f9d77e6117b750abb8711eebdd9cd2549e7846cab26884fb2dd522b6bcfb8bf7fef35a12683e213ada7f89b817bf615628628d42aee3fa3102647b28
 DIST coreutils-9.6.tar.xz.sig 833 BLAKE2B 
a9ea9773746d21b526e69ca2ff7637f3dcef4a921da943f281c4d16fed2d8f9eff92353e1ceafbbc8cfe4b9b23bf123bf64dcd79ff598759373c50739a5046c6
 SHA512 
a8e578b5e1d053b49e3e2c5dc94431d17c6a14662f459b2174cea23865ccca32e5ae5c13fedb0a8345d25269a9b98cb7f463a897c9663f9f9bcaf61e5c781378
+DIST coreutils-9.6_p20250406.tar.xz 6153440 BLAKE2B 
39a7008ce18f88a67188b7d687cb5a7e6ec973c6894c55b8968a1ba48660354f754ff0a8a1887cfc991ac1bd7bc74ad4a2ed457420ca427baabea6686599c66f
 SHA512 
833ed305150c80469d9e8d8c21841d6ff08571b42b067a6f3e3f2c23395051389a62632dd16f752508fb8ca9c095f0c783cf87d6e12c1fc63093d4f5aade5984
+DIST coreutils-9.6_p20250406.tar.xz.sig 833 BLAKE2B 
87a3626126ec4e34d874630fccf5785cb38a60457100f0ebade9a5a07163d77788425814c683a61d6661e67f7ce0e3f1e5309342c7d5280fdcc66cdb82c5f224
 SHA512 
fa39eeb7bf0cbe140346ef9280ee43aea7ac6c2f9e440c27d9f27f04e35dbcea8648ce03d9a29589aa10af08ea55e6821b8b1870cd9260dc20a73a8b3af4dddf

diff --git a/sys-apps/coreutils/coreutils-9999.ebuild 
b/sys-apps/coreutils/coreutils-9.6_p20250406.ebuild
similarity index 96%
copy from sys-apps/coreutils/coreutils-9999.ebuild
copy to sys-apps/coreutils/coreutils-9.6_p20250406.ebuild
index 13548680185c..e5e3c773c375 100644
--- a/sys-apps/coreutils/coreutils-9999.ebuild
+++ b/sys-apps/coreutils/coreutils-9.6_p20250406.ebuild
@@ -23,7 +23,7 @@ if [[ ${PV} == 9999 ]] ; then
 elif [[ ${PV} == *_p* ]] ; then
        # Note: could put this in devspace, but if it's gone, we don't want
        # it in tree anyway. It's just for testing.
-       MY_SNAPSHOT="$(ver_cut 1-2).185-541b02"
+       MY_SNAPSHOT="$(ver_cut 1-2).53-14af8"
        SRC_URI="https://www.pixelbeat.org/cu/coreutils-${MY_SNAPSHOT}.tar.xz 
-> ${P}.tar.xz"
        SRC_URI+=" verify-sig? ( 
https://www.pixelbeat.org/cu/coreutils-${MY_SNAPSHOT}.tar.xz.sig -> 
${P}.tar.xz.sig )"
        S="${WORKDIR}"/${PN}-${MY_SNAPSHOT}
@@ -234,15 +234,6 @@ src_test() {
                        tests/env/env-S
                        tests/env/env-S.pl
 
-                       # bug #413621 and bug #548250
-                       tests/du/long-from-unreadable.sh
-                       tests/ls/removed-directory
-                       tests/ls/removed-directory.sh
-                       tests/ls/stat-free-symlinks
-                       tests/ls/stat-free-symlinks.sh
-                       tests/rm/deep-2
-                       tests/rm/deep-2.sh
-
                        # We have a patch which fixes this (bug #259876)
                        #tests/touch/not-owner
                        #tests/touch/not-owner.sh

diff --git a/sys-apps/coreutils/coreutils-9999.ebuild 
b/sys-apps/coreutils/coreutils-9999.ebuild
index 13548680185c..e5e3c773c375 100644
--- a/sys-apps/coreutils/coreutils-9999.ebuild
+++ b/sys-apps/coreutils/coreutils-9999.ebuild
@@ -23,7 +23,7 @@ if [[ ${PV} == 9999 ]] ; then
 elif [[ ${PV} == *_p* ]] ; then
        # Note: could put this in devspace, but if it's gone, we don't want
        # it in tree anyway. It's just for testing.
-       MY_SNAPSHOT="$(ver_cut 1-2).185-541b02"
+       MY_SNAPSHOT="$(ver_cut 1-2).53-14af8"
        SRC_URI="https://www.pixelbeat.org/cu/coreutils-${MY_SNAPSHOT}.tar.xz 
-> ${P}.tar.xz"
        SRC_URI+=" verify-sig? ( 
https://www.pixelbeat.org/cu/coreutils-${MY_SNAPSHOT}.tar.xz.sig -> 
${P}.tar.xz.sig )"
        S="${WORKDIR}"/${PN}-${MY_SNAPSHOT}
@@ -234,15 +234,6 @@ src_test() {
                        tests/env/env-S
                        tests/env/env-S.pl
 
-                       # bug #413621 and bug #548250
-                       tests/du/long-from-unreadable.sh
-                       tests/ls/removed-directory
-                       tests/ls/removed-directory.sh
-                       tests/ls/stat-free-symlinks
-                       tests/ls/stat-free-symlinks.sh
-                       tests/rm/deep-2
-                       tests/rm/deep-2.sh
-
                        # We have a patch which fixes this (bug #259876)
                        #tests/touch/not-owner
                        #tests/touch/not-owner.sh

Reply via email to