diff --git a/dev-libs/librepo/Manifest b/dev-libs/librepo/Manifest index 4d39167cf2..3b2c1aced3 100644 --- a/dev-libs/librepo/Manifest +++ b/dev-libs/librepo/Manifest @@ -1 +1 @@ -DIST librepo-1.17.2.tar.gz 840645 BLAKE2B 89d7b222131a89177802a4ef9c6d22a65059c985a664871a8d2cbe2ab7c8edfee8e7489e2370a24935c57e41456211eb384ff4a063477ea1f9dc0eff15344441 SHA512 5b6197e7a3fc8b5b11405c6106116309960d108073c71eb04d894e122b1611b1b5c427a9b1daad852aaf3cbbd1811d9bf5e8f664bde18eacfd432b661be8f006 +DIST librepo-1.18.0.tar.gz 841303 BLAKE2B 57288ee8bf9e77009b1c169ffafb4d59dcc3ecf836870abb7fce78d5d0e381d4377d6de67eb7240a87d1124d32fe1f51a26e6e8168f7557285502595aff69d17 SHA512 6630b4751163ff6a34c32b94f6d0ecdc34926ade6aa92342c99eef9a514edd25405e051c58f6630615dd9cd04ef5c0404ebc4805708356477b97d351baa19a73 diff --git a/dev-libs/librepo/files/librepo-1.17.2-verbose-error.patch b/dev-libs/librepo/files/librepo-1.17.2-verbose-error.patch deleted file mode 100644 index bb968cbf45..0000000000 --- a/dev-libs/librepo/files/librepo-1.17.2-verbose-error.patch +++ /dev/null @@ -1,13 +0,0 @@ -Make a test failure verbose. -https://bugs.gentoo.org/928159 ---- a/tests/test_checksum.c -+++ b/tests/test_checksum.c -@@ -141,7 +141,7 @@ START_TEST(test_cached_checksum_matches) - goto exit_label; - } - // Any other errno means fail -- ck_assert(attr_ret != -1); -+ ck_assert_msg(attr_ret == -1, "getxattr failed: %s", strerror(errno)); - } else { - buf[attr_ret] = 0; - ck_assert_str_eq(buf, expected); diff --git a/dev-libs/librepo/files/librepo-1.18.0-disable-checksum-test.patch b/dev-libs/librepo/files/librepo-1.18.0-disable-checksum-test.patch new file mode 100644 index 0000000000..a8d3351999 --- /dev/null +++ b/dev-libs/librepo/files/librepo-1.18.0-disable-checksum-test.patch @@ -0,0 +1,12 @@ +getxattr does not seem to work well under QA box. +https://bugs.gentoo.org/934951 +--- a/tests/test_checksum.c ++++ b/tests/test_checksum.c +@@ -301,7 +301,6 @@ checksum_suite(void) + Suite *s = suite_create("checksum"); + TCase *tc = tcase_create("Main"); + tcase_add_test(tc, test_checksum_fd); +- tcase_add_test(tc, test_cached_checksum_matches); + tcase_add_test(tc, test_cached_checksum_value); + tcase_add_test(tc, test_cached_checksum_clear); + suite_add_tcase(s, tc); diff --git a/dev-libs/librepo/librepo-1.17.2.ebuild b/dev-libs/librepo/librepo-1.18.0.ebuild similarity index 91% rename from dev-libs/librepo/librepo-1.17.2.ebuild rename to dev-libs/librepo/librepo-1.18.0.ebuild index d3a84b635e..4d43a97dcf 100644 --- a/dev-libs/librepo/librepo-1.17.2.ebuild +++ b/dev-libs/librepo/librepo-1.18.0.ebuild @@ -32,8 +32,8 @@ BDEPEND=" " PATCHES=( - # make a test failure verbose, bug #928159 - "${FILESDIR}/${P}-verbose-error.patch" + # getxattr does not seem to work well under QA box. bug #934951 + "${FILESDIR}/${P}-disable-checksum-test.patch" ) src_prepare() { diff --git a/profiles/package.mask b/profiles/package.mask index 55817cfa49..8b6d74b73c 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -18,6 +18,11 @@ # New entries go on top. +# Eli Burch (2024-07-05) +# Dependency sys-fs/reiser4progs was treecleaned in ::gentoo +# Removal on 2024-08-05 +sys-block/partclone + # Lucio Sauer (2024-07-04) # Package is unmaintained and out of date since 2021, has open bugs and # it doesn't compile