forked from ports/contrib
linux-pam: Updated to 1.1.6
This commit is contained in:
parent
58f175075c
commit
2040c41300
@ -7,7 +7,6 @@ drwxr-xr-x root/root etc/security/
|
||||
-rw-r--r-- root/root etc/security/limits.conf
|
||||
drwxr-xr-x root/root etc/security/limits.d/
|
||||
-rw-r--r-- root/root etc/security/namespace.conf
|
||||
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/time.conf
|
||||
@ -60,7 +59,6 @@ drwxr-xr-x root/root lib/security/pam_filter/
|
||||
-rwxr-xr-x root/root lib/security/pam_timestamp.so
|
||||
-rwxr-xr-x root/root lib/security/pam_umask.so
|
||||
-rwxr-xr-x root/root lib/security/pam_unix.so
|
||||
-rwxr-xr-x root/root lib/security/pam_userdb.so
|
||||
-rwxr-xr-x root/root lib/security/pam_warn.so
|
||||
-rwxr-xr-x root/root lib/security/pam_wheel.so
|
||||
-rwxr-xr-x root/root lib/security/pam_xauth.so
|
||||
@ -177,12 +175,8 @@ drwxr-xr-x root/root usr/man/man8/
|
||||
-rw-r--r-- root/root usr/man/man8/pam_timestamp_check.8.gz
|
||||
-rw-r--r-- root/root usr/man/man8/pam_umask.8.gz
|
||||
-rw-r--r-- root/root usr/man/man8/pam_unix.8.gz
|
||||
-rw-r--r-- root/root usr/man/man8/pam_userdb.8.gz
|
||||
-rw-r--r-- root/root usr/man/man8/pam_warn.8.gz
|
||||
-rw-r--r-- root/root usr/man/man8/pam_wheel.8.gz
|
||||
-rw-r--r-- root/root usr/man/man8/pam_xauth.8.gz
|
||||
-rw-r--r-- root/root usr/man/man8/unix_chkpwd.8.gz
|
||||
-rw-r--r-- root/root usr/man/man8/unix_update.8.gz
|
||||
drwxr-xr-x root/root var/
|
||||
drwxr-xr-x root/root var/run/
|
||||
drwxr-xr-x root/root var/run/sepermit/
|
||||
|
@ -1,2 +1,2 @@
|
||||
e9af5fb27bb22edb55d077e2888b3ebc Linux-PAM-1.1.4.tar.bz2
|
||||
7b73e58b7ce79ffa321d408de06db2c4 Linux-PAM-1.1.6.tar.bz2
|
||||
acca6a1a1573300eb5cc3780fbefc6a7 pam.conf
|
||||
|
@ -3,14 +3,23 @@
|
||||
# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
|
||||
|
||||
name=linux-pam
|
||||
version=1.1.4
|
||||
version=1.1.6
|
||||
release=1
|
||||
source=(http://www.mizrahi.com.ve/crux/dist/Linux-PAM-$version.tar.bz2 pam.conf)
|
||||
source=(http://www.linux-pam.org/library/Linux-PAM-$version.tar.bz2 pam.conf)
|
||||
|
||||
build() {
|
||||
cd Linux-PAM-$version
|
||||
|
||||
./configure --sysconfdir=/etc --prefix=/usr --mandir=/usr/man --disable-nls
|
||||
# Disable pam_userdb because it relies on the dbm api of db.
|
||||
# If you need this module, rebuild db with --enable-dbm
|
||||
# and comment this:
|
||||
sed -ri -e 's|^(.*)pam_userdb(.*)$|\1\2|g' modules/Makefile.in
|
||||
|
||||
./configure \
|
||||
--sysconfdir=/etc \
|
||||
--prefix=/usr \
|
||||
--mandir=/usr/man \
|
||||
--disable-nls
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
rm -rf $PKG/usr/share $PKG/lib/*.la $PKG/lib/security/*.la
|
||||
|
Loading…
x
Reference in New Issue
Block a user