Browse Source

pam: Updated (1.1.1 -> 1.1.3)

user/chris/test/early-mdev
Christian Wiese 14 years ago
parent
commit
c5f822b574
  1. 12
      base/pam/fix-empty-libcrypt.patch
  2. 6
      base/pam/pam.desc

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

@ -14,15 +14,15 @@
# version.
# --- SDE-COPYRIGHT-NOTE-END ---
--- ./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)
--- ./configure.in.orig 2010-11-25 12:31:42.138696299 +0100
+++ ./configure.in 2010-11-25 12:32:38.346698690 +0100
@@ -397,6 +397,9 @@
BACKUP_LIBS=$LIBS
AC_SEARCH_LIBS([crypt],[xcrypt crypt], LIBCRYPT="-l$ac_lib", LIBCRYPT="")
AC_SEARCH_LIBS([crypt],[$crypt_libs], LIBCRYPT="-l$ac_lib", LIBCRYPT="")
+if test "x$LIBCRYPT" = "x-l"; then
+ LIBCRYPT=-lcrypt
+fi
AC_CHECK_FUNCS(crypt_r crypt_gensalt_r)
Libs=$BACKUP_LIBS
LIBS=$BACKUP_LIBS
AC_SUBST(LIBCRYPT)

6
base/pam/pam.desc

@ -33,8 +33,8 @@
[L] GPL
[S] Stable
[V] 1.1.1
[V] 1.1.3
[P] X -1-3-5---9 178.700
[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/
[D] 1868594337 Linux-PAM-1.1.3.tar.bz2 http://www.kernel.org/pub/linux/libs/pam/library/
[D] 435436778 Linux-PAM-1.1.3-docs.tar.bz2 http://www.kernel.org/pub/linux/libs/pam//documentation/

Loading…
Cancel
Save