[Lunar-commits] <moonbase-core> Merge pull request #539 from Ratler/pam
Peter de Ridder
peter at lunar-linux.org
Mon Jan 6 20:24:37 CET 2014
commit a4d96df5ba547fd6f64fcd2e3283f516789d3ff7
Author: Peter de Ridder <peter at lunar-linux.org>
Date: Mon, 06 Jan 2014 11:23:57 -0800
URL: https://github.com/lunar-linux/moonbase-core/commit/a4d96df5ba547fd6f64fcd2e3283f516789d3ff7
Merge pull request #539 from Ratler/pam
Linux-PAM: Version bumped to 1.1.8
---
security/Linux-PAM/BUILD | +3/-1
security/Linux-PAM/DETAILS | +5/-5
2 files changed, 8 insertions(+), 6 deletions(-)
--- a/security/Linux-PAM/BUILD
+++ b/security/Linux-PAM/BUILD
@@ -9,8 +9,9 @@
# Stop pam_env from installing /etc/environment
sedit "/^sysconf_DATA/d" modules/pam_env/Makefile.am &&
+ aclocal &&
libtoolize -f &&
- AT_M4DIR="m4" autoreconf &&
+ AT_M4DIR="m4" autoreconf -i &&
./configure --libdir=/lib \
--docdir=/usr/share/doc/Linux-PAM \
@@ -22,6 +23,7 @@
--disable-audit \
--enable-isadir=../../lib/security \
--enable-nls \
+ --disable-regenerate-docu \
$OPTS &&
sedit "s/examples//" Makefile &&
--- a/security/Linux-PAM/DETAILS
+++ b/security/Linux-PAM/DETAILS
@@ -1,17 +1,17 @@
MODULE=Linux-PAM
- VERSION=1.1.6
- PVERSION=2.5
+ VERSION=1.1.8
+ PVERSION=2.6
RHVERSION=0.99.10-1
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE2=$MODULE-patches-$PVERSION.tar.bz2
SOURCE_URL=https://fedorahosted.org/releases/l/i/linux-pam
SOURCE2_URL=$PATCH_URL
- SOURCE_VFY=sha256:bab887d6280f47fc3963df3b95735a27a16f0f663636163ddf3acab5f1149fc2
- SOURCE2_VFY=sha256:050e9b1d656be6fdb488ac6d68b10cc57436392624ddc53bfac3ed6fdb6b32b9
+ SOURCE_VFY=sha256:c4b1f23a236d169e2496fea20721578d864ba00f7242d2b41d81050ac87a1e55
+ SOURCE2_VFY=sha256:8b64efdefc35dfdb8e8c628aa5cdbb240e63ce59b1f38047491c817df11c10d3
WEB_SITE=https://fedorahosted.org/linux-pam
MAINTAINER=ratler at lunar-linux.org
ENTERED=20010922
- UPDATED=20130101
+ UPDATED=20140104
SHORT="Pluggable Authentication Modules"
PSAFE=no
More information about the Lunar-commits
mailing list