Hello community, here is the log from the commit of package pam-modules for openSUSE:Factory checked in at 2012-07-30 11:18:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pam-modules (Old) and /work/SRC/openSUSE:Factory/.pam-modules.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pam-modules", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/pam-modules/pam-modules.changes 2012-04-12 09:44:37.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.pam-modules.new/pam-modules.changes 2012-07-30 11:45:41.000000000 +0200 @@ -1,0 +2,11 @@ +Sun Jul 22 18:52:20 UTC 2012 - [email protected] + +- Do not use private glibc macros - those are not available with + glibc 2.16 anymore. + +------------------------------------------------------------------- +Wed Jul 11 12:24:52 UTC 2012 - [email protected] + +- fixed misspelled binary name in unix2_chkpwd.8 (bnc#770896) + +------------------------------------------------------------------- New: ---- pam_unix2-glibc216.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pam-modules.spec ++++++ --- /var/tmp/diff_new_pack.shSJk6/_old 2012-07-30 11:45:46.000000000 +0200 +++ /var/tmp/diff_new_pack.shSJk6/_new 2012-07-30 11:45:46.000000000 +0200 @@ -38,6 +38,7 @@ Source50: dlopen.sh Patch0: 0003-use-crypt_gensalt_rn-from-glibc.diff Patch1: 0004-add-workarounds-for-blowfish-signedness-bug.diff +Patch2: pam_unix2-glibc216.patch # BuildRoot: %{_tmppath}/%{name}-%{version}-build PreReq: permissions @@ -67,6 +68,7 @@ pushd pam_unix2-* %patch0 -p1 %patch1 -p1 +%patch2 -p1 gettextize -f autoreconf -f -i popd ++++++ pam_unix2-glibc216.patch ++++++ Index: pam_unix2-2.9.1/src/read-files.c =================================================================== --- pam_unix2-2.9.1.orig/src/read-files.c +++ pam_unix2-2.9.1/src/read-files.c @@ -30,8 +30,14 @@ #include <errno.h> #include <fcntl.h> #include <nss.h> -#include <bits/libc-lock.h> +#include <pthread.h> #define __libc_lock_t pthread_mutex_t +#define __libc_lock_define_initialized(CLASS,NAME) \ + CLASS __libc_lock_t NAME = PTHREAD_MUTEX_INITIALIZER; +#define __libc_lock_lock(NAME) \ + pthread_mutex_lock, (&(NAME)) +#define __libc_lock_unlock(NAME) \ + pthread_mutex_unlock, (&(NAME)) #include "read-files.h" ++++++ unix2_chkpwd.8 ++++++ --- /var/tmp/diff_new_pack.shSJk6/_old 2012-07-30 11:45:46.000000000 +0200 +++ /var/tmp/diff_new_pack.shSJk6/_new 2012-07-30 11:45:46.000000000 +0200 @@ -43,7 +43,7 @@ .SH "OPTIONS" .PP -unix2_pwdchk requires the following arguments: +unix2_chkpwd requires the following arguments: .TP \fIpam_service\fR The name of the service using unix2_chkpwd. This is required to be one of @@ -54,7 +54,7 @@ .SH "INPUTS" .PP -unix2_pwdchk expects the password via stdin. +unix2_chkpwd expects the password via stdin. .SH "RETURN CODES" .PP -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
