# HG changeset patch # User Christopher Rogers # Date 1320280121 0 # Node ID ab076d8ad4c980a4db7b0e1af8d850b35c21abe6 # Parent ce9eff8c45099aea40d9e7524bfcda5be3acc932 Up: pam to 1.1.5. diff -r ce9eff8c4509 -r ab076d8ad4c9 pam-dev/receipt --- a/pam-dev/receipt Thu Nov 03 00:14:11 2011 +0000 +++ b/pam-dev/receipt Thu Nov 03 00:28:41 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="pam-dev" -VERSION="1.1.2" +VERSION="1.1.5" CATEGORY="development" SHORT_DESC="Pluggable Authentication Modules, development files." MAINTAINER="pascal.bellard@slitaz.org" diff -r ce9eff8c4509 -r ab076d8ad4c9 pam/receipt --- a/pam/receipt Thu Nov 03 00:14:11 2011 +0000 +++ b/pam/receipt Thu Nov 03 00:28:41 2011 +0000 @@ -1,14 +1,14 @@ # SliTaz package receipt. PACKAGE="pam" -VERSION="1.1.2" +VERSION="1.1.5" CATEGORY="system-tools" SHORT_DESC="Pluggable Authentication Modules." MAINTAINER="pascal.bellard@slitaz.org" SOURCE="Linux-PAM" TARBALL="$SOURCE-$VERSION.tar.bz2" -WEB_SITE="http://www.us.kernel.org/pub/linux/libs/$PACKAGE/" -WGET_URL="${WEB_SITE}library/$TARBALL" +WEB_SITE="http://www.us.kernel.org/pub/linux/libs/pam/" +WGET_URL="https://fedorahosted.org/releases/l/i/linux-pam/$TARBALL" DEPENDS="glibc-base libdb" BUILD_DEPENDS="flex db db-dev" @@ -17,7 +17,7 @@ compile_rules() { cd $src - ./configure --sysconfdir=/etc && + ./configure --sysconfdir=/etc $CONFIGURE_ARGS && make && make install }