Browse Source

pam: Updated (1.1.0 -> 1.1.1)

user/karasz/test/ecn
Christian Wiese 15 years ago
parent
commit
439f153d15
  1. 29
      base/pam/Linux-PAM-1.1.0-lastlog-fix.patch
  2. 10
      base/pam/fix-empty-libcrypt.patch
  3. 8
      base/pam/pam.desc

29
base/pam/Linux-PAM-1.1.0-lastlog-fix.patch

@ -1,29 +0,0 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../pam/Linux-PAM-1.1.0-lastlog-fix.patch
# Copyright (C) 2009 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
# of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
# --- SDE-COPYRIGHT-NOTE-END ---
http://bugs.gentoo.org/attachment.cgi?id=195319
--- Linux-PAM-1.1.0/modules/pam_lastlog/pam_lastlog.c.orig
+++ Linux-PAM-1.1.0/modules/pam_lastlog/pam_lastlog.c
@@ -471,7 +471,7 @@ last_login_failed(pam_handle_t *pamh, in
failed),
failed);
#else
- if (daysleft == 1)
+ if (failed == 1)
retval = asprintf(&line,
_("There was %d failed login attempt since the last successful login."),
failed);

10
base/pam/fix-empty-libcrypt.patch

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../pam/fix-empty-libcrypt.patch
# Copyright (C) 2009 The OpenSDE Project
# Copyright (C) 2009 - 2010 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
@ -14,8 +14,8 @@
# version.
# --- SDE-COPYRIGHT-NOTE-END ---
--- ./configure.in.orig 2009-07-11 19:02:52.000000000 -0400
+++ ./configure.in 2009-07-11 19:03:53.000000000 -0400
--- ./configure.in.orig 2010-02-25 23:52:20.000000000 +0100
+++ ./configure.in 2010-02-25 23:55:46.000000000 +0100
@@ -363,6 +363,9 @@
AC_CHECK_HEADERS(xcrypt.h crypt.h)
BACKUP_LIBS=$LIBS
@ -23,6 +23,6 @@
+if test "x$LIBCRYPT" = "x-l"; then
+ LIBCRYPT=-lcrypt
+fi
AC_CHECK_FUNCS(crypt_r crypt_gensalt_rn)
LIBS=$BACKUP_LIBS
AC_CHECK_FUNCS(crypt_r crypt_gensalt_r)
Libs=$BACKUP_LIBS
AC_SUBST(LIBCRYPT)

8
base/pam/pam.desc

@ -3,7 +3,7 @@
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY]
[COPY] Filename: package/.../pam/pam.desc
[COPY] Copyright (C) 2006 - 2009 The OpenSDE Project
[COPY] Copyright (C) 2006 - 2010 The OpenSDE Project
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project
[COPY] Copyright (C) 1998 - 2003 Clifford Wolf
[COPY]
@ -33,8 +33,8 @@
[L] GPL
[S] Stable
[V] 1.1.0
[V] 1.1.1
[P] X -1-3-5---9 178.700
[D] 2442111205 Linux-PAM-1.1.0.tar.bz2 http://www.kernel.org/pub/linux/libs/pam/library/
[D] 1987007875 Linux-PAM-1.1.0-docs.tar.bz2 http://www.kernel.org/pub/linux/libs/pam//documentation/
[D] 1106709119 Linux-PAM-1.1.1.tar.bz2 http://www.kernel.org/pub/linux/libs/pam/library/
[D] 2788349814 Linux-PAM-1.1.1-docs.tar.bz2 http://www.kernel.org/pub/linux/libs/pam//documentation/

Loading…
Cancel
Save