From f953b51f927b157b534fff65688c9a7b670cf45c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 14 Aug 2009 09:59:57 +0200 Subject: [PATCH] pam: update to 1.1.0. --HG-- extra : convert_revision : c6f4bbaf6f9d58ceb214515121f03ec47198c576 --- templates/pam/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/templates/pam/template b/templates/pam/template index f8121bb6a54..080eb6bb8cf 100644 --- a/templates/pam/template +++ b/templates/pam/template @@ -1,7 +1,6 @@ # Template file for 'pam' pkgname=pam -version=1.0.4 -revision=1 +version=1.1.0 wrksrc="Linux-PAM-$version" distfiles="${KERNEL_SITE}/libs/pam/library/Linux-PAM-$version.tar.bz2" build_style=gnu_configure @@ -10,7 +9,7 @@ configure_args="--disable-selinux --libdir=/lib --disable-rpath DESTDIR=$XBPS_DESTDIR/$pkgname-$version" short_desc="A flexible mechanism for authenticating users" maintainer="Juan RP " -checksum=13136d438f5748d08dcb2227e44e53a3c611351b96e11891052e0c8c2557f3ca +checksum=139b1abb0f1c402e443ad9083b5ff0512f4a5ae7bc806528e9d7eced13384ed7 long_desc=" Linux-PAM provides a flexible mechanism for authenticating users. PAM was invented by SUN Microsystems."