shadow ver. bump
This commit is contained in:
@@ -10,6 +10,7 @@ from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
pisitools.flags.add("-lcrypt")
|
||||
pisitools.dosed("configure.ac", "man/uk/Makefile", deleteLine=True)
|
||||
#pisitools.dosed("configure", "man/uk/Makefile", deleteLine=True)
|
||||
shelltools.unlink('po/uk.*')
|
||||
@@ -31,6 +32,7 @@ def setup():
|
||||
--with-libcrack \
|
||||
--without-selinux \
|
||||
--with-yescrypt=yes \
|
||||
--enable-shared \
|
||||
--with-acl")
|
||||
|
||||
def build():
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<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>
|
||||
<Archive sha1sum="a3454eb0e4b99ab9a8cc9fe34a434c31d90972b0" type="tarxz">https://github.com/shadow-maint/shadow/releases/download/4.13/shadow-4.13.tar.xz</Archive>
|
||||
<Archive sha1sum="b977c9bc2e0c686b1bd7cca8ae7838eef26fab6e" type="tarxz">https://github.com/shadow-maint/shadow/releases/download/4.14.0/shadow-4.14.0.tar.xz</Archive>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile target="pisi-shadowbase.sh" permission="0755">pisi-shadowbase.sh</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
@@ -22,6 +22,7 @@
|
||||
<Dependency>acl-devel</Dependency>
|
||||
<Dependency>audit-devel</Dependency>
|
||||
<Dependency>attr-devel</Dependency>
|
||||
<Dependency>libbsd-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!-- <Patch level="1">uk3.patch</Patch> -->
|
||||
@@ -46,7 +47,8 @@
|
||||
<Dependency>attr</Dependency>
|
||||
<Dependency>pam</Dependency>
|
||||
<Dependency>audit</Dependency>
|
||||
<Dependency>cracklib</Dependency>
|
||||
<Dependency>libbsd</Dependency>
|
||||
<Dependency>cracklib</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/bin</Path>
|
||||
@@ -86,6 +88,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="19">
|
||||
<Date>2023-08-17</Date>
|
||||
<Version>4.14.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="18">
|
||||
<Date>2022-11-11</Date>
|
||||
<Version>4.13</Version>
|
||||
|
||||
Reference in New Issue
Block a user