sys-libs/nss-usrfiles: Version bump to 2.43

Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
This commit is contained in:
James Le Cuirot 2026-03-23 17:21:24 +00:00
parent d380460e85
commit 77481c6990
No known key found for this signature in database
GPG Key ID: 1226415D00DD3137
4 changed files with 4 additions and 3 deletions

View File

@ -0,0 +1 @@
- nss-usrfiles (2.43)

View File

@ -1 +1 @@
DIST nss-usrfiles-c8e05a08a2e28eb48c6c788e3007d94f8d8de5cd.tar.gz 26979 BLAKE2B b77c55237e848e251ba589418e3ef228a6bc1b19c77c4ba4141b4412ce0be70429ad3a262ff42d6b5187b97f68214062dc759055b94fa25ae9b8de1f6484ed5f SHA512 53e68869c9dac2573889c0fdf2b5d58029f72c20ff3ea28a871978fc7957b5b1ebfe09112ebe13d14eefc357183ce1eacec6e692595d88cbd50f35cd262e12aa
DIST nss-usrfiles-b22d92b04218a965404d5a13bf2c90ef2cc7df0f.tar.gz 59805 BLAKE2B ad454a84b484cef5aa0ff72e4d5f55e2fe6a4eea03ec1337fd314016dcea845f0040963e2d594683b8aa74f712cb7f497f07afbd5135fcdf4f03bce04fbcf8d2 SHA512 aca448d0c9c1d4b04177e7993fb07aadf3848963dd2520b3efc166c20bc43970e9cf843b8cba2cc7490a7e6c01873e5c6547328fdb9aceac5362591ea38347c1

View File

@ -7,8 +7,8 @@ if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://github.com/flatcar/nss-altfiles.git"
inherit git-r3
else
EGIT_VERSION="c8e05a08a2e28eb48c6c788e3007d94f8d8de5cd" # main
SRC_URI="https://github.com/flatcar/nss-altfiles/archive/${EGIT_VERSION}.tar.gz -> ${PN}-${EGIT_VERSION}.tar.gz"
EGIT_VERSION="b22d92b04218a965404d5a13bf2c90ef2cc7df0f"
SRC_URI="https://github.com/jcpunk/nss-altfiles/archive/${EGIT_VERSION}.tar.gz -> ${PN}-${EGIT_VERSION}.tar.gz"
S="${WORKDIR}/nss-altfiles-${EGIT_VERSION}"
KEYWORDS="amd64 arm arm64 x86"
fi