diff --git a/changelog/updates/2024-04-08-samba-4.18.9.md b/changelog/updates/2024-04-08-samba-4.18.9.md new file mode 100644 index 00000000000..0b49c71206b --- /dev/null +++ b/changelog/updates/2024-04-08-samba-4.18.9.md @@ -0,0 +1 @@ +- samba ([4.18.9](https://www.samba.org/samba/history/samba-4.18.9.html)) diff --git a/sdk_container/src/third_party/coreos-overlay/net-fs/samba/Manifest b/sdk_container/src/third_party/coreos-overlay/net-fs/samba/Manifest index c102f302a3d..94e72762d39 100644 --- a/sdk_container/src/third_party/coreos-overlay/net-fs/samba/Manifest +++ b/sdk_container/src/third_party/coreos-overlay/net-fs/samba/Manifest @@ -1 +1 @@ -DIST samba-4.18.8.tar.gz 41335959 BLAKE2B d25711f1e781ed16fc224476979a07a5362f92ac943dd0bccfdf445434d0e6838281d5ceae27963267f914720ad6db647078520dc0e78c6ae652faec7d773e73 SHA512 2924c360f6299129527457547b13c1b282e2907a0ecde1036dbca894c752935d693914b4846a9eab436b33798c53c9974692e51fd071301b1174598be944a246 +DIST samba-4.18.9.tar.gz 41332779 BLAKE2B 8a0769c73d42b941b6f69d62243dd2b93d66748231465b853320cf1bf4b3dd8a912ac7bddfaa9c8b1941788951c2ccd630dabb23cf94965bc1d1e4cb5d74d123 SHA512 93a6c878bca583f59208df2a7865bbd453f7a65dc2f39a863797ef807bdeced4d632c5edd4579e341f8cf3b0b2fbe41e68a815a1510518bdd43e9a25a973c94c diff --git a/sdk_container/src/third_party/coreos-overlay/net-fs/samba/samba-4.18.8.ebuild b/sdk_container/src/third_party/coreos-overlay/net-fs/samba/samba-4.18.9.ebuild similarity index 98% rename from sdk_container/src/third_party/coreos-overlay/net-fs/samba/samba-4.18.8.ebuild rename to sdk_container/src/third_party/coreos-overlay/net-fs/samba/samba-4.18.9.ebuild index 53a4f254e22..833229798ec 100644 --- a/sdk_container/src/third_party/coreos-overlay/net-fs/samba/samba-4.18.8.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/net-fs/samba/samba-4.18.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,9 +14,9 @@ HOMEPAGE="https://samba.org/" MY_PV="${PV/_rc/rc}" MY_P="${PN}-${MY_PV}" if [[ ${PV} == *_rc* ]]; then - SRC_URI="mirror://samba/rc/${MY_P}.tar.gz" + SRC_URI="https://download.samba.org/pub/samba/rc/${MY_P}.tar.gz" else - SRC_URI="mirror://samba/stable/${MY_P}.tar.gz" + SRC_URI="https://download.samba.org/pub/samba/stable/${MY_P}.tar.gz" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc x86" fi S="${WORKDIR}/${MY_P}"