diff options
author | Juergen Daubert <jue@jue.li> | 2020-11-13 10:59:46 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2020-11-13 10:59:46 +0100 |
commit | 5bc399e5bb847dca7ca80eb6451e7077297832b4 (patch) | |
tree | 06683d38adb08e3bfb0003ef3b0144568e355ac7 /linux-pam | |
parent | 65ab68b5e47afa89bd95cfd8f8d913cdc8594ba0 (diff) | |
download | core-5bc399e5bb847dca7ca80eb6451e7077297832b4.tar.gz core-5bc399e5bb847dca7ca80eb6451e7077297832b4.tar.xz |
linux-pam: update to 1.5.0
Diffstat (limited to 'linux-pam')
-rw-r--r-- | linux-pam/.footprint | 3 | ||||
-rw-r--r-- | linux-pam/.signature | 8 | ||||
-rw-r--r-- | linux-pam/Pkgfile | 3 |
3 files changed, 9 insertions, 5 deletions
diff --git a/linux-pam/.footprint b/linux-pam/.footprint index 242691d7..c66f7e24 100644 --- a/linux-pam/.footprint +++ b/linux-pam/.footprint @@ -118,6 +118,7 @@ drwxr-xr-x root/root sbin/ -rwxr-xr-x root/root sbin/mkhomedir_helper -rwxr-xr-x root/root sbin/pam_namespace_helper -rwxr-xr-x root/root sbin/pam_timestamp_check +-rwxr-xr-x root/root sbin/pwhistory_helper -rwsr-xr-x root/root sbin/unix_chkpwd -rwxr-xr-x root/root sbin/unix_update drwxr-xr-x root/root usr/ @@ -225,6 +226,7 @@ drwxr-xr-x root/root usr/share/man/man8/ -rw-r--r-- root/root usr/share/man/man8/pam_securetty.8.gz -rw-r--r-- root/root usr/share/man/man8/pam_setquota.8.gz -rw-r--r-- root/root usr/share/man/man8/pam_shells.8.gz +-rw-r--r-- root/root usr/share/man/man8/pam_stress.8.gz -rw-r--r-- root/root usr/share/man/man8/pam_succeed_if.8.gz -rw-r--r-- root/root usr/share/man/man8/pam_time.8.gz -rw-r--r-- root/root usr/share/man/man8/pam_timestamp.8.gz @@ -235,5 +237,6 @@ drwxr-xr-x root/root usr/share/man/man8/ -rw-r--r-- root/root usr/share/man/man8/pam_warn.8.gz -rw-r--r-- root/root usr/share/man/man8/pam_wheel.8.gz -rw-r--r-- root/root usr/share/man/man8/pam_xauth.8.gz +-rw-r--r-- root/root usr/share/man/man8/pwhistory_helper.8.gz -rw-r--r-- root/root usr/share/man/man8/unix_chkpwd.8.gz -rw-r--r-- root/root usr/share/man/man8/unix_update.8.gz diff --git a/linux-pam/.signature b/linux-pam/.signature index 7670d6af..0ed2778e 100644 --- a/linux-pam/.signature +++ b/linux-pam/.signature @@ -1,8 +1,8 @@ untrusted comment: verify with /etc/ports/core.pub -RWRJc1FUaeVeqhS6yx0RilW82lx/+WDFntCityrgn8hRylflAJcrOvGHe45EeB+85MHvdUzVT4stry9gyGN/E9q/99qP3OD3tQw= -SHA256 (Pkgfile) = 9e0e8112b7e24b18cc3ef97a95df503c32f2c163f44ab72fba02c8eb7a128948 -SHA256 (.footprint) = 98d67e8cc070adb477f06b66bd5241a7db6165847cfd2affecb745d1684dbe54 -SHA256 (Linux-PAM-1.4.0.tar.xz) = cd6d928c51e64139be3bdb38692c68183a509b83d4f2c221024ccd4bcddfd034 +RWRJc1FUaeVeqsR6wBERJ4MlaijcfS92DjCNlDQmPoMGd4NMCXno4UKTK6Hef0mZywghcNKemhBHxFUW6+nsm2r5he1CM8HxTwg= +SHA256 (Pkgfile) = 8a1e528c47adf993e7e63bb54d4d864c2a37f449901941fab1048d3ee95c1476 +SHA256 (.footprint) = e4803cb74313d876439bb499f0e85a20aedbb56d2dead2fbf23bb4d28a28fc81 +SHA256 (Linux-PAM-1.5.0.tar.xz) = 02d39854b508fae9dc713f7733bbcdadbe17b50de965aedddd65bcb6cc7852c8 SHA256 (common-account) = 63b6d073e0a05d45260912fd900e27ccac3304ca23cd05df68ce88da34a5d832 SHA256 (common-auth) = c8f2c471572147fafddfe2062b763d360bbb6d21aa8017c725785f96667e9b02 SHA256 (common-password) = 999c19d97ab2a8408103304faa12252d11ab03d492880d78a0bd1a1335659258 diff --git a/linux-pam/Pkgfile b/linux-pam/Pkgfile index 8f937ded..f6a09303 100644 --- a/linux-pam/Pkgfile +++ b/linux-pam/Pkgfile @@ -3,7 +3,7 @@ # Maintainer: CRUX System Team, core-ports at crux dot nu name=linux-pam -version=1.4.0 +version=1.5.0 release=1 source=(https://github.com/$name/$name/releases/download/v${version}/Linux-PAM-$version.tar.xz \ common-account common-auth common-password common-session \ @@ -11,6 +11,7 @@ source=(https://github.com/$name/$name/releases/download/v${version}/Linux-PAM-$ build() { cd Linux-PAM-$version + CONFIG_SHELL=/bin/bash ./configure \ --prefix=/usr \ --libdir=/lib \ |