diff --git a/system/base/shadow/actions.py b/system/base/shadow/actions.py
index d6a29305..21a82329 100644
--- a/system/base/shadow/actions.py
+++ b/system/base/shadow/actions.py
@@ -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():
diff --git a/system/base/shadow/pspec.xml b/system/base/shadow/pspec.xml
index 944f600b..6070ea0e 100644
--- a/system/base/shadow/pspec.xml
+++ b/system/base/shadow/pspec.xml
@@ -12,7 +12,7 @@
app:console
Utilities to deal with user accounts
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).
- https://github.com/shadow-maint/shadow/releases/download/4.13/shadow-4.13.tar.xz
+ https://github.com/shadow-maint/shadow/releases/download/4.14.0/shadow-4.14.0.tar.xz
pisi-shadowbase.sh
@@ -22,6 +22,7 @@
acl-devel
audit-devel
attr-devel
+ libbsd-devel
@@ -46,7 +47,8 @@
attr
pam
audit
- cracklib
+ libbsd
+ cracklib
/bin
@@ -86,6 +88,13 @@
+
+ 2023-08-17
+ 4.14.0
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2022-11-11
4.13