[Lunar-commits] <moonbase-core> Linux-PAM: Version bumped to 1.1.6
Stefan Wold
ratler at lunar-linux.org
Tue Jan 1 10:03:32 CET 2013
commit 301b9d60b729882cecd1cdcbecbe7f5c47ab9396
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Tue, 01 Jan 2013 01:03:32 -0800
URL: https://github.com/lunar-linux/moonbase-core/commit/301b9d60b729882cecd1cdcbecbe7f5c47ab9396
Linux-PAM: Version bumped to 1.1.6
- Patch set updated
- pam_systemd.so has been added as an optional module to system-auth
- pam_console rules are no longer installed since systemd have taken over
most of the device permission handling
---
security/Linux-PAM/BUILD | +0/-3
security/Linux-PAM/DETAILS | +5/-8
security/Linux-PAM/pam.d/system-auth | +1/-0
3 files changed, 6 insertions(+), 11 deletions(-)
--- a/security/Linux-PAM/BUILD
+++ b/security/Linux-PAM/BUILD
@@ -1,8 +1,5 @@
(
-# patch to compile with glibc-2.16.0.
- patch_it $SOURCE_CACHE/$SOURCE3 1 &&
-
export SGML2LATEX=no
export SGML2TXT=no
export SGML2HTML=no
--- a/security/Linux-PAM/DETAILS
+++ b/security/Linux-PAM/DETAILS
@@ -1,20 +1,17 @@
MODULE=Linux-PAM
- VERSION=1.1.5
- PVERSION=2.4
+ VERSION=1.1.6
+ PVERSION=2.5
RHVERSION=0.99.10-1
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE2=$MODULE-patches-$PVERSION.tar.bz2
- SOURCE3=$MODULE-$VERSION+glibc-2.16.patch.bz2
SOURCE_URL=https://fedorahosted.org/releases/l/i/linux-pam
SOURCE2_URL=$PATCH_URL
- SOURCE3_URL=$PATCH_URL
- SOURCE_VFY=sha256:65def4df04254dc4c5156859d36c34ad6d7afbcf3adbf2780530ebc4dbf2a116
- SOURCE2_VFY=sha256:6db8ff00621959a683b9b6932267a243263f1dcc1927df5941cb18d6edecf0a9
- SOURCE3_VFY=sha256:d095179f9b7128cc6502d1b0ac2a947321239ce27f5e7889b78b9de669d17333
+ SOURCE_VFY=sha256:bab887d6280f47fc3963df3b95735a27a16f0f663636163ddf3acab5f1149fc2
+ SOURCE2_VFY=sha256:050e9b1d656be6fdb488ac6d68b10cc57436392624ddc53bfac3ed6fdb6b32b9
WEB_SITE=https://fedorahosted.org/linux-pam
MAINTAINER=ratler at lunar-linux.org
ENTERED=20010922
- UPDATED=20120715
+ UPDATED=20130101
SHORT="Pluggable Authentication Modules"
PSAFE=no
--- a/security/Linux-PAM/pam.d/system-auth
+++ b/security/Linux-PAM/pam.d/system-auth
@@ -13,3 +13,4 @@ session optional pam_keyinit.so revoke
session required pam_limits.so
session [success=1 default=ignore] pam_succeed_if.so service in crond quiet use_uid
session required pam_unix.so
+-session required pam_systemd.so
More information about the Lunar-commits
mailing list