Hello community,

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

Package is "pam-config"

Mon Aug 21 11:33:34 2017 rev:73 rq:515434 version:0.92

Changes:
--------
--- /work/SRC/openSUSE:Factory/pam-config/pam-config.changes    2017-01-11 
12:00:50.302549598 +0100
+++ /work/SRC/openSUSE:Factory/.pam-config.new/pam-config.changes       
2017-08-21 11:33:42.758274001 +0200
@@ -1,0 +2,8 @@
+Wed Aug  9 14:01:00 CEST 2017 - ku...@suse.de
+
+- Update to version 0.92
+  - add pam_kwallet5 support
+  - move pam_systemd before pam_krb5 [bsc#1014995]
+  - obsoletes gcc7-Add-break-to-a-case-label.patch
+
+-------------------------------------------------------------------

Old:
----
  gcc7-Add-break-to-a-case-label.patch
  pam-config-0.91.tar.bz2

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

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

Other differences:
------------------
++++++ pam-config.spec ++++++
--- /var/tmp/diff_new_pack.bIjUhJ/_old  2017-08-21 11:33:44.058091200 +0200
+++ /var/tmp/diff_new_pack.bIjUhJ/_new  2017-08-21 11:33:44.074088951 +0200
@@ -20,16 +20,13 @@
 Summary:        Modify common PAM configuration files
 License:        GPL-2.0
 Group:          System/Management
-Version:        0.91
+Version:        0.92
 Release:        0
 PreReq:         pam >= 1.3.0
 Url:            https://github.com/SUSE/pam-config
 Source:         %{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
-# PATCH-FIX-UPSTREAM: Fix new warning introduced in GCC7
-Patch1:         gcc7-Add-break-to-a-case-label.patch 
-
 %description
 pam-config is a command line utility to maintain the common PAM
 configuration files included by most PAM application configuration
@@ -41,7 +38,6 @@
 
 %prep
 %setup -q
-%patch1 -p1
 
 %build
 %configure
@@ -85,6 +81,7 @@
 
 %files -f pam-config.lang
 %defattr(-,root,root)
+%doc COPYING
 %{_sbindir}/pam-config
 %doc %{_mandir}/man8/pam-config.8*
 %ghost %config %{_sysconfdir}/pam.d/common-account-pc

++++++ pam-config-0.91.tar.bz2 -> pam-config-0.92.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.91/NEWS new/pam-config-0.92/NEWS
--- old/pam-config-0.91/NEWS    2016-05-31 15:08:45.000000000 +0200
+++ new/pam-config-0.92/NEWS    2017-08-09 13:40:56.000000000 +0200
@@ -1,9 +1,12 @@
 pam-config NEWS -- history of user-visible changes.
 
-Copyright (C) 2006-2016 Thorsten Kukuk <ku...@suse.de>.
+Copyright (C) 2006-2017 Thorsten Kukuk <ku...@suse.de>.
 
 Please enter bug reports into https://bugzilla.suse.com.
 
+Version 0.92
+* Add support for pam_kwallet5
+
 Version 0.91
 * Automatically replace obsolete PAM modules if no longer installed.
 * Extend error messages for wrong arguments.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.91/aclocal.m4 
new/pam-config-0.92/aclocal.m4
--- old/pam-config-0.91/aclocal.m4      2016-05-31 15:08:47.000000000 +0200
+++ new/pam-config-0.92/aclocal.m4      2017-08-09 13:41:02.000000000 +0200
@@ -2533,10 +2533,9 @@
 # configured tree to be moved without reconfiguration.
 
 AC_DEFUN([AM_AUX_DIR_EXPAND],
-[dnl Rely on autoconf to set up CDPATH properly.
-AC_PREREQ([2.50])dnl
-# expand $ac_aux_dir to an absolute path
-am_aux_dir=`cd $ac_aux_dir && pwd`
+[AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
+# Expand $ac_aux_dir to an absolute path.
+am_aux_dir=`cd "$ac_aux_dir" && pwd`
 ])
 
 # AM_CONDITIONAL                                            -*- Autoconf -*-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.91/configure 
new/pam-config-0.92/configure
--- old/pam-config-0.91/configure       2016-05-31 15:08:49.000000000 +0200
+++ new/pam-config-0.92/configure       2017-08-09 13:41:02.000000000 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for pam-config 0.91.
+# Generated by GNU Autoconf 2.69 for pam-config 0.92.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -577,8 +577,8 @@
 # Identity of this package.
 PACKAGE_NAME='pam-config'
 PACKAGE_TARNAME='pam-config'
-PACKAGE_VERSION='0.91'
-PACKAGE_STRING='pam-config 0.91'
+PACKAGE_VERSION='0.92'
+PACKAGE_STRING='pam-config 0.92'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1305,7 +1305,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures pam-config 0.91 to adapt to many kinds of systems.
+\`configure' configures pam-config 0.92 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1375,7 +1375,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of pam-config 0.91:";;
+     short | recursive ) echo "Configuration of pam-config 0.92:";;
    esac
   cat <<\_ACEOF
 
@@ -1479,7 +1479,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-pam-config configure 0.91
+pam-config configure 0.92
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1844,7 +1844,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by pam-config $as_me 0.91, which was
+It was created by pam-config $as_me 0.92, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2394,8 +2394,8 @@
 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
 
-# expand $ac_aux_dir to an absolute path
-am_aux_dir=`cd $ac_aux_dir && pwd`
+# Expand $ac_aux_dir to an absolute path.
+am_aux_dir=`cd "$ac_aux_dir" && pwd`
 
 if test x"${MISSING+set}" != xset; then
   case $am_aux_dir in
@@ -2708,7 +2708,7 @@
 
 # Define the identity of the package.
  PACKAGE='pam-config'
- VERSION='0.91'
+ VERSION='0.92'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -8115,7 +8115,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by pam-config $as_me 0.91, which was
+This file was extended by pam-config $as_me 0.92, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -8181,7 +8181,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-pam-config config.status 0.91
+pam-config config.status 0.92
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.91/configure.ac 
new/pam-config-0.92/configure.ac
--- old/pam-config-0.91/configure.ac    2016-05-31 15:08:02.000000000 +0200
+++ new/pam-config-0.92/configure.ac    2017-08-09 13:40:20.000000000 +0200
@@ -1,5 +1,5 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT(pam-config, 0.91)
+AC_INIT(pam-config, 0.92)
 AM_INIT_AUTOMAKE
 AC_CONFIG_SRCDIR([src/pam-config.c])
 AM_CONFIG_HEADER(config.h)
Binary files old/pam-config-0.91/po/af.gmo and new/pam-config-0.92/po/af.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.91/po/af.po new/pam-config-0.92/po/af.po
--- old/pam-config-0.91/po/af.po        2016-05-31 15:09:04.000000000 +0200
+++ new/pam-config-0.92/po/af.po        2017-08-09 13:41:04.000000000 +0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: installation\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-05-31 15:09+0200\n"
+"POT-Creation-Date: 2017-08-09 13:41+0200\n"
 "PO-Revision-Date: 2006-11-03 14:26\n"
 "Last-Translator: Novell Language <langu...@novell.com>\n"
 "Language-Team: Novell Language <langu...@novell.com>\n"
Binary files old/pam-config-0.91/po/ar.gmo and new/pam-config-0.92/po/ar.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.91/po/ar.po new/pam-config-0.92/po/ar.po
--- old/pam-config-0.91/po/ar.po        2016-05-31 15:09:04.000000000 +0200
+++ new/pam-config-0.92/po/ar.po        2017-08-09 13:41:04.000000000 +0200
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: @PACKAGE@\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-05-31 15:09+0200\n"
+"POT-Creation-Date: 2017-08-09 13:41+0200\n"
 "PO-Revision-Date: 2001-07-13 15:36+0200\n"
 "Last-Translator: Ghayss Tarraf <j...@suse.de>\n"
 "Language-Team: Arabic <i...@suse.de>\n"
Binary files old/pam-config-0.91/po/bg.gmo and new/pam-config-0.92/po/bg.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.91/po/bg.po new/pam-config-0.92/po/bg.po
--- old/pam-config-0.91/po/bg.po        2016-05-31 15:09:04.000000000 +0200
+++ new/pam-config-0.92/po/bg.po        2017-08-09 13:41:04.000000000 +0200
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: pam-config\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-05-31 15:09+0200\n"
+"POT-Creation-Date: 2017-08-09 13:41+0200\n"
 "PO-Revision-Date: 2009-10-15 15:55+0300\n"
 "Last-Translator: Borislav Mitev <morbid_vi...@tkzs.org>\n"
 "Language-Team: Bulgarian <b...@li.org>\n"
Binary files old/pam-config-0.91/po/bn.gmo and new/pam-config-0.92/po/bn.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.91/po/bn.po new/pam-config-0.92/po/bn.po
--- old/pam-config-0.91/po/bn.po        2016-05-31 15:09:04.000000000 +0200
+++ new/pam-config-0.92/po/bn.po        2017-08-09 13:41:04.000000000 +0200
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: @PACKAGE@\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-05-31 15:09+0200\n"
+"POT-Creation-Date: 2017-08-09 13:41+0200\n"
 "PO-Revision-Date: 2004-08-09 10:24+0200\n"
 "Last-Translator: xxx <y...@example.org>\n"
 "Language-Team: Bengali <i...@suse.de>\n"
Binary files old/pam-config-0.91/po/bs.gmo and new/pam-config-0.92/po/bs.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.91/po/bs.po new/pam-config-0.92/po/bs.po
--- old/pam-config-0.91/po/bs.po        2016-05-31 15:09:04.000000000 +0200
+++ new/pam-config-0.92/po/bs.po        2017-08-09 13:41:04.000000000 +0200
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: @PACKAGE@\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-05-31 15:09+0200\n"
+"POT-Creation-Date: 2017-08-09 13:41+0200\n"
 "PO-Revision-Date: 2002-07-23 18:27+0200\n"
 "Last-Translator: Damir Bjelobradic <nag...@lugbih.org>\n"
 "Language-Team: Bosnian <i...@suse.de>\n"
Binary files old/pam-config-0.91/po/ca.gmo and new/pam-config-0.92/po/ca.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.91/po/ca.po new/pam-config-0.92/po/ca.po
--- old/pam-config-0.91/po/ca.po        2016-05-31 15:09:04.000000000 +0200
+++ new/pam-config-0.92/po/ca.po        2017-08-09 13:41:04.000000000 +0200
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: @PACKAGE@\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-05-31 15:09+0200\n"
+"POT-Creation-Date: 2017-08-09 13:41+0200\n"
 "PO-Revision-Date: 2002-02-08 15:47+0100\n"
 "Last-Translator: Jaume Badiella <myo...@drac.com>\n"
 "Language-Team: Catalan\n"
Binary files old/pam-config-0.91/po/cs.gmo and new/pam-config-0.92/po/cs.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.91/po/cs.po new/pam-config-0.92/po/cs.po
--- old/pam-config-0.91/po/cs.po        2016-05-31 15:09:04.000000000 +0200
+++ new/pam-config-0.92/po/cs.po        2017-08-09 13:41:04.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: pam-config\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-05-31 15:09+0200\n"
+"POT-Creation-Date: 2017-08-09 13:41+0200\n"
 "PO-Revision-Date: 2010-05-30 12:19+0200\n"
 "Last-Translator: Vojtěch Zeisek <vojtech.zei...@opensuse.org>\n"
 "Language-Team: Czech <opensuse-translat...@opensuse.org>\n"
Binary files old/pam-config-0.91/po/cy.gmo and new/pam-config-0.92/po/cy.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.91/po/cy.po new/pam-config-0.92/po/cy.po
--- old/pam-config-0.91/po/cy.po        2016-05-31 15:09:05.000000000 +0200
+++ new/pam-config-0.92/po/cy.po        2017-08-09 13:41:04.000000000 +0200
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: @PACKAGE@\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-05-31 15:09+0200\n"
+"POT-Creation-Date: 2017-08-09 13:41+0200\n"
 "PO-Revision-Date: 2003-09-23 10:33+0200\n"
 "Last-Translator: Kevin Donnelly <ke...@dotmon.com>\n"
 "Language-Team: Welsh <i...@suse.de>\n"
Binary files old/pam-config-0.91/po/da.gmo and new/pam-config-0.92/po/da.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.91/po/da.po new/pam-config-0.92/po/da.po
--- old/pam-config-0.91/po/da.po        2016-05-31 15:09:05.000000000 +0200
+++ new/pam-config-0.92/po/da.po        2017-08-09 13:41:04.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: pam-config\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-05-31 15:09+0200\n"
+"POT-Creation-Date: 2017-08-09 13:41+0200\n"
 "PO-Revision-Date: 2010-05-11 10:34+0200\n"
 "Last-Translator: Martin Schlander <mschlan...@opensuse.org>\n"
 "Language-Team: Danish <opensuse-translat...@opensuse.org>\n"
Binary files old/pam-config-0.91/po/de.gmo and new/pam-config-0.92/po/de.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.91/po/de.po new/pam-config-0.92/po/de.po
--- old/pam-config-0.91/po/de.po        2016-05-31 15:09:05.000000000 +0200
+++ new/pam-config-0.92/po/de.po        2017-08-09 13:41:04.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: pam-config.de\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-05-31 15:09+0200\n"
+"POT-Creation-Date: 2017-08-09 13:41+0200\n"
 "PO-Revision-Date: 2009-08-20 21:23+0200\n"
 "Last-Translator: Hermann-Josef Beckers <hj.beck...@onlinehome.de>\n"
 "Language-Team: German <kde-i18n...@kde.org>\n"
Binary files old/pam-config-0.91/po/el.gmo and new/pam-config-0.92/po/el.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.91/po/el.po new/pam-config-0.92/po/el.po
--- old/pam-config-0.91/po/el.po        2016-05-31 15:09:05.000000000 +0200
+++ new/pam-config-0.92/po/el.po        2017-08-09 13:41:04.000000000 +0200
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: pam-config.el\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-05-31 15:09+0200\n"
+"POT-Creation-Date: 2017-08-09 13:41+0200\n"
 "PO-Revision-Date: 2008-06-06 01:04+0100\n"
 "Last-Translator: Vasileios Giannakopoulos <bi...@billg.gr>\n"
 "Language-Team: Ελληνικά <bi...@billg.gr>\n"
Binary files old/pam-config-0.91/po/en_GB.gmo and 
new/pam-config-0.92/po/en_GB.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.91/po/en_GB.po 
new/pam-config-0.92/po/en_GB.po
--- old/pam-config-0.91/po/en_GB.po     2016-05-31 15:09:05.000000000 +0200
+++ new/pam-config-0.92/po/en_GB.po     2017-08-09 13:41:04.000000000 +0200
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: pam-config\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-05-31 15:09+0200\n"
+"POT-Creation-Date: 2017-08-09 13:41+0200\n"
 "PO-Revision-Date: 2007-08-19 15:10+0100\n"
 "Last-Translator: Benjamin Weber <b.we...@warwick.ac.uk>\n"
 "Language-Team:  <e...@li.org>\n"
Binary files old/pam-config-0.91/po/en_US.gmo and 
new/pam-config-0.92/po/en_US.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.91/po/en_US.po 
new/pam-config-0.92/po/en_US.po
--- old/pam-config-0.91/po/en_US.po     2016-05-31 15:09:05.000000000 +0200
+++ new/pam-config-0.92/po/en_US.po     2017-08-09 13:41:04.000000000 +0200
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: @PACKAGE@\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-05-31 15:09+0200\n"
+"POT-Creation-Date: 2017-08-09 13:41+0200\n"
 "PO-Revision-Date: 2005-11-08 12:26+8\n"
 "Last-Translator: Steve Beattie <st...@immunix.com>\n"
 "Language-Team: English\n"
Binary files old/pam-config-0.91/po/es.gmo and new/pam-config-0.92/po/es.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.91/po/es.po new/pam-config-0.92/po/es.po
--- old/pam-config-0.91/po/es.po        2016-05-31 15:09:05.000000000 +0200
+++ new/pam-config-0.92/po/es.po        2017-08-09 13:41:04.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: pam-config\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-05-31 15:09+0200\n"
+"POT-Creation-Date: 2017-08-09 13:41+0200\n"
 "PO-Revision-Date: 2009-12-28 00:19-0300\n"
 "Last-Translator: Ricardo Varas Santana <ricardoiva...@gmail.com>\n"
 "Language-Team: Spanish <opensuse-translation...@opensuse.org>\n"
Binary files old/pam-config-0.91/po/et.gmo and new/pam-config-0.92/po/et.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.91/po/et.po new/pam-config-0.92/po/et.po
--- old/pam-config-0.91/po/et.po        2016-05-31 15:09:05.000000000 +0200
+++ new/pam-config-0.92/po/et.po        2017-08-09 13:41:04.000000000 +0200
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: pam-config.et\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-05-31 15:09+0200\n"
+"POT-Creation-Date: 2017-08-09 13:41+0200\n"
 "PO-Revision-Date: 2007-07-20 09:39+0300\n"
 "Last-Translator: Ain Vagula <avag...@gmail.com>\n"
 "Language-Team: Estonian <linux...@lists.eenet.ee>\n"
Binary files old/pam-config-0.91/po/fi.gmo and new/pam-config-0.92/po/fi.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.91/po/fi.po new/pam-config-0.92/po/fi.po
--- old/pam-config-0.91/po/fi.po        2016-05-31 15:09:05.000000000 +0200
+++ new/pam-config-0.92/po/fi.po        2017-08-09 13:41:04.000000000 +0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: pam-config.fi\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-05-31 15:09+0200\n"
+"POT-Creation-Date: 2017-08-09 13:41+0200\n"
 "PO-Revision-Date: 2010-04-10 21:36+0300\n"
 "Last-Translator: Jyri Palokangas <j...@opensuse.org>\n"
 "Language-Team: TRANSLATIONS <kde-i18n-...@kde.org>\n"
Binary files old/pam-config-0.91/po/fr.gmo and new/pam-config-0.92/po/fr.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.91/po/fr.po new/pam-config-0.92/po/fr.po
--- old/pam-config-0.91/po/fr.po        2016-05-31 15:09:05.000000000 +0200
+++ new/pam-config-0.92/po/fr.po        2017-08-09 13:41:04.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: pam-config\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-05-31 15:09+0200\n"
+"POT-Creation-Date: 2017-08-09 13:41+0200\n"
 "PO-Revision-Date: 2010-05-05 21:07+0100\n"
 "Last-Translator: Guillaume GARDET <guillaume.gar...@free.fr>\n"
 "Language-Team: French <opensuse...@opensuse.org>\n"
Binary files old/pam-config-0.91/po/gl.gmo and new/pam-config-0.92/po/gl.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.91/po/gl.po new/pam-config-0.92/po/gl.po
--- old/pam-config-0.91/po/gl.po        2016-05-31 15:09:05.000000000 +0200
+++ new/pam-config-0.92/po/gl.po        2017-08-09 13:41:05.000000000 +0200
@@ -3,7 +3,7 @@
 msgstr ""
 "Project-Id-Version: @PACKAGE@\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-05-31 15:09+0200\n"
+"POT-Creation-Date: 2017-08-09 13:41+0200\n"
 "PO-Revision-Date: 2009-12-02 21:03+0100\n"
 "Last-Translator: Óscar Abilleira Muñiz <oscar_abille...@edu.xunta.es>\n"
 "Language-Team: Galician <proxe...@trasno.net>\n"
Binary files old/pam-config-0.91/po/gu.gmo and new/pam-config-0.92/po/gu.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.91/po/gu.po new/pam-config-0.92/po/gu.po
--- old/pam-config-0.91/po/gu.po        2016-05-31 15:09:06.000000000 +0200
+++ new/pam-config-0.92/po/gu.po        2017-08-09 13:41:05.000000000 +0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: YaST (@memory@)\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-05-31 15:09+0200\n"
+"POT-Creation-Date: 2017-08-09 13:41+0200\n"
 "PO-Revision-Date: 2005-07-29 15:37+0530\n"
 "Last-Translator: i...@suse.de\n"
 "Language-Team: Gujarati <i...@suse.de>\n"
Binary files old/pam-config-0.91/po/he.gmo and new/pam-config-0.92/po/he.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.91/po/he.po new/pam-config-0.92/po/he.po
--- old/pam-config-0.91/po/he.po        2016-05-31 15:09:06.000000000 +0200
+++ new/pam-config-0.92/po/he.po        2017-08-09 13:41:05.000000000 +0200
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: @PACKAGE@\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-05-31 15:09+0200\n"
+"POT-Creation-Date: 2017-08-09 13:41+0200\n"
 "PO-Revision-Date: 2004-08-09 10:24+0200\n"
 "Last-Translator: xxx <y...@example.org>\n"
 "Language-Team: Hebrew <i...@suse.de>\n"
Binary files old/pam-config-0.91/po/hi.gmo and new/pam-config-0.92/po/hi.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.91/po/hi.po new/pam-config-0.92/po/hi.po
--- old/pam-config-0.91/po/hi.po        2016-05-31 15:09:06.000000000 +0200
+++ new/pam-config-0.92/po/hi.po        2017-08-09 13:41:05.000000000 +0200
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: pam-config.hi\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-05-31 15:09+0200\n"
+"POT-Creation-Date: 2017-08-09 13:41+0200\n"
 "PO-Revision-Date: 2007-08-24 20:43+0530\n"
 "Last-Translator: Sangeeta Kumari <k.sangeet...@gmail.com>\n"
 "Language-Team: Hindi <e...@li.org>\n"
Binary files old/pam-config-0.91/po/hr.gmo and new/pam-config-0.92/po/hr.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.91/po/hr.po new/pam-config-0.92/po/hr.po
--- old/pam-config-0.91/po/hr.po        2016-05-31 15:09:06.000000000 +0200
+++ new/pam-config-0.92/po/hr.po        2017-08-09 13:41:05.000000000 +0200
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: @PACKAGE@\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-05-31 15:09+0200\n"
+"POT-Creation-Date: 2017-08-09 13:41+0200\n"
 "PO-Revision-Date: 2008-06-03 21:52+0100\n"
 "Last-Translator: Krešimir Jozić <kjo...@gmail.com>\n"
 "Language-Team: Croatian <i...@suse.de>\n"
Binary files old/pam-config-0.91/po/hu.gmo and new/pam-config-0.92/po/hu.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.91/po/hu.po new/pam-config-0.92/po/hu.po
--- old/pam-config-0.91/po/hu.po        2016-05-31 15:09:06.000000000 +0200
+++ new/pam-config-0.92/po/hu.po        2017-08-09 13:41:05.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: pam-config.hu\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-05-31 15:09+0200\n"
+"POT-Creation-Date: 2017-08-09 13:41+0200\n"
 "PO-Revision-Date: 2010-03-18 11:40+0100\n"
 "Last-Translator: Kalman Kemenczy <kkemen...@novell.com>\n"
 "Language-Team: collection <kde-i18n-...@kde.org>\n"
Binary files old/pam-config-0.91/po/id.gmo and new/pam-config-0.92/po/id.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.91/po/id.po new/pam-config-0.92/po/id.po
--- old/pam-config-0.91/po/id.po        2016-05-31 15:09:06.000000000 +0200
+++ new/pam-config-0.92/po/id.po        2017-08-09 13:41:05.000000000 +0200
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: @PACKAGE@\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-05-31 15:09+0200\n"
+"POT-Creation-Date: 2017-08-09 13:41+0200\n"
 "PO-Revision-Date: 2002-10-08 13:38+0200\n"
 "Last-Translator: I Made Wiryana <m...@nakula.rvs.uni-bielefeld.de>\n"
 "Language-Team: Indonesian <i...@suse.de>\n"
Binary files old/pam-config-0.91/po/it.gmo and new/pam-config-0.92/po/it.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.91/po/it.po new/pam-config-0.92/po/it.po
--- old/pam-config-0.91/po/it.po        2016-05-31 15:09:06.000000000 +0200
+++ new/pam-config-0.92/po/it.po        2017-08-09 13:41:05.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: pam-config.it\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-05-31 15:09+0200\n"
+"POT-Creation-Date: 2017-08-09 13:41+0200\n"
 "PO-Revision-Date: 2010-04-08 12:24+0100\n"
 "Last-Translator: Andrea Florio <and...@opensuse.org>\n"
 "Language-Team: Italian <i...@li.org>\n"
Binary files old/pam-config-0.91/po/ja.gmo and new/pam-config-0.92/po/ja.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.91/po/ja.po new/pam-config-0.92/po/ja.po
--- old/pam-config-0.91/po/ja.po        2016-05-31 15:09:06.000000000 +0200
+++ new/pam-config-0.92/po/ja.po        2017-08-09 13:41:05.000000000 +0200
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: pam-config\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-05-31 15:09+0200\n"
+"POT-Creation-Date: 2017-08-09 13:41+0200\n"
 "PO-Revision-Date: 2010-03-10 16:13+0900\n"
 "Last-Translator: Yasuhiko Kamata <belphe...@belbel.or.jp>\n"
 "Language-Team: Japanese <opensuse...@opensuse.org>\n"
Binary files old/pam-config-0.91/po/ka.gmo and new/pam-config-0.92/po/ka.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.91/po/ka.po new/pam-config-0.92/po/ka.po
--- old/pam-config-0.91/po/ka.po        2016-05-31 15:09:06.000000000 +0200
+++ new/pam-config-0.92/po/ka.po        2017-08-09 13:41:05.000000000 +0200
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: @PACKAGE@\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-05-31 15:09+0200\n"
+"POT-Creation-Date: 2017-08-09 13:41+0200\n"
 "PO-Revision-Date: 2005-05-18 10:33+0200\n"
 "Last-Translator: Aiet Kolkhi <a...@qartuli.net>\n"
 "Language-Team: Georgian <i...@suse.de>\n"
Binary files old/pam-config-0.91/po/km.gmo and new/pam-config-0.92/po/km.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.91/po/km.po new/pam-config-0.92/po/km.po
--- old/pam-config-0.91/po/km.po        2016-05-31 15:09:06.000000000 +0200
+++ new/pam-config-0.92/po/km.po        2017-08-09 13:41:05.000000000 +0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: pam-config\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-05-31 15:09+0200\n"
+"POT-Creation-Date: 2017-08-09 13:41+0200\n"
 "PO-Revision-Date: 2010-07-07 10:14+0700\n"
 "Last-Translator: Khoem Sokhem <khoemsok...@khmeros.info>\n"
 "Language-Team: Khmer <supp...@khmeros.info>\n"
Binary files old/pam-config-0.91/po/ko.gmo and new/pam-config-0.92/po/ko.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.91/po/ko.po new/pam-config-0.92/po/ko.po
--- old/pam-config-0.91/po/ko.po        2016-05-31 15:09:06.000000000 +0200
+++ new/pam-config-0.92/po/ko.po        2017-08-09 13:41:05.000000000 +0200
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: pam-config.ko\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-05-31 15:09+0200\n"
+"POT-Creation-Date: 2017-08-09 13:41+0200\n"
 "PO-Revision-Date: 2009-10-23 02:32+0900\n"
 "Last-Translator: Yunseok Choi <x...@naver.com>\n"
 "Language-Team: Korean <x...@naver.com>\n"
Binary files old/pam-config-0.91/po/lo.gmo and new/pam-config-0.92/po/lo.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.91/po/lo.po new/pam-config-0.92/po/lo.po
--- old/pam-config-0.91/po/lo.po        2016-05-31 15:09:06.000000000 +0200
+++ new/pam-config-0.92/po/lo.po        2017-08-09 13:41:05.000000000 +0200
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: @PACKAGE@\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-05-31 15:09+0200\n"
+"POT-Creation-Date: 2017-08-09 13:41+0200\n"
 "PO-Revision-Date: 2006-01-04 08:58+0100\n"
 "Last-Translator: i...@suse.de\n"
 "Language-Team: Lao <i...@suse.de>\n"
Binary files old/pam-config-0.91/po/lt.gmo and new/pam-config-0.92/po/lt.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.91/po/lt.po new/pam-config-0.92/po/lt.po
--- old/pam-config-0.91/po/lt.po        2016-05-31 15:09:06.000000000 +0200
+++ new/pam-config-0.92/po/lt.po        2017-08-09 13:41:05.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: pam-config.lt\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-05-31 15:09+0200\n"
+"POT-Creation-Date: 2017-08-09 13:41+0200\n"
 "PO-Revision-Date: 2010-07-29 21:09+0300\n"
 "Last-Translator: Mindaugas Baranauskas <em...@users.berlios.de>\n"
 "Language-Team: Lithuanian <kde-i18n-...@kde.org>\n"
Binary files old/pam-config-0.91/po/mk.gmo and new/pam-config-0.92/po/mk.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.91/po/mk.po new/pam-config-0.92/po/mk.po
--- old/pam-config-0.91/po/mk.po        2016-05-31 15:09:06.000000000 +0200
+++ new/pam-config-0.92/po/mk.po        2017-08-09 13:41:05.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: YaST (@memory@)\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-05-31 15:09+0200\n"
+"POT-Creation-Date: 2017-08-09 13:41+0200\n"
 "PO-Revision-Date: 2001-07-17 16:12+0200\n"
 "Last-Translator: Зоран Димовски <zoki.dimov...@gmail.com>\n"
 "Language-Team: Macedonian <i...@suse.de>\n"
Binary files old/pam-config-0.91/po/mr.gmo and new/pam-config-0.92/po/mr.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.91/po/mr.po new/pam-config-0.92/po/mr.po
--- old/pam-config-0.91/po/mr.po        2016-05-31 15:09:06.000000000 +0200
+++ new/pam-config-0.92/po/mr.po        2017-08-09 13:41:05.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: YaST (@memory@)\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-05-31 15:09+0200\n"
+"POT-Creation-Date: 2017-08-09 13:41+0200\n"
 "PO-Revision-Date: 2005-07-29 15:37+0530\n"
 "Last-Translator: \"( अमेय पाळंदे ) Ameya Palande\" <2am...@gmail.com>\n"
 "Language-Team: Marathi <i...@suse.de>\n"
Binary files old/pam-config-0.91/po/nb.gmo and new/pam-config-0.92/po/nb.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.91/po/nb.po new/pam-config-0.92/po/nb.po
--- old/pam-config-0.91/po/nb.po        2016-05-31 15:09:06.000000000 +0200
+++ new/pam-config-0.92/po/nb.po        2017-08-09 13:41:05.000000000 +0200
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: pam-config\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-05-31 15:09+0200\n"
+"POT-Creation-Date: 2017-08-09 13:41+0200\n"
 "PO-Revision-Date: 2008-10-22 21:42+0200\n"
 "Last-Translator: Olav P. <olav....@gmail.com>\n"
 "Language-Team: Norwegian Bokmål <>\n"
Binary files old/pam-config-0.91/po/nl.gmo and new/pam-config-0.92/po/nl.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.91/po/nl.po new/pam-config-0.92/po/nl.po
--- old/pam-config-0.91/po/nl.po        2016-05-31 15:09:06.000000000 +0200
+++ new/pam-config-0.92/po/nl.po        2017-08-09 13:41:05.000000000 +0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: pam-config.nl\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-05-31 15:09+0200\n"
+"POT-Creation-Date: 2017-08-09 13:41+0200\n"
 "PO-Revision-Date: 2010-04-05 11:30+0200\n"
 "Last-Translator: Freek de Kruijf <fr...@opensuse.org>\n"
 "Language-Team: Dutch <yast-nl-l...@lists.sf.kovoks.nl>\n"
Binary files old/pam-config-0.91/po/pa.gmo and new/pam-config-0.92/po/pa.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.91/po/pa.po new/pam-config-0.92/po/pa.po
--- old/pam-config-0.91/po/pa.po        2016-05-31 15:09:06.000000000 +0200
+++ new/pam-config-0.92/po/pa.po        2017-08-09 13:41:05.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: pam-config.pa\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-05-31 15:09+0200\n"
+"POT-Creation-Date: 2017-08-09 13:41+0200\n"
 "PO-Revision-Date: 2007-08-21 23:07+0530\n"
 "Last-Translator: A S Alam <aa...@users.sf.net>\n"
 "Language-Team: Panjabi <punjabi-l...@lists.sf.net>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.91/po/pam-config.pot 
new/pam-config-0.92/po/pam-config.pot
--- old/pam-config-0.91/po/pam-config.pot       2016-05-31 15:09:04.000000000 
+0200
+++ new/pam-config-0.92/po/pam-config.pot       2017-08-09 13:41:04.000000000 
+0200
@@ -6,9 +6,9 @@
 #, fuzzy
 msgid ""
 msgstr ""
-"Project-Id-Version: pam-config 0.91\n"
+"Project-Id-Version: pam-config 0.92\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-05-31 15:09+0200\n"
+"POT-Creation-Date: 2017-08-09 13:41+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <l...@li.org>\n"
Binary files old/pam-config-0.91/po/pl.gmo and new/pam-config-0.92/po/pl.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.91/po/pl.po new/pam-config-0.92/po/pl.po
--- old/pam-config-0.91/po/pl.po        2016-05-31 15:09:06.000000000 +0200
+++ new/pam-config-0.92/po/pl.po        2017-08-09 13:41:05.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: pam-config\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-05-31 15:09+0200\n"
+"POT-Creation-Date: 2017-08-09 13:41+0200\n"
 "PO-Revision-Date: 2010-05-24 03:00+0200\n"
 "Last-Translator: Mariusz Fik <fi...@opensuse.org>\n"
 "Language-Team: Polish <opensuse...@opensuse.org>\n"
Binary files old/pam-config-0.91/po/pt.gmo and new/pam-config-0.92/po/pt.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.91/po/pt.po new/pam-config-0.92/po/pt.po
--- old/pam-config-0.91/po/pt.po        2016-05-31 15:09:06.000000000 +0200
+++ new/pam-config-0.92/po/pt.po        2017-08-09 13:41:05.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: pam-config.pt\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-05-31 15:09+0200\n"
+"POT-Creation-Date: 2017-08-09 13:41+0200\n"
 "PO-Revision-Date: 2008-10-18 22:01+0100\n"
 "Last-Translator: Carlos Gonçalves <cgoncal...@opensuse.org>\n"
 "Language-Team: Portuguese <opensuse...@opensuse.org>\n"
Binary files old/pam-config-0.91/po/pt_BR.gmo and 
new/pam-config-0.92/po/pt_BR.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.91/po/pt_BR.po 
new/pam-config-0.92/po/pt_BR.po
--- old/pam-config-0.91/po/pt_BR.po     2016-05-31 15:09:06.000000000 +0200
+++ new/pam-config-0.92/po/pt_BR.po     2017-08-09 13:41:05.000000000 +0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: pam-config\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-05-31 15:09+0200\n"
+"POT-Creation-Date: 2017-08-09 13:41+0200\n"
 "PO-Revision-Date: 2009-12-01 16:03-0300\n"
 "Last-Translator: Luiz Fernando Ranghetti <elchev...@opensuse.org>\n"
 "Language-Team: Brazilian Portuguese <kde-i18n-pt...@kde.org>\n"
Binary files old/pam-config-0.91/po/ro.gmo and new/pam-config-0.92/po/ro.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.91/po/ro.po new/pam-config-0.92/po/ro.po
--- old/pam-config-0.91/po/ro.po        2016-05-31 15:09:06.000000000 +0200
+++ new/pam-config-0.92/po/ro.po        2017-08-09 13:41:05.000000000 +0200
@@ -3,7 +3,7 @@
 msgstr ""
 "Project-Id-Version: openSUSE\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-05-31 15:09+0200\n"
+"POT-Creation-Date: 2017-08-09 13:41+0200\n"
 "PO-Revision-Date: 2010-04-30 16:32+0300\n"
 "Last-Translator: Lucian Oprea <oprea.l...@gmail.com>\n"
 "Language-Team: Comunitatea traducatorilor openSUSE Romania. Contact: <oprea."
Binary files old/pam-config-0.91/po/ru.gmo and new/pam-config-0.92/po/ru.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.91/po/ru.po new/pam-config-0.92/po/ru.po
--- old/pam-config-0.91/po/ru.po        2016-05-31 15:09:07.000000000 +0200
+++ new/pam-config-0.92/po/ru.po        2017-08-09 13:41:05.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: pam-config.ru\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-05-31 15:09+0200\n"
+"POT-Creation-Date: 2017-08-09 13:41+0200\n"
 "PO-Revision-Date: 2010-04-10 20:32+0300\n"
 "Last-Translator: Alexander Melentiev <alex...@gmail.com>\n"
 "Language-Team: Russian <opensuse-translation...@opensuse.org>\n"
Binary files old/pam-config-0.91/po/si.gmo and new/pam-config-0.92/po/si.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.91/po/si.po new/pam-config-0.92/po/si.po
--- old/pam-config-0.91/po/si.po        2016-05-31 15:09:07.000000000 +0200
+++ new/pam-config-0.92/po/si.po        2017-08-09 13:41:05.000000000 +0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: YaST (@memory@)\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-05-31 15:09+0200\n"
+"POT-Creation-Date: 2017-08-09 13:41+0200\n"
 "PO-Revision-Date: 2005-07-29 15:37+0530\n"
 "Last-Translator: i...@suse.de\n"
 "Language-Team: Sinhala <i...@suse.de>\n"
Binary files old/pam-config-0.91/po/sk.gmo and new/pam-config-0.92/po/sk.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.91/po/sk.po new/pam-config-0.92/po/sk.po
--- old/pam-config-0.91/po/sk.po        2016-05-31 15:09:07.000000000 +0200
+++ new/pam-config-0.92/po/sk.po        2017-08-09 13:41:05.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: @PACKAGE@\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-05-31 15:09+0200\n"
+"POT-Creation-Date: 2017-08-09 13:41+0200\n"
 "PO-Revision-Date: 2010-04-23 16:47+0100\n"
 "Last-Translator: Rastislav Krupanský <rastislav.krupan...@gmail.com>\n"
 "Language-Team: Slovak <sk-i...@lists.linux.sk>\n"
Binary files old/pam-config-0.91/po/sl.gmo and new/pam-config-0.92/po/sl.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.91/po/sl.po new/pam-config-0.92/po/sl.po
--- old/pam-config-0.91/po/sl.po        2016-05-31 15:09:07.000000000 +0200
+++ new/pam-config-0.92/po/sl.po        2017-08-09 13:41:05.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: @PACKAGE@\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-05-31 15:09+0200\n"
+"POT-Creation-Date: 2017-08-09 13:41+0200\n"
 "PO-Revision-Date: 2005-08-24 17:37+0200\n"
 "Last-Translator: Janez Krek <janez.k...@euroteh.si>\n"
 "Language-Team: Slovenščina <s...@li.org>\n"
Binary files old/pam-config-0.91/po/sr.gmo and new/pam-config-0.92/po/sr.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.91/po/sr.po new/pam-config-0.92/po/sr.po
--- old/pam-config-0.91/po/sr.po        2016-05-31 15:09:07.000000000 +0200
+++ new/pam-config-0.92/po/sr.po        2017-08-09 13:41:05.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: @PACKAGE@\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-05-31 15:09+0200\n"
+"POT-Creation-Date: 2017-08-09 13:41+0200\n"
 "PO-Revision-Date: 2005-08-03 21:03+0200\n"
 "Last-Translator: Данило Шеган <dan...@gnome.org>\n"
 "Language-Team: Serbian <nov...@prevod.org>\n"
Binary files old/pam-config-0.91/po/sv.gmo and new/pam-config-0.92/po/sv.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.91/po/sv.po new/pam-config-0.92/po/sv.po
--- old/pam-config-0.91/po/sv.po        2016-05-31 15:09:07.000000000 +0200
+++ new/pam-config-0.92/po/sv.po        2017-08-09 13:41:05.000000000 +0200
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: pam-config\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-05-31 15:09+0200\n"
+"POT-Creation-Date: 2017-08-09 13:41+0200\n"
 "PO-Revision-Date: 2008-11-08 17:17+0100\n"
 "Last-Translator: Jonas Björk <jo...@jonasbjork.net>\n"
 "Language-Team: svenska <s...@li.org>\n"
Binary files old/pam-config-0.91/po/ta.gmo and new/pam-config-0.92/po/ta.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.91/po/ta.po new/pam-config-0.92/po/ta.po
--- old/pam-config-0.91/po/ta.po        2016-05-31 15:09:07.000000000 +0200
+++ new/pam-config-0.92/po/ta.po        2017-08-09 13:41:05.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: @PACKAGE@\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-05-31 15:09+0200\n"
+"POT-Creation-Date: 2017-08-09 13:41+0200\n"
 "PO-Revision-Date: 2003-08-14 10:47+0200\n"
 "Last-Translator: xxx <y...@example.org>\n"
 "Language-Team: Tamil <i...@suse.de>\n"
Binary files old/pam-config-0.91/po/th.gmo and new/pam-config-0.92/po/th.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.91/po/th.po new/pam-config-0.92/po/th.po
--- old/pam-config-0.91/po/th.po        2016-05-31 15:09:07.000000000 +0200
+++ new/pam-config-0.92/po/th.po        2017-08-09 13:41:05.000000000 +0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: YaST (@memory@)\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-05-31 15:09+0200\n"
+"POT-Creation-Date: 2017-08-09 13:41+0200\n"
 "PO-Revision-Date: 2008-01-04 08:58+0100\n"
 "Last-Translator: i...@suse.de\n"
 "Language-Team: Thai <i...@suse.de>\n"
Binary files old/pam-config-0.91/po/tr.gmo and new/pam-config-0.92/po/tr.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.91/po/tr.po new/pam-config-0.92/po/tr.po
--- old/pam-config-0.91/po/tr.po        2016-05-31 15:09:07.000000000 +0200
+++ new/pam-config-0.92/po/tr.po        2017-08-09 13:41:05.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: @PACKAGE@\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-05-31 15:09+0200\n"
+"POT-Creation-Date: 2017-08-09 13:41+0200\n"
 "PO-Revision-Date: 2001-10-18 10:13+0200\n"
 "Last-Translator: Görkem Çetin <gor...@gelecek.com.tr>\n"
 "Language-Team: turkish <i...@suse.de>\n"
Binary files old/pam-config-0.91/po/uk.gmo and new/pam-config-0.92/po/uk.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.91/po/uk.po new/pam-config-0.92/po/uk.po
--- old/pam-config-0.91/po/uk.po        2016-05-31 15:09:07.000000000 +0200
+++ new/pam-config-0.92/po/uk.po        2017-08-09 13:41:05.000000000 +0200
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: pam-config.uk\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-05-31 15:09+0200\n"
+"POT-Creation-Date: 2017-08-09 13:41+0200\n"
 "PO-Revision-Date: 2008-10-22 22:51-0700\n"
 "Last-Translator: Ivan Petrouchtchak <fr.i...@ukrainian-orthodox.org>\n"
 "Language-Team: Ukrainian <translat...@linux.org.ua>\n"
Binary files old/pam-config-0.91/po/vi.gmo and new/pam-config-0.92/po/vi.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.91/po/vi.po new/pam-config-0.92/po/vi.po
--- old/pam-config-0.91/po/vi.po        2016-05-31 15:09:07.000000000 +0200
+++ new/pam-config-0.92/po/vi.po        2017-08-09 13:41:05.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: @PACKAGE@\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-05-31 15:09+0200\n"
+"POT-Creation-Date: 2017-08-09 13:41+0200\n"
 "PO-Revision-Date: 2006-07-12 07:32+0200\n"
 "Last-Translator: Phan Vĩnh Thịnh <tepp...@gmail.com>\n"
 "Language-Team: Vietnamese <i...@suse.de>\n"
Binary files old/pam-config-0.91/po/wa.gmo and new/pam-config-0.92/po/wa.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.91/po/wa.po new/pam-config-0.92/po/wa.po
--- old/pam-config-0.91/po/wa.po        2016-05-31 15:09:07.000000000 +0200
+++ new/pam-config-0.92/po/wa.po        2017-08-09 13:41:05.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: yast memory\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-05-31 15:09+0200\n"
+"POT-Creation-Date: 2017-08-09 13:41+0200\n"
 "PO-Revision-Date: 2004-04-05 17:37+0200\n"
 "Last-Translator: Jean Cayron <jean.cay...@gmail.com>\n"
 "Language-Team: Walloon <i...@suse.de>\n"
Binary files old/pam-config-0.91/po/xh.gmo and new/pam-config-0.92/po/xh.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.91/po/xh.po new/pam-config-0.92/po/xh.po
--- old/pam-config-0.91/po/xh.po        2016-05-31 15:09:07.000000000 +0200
+++ new/pam-config-0.92/po/xh.po        2017-08-09 13:41:05.000000000 +0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: base\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-05-31 15:09+0200\n"
+"POT-Creation-Date: 2017-08-09 13:41+0200\n"
 "PO-Revision-Date: 2006-11-03 14:26\n"
 "Last-Translator: Novell Language <langu...@novell.com>\n"
 "Language-Team: Novell Language <langu...@novell.com>\n"
Binary files old/pam-config-0.91/po/zh_CN.gmo and 
new/pam-config-0.92/po/zh_CN.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.91/po/zh_CN.po 
new/pam-config-0.92/po/zh_CN.po
--- old/pam-config-0.91/po/zh_CN.po     2016-05-31 15:09:07.000000000 +0200
+++ new/pam-config-0.92/po/zh_CN.po     2017-08-09 13:41:05.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: @PACKAGE@\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-05-31 15:09+0200\n"
+"POT-Creation-Date: 2017-08-09 13:41+0200\n"
 "PO-Revision-Date: 2008-12-01 01:33+0800\n"
 "Last-Translator: Thruth Wang <wangli...@gmail.com>\n"
 "Language-Team: Simplified Chinese\n"
Binary files old/pam-config-0.91/po/zh_TW.gmo and 
new/pam-config-0.92/po/zh_TW.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.91/po/zh_TW.po 
new/pam-config-0.92/po/zh_TW.po
--- old/pam-config-0.91/po/zh_TW.po     2016-05-31 15:09:07.000000000 +0200
+++ new/pam-config-0.92/po/zh_TW.po     2017-08-09 13:41:05.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: pam-config\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-05-31 15:09+0200\n"
+"POT-Creation-Date: 2017-08-09 13:41+0200\n"
 "PO-Revision-Date: 2009-09-18 21:45+0800\n"
 "Last-Translator: swyear <swy...@gmail.com>\n"
 "Language-Team: Chinese Traditional <z...@li.org>\n"
Binary files old/pam-config-0.91/po/zu.gmo and new/pam-config-0.92/po/zu.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.91/po/zu.po new/pam-config-0.92/po/zu.po
--- old/pam-config-0.91/po/zu.po        2016-05-31 15:09:07.000000000 +0200
+++ new/pam-config-0.92/po/zu.po        2017-08-09 13:41:05.000000000 +0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: installation\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-05-31 15:09+0200\n"
+"POT-Creation-Date: 2017-08-09 13:41+0200\n"
 "PO-Revision-Date: 2006-11-03 14:26\n"
 "Last-Translator: Novell Language <langu...@novell.com>\n"
 "Language-Team: Novell Language <langu...@novell.com>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.91/src/Makefile.am 
new/pam-config-0.92/src/Makefile.am
--- old/pam-config-0.91/src/Makefile.am 2016-04-14 12:23:19.000000000 +0200
+++ new/pam-config-0.92/src/Makefile.am 2017-08-09 13:36:45.000000000 +0200
@@ -31,7 +31,8 @@
        mod_pam_csync.c mod_pam_fp.c mod_pam_fprint.c mod_pam_pwhistory.c \
        mod_pam_selinux.c mod_pam_gnome_keyring.c mod_pam_passwdqc.c \
        mod_pam_exec.c mod_pam_sss.c mod_pam_fprintd.c mod_pam_systemd.c \
-       mod_pam_ecryptfs.c mod_pam_access.c mod_pam_google_authenticator.c
+       mod_pam_ecryptfs.c mod_pam_access.c mod_pam_google_authenticator.c \
+       mod_pam_kwallet5.c
 
 noinst_HEADERS = pam-config.h pam-module.h
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.91/src/Makefile.in 
new/pam-config-0.92/src/Makefile.in
--- old/pam-config-0.91/src/Makefile.in 2016-05-31 15:08:48.000000000 +0200
+++ new/pam-config-0.92/src/Makefile.in 2017-08-09 13:41:02.000000000 +0200
@@ -123,7 +123,8 @@
        mod_pam_sss.$(OBJEXT) mod_pam_fprintd.$(OBJEXT) \
        mod_pam_systemd.$(OBJEXT) mod_pam_ecryptfs.$(OBJEXT) \
        mod_pam_access.$(OBJEXT) \
-       mod_pam_google_authenticator.$(OBJEXT)
+       mod_pam_google_authenticator.$(OBJEXT) \
+       mod_pam_kwallet5.$(OBJEXT)
 pam_config_OBJECTS = $(am_pam_config_OBJECTS)
 pam_config_LDADD = $(LDADD)
 AM_V_P = $(am__v_P_@AM_V@)
@@ -350,7 +351,8 @@
        mod_pam_csync.c mod_pam_fp.c mod_pam_fprint.c mod_pam_pwhistory.c \
        mod_pam_selinux.c mod_pam_gnome_keyring.c mod_pam_passwdqc.c \
        mod_pam_exec.c mod_pam_sss.c mod_pam_fprintd.c mod_pam_systemd.c \
-       mod_pam_ecryptfs.c mod_pam_access.c mod_pam_google_authenticator.c
+       mod_pam_ecryptfs.c mod_pam_access.c mod_pam_google_authenticator.c \
+       mod_pam_kwallet5.c
 
 noinst_HEADERS = pam-config.h pam-module.h
 all: all-am
@@ -476,6 +478,7 @@
 @AMDEP_TRUE@@am__include@ 
@am__quote@./$(DEPDIR)/mod_pam_google_authenticator.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_pam_group.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_pam_krb5.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_pam_kwallet5.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_pam_lastlog.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_pam_ldap.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_pam_limits.Po@am__quote@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.91/src/mod_pam_kwallet5.c 
new/pam-config-0.92/src/mod_pam_kwallet5.c
--- old/pam-config-0.91/src/mod_pam_kwallet5.c  1970-01-01 01:00:00.000000000 
+0100
+++ new/pam-config-0.92/src/mod_pam_kwallet5.c  2017-08-09 13:36:45.000000000 
+0200
@@ -0,0 +1,88 @@
+/* Copyright (C) 2017 Fabian Vogt
+   Copyright (C) 2008 Vincent Untz
+   Author: Fabian Vogt <fv...@suse.com>
+
+   This program is free software; you can redistribute it and/or modify
+   it under the terms of the GNU General Public License version 2 as
+   published by the Free Software Foundation.
+
+   This program is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this program; if not, write to the Free Software Foundation,
+   Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
+#include <stdio.h>
+#include <string.h>
+#include <ctype.h>
+
+#include "pam-config.h"
+#include "pam-module.h"
+
+
+static int
+write_config_kwallet5 (pam_module_t *this, enum write_type op, FILE *fp)
+{
+  option_set_t *opt_set = this->get_opt_set (this, op);
+
+  if (debug)
+    debug_write_call (this, op);
+
+  if (!opt_set->is_enabled (opt_set, "is_enabled"))
+    return 0;
+
+  switch (op)
+    {
+    case AUTH:
+      fprintf (fp, "auth\toptional\tpam_kwallet5.so\n");
+      return 0;
+      break;
+    case ACCOUNT:
+      return 0;
+      break;
+    case PASSWORD:
+      /* use_authtok is not needed, it's used by default. */
+      fprintf (fp, "password\toptional\tpam_kwallet5.so\n");
+      return 0;
+      break;
+    case SESSION:
+      fprintf (fp, "session\toptional\tpam_kwallet5.so\t");
+      break;
+    }
+
+  WRITE_CONFIG_OPTIONS
+
+  return 0;
+}
+
+GETOPT_START_ALL
+GETOPT_END_ALL
+
+PRINT_ARGS("kwallet5");
+PRINT_XMLHELP("kwallet5");
+
+/* ---- contruct module object ---- */
+DECLARE_BOOL_OPTS_1(is_enabled);
+DECLARE_STRING_OPTS_0;
+DECLARE_OPT_SETS;
+
+static module_helptext_t kwallet5_helptext[] = {{"", NULL, "Enable/Disable 
pam_kwallet5.so"},
+                                                     {NULL, NULL, NULL}};
+
+
+pam_module_t mod_pam_kwallet5 = { "pam_kwallet5.so", opt_sets,
+                                      kwallet5_helptext,
+                                      &def_parse_config,
+                                      &def_print_module,
+                                      &write_config_kwallet5,
+                                      &get_opt_set,
+                                      &getopt,
+                                      &print_args,
+                                      &print_xmlhelp};
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.91/src/mod_pam_nam.c 
new/pam-config-0.92/src/mod_pam_nam.c
--- old/pam-config-0.91/src/mod_pam_nam.c       2016-04-14 12:23:19.000000000 
+0200
+++ new/pam-config-0.92/src/mod_pam_nam.c       2017-03-23 09:41:19.000000000 
+0100
@@ -43,6 +43,7 @@
       break;
     case AUTH:
       fprintf (fp, "auth\trequired\tpam_nam.so\tuse_first_pass\n");
+      break;
     case PASSWORD:
       fprintf (fp, "password\trequired\tpam_nam.so\ttry_first_pass\n");
       break;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.91/src/pam-config.8 
new/pam-config-0.92/src/pam-config.8
--- old/pam-config-0.91/src/pam-config.8        2016-05-31 15:09:01.000000000 
+0200
+++ new/pam-config-0.92/src/pam-config.8        2017-08-09 13:57:19.000000000 
+0200
@@ -2,12 +2,12 @@
 .\"     Title: pam-config
 .\"    Author: [see the "AUTHOR" section]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 05/31/2016
+.\"      Date: 08/09/2017
 .\"    Manual: Reference Manual
 .\"    Source: Reference Manual
 .\"  Language: English
 .\"
-.TH "PAM\-CONFIG" "8" "05/31/2016" "Reference Manual" "Reference Manual"
+.TH "PAM\-CONFIG" "8" "08/09/2017" "Reference Manual" "Reference Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
@@ -458,6 +458,11 @@
 option to pam_krb5\&.so\&.
 .RE
 .PP
+\fB\-\-kwallet5\fR
+.RS 4
+Enable/Disable pam_kwallet5\&.so
+.RE
+.PP
 \fB\-\-ldap\fR
 .RS 4
 Enable/Disable pam_ldap\&.so
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.91/src/pam-config.8.xml 
new/pam-config-0.92/src/pam-config.8.xml
--- old/pam-config-0.91/src/pam-config.8.xml    2016-05-31 15:09:01.000000000 
+0200
+++ new/pam-config-0.92/src/pam-config.8.xml    2017-08-09 13:57:19.000000000 
+0200
@@ -594,6 +594,14 @@
             </listitem>
           </varlistentry>
           <varlistentry>
+            <term><option>--kwallet5</option></term>
+            <listitem>
+              <para>
+                Enable/Disable pam_kwallet5.so
+              </para>
+            </listitem>
+          </varlistentry>
+          <varlistentry>
             <term><option>--ldap</option></term>
             <listitem>
               <para>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.91/src/supported-modules.h 
new/pam-config-0.92/src/supported-modules.h
--- old/pam-config-0.91/src/supported-modules.h 2016-04-14 12:23:19.000000000 
+0200
+++ new/pam-config-0.92/src/supported-modules.h 2017-08-09 13:57:05.000000000 
+0200
@@ -12,6 +12,7 @@
 extern pam_module_t mod_pam_gnome_keyring;
 extern pam_module_t mod_pam_group;
 extern pam_module_t mod_pam_krb5;
+extern pam_module_t mod_pam_kwallet5;
 extern pam_module_t mod_pam_lastlog;
 extern pam_module_t mod_pam_ldap;
 extern pam_module_t mod_pam_limits;
@@ -59,6 +60,7 @@
   &mod_pam_gnome_keyring,
   &mod_pam_group,
   &mod_pam_krb5,
+  &mod_pam_kwallet5,
   &mod_pam_ldap,
   &mod_pam_limits,
   &mod_pam_localuser,
@@ -104,7 +106,8 @@
   &mod_pam_fprint,
   &mod_pam_fprintd,
   &mod_pam_thinkfinger,
-  &mod_pam_gnome_keyring, /* optional modules MUST be executed before 
sufficient modules which also need a password. */
+  &mod_pam_gnome_keyring,
+  &mod_pam_kwallet5, /* optional modules MUST be executed before sufficient 
modules which also need a password. */
   &mod_pam_ssh,
   &mod_pam_unix2,
   &mod_pam_unix,
@@ -126,6 +129,7 @@
   &mod_pam_cracklib,
   &mod_pam_pwhistory,
   &mod_pam_gnome_keyring,
+  &mod_pam_kwallet5,
   &mod_pam_ecryptfs,
   &mod_pam_unix2,
   &mod_pam_unix,
@@ -142,6 +146,7 @@
 static pam_module_t *module_list_session[] = {
   &mod_pam_selinux,
   &mod_pam_mkhomedir,
+  &mod_pam_systemd,
   &mod_pam_limits,
   &mod_pam_unix2,
   &mod_pam_unix,
@@ -153,9 +158,9 @@
   &mod_pam_nam,
   &mod_pam_umask,
   &mod_pam_ssh,
-  &mod_pam_systemd,
   &mod_pam_selinux,
   &mod_pam_gnome_keyring,
+  &mod_pam_kwallet5,
   &mod_pam_exec,
   &mod_pam_ecryptfs,
   &mod_pam_env,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.91/tests/config/Makefile 
new/pam-config-0.92/tests/config/Makefile
--- old/pam-config-0.91/tests/config/Makefile   2016-05-31 15:08:51.000000000 
+0200
+++ new/pam-config-0.92/tests/config/Makefile   2017-08-09 13:41:04.000000000 
+0200
@@ -127,13 +127,13 @@
 ECHO_C = 
 ECHO_N = -n
 ECHO_T = 
-EGREP = /usr/bin/grep -E
+EGREP = /bin/grep -E
 EXEEXT = 
 EXTRA_CFLAGS = -Werror -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual 
-DXTSTRINGDEFINES -Winline -Wmissing-declarations -Wmissing-prototypes 
-Wnested-externs -Wshadow -Wstrict-prototypes -Wundef
 GETTEXT_MACRO_VERSION = 0.19
 GMSGFMT = /usr/bin/msgfmt
 GMSGFMT_015 = /usr/bin/msgfmt
-GREP = /usr/bin/grep
+GREP = /bin/grep
 INSTALL = /usr/bin/install -c
 INSTALL_DATA = ${INSTALL} -m 644
 INSTALL_PROGRAM = ${INSTALL}
@@ -150,7 +150,7 @@
 LTLIBINTL = 
 LTLIBOBJS = 
 MAKEINFO = ${SHELL} /home/kukuk/pakete/git/pam-config/missing makeinfo
-MKDIR_P = /usr/bin/mkdir -p
+MKDIR_P = /bin/mkdir -p
 MSGFMT = /usr/bin/msgfmt
 MSGFMT_015 = /usr/bin/msgfmt
 MSGMERGE = /usr/bin/msgmerge
@@ -158,19 +158,19 @@
 PACKAGE = pam-config
 PACKAGE_BUGREPORT = 
 PACKAGE_NAME = pam-config
-PACKAGE_STRING = pam-config 0.91
+PACKAGE_STRING = pam-config 0.92
 PACKAGE_TARNAME = pam-config
 PACKAGE_URL = 
-PACKAGE_VERSION = 0.91
+PACKAGE_VERSION = 0.92
 PATH_SEPARATOR = :
 POSUB = po
 RANLIB = ranlib
-SED = /usr/bin/sed
+SED = /bin/sed
 SET_MAKE = 
 SHELL = /bin/sh
 STRIP = 
 USE_NLS = yes
-VERSION = 0.91
+VERSION = 0.92
 XGETTEXT = /usr/bin/xgettext
 XGETTEXT_015 = /usr/bin/xgettext
 XGETTEXT_EXTRA_OPTIONS = 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.91/tests/etc/pam.d/Makefile.am 
new/pam-config-0.92/tests/etc/pam.d/Makefile.am
--- old/pam-config-0.91/tests/etc/pam.d/Makefile.am     1970-01-01 
01:00:00.000000000 +0100
+++ new/pam-config-0.92/tests/etc/pam.d/Makefile.am     2017-08-09 
13:36:45.000000000 +0200
@@ -0,0 +1,7 @@
+EXTRA_DIST =   pam.d/* atd common-auth-pc gdm gnomesu-pam pam_test rlogin smtp 
\
+               useradd xdm-np chage common-password-pc gdm-autologin \
+               kcheckpass Makefile.am passwd rpasswd sshd vlock \
+               xdm.rpmsave chfn common-session-pc gdm.rpmsave \
+               login policy-kit rsh sshd.rpmsave vsftpd xlock chsh crond 
gnome-passwd \
+               login2 other ppp samba su wbem xscreensaver common-account-pc 
cups \
+               gnome-screensaver login.rpmsave rexec shadow sudo xdm
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.91/tests/pam-config.test/Makefile 
new/pam-config-0.92/tests/pam-config.test/Makefile
--- old/pam-config-0.91/tests/pam-config.test/Makefile  2016-05-31 
15:08:51.000000000 +0200
+++ new/pam-config-0.92/tests/pam-config.test/Makefile  2017-08-09 
13:41:04.000000000 +0200
@@ -127,13 +127,13 @@
 ECHO_C = 
 ECHO_N = -n
 ECHO_T = 
-EGREP = /usr/bin/grep -E
+EGREP = /bin/grep -E
 EXEEXT = 
 EXTRA_CFLAGS = -Werror -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual 
-DXTSTRINGDEFINES -Winline -Wmissing-declarations -Wmissing-prototypes 
-Wnested-externs -Wshadow -Wstrict-prototypes -Wundef
 GETTEXT_MACRO_VERSION = 0.19
 GMSGFMT = /usr/bin/msgfmt
 GMSGFMT_015 = /usr/bin/msgfmt
-GREP = /usr/bin/grep
+GREP = /bin/grep
 INSTALL = /usr/bin/install -c
 INSTALL_DATA = ${INSTALL} -m 644
 INSTALL_PROGRAM = ${INSTALL}
@@ -150,7 +150,7 @@
 LTLIBINTL = 
 LTLIBOBJS = 
 MAKEINFO = ${SHELL} /home/kukuk/pakete/git/pam-config/missing makeinfo
-MKDIR_P = /usr/bin/mkdir -p
+MKDIR_P = /bin/mkdir -p
 MSGFMT = /usr/bin/msgfmt
 MSGFMT_015 = /usr/bin/msgfmt
 MSGMERGE = /usr/bin/msgmerge
@@ -158,19 +158,19 @@
 PACKAGE = pam-config
 PACKAGE_BUGREPORT = 
 PACKAGE_NAME = pam-config
-PACKAGE_STRING = pam-config 0.91
+PACKAGE_STRING = pam-config 0.92
 PACKAGE_TARNAME = pam-config
 PACKAGE_URL = 
-PACKAGE_VERSION = 0.91
+PACKAGE_VERSION = 0.92
 PATH_SEPARATOR = :
 POSUB = po
 RANLIB = ranlib
-SED = /usr/bin/sed
+SED = /bin/sed
 SET_MAKE = 
 SHELL = /bin/sh
 STRIP = 
 USE_NLS = yes
-VERSION = 0.91
+VERSION = 0.92
 XGETTEXT = /usr/bin/xgettext
 XGETTEXT_015 = /usr/bin/xgettext
 XGETTEXT_EXTRA_OPTIONS = 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.91/tests/single.out/test-kwallet5.out 
new/pam-config-0.92/tests/single.out/test-kwallet5.out
--- old/pam-config-0.91/tests/single.out/test-kwallet5.out      1970-01-01 
01:00:00.000000000 +0100
+++ new/pam-config-0.92/tests/single.out/test-kwallet5.out      2017-08-09 
13:36:45.000000000 +0200
@@ -0,0 +1,59 @@
+#%PAM-1.0
+#
+# This file is autogenerated by pam-config. All changes
+# will be overwritten.
+#
+# Authentication-related modules common to all services
+#
+# This file is included from other service-specific PAM config files,
+# and should contain a list of the authentication modules that define
+# the central authentication scheme for use on the system
+# (e.g., /etc/shadow, LDAP, Kerberos, etc.). The default is to use the
+# traditional Unix authentication mechanisms.
+#
+auth   required        pam_env.so      
+auth   optional        pam_kwallet5.so
+auth   required        pam_unix2.so    debug 
+#%PAM-1.0
+#
+# This file is autogenerated by pam-config. All changes
+# will be overwritten.
+#
+# Account-related modules common to all services
+#
+# This file is included from other service-specific PAM config files,
+# and should contain a list of the account modules that define
+# the central access policy for use on the system.  The default is to
+# only deny service to users whose accounts are expired.
+#
+account        required        pam_unix2.so    debug 
+#%PAM-1.0
+#
+# This file is autogenerated by pam-config. All changes
+# will be overwritten.
+#
+# Password-related modules common to all services
+#
+# This file is included from other service-specific PAM config files,
+# and should contain a list of modules that define  the services to be
+# used to change user passwords.
+#
+password       requisite       pam_pwcheck.so  debug nullok cracklib 
+password       optional        pam_kwallet5.so
+password       required        pam_unix2.so    use_authtok nullok debug 
+#%PAM-1.0
+#
+# This file is autogenerated by pam-config. All changes
+# will be overwritten.
+#
+# Session-related modules common to all services
+#
+# This file is included from other service-specific PAM config files,
+# and should contain a list of modules that define tasks to be performed
+# at the start and end of sessions of *any* kind (both interactive and
+# non-interactive
+#
+session        required        pam_limits.so   
+session        required        pam_unix2.so    debug 
+session        optional        pam_umask.so    
+session        optional        pam_kwallet5.so 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam-config-0.91/tests/testcases/test-kwallet5.single 
new/pam-config-0.92/tests/testcases/test-kwallet5.single
--- old/pam-config-0.91/tests/testcases/test-kwallet5.single    1970-01-01 
01:00:00.000000000 +0100
+++ new/pam-config-0.92/tests/testcases/test-kwallet5.single    2017-08-09 
13:36:45.000000000 +0200
@@ -0,0 +1,10 @@
+#!/bin/sh
+# Testcase:    kwallet5
+# Module:      pam_kwallet5.so
+# Description: Test for module pam_kwallet5.so
+
+. support/header.sh
+
+$PAMCONFIG -a --kwallet5
+
+. support/footer-common.sh


Reply via email to