commit:     34f9ef5bd3979ac45ae8094c3f7b7ccfe4b7e2a6
Author:     Zoltan Puskas <zoltan <AT> sinustrom <DOT> info>
AuthorDate: Mon Dec  1 07:17:31 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Dec  4 08:59:04 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34f9ef5b

net-misc/casync: Update ebuild to newer Git hash

Newer code also fixes long standing test failure
when building with MUSL libc.

Closes: https://bugs.gentoo.org/8325407
Closes: https://bugs.gentoo.org/849266
Signed-off-by: Zoltan Puskas <zoltan <AT> sinustrom.info>
Part-of: https://github.com/gentoo/gentoo/pull/44843
Closes: https://github.com/gentoo/gentoo/pull/44843
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/casync/Manifest                                          | 2 +-
 .../{casync-2_p20190407.ebuild => casync-2_p20250922.ebuild}      | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/net-misc/casync/Manifest b/net-misc/casync/Manifest
index f33cc5f9da19..2aed205a6cbd 100644
--- a/net-misc/casync/Manifest
+++ b/net-misc/casync/Manifest
@@ -1 +1 @@
-DIST casync-2_p20190407.tar.gz 1315643 BLAKE2B 
2cb52682d14a06844bb6d08d9c20d3e356fc40f464463151adee7c0446b64ba106ed29873d71d757452b3dd81095efb1b5d1014b294d58724e4c70bf404b47c2
 SHA512 
973b4cec8289e1223eced5794d5f6e7af25c60bd52d3c8932005ad0b55aebbebba78d5514ef7be4b3b92a76915d6e3f56bd53d797c2d72ffde2bba98f926bd3a
+DIST casync-2_p20250922.tar.gz 1317687 BLAKE2B 
ae4be4cebc77927320e4c5f9d3220438f1eddb3a835f343512290c168f2ccfed51ac93e17fec1e6a6d52691d1f0809bcd33bb7261bc1e99407275b1ac70b76e6
 SHA512 
261891a1792b801234d5059c0dd72c9e5a66b5889b94a6a958ea9ebd76c41dd2fcac0a5f114fcddaf42dff79263404a96ca00f591fc51ed00683f3f329bd6dbe

diff --git a/net-misc/casync/casync-2_p20190407.ebuild 
b/net-misc/casync/casync-2_p20250922.ebuild
similarity index 88%
rename from net-misc/casync/casync-2_p20190407.ebuild
rename to net-misc/casync/casync-2_p20250922.ebuild
index 853ece213c86..9a772f32e999 100644
--- a/net-misc/casync/casync-2_p20190407.ebuild
+++ b/net-misc/casync/casync-2_p20250922.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
-inherit meson
+EAPI=8
+inherit meson udev
 
-EGIT_COMMIT="6d185a540c54195a919d4b44f9bf28c341da3bf1"
+EGIT_COMMIT="b4b7e5606f785572b78a43626a27a45fe3df2fbd"
 DESCRIPTION="Content-Addressable Data Synchronization Tool"
 HOMEPAGE="https://github.com/systemd/casync";
 SRC_URI="https://github.com/systemd/casync/archive/${EGIT_COMMIT}.tar.gz -> 
${P}.tar.gz"

Reply via email to