Hello community,

here is the log from the commit of package pam-modules for openSUSE:Factory 
checked in at 2013-07-23 12:32:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pam-modules (Old)
 and      /work/SRC/openSUSE:Factory/.pam-modules.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pam-modules"

Changes:
--------
--- /work/SRC/openSUSE:Factory/pam-modules/pam-modules.changes  2013-03-11 
09:53:15.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.pam-modules.new/pam-modules.changes     
2013-07-23 12:32:28.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Jul  4 13:11:11 UTC 2013 - [email protected]
+
+- crypt_gensalt moved to separate library libowcrypt (fate#314945)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ 0003-use-crypt_gensalt_rn-from-glibc.diff ++++++
--- /var/tmp/diff_new_pack.hfFVlg/_old  2013-07-23 12:32:28.000000000 +0200
+++ /var/tmp/diff_new_pack.hfFVlg/_new  2013-07-23 12:32:28.000000000 +0200
@@ -10,21 +10,25 @@
  3 files changed, 3 insertions(+), 382 deletions(-)
  delete mode 100644 src/crypt_gensalt.c
 
-diff --git a/src/Makefile.am b/src/Makefile.am
-index 46448ae..f2fa4dd 100644
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -24,5 +24,5 @@ pam_unix2_so_LDFLAGS = -Wl,-soname,pam_unix2.so \
+Index: pam_unix2-2.9.1/src/Makefile.am
+===================================================================
+--- pam_unix2-2.9.1.orig/src/Makefile.am
++++ pam_unix2-2.9.1/src/Makefile.am
+@@ -20,9 +20,10 @@ pam_PROGRAMS = pam_unix2.so
+ 
+ pam_unix2_so_LDFLAGS = -Wl,-soname,pam_unix2.so \
+       -Wl,--version-script=$(srcdir)/pam_unix2.map
++pam_unix2_so_LDADD = -lowcrypt
+ 
  pam_unix2_so_SOURCES = passwd_nss.c unix_acct.c get_options.c \
        unix_passwd.c yppasswd_xdr.c support.c \
        unix_auth.c unix_sess.c read-files.c getuser.c copy_xattr.c \
 -      selinux_utils.c logindefs.c crypt_gensalt.c
 +      selinux_utils.c logindefs.c
  
-diff --git a/src/crypt_gensalt.c b/src/crypt_gensalt.c
-deleted file mode 100644
-index 0c63edc..0000000
---- a/src/crypt_gensalt.c
+Index: pam_unix2-2.9.1/src/crypt_gensalt.c
+===================================================================
+--- pam_unix2-2.9.1.orig/src/crypt_gensalt.c
 +++ /dev/null
 @@ -1,375 +0,0 @@
 -/*
@@ -402,10 +406,10 @@
 -
 -  return use (count, input, size, output, output_size);
 -}
-diff --git a/src/unix_passwd.c b/src/unix_passwd.c
-index a2e2387..8491adf 100644
---- a/src/unix_passwd.c
-+++ b/src/unix_passwd.c
+Index: pam_unix2-2.9.1/src/unix_passwd.c
+===================================================================
+--- pam_unix2-2.9.1.orig/src/unix_passwd.c
++++ pam_unix2-2.9.1/src/unix_passwd.c
 @@ -63,6 +63,7 @@
  #endif
  
@@ -426,7 +430,7 @@
  PAM_EXTERN int
  pam_sm_chauthtok (pam_handle_t *pamh, int flags, int argc, const char **argv)
  {
-@@ -502,7 +498,7 @@ make_crypt_salt (const char *crypt_prefix, int 
crypt_rounds,
+@@ -502,7 +498,7 @@ make_crypt_salt (const char *crypt_prefi
  
    close (fd);
  
@@ -435,6 +439,3 @@
                            sizeof (entropy), output, sizeof(output));
  
    memset (entropy, 0, sizeof (entropy));
--- 
-1.7.3.4
-

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to