shadow ver. bump

This commit is contained in:
Rmys
2026-07-11 17:57:12 +03:00
committed by GitHub
parent a751a7f539
commit 6252936938
2 changed files with 9 additions and 1 deletions
+1
View File
@@ -35,6 +35,7 @@ def setup():
--with-bcrypt \ --with-bcrypt \
--enable-shared \ --enable-shared \
--without-libbsd \ --without-libbsd \
--disable-logind \
--with-acl") --with-acl")
def build(): def build():
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>app:console</IsA> <IsA>app:console</IsA>
<Summary>Utilities to deal with user accounts</Summary> <Summary>Utilities to deal with user accounts</Summary>
<Description>The Shadow password file utilities package includes programs necessary to convert traditional V7 *NIX password files to the SVR4 shadow password format, and additional tools to maintain password and group files (that work with both shadow and non-shadow passwords).</Description> <Description>The Shadow password file utilities package includes programs necessary to convert traditional V7 *NIX password files to the SVR4 shadow password format, and additional tools to maintain password and group files (that work with both shadow and non-shadow passwords).</Description>
<Archive sha1sum="8921a4b3f43c80adba4eb240590e0f29b8cff80a" type="tarxz">https://github.com/shadow-maint/shadow/releases/download/4.18.0/shadow-4.18.0.tar.xz</Archive> <Archive sha1sum="b18e0cc3e9d16f031636913dcb0a3dc9752a27d4" type="tarxz">https://github.com/shadow-maint/shadow/releases/download/4.19.4/shadow-4.19.4.tar.xz</Archive>
<AdditionalFiles> <AdditionalFiles>
<AdditionalFile target="pisi-shadowbase.sh" permission="0755">pisi-shadowbase.sh</AdditionalFile> <AdditionalFile target="pisi-shadowbase.sh" permission="0755">pisi-shadowbase.sh</AdditionalFile>
</AdditionalFiles> </AdditionalFiles>
@@ -88,6 +88,13 @@
</Package> </Package>
<History> <History>
<Update release="33">
<Date>2026-07-11</Date>
<Version>4.19.4</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="32"> <Update release="32">
<Date>2025-11-06</Date> <Date>2025-11-06</Date>
<Version>4.18.0</Version> <Version>4.18.0</Version>