Merge pull request #1855 from flatcar/dongsu/samba-4.18.9

net-fs/samba: update to 4.18.9
This commit is contained in:
Dongsu Park 2024-04-11 11:14:17 +02:00 committed by GitHub
commit f861c8cbb9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 4 deletions

View File

@ -0,0 +1 @@
- samba ([4.18.9](https://www.samba.org/samba/history/samba-4.18.9.html))

View File

@ -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

View File

@ -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 # Distributed under the terms of the GNU General Public License v2
EAPI=8 EAPI=8
@ -14,9 +14,9 @@ HOMEPAGE="https://samba.org/"
MY_PV="${PV/_rc/rc}" MY_PV="${PV/_rc/rc}"
MY_P="${PN}-${MY_PV}" MY_P="${PN}-${MY_PV}"
if [[ ${PV} == *_rc* ]]; then 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 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" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc x86"
fi fi
S="${WORKDIR}/${MY_P}" S="${WORKDIR}/${MY_P}"