Skip to content

Commit f861c8c

Browse files
authored
Merge pull request #1855 from flatcar/dongsu/samba-4.18.9
net-fs/samba: update to 4.18.9
2 parents a60bf6f + 3ded55a commit f861c8c

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- samba ([4.18.9](https://www.samba.org/samba/history/samba-4.18.9.html))
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
DIST samba-4.18.8.tar.gz 41335959 BLAKE2B d25711f1e781ed16fc224476979a07a5362f92ac943dd0bccfdf445434d0e6838281d5ceae27963267f914720ad6db647078520dc0e78c6ae652faec7d773e73 SHA512 2924c360f6299129527457547b13c1b282e2907a0ecde1036dbca894c752935d693914b4846a9eab436b33798c53c9974692e51fd071301b1174598be944a246
1+
DIST samba-4.18.9.tar.gz 41332779 BLAKE2B 8a0769c73d42b941b6f69d62243dd2b93d66748231465b853320cf1bf4b3dd8a912ac7bddfaa9c8b1941788951c2ccd630dabb23cf94965bc1d1e4cb5d74d123 SHA512 93a6c878bca583f59208df2a7865bbd453f7a65dc2f39a863797ef807bdeced4d632c5edd4579e341f8cf3b0b2fbe41e68a815a1510518bdd43e9a25a973c94c

sdk_container/src/third_party/coreos-overlay/net-fs/samba/samba-4.18.8.ebuild renamed to sdk_container/src/third_party/coreos-overlay/net-fs/samba/samba-4.18.9.ebuild

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 1999-2023 Gentoo Authors
1+
# Copyright 1999-2024 Gentoo Authors
22
# Distributed under the terms of the GNU General Public License v2
33

44
EAPI=8
@@ -14,9 +14,9 @@ HOMEPAGE="https://samba.org/"
1414
MY_PV="${PV/_rc/rc}"
1515
MY_P="${PN}-${MY_PV}"
1616
if [[ ${PV} == *_rc* ]]; then
17-
SRC_URI="mirror://samba/rc/${MY_P}.tar.gz"
17+
SRC_URI="https://download.samba.org/pub/samba/rc/${MY_P}.tar.gz"
1818
else
19-
SRC_URI="mirror://samba/stable/${MY_P}.tar.gz"
19+
SRC_URI="https://download.samba.org/pub/samba/stable/${MY_P}.tar.gz"
2020
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc x86"
2121
fi
2222
S="${WORKDIR}/${MY_P}"

0 commit comments

Comments
 (0)