CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
shadow: updated to 4.5
authorVictor Martinez <pitillo@ono.com>
Thu, 14 Jun 2018 19:56:05 +0000 (19:56 +0000)
committerVictor Martinez <pitillo@ono.com>
Thu, 14 Jun 2018 19:56:05 +0000 (19:56 +0000)
shadow/.footprint
shadow/.md5sum
shadow/Pkgfile
shadow/login.defs

index 761c414952c26e431001e34acd10506c1f3c0468..43f12a76c50f6d5bc3d9cd558112d732d3cf3af1 100644 (file)
@@ -16,9 +16,9 @@ drwxr-xr-x    root/root       usr/bin/
 -rwxr-xr-x     root/root       usr/bin/faillog
 -rwxr-xr-x     root/root       usr/bin/groups
 -rwxr-xr-x     root/root       usr/bin/lastlog
--rwxr-xr-x     root/root       usr/bin/newgidmap
+-rwsr-xr-x     root/root       usr/bin/newgidmap
 -rwsr-xr-x     root/root       usr/bin/newgrp
--rwxr-xr-x     root/root       usr/bin/newuidmap
+-rwsr-xr-x     root/root       usr/bin/newuidmap
 -rwsr-xr-x     root/root       usr/bin/passwd
 lrwxrwxrwx     root/root       usr/bin/sg -> newgrp
 -rwsr-xr-x     root/root       usr/bin/su
index 0593bb3e7bcafd9d7bec22d3c8c5f71f64c7918c..06f995330904f79d7cc80ed87a32e7842c517dc9 100644 (file)
@@ -1,3 +1,3 @@
-05a85f1ea6bf26aec66a91b5f98a51b0  login.defs
+80756b2d5b3351b3757f48ae69fe866d  login.defs
 be8f69c2701118093af3d7f3bc02af16  pwck
-ff357d9d232f6ad55a4d8b93f78caff7  shadow-4.4.tar.xz
+c350da50c2120de6bb29177699d89fe3  shadow-4.5.tar.xz
index 8a06859685621178447d9c1beef8c948ac7dcf7d..f4dbaaf3590926e240f436bd1cfc0a2ca0110d03 100644 (file)
@@ -5,13 +5,13 @@
 # Depends on:
 
 name=shadow
-version=4.4
+version=4.5
 release=1
 source=(http://crux.nu/files/distfiles/$name-$version.tar.xz
         pwck login.defs)
 
 build() {
-  cd $name-upstream-$version
+  cd $name-$version
 
   echo "ac_cv_func_setpgrp_void=yes" >> config.cache
 
index 69b71df4a81cfdfd5638c029473741c621aa8a01..5eaaae6d2e177b47e8f51e4c52338a94e1950cf4 100644 (file)
@@ -36,13 +36,17 @@ UID_MIN                     100
 UID_MAX                        60000
 GID_MIN                        100
 GID_MAX                        60000
+SYS_UID_MIN            25
+SYS_UID_MAX            99
+SYS_GID_MIN            25
+SYS_GID_MAX            99
 LOGIN_RETRIES          5
 LOGIN_TIMEOUT          60
 PASS_CHANGE_TRIES      5
 PASS_ALWAYS_WARN       yes
 CHFN_AUTH              yes
 CHFN_RESTRICT          rwh
-ENCRYPT_METHOD         MD5
+ENCRYPT_METHOD         SHA512
 PASS_MAX_LEN           8
 DEFAULT_HOME           yes
 USERGROUPS_ENAB        no