Hello community,

here is the log from the commit of package pam-config for openSUSE:Factory 
checked in at 2012-08-08 11:23:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pam-config (Old)
 and      /work/SRC/openSUSE:Factory/.pam-config.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pam-config", Maintainer is "ku...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/pam-config/pam-config.changes    2012-04-12 
09:44:36.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.pam-config.new/pam-config.changes       
2012-08-08 11:23:11.000000000 +0200
@@ -1,0 +2,8 @@
+Tue Aug  7 13:07:26 CEST 2012 - ku...@suse.de
+
+- Update to pam-config 0.81:
+  - pam_ssh: fix try_first_pass bug fixed [bnc#773560]
+  - pam_ecryptfs: fix order, still does not work with 
+    krb5 [bnc#740110]
+
+-------------------------------------------------------------------

Old:
----
  pam-config-0.80.tar.bz2

New:
----
  pam-config-0.81.tar.bz2

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

Other differences:
------------------
++++++ pam-config.spec ++++++
--- /var/tmp/diff_new_pack.lfeqo7/_old  2012-08-08 11:23:14.000000000 +0200
+++ /var/tmp/diff_new_pack.lfeqo7/_new  2012-08-08 11:23:14.000000000 +0200
@@ -20,7 +20,7 @@
 Summary:        Modify common PAM configuration files
 License:        GPL-2.0
 Group:          System/Management
-Version:        0.80
+Version:        0.81
 Release:        0
 BuildRequires:  automake
 PreReq:         pam >= 0.99

++++++ pam-config-0.80.tar.bz2 -> pam-config-0.81.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.80/ChangeLog 
new/pam-config-0.81/ChangeLog
--- old/pam-config-0.80/ChangeLog       2012-04-03 16:05:37.000000000 +0200
+++ new/pam-config-0.81/ChangeLog       2012-08-07 10:07:56.000000000 +0200
@@ -1,8 +1,20 @@
+2012-08-06  Thorsten Kukuk  <ku...@suse.de>
+
+       * release version 0.81
+
+       * src/mod_pam_ssh.c (write_config_ssh): Remove try_first_pass
+       as extra option and write it always in auth section [bnc#773560].
+
+       * src/supported-modules.h: Move pam_ecryptfs after pam_unix2.
+       Does not work with krb5, but else it does not work at all [bnc#740110].
+
 2012-04-03  Thorsten Kukuk  <ku...@suse.de>
 
+       * release version 0.80
+
        * src/Makefile.am: Add mod_pam_ecryptfs.c
        * src/mod_pam_cryptfs: New.
-       * src/supported-modules: Add pam_ecryptfs.c
+       * src/supported-modules.h: Add pam_ecryptfs.c
        Patch from Darin Perusich <da...@darins.net>, bnc#752851.
 
 2011-08-18  Thorsten Kukuk  <ku...@suse.de>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.80/NEWS new/pam-config-0.81/NEWS
--- old/pam-config-0.80/NEWS    2012-04-03 16:04:52.000000000 +0200
+++ new/pam-config-0.81/NEWS    2012-08-07 10:09:05.000000000 +0200
@@ -1,9 +1,13 @@
 pam-config NEWS -- history of user-visible changes.
 
-Copyright (C) 2006-2011 Thorsten Kukuk <ku...@suse.de>.
+Copyright (C) 2006-2012 Thorsten Kukuk <ku...@suse.de>.
 
 Please enter bug reports into bugzilla.novell.com.
 
+Version 0.81
+* pam_ssh: Fix usage of try_first_pass option
+* pam_ecryptfs: Move after pam_unix2, even if this will not work with krb5
+
 Version 0.80
 * Add pam_systemd and pam_ecryptfs [bnc#752851].
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.80/configure 
new/pam-config-0.81/configure
--- old/pam-config-0.80/configure       2012-04-03 16:03:48.000000000 +0200
+++ new/pam-config-0.81/configure       2012-08-07 10:08:17.000000000 +0200
@@ -2209,7 +2209,7 @@
 
 # Define the identity of the package.
  PACKAGE="pam-config"
- VERSION=0.80
+ VERSION=0.81
 
 
 cat >>confdefs.h <<_ACEOF
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.80/configure.in 
new/pam-config-0.81/configure.in
--- old/pam-config-0.80/configure.in    2012-04-03 16:03:42.000000000 +0200
+++ new/pam-config-0.81/configure.in    2012-08-07 10:08:07.000000000 +0200
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_INIT(src/pam-config.c)
-AM_INIT_AUTOMAKE("pam-config", 0.80)
+AM_INIT_AUTOMAKE("pam-config", 0.81)
 AM_CONFIG_HEADER(config.h)
 AC_PREFIX_DEFAULT(/usr)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.80/src/Makefile.in 
new/pam-config-0.81/src/Makefile.in
--- old/pam-config-0.80/src/Makefile.in 2012-04-03 16:03:47.000000000 +0200
+++ new/pam-config-0.81/src/Makefile.in 2012-08-07 10:08:15.000000000 +0200
@@ -248,9 +248,9 @@
              exit 1;; \
          esac; \
        done; \
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits  src/Makefile'; \
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/Makefile'; \
        cd $(top_srcdir) && \
-         $(AUTOMAKE) --gnits  src/Makefile
+         $(AUTOMAKE) --gnu  src/Makefile
 .PRECIOUS: Makefile
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
        @case '$?' in \
@@ -291,22 +291,6 @@
 
 clean-sbinPROGRAMS:
        -test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS)
-
-installcheck-sbinPROGRAMS: $(sbin_PROGRAMS)
-       bad=0; pid=$$$$; list="$(sbin_PROGRAMS)"; for p in $$list; do \
-         case ' $(AM_INSTALLCHECK_STD_OPTIONS_EXEMPT) ' in \
-          *" $$p "* | *" $(srcdir)/$$p "*) continue;; \
-         esac; \
-         f=`echo "$$p" | \
-            sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
-         for opt in --help --version; do \
-           if "$(DESTDIR)$(sbindir)/$$f" $$opt >c$${pid}_.out \
-                2>c$${pid}_.err </dev/null \
-                && test -n "`cat c$${pid}_.out`" \
-                && test -z "`cat c$${pid}_.err`"; then :; \
-           else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \
-         done; \
-       done; rm -f c$${pid}_.???; exit $$bad
 pam-config$(EXEEXT): $(pam_config_OBJECTS) $(pam_config_DEPENDENCIES) 
        @rm -f pam-config$(EXEEXT)
        $(LINK) $(pam_config_OBJECTS) $(pam_config_LDADD) $(LIBS)
@@ -566,7 +550,7 @@
 
 install-ps: install-ps-am
 
-installcheck-am: installcheck-sbinPROGRAMS
+installcheck-am:
 
 maintainer-clean: maintainer-clean-am
        -rm -rf ./$(DEPDIR)
@@ -599,11 +583,10 @@
        install-exec-am install-html install-html-am install-info \
        install-info-am install-man install-man8 install-pdf \
        install-pdf-am install-ps install-ps-am install-sbinPROGRAMS \
-       install-strip installcheck installcheck-am \
-       installcheck-sbinPROGRAMS installdirs maintainer-clean \
-       maintainer-clean-generic mostlyclean mostlyclean-compile \
-       mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
-       uninstall-am uninstall-man uninstall-man8 \
+       install-strip installcheck installcheck-am installdirs \
+       maintainer-clean maintainer-clean-generic mostlyclean \
+       mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
+       tags uninstall uninstall-am uninstall-man uninstall-man8 \
        uninstall-sbinPROGRAMS
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.80/src/mod_pam_ssh.c 
new/pam-config-0.81/src/mod_pam_ssh.c
--- old/pam-config-0.80/src/mod_pam_ssh.c       2010-08-25 14:52:08.000000000 
+0200
+++ new/pam-config-0.81/src/mod_pam_ssh.c       2012-08-06 16:39:19.000000000 
+0200
@@ -44,13 +44,13 @@
       break;
 
     case AUTH:
-      fprintf (fp, "auth\toptional\tpam_ssh.so\t");
+      fprintf (fp, "auth\toptional\tpam_ssh.so\ttry_first_pass ");
       break;
 
     case SESSION:
       fprintf (fp, "session\toptional\tpam_ssh.so\t");
       /* try_first_pass should not be used for session */
-      opt_set->enable (opt_set, "try_first_pass", FALSE);
+      /* opt_set->enable (opt_set, "try_first_pass", FALSE); */
       break;
   }
 
@@ -79,7 +79,7 @@
 PRINT_XMLHELP("ssh")
 
 /* ---- contruct module object ---- */
-DECLARE_BOOL_OPTS_4 (is_enabled, debug, nullok, try_first_pass);
+DECLARE_BOOL_OPTS_3 (is_enabled, debug, nullok);
 DECLARE_STRING_OPTS_1 (keyfiles);
 DECLARE_OPT_SETS;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.80/src/pam-config.8 
new/pam-config-0.81/src/pam-config.8
--- old/pam-config-0.80/src/pam-config.8        2012-04-03 16:03:55.000000000 
+0200
+++ new/pam-config-0.81/src/pam-config.8        2012-08-07 10:09:11.000000000 
+0200
@@ -1,12 +1,12 @@
 .\"     Title: pam-config
 .\"    Author: [see the "AUTHOR" section]
 .\" Generator: DocBook XSL Stylesheets v1.74.0 <http://docbook.sf.net/>
-.\"      Date: 04/03/2012
+.\"      Date: 08/07/2012
 .\"    Manual: Reference Manual
 .\"    Source: Reference Manual
 .\"  Language: English
 .\"
-.TH "PAM\-CONFIG" "8" "04/03/2012" "Reference Manual" "Reference Manual"
+.TH "PAM\-CONFIG" "8" "08/07/2012" "Reference Manual" "Reference Manual"
 .\" -----------------------------------------------------------------
 .\" * (re)Define some macros
 .\" -----------------------------------------------------------------
@@ -903,13 +903,6 @@
 option to all pam_ssh\&.so invocations\&.
 .RE
 .PP
-\fB\-\-ssh\-try_first_pass\fR
-.RS 4
-Add
-\fBtry_first_pass\fR
-option to all pam_ssh\&.so invocations\&.
-.RE
-.PP
 \fB\-\-ssh\-keyfiles=\fR\fIvalue\fR
 .RS 4
 Add
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.80/src/pam-config.8.xml 
new/pam-config-0.81/src/pam-config.8.xml
--- old/pam-config-0.80/src/pam-config.8.xml    2012-04-03 16:03:54.000000000 
+0200
+++ new/pam-config-0.81/src/pam-config.8.xml    2012-08-07 10:09:11.000000000 
+0200
@@ -954,14 +954,6 @@
             </listitem>
           </varlistentry>
           <varlistentry>
-            <term><option>--ssh-try_first_pass</option></term>
-            <listitem>
-              <para>
-                Add <option>try_first_pass</option> option to all pam_ssh.so 
invocations.
-              </para>
-            </listitem>
-          </varlistentry>
-          <varlistentry>
             
<term><option>--ssh-keyfiles=</option><replaceable>value</replaceable></term>
             <listitem>
               <para>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.80/src/supported-modules.h 
new/pam-config-0.81/src/supported-modules.h
--- old/pam-config-0.80/src/supported-modules.h 2012-04-03 15:58:31.000000000 
+0200
+++ new/pam-config-0.81/src/supported-modules.h 2012-08-06 16:59:11.000000000 
+0200
@@ -93,7 +93,6 @@
 };
 
 static pam_module_t *module_list_auth[] = {
-  &mod_pam_ecryptfs,
   &mod_pam_env,
   &mod_pam_group,
   &mod_pam_pkcs11,
@@ -105,6 +104,7 @@
   &mod_pam_ssh,     /* optional modules MUST executed before sufficient 
modules which also need a password. */
   &mod_pam_unix2,
   &mod_pam_unix,
+  &mod_pam_ecryptfs,
   &mod_pam_krb5,
   &mod_pam_sss,
   &mod_pam_ldap,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.80/tests/Makefile.in 
new/pam-config-0.81/tests/Makefile.in
--- old/pam-config-0.80/tests/Makefile.in       2012-04-03 16:03:47.000000000 
+0200
+++ new/pam-config-0.81/tests/Makefile.in       2012-08-07 10:08:15.000000000 
+0200
@@ -199,9 +199,9 @@
              exit 1;; \
          esac; \
        done; \
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits  tests/Makefile'; \
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tests/Makefile'; \
        cd $(top_srcdir) && \
-         $(AUTOMAKE) --gnits  tests/Makefile
+         $(AUTOMAKE) --gnu  tests/Makefile
 .PRECIOUS: Makefile
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
        @case '$?' in \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.80/tests/config/Makefile 
new/pam-config-0.81/tests/config/Makefile
--- old/pam-config-0.80/tests/config/Makefile   2012-04-03 16:03:50.000000000 
+0200
+++ new/pam-config-0.81/tests/config/Makefile   2012-08-07 10:08:21.000000000 
+0200
@@ -106,7 +106,7 @@
 SHELL = /bin/sh
 STRIP = 
 USE_NLS = yes
-VERSION = 0.80
+VERSION = 0.81
 XGETTEXT = :
 XGETTEXT_015 = :
 XMLCATALOG = /usr/bin/xmlcatalog
@@ -176,9 +176,9 @@
              exit 1;; \
          esac; \
        done; \
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits  tests/config/Makefile'; 
\
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tests/config/Makefile'; \
        cd $(top_srcdir) && \
-         $(AUTOMAKE) --gnits  tests/config/Makefile
+         $(AUTOMAKE) --gnu  tests/config/Makefile
 .PRECIOUS: Makefile
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
        @case '$?' in \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.80/tests/config/Makefile.in 
new/pam-config-0.81/tests/config/Makefile.in
--- old/pam-config-0.80/tests/config/Makefile.in        2012-04-03 
16:03:47.000000000 +0200
+++ new/pam-config-0.81/tests/config/Makefile.in        2012-08-07 
10:08:15.000000000 +0200
@@ -176,9 +176,9 @@
              exit 1;; \
          esac; \
        done; \
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits  tests/config/Makefile'; 
\
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tests/config/Makefile'; \
        cd $(top_srcdir) && \
-         $(AUTOMAKE) --gnits  tests/config/Makefile
+         $(AUTOMAKE) --gnu  tests/config/Makefile
 .PRECIOUS: Makefile
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
        @case '$?' in \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.80/tests/etc/Makefile.in 
new/pam-config-0.81/tests/etc/Makefile.in
--- old/pam-config-0.80/tests/etc/Makefile.in   2012-04-03 16:03:47.000000000 
+0200
+++ new/pam-config-0.81/tests/etc/Makefile.in   2012-08-07 10:08:15.000000000 
+0200
@@ -183,9 +183,9 @@
              exit 1;; \
          esac; \
        done; \
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits  tests/etc/Makefile'; \
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tests/etc/Makefile'; \
        cd $(top_srcdir) && \
-         $(AUTOMAKE) --gnits  tests/etc/Makefile
+         $(AUTOMAKE) --gnu  tests/etc/Makefile
 .PRECIOUS: Makefile
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
        @case '$?' in \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.80/tests/pam-config.test/Makefile 
new/pam-config-0.81/tests/pam-config.test/Makefile
--- old/pam-config-0.80/tests/pam-config.test/Makefile  2012-04-03 
16:03:50.000000000 +0200
+++ new/pam-config-0.81/tests/pam-config.test/Makefile  2012-08-07 
10:08:21.000000000 +0200
@@ -106,7 +106,7 @@
 SHELL = /bin/sh
 STRIP = 
 USE_NLS = yes
-VERSION = 0.80
+VERSION = 0.81
 XGETTEXT = :
 XGETTEXT_015 = :
 XMLCATALOG = /usr/bin/xmlcatalog
@@ -176,9 +176,9 @@
              exit 1;; \
          esac; \
        done; \
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits  
tests/pam-config.test/Makefile'; \
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  
tests/pam-config.test/Makefile'; \
        cd $(top_srcdir) && \
-         $(AUTOMAKE) --gnits  tests/pam-config.test/Makefile
+         $(AUTOMAKE) --gnu  tests/pam-config.test/Makefile
 .PRECIOUS: Makefile
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
        @case '$?' in \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.80/tests/pam-config.test/Makefile.in 
new/pam-config-0.81/tests/pam-config.test/Makefile.in
--- old/pam-config-0.80/tests/pam-config.test/Makefile.in       2012-04-03 
16:03:47.000000000 +0200
+++ new/pam-config-0.81/tests/pam-config.test/Makefile.in       2012-08-07 
10:08:15.000000000 +0200
@@ -176,9 +176,9 @@
              exit 1;; \
          esac; \
        done; \
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits  
tests/pam-config.test/Makefile'; \
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  
tests/pam-config.test/Makefile'; \
        cd $(top_srcdir) && \
-         $(AUTOMAKE) --gnits  tests/pam-config.test/Makefile
+         $(AUTOMAKE) --gnu  tests/pam-config.test/Makefile
 .PRECIOUS: Makefile
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
        @case '$?' in \

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to