summaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorPavel Vinogradov2021-07-23 15:39:45 -0400
committerPavel Vinogradov2021-07-23 15:39:45 -0400
commita553c9919a1c8a21db11e704917a1765137f2bd9 (patch)
tree5210191e6d7a58c563a57b241d4749779a415b4e /security
parent7a910a9e5d17d4651f1dc13199c59f89e826e7e0 (diff)
security/shadow: version 4.9
Diffstat (limited to 'security')
-rwxr-xr-xsecurity/shadow/DETAILS2
-rw-r--r--security/shadow/HISTORY4
-rwxr-xr-xsecurity/shadow/INSTALL3
3 files changed, 5 insertions, 4 deletions
diff --git a/security/shadow/DETAILS b/security/shadow/DETAILS
index ac85e24f62..443d0799ba 100755
--- a/security/shadow/DETAILS
+++ b/security/shadow/DETAILS
@@ -1,5 +1,5 @@
SPELL=shadow
- VERSION=4.8.1
+ VERSION=4.9
SECURITY_PATCH=8
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/security/shadow/HISTORY b/security/shadow/HISTORY
index 5bcec651ca..b01b17f04a 100644
--- a/security/shadow/HISTORY
+++ b/security/shadow/HISTORY
@@ -1,3 +1,7 @@
+2021-07-23 Pavel Vinogradov <public@sourcemage.org>
+ * DETAILS: version 4.9
+ * INSTALL: no etc/useradd anymore
+
2020-01-24 Florian Franzmann <bwlf@bandrate.org>
* DETAILS: version 4.8.1
diff --git a/security/shadow/INSTALL b/security/shadow/INSTALL
index fa2faf1e29..06a08f3b12 100755
--- a/security/shadow/INSTALL
+++ b/security/shadow/INSTALL
@@ -8,10 +8,7 @@ make_normal &&
install_config_file etc/limits $INSTALL_ROOT/etc/limits &&
install_config_file etc/login.access $INSTALL_ROOT/etc/login.access &&
install_config_file etc/login.defs $INSTALL_ROOT/etc/login.defs &&
-sed -i -e 's,^HOME=.*$,HOME='"$SHADOW_HOME"',' -e 's,GROUP=1000,GROUP=users,' etc/useradd &&
-mkdir -p $INSTALL_ROOT/etc/default &&
mkdir -p ${INSTALL_ROOT}${SHADOW_HOME} &&
-install_config_file etc/useradd $INSTALL_ROOT/etc/default/useradd &&
cp -fv $SCRIPT_DIRECTORY/adduser $INSTALL_ROOT/usr/sbin &&
cp -fv $SCRIPT_DIRECTORY/deluser $INSTALL_ROOT/usr/sbin