commit 74dab7ce36db053491f54a1a7fb5dbc848d5a985 Author: Juergen Daubert <jue@jue.li> Date: Wed May 10 13:07:35 2023 +0200 linux-pam: update to 1.5.3 diff --git a/linux-pam/.footprint b/linux-pam/.footprint index 1cb3fb6e..9e25494a 100644 --- a/linux-pam/.footprint +++ b/linux-pam/.footprint @@ -16,6 +16,7 @@ drwxr-xr-x root/root etc/security/limits.d/ drwxr-xr-x root/root etc/security/namespace.d/ -rwxr-xr-x root/root etc/security/namespace.init -rw-r--r-- root/root etc/security/pam_env.conf +-rw-r--r-- root/root etc/security/pwhistory.conf -rw-r--r-- root/root etc/security/time.conf drwxr-xr-x root/root lib/ -rwxr-xr-x root/root lib/libpam.la @@ -59,8 +60,6 @@ drwxr-xr-x root/root lib/security/pam_filter/ -rwxr-xr-x root/root lib/security/pam_issue.so -rwxr-xr-x root/root lib/security/pam_keyinit.la -rwxr-xr-x root/root lib/security/pam_keyinit.so --rwxr-xr-x root/root lib/security/pam_lastlog.la --rwxr-xr-x root/root lib/security/pam_lastlog.so -rwxr-xr-x root/root lib/security/pam_limits.la -rwxr-xr-x root/root lib/security/pam_limits.so -rwxr-xr-x root/root lib/security/pam_listfile.la @@ -194,6 +193,7 @@ drwxr-xr-x root/root usr/share/man/man5/ -rw-r--r-- root/root usr/share/man/man5/pam.conf.5.gz -rw-r--r-- root/root usr/share/man/man5/pam.d.5.gz -rw-r--r-- root/root usr/share/man/man5/pam_env.conf.5.gz +-rw-r--r-- root/root usr/share/man/man5/pwhistory.conf.5.gz -rw-r--r-- root/root usr/share/man/man5/time.conf.5.gz drwxr-xr-x root/root usr/share/man/man8/ -rw-r--r-- root/root usr/share/man/man8/PAM.8.gz @@ -213,7 +213,6 @@ drwxr-xr-x root/root usr/share/man/man8/ -rw-r--r-- root/root usr/share/man/man8/pam_group.8.gz -rw-r--r-- root/root usr/share/man/man8/pam_issue.8.gz -rw-r--r-- root/root usr/share/man/man8/pam_keyinit.8.gz --rw-r--r-- root/root usr/share/man/man8/pam_lastlog.8.gz -rw-r--r-- root/root usr/share/man/man8/pam_limits.8.gz -rw-r--r-- root/root usr/share/man/man8/pam_listfile.8.gz -rw-r--r-- root/root usr/share/man/man8/pam_localuser.8.gz diff --git a/linux-pam/.signature b/linux-pam/.signature index 8856f6f5..ede6f6dc 100644 --- a/linux-pam/.signature +++ b/linux-pam/.signature @@ -1,8 +1,8 @@ untrusted comment: verify with /etc/ports/core.pub -RWRJc1FUaeVeqoHbbMNzWozQMM4cJ8i7aTvrJdjFe02rHQogs9EgiRBBzcJ+MED848coauVBYgpE51Ivrycs56QLbAPQs+oUgAE= -SHA256 (Pkgfile) = c840de62b5691becf67c1da498d2d5d3f3d44a9b5a148f7b06eaa7bc0165fc2b -SHA256 (.footprint) = 61506ab0d42eb8c61e8051581d901a4b025858b44cdf90d0b150278ab14b2db3 -SHA256 (Linux-PAM-1.5.2.tar.xz) = e4ec7131a91da44512574268f493c6d8ca105c87091691b8e9b56ca685d4f94d +RWRJc1FUaeVeqjV4lvWqJTuE0MUOTOP1gXXfdC0XWKMQw3eFb8pxhRUsXtRkzTNIEfPHX924wDN/4q4QH57P2izjHIiUhCPhNwg= +SHA256 (Pkgfile) = cc1f886f78f35223e237526a41c28699a4da19355a92995588ab32bb43c82bb5 +SHA256 (.footprint) = e821bafa2b55574efc1be8ae5637978630503fccda7b12751cf689b8fb540f14 +SHA256 (Linux-PAM-1.5.3.tar.xz) = 7ac4b50feee004a9fa88f1dfd2d2fa738a82896763050cd773b3c54b0a818283 SHA256 (common-account) = 63b6d073e0a05d45260912fd900e27ccac3304ca23cd05df68ce88da34a5d832 SHA256 (common-auth) = c8f2c471572147fafddfe2062b763d360bbb6d21aa8017c725785f96667e9b02 SHA256 (common-password) = 999c19d97ab2a8408103304faa12252d11ab03d492880d78a0bd1a1335659258 diff --git a/linux-pam/Pkgfile b/linux-pam/Pkgfile index cebced89..19abfc6c 100644 --- a/linux-pam/Pkgfile +++ b/linux-pam/Pkgfile @@ -3,8 +3,8 @@ # Maintainer: CRUX System Team, core-ports at crux dot nu name=linux-pam -version=1.5.2 -release=3 +version=1.5.3 +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 \ other) @@ -15,7 +15,6 @@ build() { CONFIG_SHELL=/bin/bash ./configure \ --prefix=/usr \ --libdir=/lib \ - --disable-nis \ --disable-nls \ --disable-prelude \ --enable-db=no