summaryrefslogtreecommitdiffstats
path: root/security-libs
diff options
context:
space:
mode:
authorLadislav Hagara2011-12-25 15:33:10 +0100
committerLadislav Hagara2011-12-25 15:33:10 +0100
commit449a197d68db3896effec68328c6854d1f8b39b3 (patch)
tree133c2feb3068cccae04173b39374baba1df24802 /security-libs
parent75ad3b62017177ddc31500d1fcce55133515a16b (diff)
linux-pam 1.1.5, SECURITY_PATCH=3
Diffstat (limited to 'security-libs')
-rwxr-xr-xsecurity-libs/linux-pam/DETAILS20
-rw-r--r--security-libs/linux-pam/HISTORY4
2 files changed, 15 insertions, 9 deletions
diff --git a/security-libs/linux-pam/DETAILS b/security-libs/linux-pam/DETAILS
index eef2e0c75a..a3153c1ad9 100755
--- a/security-libs/linux-pam/DETAILS
+++ b/security-libs/linux-pam/DETAILS
@@ -1,17 +1,19 @@
SPELL=linux-pam
- VERSION=1.1.4
- SECURITY_PATCH=2
+ VERSION=1.1.5
+ SECURITY_PATCH=3
SOURCE=Linux-PAM-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/Linux-PAM-$VERSION
- SOURCE_URL[0]=$KERNEL_URL/pub/linux/libs/pam/library/$SOURCE
- SOURCE_URL[1]=ftp://ftp.kernel.org/pub/linux/libs/pam/library/$SOURCE
+ SOURCE_URL[0]=http://fedorahosted.org/releases/l/i/linux-pam/$SOURCE
+# SOURCE_URL[0]=$KERNEL_URL/pub/linux/libs/pam/library/$SOURCE
+# SOURCE_URL[1]=ftp://ftp.kernel.org/pub/linux/libs/pam/library/$SOURCE
- SOURCE2=$SOURCE.sign
- SOURCE2_URL[0]=$KERNEL_URL/pub/linux/libs/pam/library/$SOURCE2
- SOURCE2_URL[1]=ftp://ftp.kernel.org/pub/linux/libs/pam/library/$SOURCE2
+# SOURCE2=$SOURCE.sign
+# SOURCE2_URL[0]=$KERNEL_URL/pub/linux/libs/pam/library/$SOURCE2
+# SOURCE2_URL[1]=ftp://ftp.kernel.org/pub/linux/libs/pam/library/$SOURCE2
- SOURCE_GPG=kernel.gpg:$SOURCE2
- SOURCE2_IGNORE=signature
+ SOURCE_HASH=sha512:c898c3db3da1856b1b16c2bfe19963c30696345982253888c2edf85317cf82ab4daaf9d105a162975d4cfd818b7bbca3d0e63ea7267af435e8f88b8fdc83ddd0
+# SOURCE_GPG=kernel.gpg:$SOURCE2
+# SOURCE2_IGNORE=signature
WEB_SITE=http://www.us.kernel.org/pub/linux/libs/pam
ENTERED=20010922
diff --git a/security-libs/linux-pam/HISTORY b/security-libs/linux-pam/HISTORY
index 62dcbd6577..a06b8d7171 100644
--- a/security-libs/linux-pam/HISTORY
+++ b/security-libs/linux-pam/HISTORY
@@ -1,3 +1,7 @@
+2011-12-25 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS: 1.1.5, SECURITY_PATCH=3
+ http://www.redhat.com/archives/pam-list/2011-October/msg00019.html
+
2011-09-20 Arjan Bouter <abouter@sourcemage.org>
* DEPENDS: removed --without-prelude from the prelude options (bug #209)