Hello community, here is the log from the commit of package pam-config for openSUSE:Factory checked in at 2018-01-20 11:25:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pam-config (Old) and /work/SRC/openSUSE:Factory/.pam-config.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pam-config" Sat Jan 20 11:25:10 2018 rev:75 rq:565816 version:0.94 Changes: -------- --- /work/SRC/openSUSE:Factory/pam-config/pam-config.changes 2017-10-28 14:18:15.747058913 +0200 +++ /work/SRC/openSUSE:Factory/.pam-config.new/pam-config.changes 2018-01-20 11:25:12.632586302 +0100 @@ -1,0 +2,5 @@ +Mon Jan 15 17:06:23 CET 2018 - [email protected] + +- Update to version 0.94: add support for keyinit [bsc#1045886] + +------------------------------------------------------------------- Old: ---- pam-config-0.93.tar.bz2 New: ---- pam-config-0.94.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pam-config.spec ++++++ --- /var/tmp/diff_new_pack.5rIrHf/_old 2018-01-20 11:25:13.288555634 +0100 +++ /var/tmp/diff_new_pack.5rIrHf/_new 2018-01-20 11:25:13.288555634 +0100 @@ -20,7 +20,7 @@ Summary: Modify common PAM configuration files License: GPL-2.0 Group: System/Management -Version: 0.93 +Version: 0.94 Release: 0 PreReq: pam >= 1.3.0 Url: https://github.com/SUSE/pam-config ++++++ pam-config-0.93.tar.bz2 -> pam-config-0.94.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.93/NEWS new/pam-config-0.94/NEWS --- old/pam-config-0.93/NEWS 2017-10-20 08:38:31.000000000 +0200 +++ new/pam-config-0.94/NEWS 2018-01-15 16:00:36.000000000 +0100 @@ -1,9 +1,12 @@ pam-config NEWS -- history of user-visible changes. -Copyright (C) 2006-2017 Thorsten Kukuk <[email protected]>. +Copyright (C) 2006-2018 Thorsten Kukuk <[email protected]>. Please enter bug reports into https://bugzilla.suse.com. +Version 0.94 +* Add support for pam_keyinit + Version 0.93 * pam_cracklib: add enforce_for_root option diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.93/configure new/pam-config-0.94/configure --- old/pam-config-0.93/configure 2017-10-20 08:39:58.000000000 +0200 +++ new/pam-config-0.94/configure 2018-01-15 17:02:33.000000000 +0100 @@ -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.93. +# Generated by GNU Autoconf 2.69 for pam-config 0.94. # # # 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.93' -PACKAGE_STRING='pam-config 0.93' +PACKAGE_VERSION='0.94' +PACKAGE_STRING='pam-config 0.94' 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.93 to adapt to many kinds of systems. +\`configure' configures pam-config 0.94 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.93:";; + short | recursive ) echo "Configuration of pam-config 0.94:";; 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.93 +pam-config configure 0.94 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.93, which was +It was created by pam-config $as_me 0.94, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2708,7 +2708,7 @@ # Define the identity of the package. PACKAGE='pam-config' - VERSION='0.93' + VERSION='0.94' 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.93, which was +This file was extended by pam-config $as_me 0.94, 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.93 +pam-config config.status 0.94 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.93/configure.ac new/pam-config-0.94/configure.ac --- old/pam-config-0.93/configure.ac 2017-10-20 08:38:07.000000000 +0200 +++ new/pam-config-0.94/configure.ac 2018-01-15 15:59:56.000000000 +0100 @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(pam-config, 0.93) +AC_INIT(pam-config, 0.94) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([src/pam-config.c]) AM_CONFIG_HEADER(config.h) Binary files old/pam-config-0.93/po/af.gmo and new/pam-config-0.94/po/af.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.93/po/af.po new/pam-config-0.94/po/af.po --- old/pam-config-0.93/po/af.po 2017-10-20 08:40:02.000000000 +0200 +++ new/pam-config-0.94/po/af.po 2018-01-15 16:00:40.000000000 +0100 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: installation\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-10-20 08:40+0200\n" +"POT-Creation-Date: 2018-01-15 16:00+0100\n" "PO-Revision-Date: 2006-11-03 14:26\n" "Last-Translator: Novell Language <[email protected]>\n" "Language-Team: Novell Language <[email protected]>\n" Binary files old/pam-config-0.93/po/ar.gmo and new/pam-config-0.94/po/ar.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.93/po/ar.po new/pam-config-0.94/po/ar.po --- old/pam-config-0.93/po/ar.po 2017-10-20 08:40:02.000000000 +0200 +++ new/pam-config-0.94/po/ar.po 2018-01-15 16:00:40.000000000 +0100 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-10-20 08:40+0200\n" +"POT-Creation-Date: 2018-01-15 16:00+0100\n" "PO-Revision-Date: 2001-07-13 15:36+0200\n" "Last-Translator: Ghayss Tarraf <[email protected]>\n" "Language-Team: Arabic <[email protected]>\n" Binary files old/pam-config-0.93/po/bg.gmo and new/pam-config-0.94/po/bg.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.93/po/bg.po new/pam-config-0.94/po/bg.po --- old/pam-config-0.93/po/bg.po 2017-10-20 08:40:02.000000000 +0200 +++ new/pam-config-0.94/po/bg.po 2018-01-15 16:00:40.000000000 +0100 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: pam-config\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-10-20 08:40+0200\n" +"POT-Creation-Date: 2018-01-15 16:00+0100\n" "PO-Revision-Date: 2009-10-15 15:55+0300\n" "Last-Translator: Borislav Mitev <[email protected]>\n" "Language-Team: Bulgarian <[email protected]>\n" Binary files old/pam-config-0.93/po/bn.gmo and new/pam-config-0.94/po/bn.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.93/po/bn.po new/pam-config-0.94/po/bn.po --- old/pam-config-0.93/po/bn.po 2017-10-20 08:40:02.000000000 +0200 +++ new/pam-config-0.94/po/bn.po 2018-01-15 16:00:40.000000000 +0100 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-10-20 08:40+0200\n" +"POT-Creation-Date: 2018-01-15 16:00+0100\n" "PO-Revision-Date: 2004-08-09 10:24+0200\n" "Last-Translator: xxx <[email protected]>\n" "Language-Team: Bengali <[email protected]>\n" Binary files old/pam-config-0.93/po/bs.gmo and new/pam-config-0.94/po/bs.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.93/po/bs.po new/pam-config-0.94/po/bs.po --- old/pam-config-0.93/po/bs.po 2017-10-20 08:40:02.000000000 +0200 +++ new/pam-config-0.94/po/bs.po 2018-01-15 16:00:40.000000000 +0100 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-10-20 08:40+0200\n" +"POT-Creation-Date: 2018-01-15 16:00+0100\n" "PO-Revision-Date: 2002-07-23 18:27+0200\n" "Last-Translator: Damir Bjelobradic <[email protected]>\n" "Language-Team: Bosnian <[email protected]>\n" Binary files old/pam-config-0.93/po/ca.gmo and new/pam-config-0.94/po/ca.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.93/po/ca.po new/pam-config-0.94/po/ca.po --- old/pam-config-0.93/po/ca.po 2017-10-20 08:40:02.000000000 +0200 +++ new/pam-config-0.94/po/ca.po 2018-01-15 16:00:40.000000000 +0100 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-10-20 08:40+0200\n" +"POT-Creation-Date: 2018-01-15 16:00+0100\n" "PO-Revision-Date: 2002-02-08 15:47+0100\n" "Last-Translator: Jaume Badiella <[email protected]>\n" "Language-Team: Catalan\n" Binary files old/pam-config-0.93/po/cs.gmo and new/pam-config-0.94/po/cs.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.93/po/cs.po new/pam-config-0.94/po/cs.po --- old/pam-config-0.93/po/cs.po 2017-10-20 08:40:02.000000000 +0200 +++ new/pam-config-0.94/po/cs.po 2018-01-15 16:00:40.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: pam-config\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-10-20 08:40+0200\n" +"POT-Creation-Date: 2018-01-15 16:00+0100\n" "PO-Revision-Date: 2010-05-30 12:19+0200\n" "Last-Translator: Vojtěch Zeisek <[email protected]>\n" "Language-Team: Czech <[email protected]>\n" Binary files old/pam-config-0.93/po/cy.gmo and new/pam-config-0.94/po/cy.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.93/po/cy.po new/pam-config-0.94/po/cy.po --- old/pam-config-0.93/po/cy.po 2017-10-20 08:40:02.000000000 +0200 +++ new/pam-config-0.94/po/cy.po 2018-01-15 16:00:40.000000000 +0100 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-10-20 08:40+0200\n" +"POT-Creation-Date: 2018-01-15 16:00+0100\n" "PO-Revision-Date: 2003-09-23 10:33+0200\n" "Last-Translator: Kevin Donnelly <[email protected]>\n" "Language-Team: Welsh <[email protected]>\n" Binary files old/pam-config-0.93/po/da.gmo and new/pam-config-0.94/po/da.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.93/po/da.po new/pam-config-0.94/po/da.po --- old/pam-config-0.93/po/da.po 2017-10-20 08:40:02.000000000 +0200 +++ new/pam-config-0.94/po/da.po 2018-01-15 16:00:40.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: pam-config\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-10-20 08:40+0200\n" +"POT-Creation-Date: 2018-01-15 16:00+0100\n" "PO-Revision-Date: 2010-05-11 10:34+0200\n" "Last-Translator: Martin Schlander <[email protected]>\n" "Language-Team: Danish <[email protected]>\n" Binary files old/pam-config-0.93/po/de.gmo and new/pam-config-0.94/po/de.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.93/po/de.po new/pam-config-0.94/po/de.po --- old/pam-config-0.93/po/de.po 2017-10-20 08:40:03.000000000 +0200 +++ new/pam-config-0.94/po/de.po 2018-01-15 16:00:40.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: pam-config.de\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-10-20 08:40+0200\n" +"POT-Creation-Date: 2018-01-15 16:00+0100\n" "PO-Revision-Date: 2009-08-20 21:23+0200\n" "Last-Translator: Hermann-Josef Beckers <[email protected]>\n" "Language-Team: German <[email protected]>\n" Binary files old/pam-config-0.93/po/el.gmo and new/pam-config-0.94/po/el.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.93/po/el.po new/pam-config-0.94/po/el.po --- old/pam-config-0.93/po/el.po 2017-10-20 08:40:03.000000000 +0200 +++ new/pam-config-0.94/po/el.po 2018-01-15 16:00:40.000000000 +0100 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: pam-config.el\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-10-20 08:40+0200\n" +"POT-Creation-Date: 2018-01-15 16:00+0100\n" "PO-Revision-Date: 2008-06-06 01:04+0100\n" "Last-Translator: Vasileios Giannakopoulos <[email protected]>\n" "Language-Team: Ελληνικά <[email protected]>\n" Binary files old/pam-config-0.93/po/en_GB.gmo and new/pam-config-0.94/po/en_GB.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.93/po/en_GB.po new/pam-config-0.94/po/en_GB.po --- old/pam-config-0.93/po/en_GB.po 2017-10-20 08:40:03.000000000 +0200 +++ new/pam-config-0.94/po/en_GB.po 2018-01-15 16:00:40.000000000 +0100 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: pam-config\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-10-20 08:40+0200\n" +"POT-Creation-Date: 2018-01-15 16:00+0100\n" "PO-Revision-Date: 2007-08-19 15:10+0100\n" "Last-Translator: Benjamin Weber <[email protected]>\n" "Language-Team: <[email protected]>\n" Binary files old/pam-config-0.93/po/en_US.gmo and new/pam-config-0.94/po/en_US.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.93/po/en_US.po new/pam-config-0.94/po/en_US.po --- old/pam-config-0.93/po/en_US.po 2017-10-20 08:40:03.000000000 +0200 +++ new/pam-config-0.94/po/en_US.po 2018-01-15 16:00:40.000000000 +0100 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-10-20 08:40+0200\n" +"POT-Creation-Date: 2018-01-15 16:00+0100\n" "PO-Revision-Date: 2005-11-08 12:26+8\n" "Last-Translator: Steve Beattie <[email protected]>\n" "Language-Team: English\n" Binary files old/pam-config-0.93/po/es.gmo and new/pam-config-0.94/po/es.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.93/po/es.po new/pam-config-0.94/po/es.po --- old/pam-config-0.93/po/es.po 2017-10-20 08:40:03.000000000 +0200 +++ new/pam-config-0.94/po/es.po 2018-01-15 16:00:40.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: pam-config\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-10-20 08:40+0200\n" +"POT-Creation-Date: 2018-01-15 16:00+0100\n" "PO-Revision-Date: 2009-12-28 00:19-0300\n" "Last-Translator: Ricardo Varas Santana <[email protected]>\n" "Language-Team: Spanish <[email protected]>\n" Binary files old/pam-config-0.93/po/et.gmo and new/pam-config-0.94/po/et.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.93/po/et.po new/pam-config-0.94/po/et.po --- old/pam-config-0.93/po/et.po 2017-10-20 08:40:03.000000000 +0200 +++ new/pam-config-0.94/po/et.po 2018-01-15 16:00:40.000000000 +0100 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: pam-config.et\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-10-20 08:40+0200\n" +"POT-Creation-Date: 2018-01-15 16:00+0100\n" "PO-Revision-Date: 2007-07-20 09:39+0300\n" "Last-Translator: Ain Vagula <[email protected]>\n" "Language-Team: Estonian <[email protected]>\n" Binary files old/pam-config-0.93/po/fi.gmo and new/pam-config-0.94/po/fi.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.93/po/fi.po new/pam-config-0.94/po/fi.po --- old/pam-config-0.93/po/fi.po 2017-10-20 08:40:03.000000000 +0200 +++ new/pam-config-0.94/po/fi.po 2018-01-15 16:00:40.000000000 +0100 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: pam-config.fi\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-10-20 08:40+0200\n" +"POT-Creation-Date: 2018-01-15 16:00+0100\n" "PO-Revision-Date: 2010-04-10 21:36+0300\n" "Last-Translator: Jyri Palokangas <[email protected]>\n" "Language-Team: TRANSLATIONS <[email protected]>\n" Binary files old/pam-config-0.93/po/fr.gmo and new/pam-config-0.94/po/fr.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.93/po/fr.po new/pam-config-0.94/po/fr.po --- old/pam-config-0.93/po/fr.po 2017-10-20 08:40:03.000000000 +0200 +++ new/pam-config-0.94/po/fr.po 2018-01-15 16:00:40.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: pam-config\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-10-20 08:40+0200\n" +"POT-Creation-Date: 2018-01-15 16:00+0100\n" "PO-Revision-Date: 2010-05-05 21:07+0100\n" "Last-Translator: Guillaume GARDET <[email protected]>\n" "Language-Team: French <[email protected]>\n" Binary files old/pam-config-0.93/po/gl.gmo and new/pam-config-0.94/po/gl.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.93/po/gl.po new/pam-config-0.94/po/gl.po --- old/pam-config-0.93/po/gl.po 2017-10-20 08:40:03.000000000 +0200 +++ new/pam-config-0.94/po/gl.po 2018-01-15 16:00:40.000000000 +0100 @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-10-20 08:40+0200\n" +"POT-Creation-Date: 2018-01-15 16:00+0100\n" "PO-Revision-Date: 2009-12-02 21:03+0100\n" "Last-Translator: Óscar Abilleira Muñiz <[email protected]>\n" "Language-Team: Galician <[email protected]>\n" Binary files old/pam-config-0.93/po/gu.gmo and new/pam-config-0.94/po/gu.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.93/po/gu.po new/pam-config-0.94/po/gu.po --- old/pam-config-0.93/po/gu.po 2017-10-20 08:40:03.000000000 +0200 +++ new/pam-config-0.94/po/gu.po 2018-01-15 16:00:40.000000000 +0100 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: YaST (@memory@)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-10-20 08:40+0200\n" +"POT-Creation-Date: 2018-01-15 16:00+0100\n" "PO-Revision-Date: 2005-07-29 15:37+0530\n" "Last-Translator: [email protected]\n" "Language-Team: Gujarati <[email protected]>\n" Binary files old/pam-config-0.93/po/he.gmo and new/pam-config-0.94/po/he.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.93/po/he.po new/pam-config-0.94/po/he.po --- old/pam-config-0.93/po/he.po 2017-10-20 08:40:03.000000000 +0200 +++ new/pam-config-0.94/po/he.po 2018-01-15 16:00:40.000000000 +0100 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-10-20 08:40+0200\n" +"POT-Creation-Date: 2018-01-15 16:00+0100\n" "PO-Revision-Date: 2004-08-09 10:24+0200\n" "Last-Translator: xxx <[email protected]>\n" "Language-Team: Hebrew <[email protected]>\n" Binary files old/pam-config-0.93/po/hi.gmo and new/pam-config-0.94/po/hi.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.93/po/hi.po new/pam-config-0.94/po/hi.po --- old/pam-config-0.93/po/hi.po 2017-10-20 08:40:03.000000000 +0200 +++ new/pam-config-0.94/po/hi.po 2018-01-15 16:00:40.000000000 +0100 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: pam-config.hi\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-10-20 08:40+0200\n" +"POT-Creation-Date: 2018-01-15 16:00+0100\n" "PO-Revision-Date: 2007-08-24 20:43+0530\n" "Last-Translator: Sangeeta Kumari <[email protected]>\n" "Language-Team: Hindi <[email protected]>\n" Binary files old/pam-config-0.93/po/hr.gmo and new/pam-config-0.94/po/hr.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.93/po/hr.po new/pam-config-0.94/po/hr.po --- old/pam-config-0.93/po/hr.po 2017-10-20 08:40:03.000000000 +0200 +++ new/pam-config-0.94/po/hr.po 2018-01-15 16:00:40.000000000 +0100 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-10-20 08:40+0200\n" +"POT-Creation-Date: 2018-01-15 16:00+0100\n" "PO-Revision-Date: 2008-06-03 21:52+0100\n" "Last-Translator: Krešimir Jozić <[email protected]>\n" "Language-Team: Croatian <[email protected]>\n" Binary files old/pam-config-0.93/po/hu.gmo and new/pam-config-0.94/po/hu.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.93/po/hu.po new/pam-config-0.94/po/hu.po --- old/pam-config-0.93/po/hu.po 2017-10-20 08:40:03.000000000 +0200 +++ new/pam-config-0.94/po/hu.po 2018-01-15 16:00:40.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: pam-config.hu\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-10-20 08:40+0200\n" +"POT-Creation-Date: 2018-01-15 16:00+0100\n" "PO-Revision-Date: 2010-03-18 11:40+0100\n" "Last-Translator: Kalman Kemenczy <[email protected]>\n" "Language-Team: collection <[email protected]>\n" Binary files old/pam-config-0.93/po/id.gmo and new/pam-config-0.94/po/id.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.93/po/id.po new/pam-config-0.94/po/id.po --- old/pam-config-0.93/po/id.po 2017-10-20 08:40:03.000000000 +0200 +++ new/pam-config-0.94/po/id.po 2018-01-15 16:00:40.000000000 +0100 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-10-20 08:40+0200\n" +"POT-Creation-Date: 2018-01-15 16:00+0100\n" "PO-Revision-Date: 2002-10-08 13:38+0200\n" "Last-Translator: I Made Wiryana <[email protected]>\n" "Language-Team: Indonesian <[email protected]>\n" Binary files old/pam-config-0.93/po/it.gmo and new/pam-config-0.94/po/it.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.93/po/it.po new/pam-config-0.94/po/it.po --- old/pam-config-0.93/po/it.po 2017-10-20 08:40:03.000000000 +0200 +++ new/pam-config-0.94/po/it.po 2018-01-15 16:00:40.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: pam-config.it\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-10-20 08:40+0200\n" +"POT-Creation-Date: 2018-01-15 16:00+0100\n" "PO-Revision-Date: 2010-04-08 12:24+0100\n" "Last-Translator: Andrea Florio <[email protected]>\n" "Language-Team: Italian <[email protected]>\n" Binary files old/pam-config-0.93/po/ja.gmo and new/pam-config-0.94/po/ja.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.93/po/ja.po new/pam-config-0.94/po/ja.po --- old/pam-config-0.93/po/ja.po 2017-10-20 08:40:03.000000000 +0200 +++ new/pam-config-0.94/po/ja.po 2018-01-15 16:00:40.000000000 +0100 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: pam-config\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-10-20 08:40+0200\n" +"POT-Creation-Date: 2018-01-15 16:00+0100\n" "PO-Revision-Date: 2010-03-10 16:13+0900\n" "Last-Translator: Yasuhiko Kamata <[email protected]>\n" "Language-Team: Japanese <[email protected]>\n" Binary files old/pam-config-0.93/po/ka.gmo and new/pam-config-0.94/po/ka.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.93/po/ka.po new/pam-config-0.94/po/ka.po --- old/pam-config-0.93/po/ka.po 2017-10-20 08:40:03.000000000 +0200 +++ new/pam-config-0.94/po/ka.po 2018-01-15 16:00:40.000000000 +0100 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-10-20 08:40+0200\n" +"POT-Creation-Date: 2018-01-15 16:00+0100\n" "PO-Revision-Date: 2005-05-18 10:33+0200\n" "Last-Translator: Aiet Kolkhi <[email protected]>\n" "Language-Team: Georgian <[email protected]>\n" Binary files old/pam-config-0.93/po/km.gmo and new/pam-config-0.94/po/km.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.93/po/km.po new/pam-config-0.94/po/km.po --- old/pam-config-0.93/po/km.po 2017-10-20 08:40:03.000000000 +0200 +++ new/pam-config-0.94/po/km.po 2018-01-15 16:00:40.000000000 +0100 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: pam-config\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-10-20 08:40+0200\n" +"POT-Creation-Date: 2018-01-15 16:00+0100\n" "PO-Revision-Date: 2010-07-07 10:14+0700\n" "Last-Translator: Khoem Sokhem <[email protected]>\n" "Language-Team: Khmer <[email protected]>\n" Binary files old/pam-config-0.93/po/ko.gmo and new/pam-config-0.94/po/ko.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.93/po/ko.po new/pam-config-0.94/po/ko.po --- old/pam-config-0.93/po/ko.po 2017-10-20 08:40:03.000000000 +0200 +++ new/pam-config-0.94/po/ko.po 2018-01-15 16:00:40.000000000 +0100 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: pam-config.ko\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-10-20 08:40+0200\n" +"POT-Creation-Date: 2018-01-15 16:00+0100\n" "PO-Revision-Date: 2009-10-23 02:32+0900\n" "Last-Translator: Yunseok Choi <[email protected]>\n" "Language-Team: Korean <[email protected]>\n" Binary files old/pam-config-0.93/po/lo.gmo and new/pam-config-0.94/po/lo.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.93/po/lo.po new/pam-config-0.94/po/lo.po --- old/pam-config-0.93/po/lo.po 2017-10-20 08:40:03.000000000 +0200 +++ new/pam-config-0.94/po/lo.po 2018-01-15 16:00:40.000000000 +0100 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-10-20 08:40+0200\n" +"POT-Creation-Date: 2018-01-15 16:00+0100\n" "PO-Revision-Date: 2006-01-04 08:58+0100\n" "Last-Translator: [email protected]\n" "Language-Team: Lao <[email protected]>\n" Binary files old/pam-config-0.93/po/lt.gmo and new/pam-config-0.94/po/lt.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.93/po/lt.po new/pam-config-0.94/po/lt.po --- old/pam-config-0.93/po/lt.po 2017-10-20 08:40:03.000000000 +0200 +++ new/pam-config-0.94/po/lt.po 2018-01-15 16:00:40.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: pam-config.lt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-10-20 08:40+0200\n" +"POT-Creation-Date: 2018-01-15 16:00+0100\n" "PO-Revision-Date: 2010-07-29 21:09+0300\n" "Last-Translator: Mindaugas Baranauskas <[email protected]>\n" "Language-Team: Lithuanian <[email protected]>\n" Binary files old/pam-config-0.93/po/mk.gmo and new/pam-config-0.94/po/mk.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.93/po/mk.po new/pam-config-0.94/po/mk.po --- old/pam-config-0.93/po/mk.po 2017-10-20 08:40:03.000000000 +0200 +++ new/pam-config-0.94/po/mk.po 2018-01-15 16:00:40.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: YaST (@memory@)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-10-20 08:40+0200\n" +"POT-Creation-Date: 2018-01-15 16:00+0100\n" "PO-Revision-Date: 2001-07-17 16:12+0200\n" "Last-Translator: Зоран Димовски <[email protected]>\n" "Language-Team: Macedonian <[email protected]>\n" Binary files old/pam-config-0.93/po/mr.gmo and new/pam-config-0.94/po/mr.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.93/po/mr.po new/pam-config-0.94/po/mr.po --- old/pam-config-0.93/po/mr.po 2017-10-20 08:40:03.000000000 +0200 +++ new/pam-config-0.94/po/mr.po 2018-01-15 16:00:40.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: YaST (@memory@)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-10-20 08:40+0200\n" +"POT-Creation-Date: 2018-01-15 16:00+0100\n" "PO-Revision-Date: 2005-07-29 15:37+0530\n" "Last-Translator: \"( अमेय पाळंदे ) Ameya Palande\" <[email protected]>\n" "Language-Team: Marathi <[email protected]>\n" Binary files old/pam-config-0.93/po/nb.gmo and new/pam-config-0.94/po/nb.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.93/po/nb.po new/pam-config-0.94/po/nb.po --- old/pam-config-0.93/po/nb.po 2017-10-20 08:40:03.000000000 +0200 +++ new/pam-config-0.94/po/nb.po 2018-01-15 16:00:40.000000000 +0100 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: pam-config\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-10-20 08:40+0200\n" +"POT-Creation-Date: 2018-01-15 16:00+0100\n" "PO-Revision-Date: 2008-10-22 21:42+0200\n" "Last-Translator: Olav P. <[email protected]>\n" "Language-Team: Norwegian Bokmål <>\n" Binary files old/pam-config-0.93/po/nl.gmo and new/pam-config-0.94/po/nl.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.93/po/nl.po new/pam-config-0.94/po/nl.po --- old/pam-config-0.93/po/nl.po 2017-10-20 08:40:03.000000000 +0200 +++ new/pam-config-0.94/po/nl.po 2018-01-15 16:00:40.000000000 +0100 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: pam-config.nl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-10-20 08:40+0200\n" +"POT-Creation-Date: 2018-01-15 16:00+0100\n" "PO-Revision-Date: 2010-04-05 11:30+0200\n" "Last-Translator: Freek de Kruijf <[email protected]>\n" "Language-Team: Dutch <[email protected]>\n" Binary files old/pam-config-0.93/po/pa.gmo and new/pam-config-0.94/po/pa.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.93/po/pa.po new/pam-config-0.94/po/pa.po --- old/pam-config-0.93/po/pa.po 2017-10-20 08:40:03.000000000 +0200 +++ new/pam-config-0.94/po/pa.po 2018-01-15 16:00:40.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: pam-config.pa\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-10-20 08:40+0200\n" +"POT-Creation-Date: 2018-01-15 16:00+0100\n" "PO-Revision-Date: 2007-08-21 23:07+0530\n" "Last-Translator: A S Alam <[email protected]>\n" "Language-Team: Panjabi <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.93/po/pam-config.pot new/pam-config-0.94/po/pam-config.pot --- old/pam-config-0.93/po/pam-config.pot 2017-10-20 08:40:02.000000000 +0200 +++ new/pam-config-0.94/po/pam-config.pot 2018-01-15 16:00:40.000000000 +0100 @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: pam-config 0.93\n" +"Project-Id-Version: pam-config 0.94\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-10-20 08:40+0200\n" +"POT-Creation-Date: 2018-01-15 16:00+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <[email protected]>\n" Binary files old/pam-config-0.93/po/pl.gmo and new/pam-config-0.94/po/pl.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.93/po/pl.po new/pam-config-0.94/po/pl.po --- old/pam-config-0.93/po/pl.po 2017-10-20 08:40:03.000000000 +0200 +++ new/pam-config-0.94/po/pl.po 2018-01-15 16:00:40.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: pam-config\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-10-20 08:40+0200\n" +"POT-Creation-Date: 2018-01-15 16:00+0100\n" "PO-Revision-Date: 2010-05-24 03:00+0200\n" "Last-Translator: Mariusz Fik <[email protected]>\n" "Language-Team: Polish <[email protected]>\n" Binary files old/pam-config-0.93/po/pt.gmo and new/pam-config-0.94/po/pt.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.93/po/pt.po new/pam-config-0.94/po/pt.po --- old/pam-config-0.93/po/pt.po 2017-10-20 08:40:03.000000000 +0200 +++ new/pam-config-0.94/po/pt.po 2018-01-15 16:00:40.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: pam-config.pt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-10-20 08:40+0200\n" +"POT-Creation-Date: 2018-01-15 16:00+0100\n" "PO-Revision-Date: 2008-10-18 22:01+0100\n" "Last-Translator: Carlos Gonçalves <[email protected]>\n" "Language-Team: Portuguese <[email protected]>\n" Binary files old/pam-config-0.93/po/pt_BR.gmo and new/pam-config-0.94/po/pt_BR.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.93/po/pt_BR.po new/pam-config-0.94/po/pt_BR.po --- old/pam-config-0.93/po/pt_BR.po 2017-10-20 08:40:03.000000000 +0200 +++ new/pam-config-0.94/po/pt_BR.po 2018-01-15 16:00:40.000000000 +0100 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: pam-config\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-10-20 08:40+0200\n" +"POT-Creation-Date: 2018-01-15 16:00+0100\n" "PO-Revision-Date: 2009-12-01 16:03-0300\n" "Last-Translator: Luiz Fernando Ranghetti <[email protected]>\n" "Language-Team: Brazilian Portuguese <[email protected]>\n" Binary files old/pam-config-0.93/po/ro.gmo and new/pam-config-0.94/po/ro.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.93/po/ro.po new/pam-config-0.94/po/ro.po --- old/pam-config-0.93/po/ro.po 2017-10-20 08:40:03.000000000 +0200 +++ new/pam-config-0.94/po/ro.po 2018-01-15 16:00:40.000000000 +0100 @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: openSUSE\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-10-20 08:40+0200\n" +"POT-Creation-Date: 2018-01-15 16:00+0100\n" "PO-Revision-Date: 2010-04-30 16:32+0300\n" "Last-Translator: Lucian Oprea <[email protected]>\n" "Language-Team: Comunitatea traducatorilor openSUSE Romania. Contact: <oprea." Binary files old/pam-config-0.93/po/ru.gmo and new/pam-config-0.94/po/ru.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.93/po/ru.po new/pam-config-0.94/po/ru.po --- old/pam-config-0.93/po/ru.po 2017-10-20 08:40:03.000000000 +0200 +++ new/pam-config-0.94/po/ru.po 2018-01-15 16:00:40.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: pam-config.ru\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-10-20 08:40+0200\n" +"POT-Creation-Date: 2018-01-15 16:00+0100\n" "PO-Revision-Date: 2010-04-10 20:32+0300\n" "Last-Translator: Alexander Melentiev <[email protected]>\n" "Language-Team: Russian <[email protected]>\n" Binary files old/pam-config-0.93/po/si.gmo and new/pam-config-0.94/po/si.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.93/po/si.po new/pam-config-0.94/po/si.po --- old/pam-config-0.93/po/si.po 2017-10-20 08:40:03.000000000 +0200 +++ new/pam-config-0.94/po/si.po 2018-01-15 16:00:40.000000000 +0100 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: YaST (@memory@)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-10-20 08:40+0200\n" +"POT-Creation-Date: 2018-01-15 16:00+0100\n" "PO-Revision-Date: 2005-07-29 15:37+0530\n" "Last-Translator: [email protected]\n" "Language-Team: Sinhala <[email protected]>\n" Binary files old/pam-config-0.93/po/sk.gmo and new/pam-config-0.94/po/sk.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.93/po/sk.po new/pam-config-0.94/po/sk.po --- old/pam-config-0.93/po/sk.po 2017-10-20 08:40:03.000000000 +0200 +++ new/pam-config-0.94/po/sk.po 2018-01-15 16:00:40.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-10-20 08:40+0200\n" +"POT-Creation-Date: 2018-01-15 16:00+0100\n" "PO-Revision-Date: 2010-04-23 16:47+0100\n" "Last-Translator: Rastislav Krupanský <[email protected]>\n" "Language-Team: Slovak <[email protected]>\n" Binary files old/pam-config-0.93/po/sl.gmo and new/pam-config-0.94/po/sl.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.93/po/sl.po new/pam-config-0.94/po/sl.po --- old/pam-config-0.93/po/sl.po 2017-10-20 08:40:03.000000000 +0200 +++ new/pam-config-0.94/po/sl.po 2018-01-15 16:00:40.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-10-20 08:40+0200\n" +"POT-Creation-Date: 2018-01-15 16:00+0100\n" "PO-Revision-Date: 2005-08-24 17:37+0200\n" "Last-Translator: Janez Krek <[email protected]>\n" "Language-Team: Slovenščina <[email protected]>\n" Binary files old/pam-config-0.93/po/sr.gmo and new/pam-config-0.94/po/sr.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.93/po/sr.po new/pam-config-0.94/po/sr.po --- old/pam-config-0.93/po/sr.po 2017-10-20 08:40:03.000000000 +0200 +++ new/pam-config-0.94/po/sr.po 2018-01-15 16:00:40.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-10-20 08:40+0200\n" +"POT-Creation-Date: 2018-01-15 16:00+0100\n" "PO-Revision-Date: 2005-08-03 21:03+0200\n" "Last-Translator: Данило Шеган <[email protected]>\n" "Language-Team: Serbian <[email protected]>\n" Binary files old/pam-config-0.93/po/sv.gmo and new/pam-config-0.94/po/sv.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.93/po/sv.po new/pam-config-0.94/po/sv.po --- old/pam-config-0.93/po/sv.po 2017-10-20 08:40:03.000000000 +0200 +++ new/pam-config-0.94/po/sv.po 2018-01-15 16:00:40.000000000 +0100 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: pam-config\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-10-20 08:40+0200\n" +"POT-Creation-Date: 2018-01-15 16:00+0100\n" "PO-Revision-Date: 2008-11-08 17:17+0100\n" "Last-Translator: Jonas Björk <[email protected]>\n" "Language-Team: svenska <[email protected]>\n" Binary files old/pam-config-0.93/po/ta.gmo and new/pam-config-0.94/po/ta.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.93/po/ta.po new/pam-config-0.94/po/ta.po --- old/pam-config-0.93/po/ta.po 2017-10-20 08:40:03.000000000 +0200 +++ new/pam-config-0.94/po/ta.po 2018-01-15 16:00:41.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-10-20 08:40+0200\n" +"POT-Creation-Date: 2018-01-15 16:00+0100\n" "PO-Revision-Date: 2003-08-14 10:47+0200\n" "Last-Translator: xxx <[email protected]>\n" "Language-Team: Tamil <[email protected]>\n" Binary files old/pam-config-0.93/po/th.gmo and new/pam-config-0.94/po/th.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.93/po/th.po new/pam-config-0.94/po/th.po --- old/pam-config-0.93/po/th.po 2017-10-20 08:40:03.000000000 +0200 +++ new/pam-config-0.94/po/th.po 2018-01-15 16:00:41.000000000 +0100 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: YaST (@memory@)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-10-20 08:40+0200\n" +"POT-Creation-Date: 2018-01-15 16:00+0100\n" "PO-Revision-Date: 2008-01-04 08:58+0100\n" "Last-Translator: [email protected]\n" "Language-Team: Thai <[email protected]>\n" Binary files old/pam-config-0.93/po/tr.gmo and new/pam-config-0.94/po/tr.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.93/po/tr.po new/pam-config-0.94/po/tr.po --- old/pam-config-0.93/po/tr.po 2017-10-20 08:40:03.000000000 +0200 +++ new/pam-config-0.94/po/tr.po 2018-01-15 16:00:41.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-10-20 08:40+0200\n" +"POT-Creation-Date: 2018-01-15 16:00+0100\n" "PO-Revision-Date: 2001-10-18 10:13+0200\n" "Last-Translator: Görkem Çetin <[email protected]>\n" "Language-Team: turkish <[email protected]>\n" Binary files old/pam-config-0.93/po/uk.gmo and new/pam-config-0.94/po/uk.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.93/po/uk.po new/pam-config-0.94/po/uk.po --- old/pam-config-0.93/po/uk.po 2017-10-20 08:40:03.000000000 +0200 +++ new/pam-config-0.94/po/uk.po 2018-01-15 16:00:41.000000000 +0100 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: pam-config.uk\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-10-20 08:40+0200\n" +"POT-Creation-Date: 2018-01-15 16:00+0100\n" "PO-Revision-Date: 2008-10-22 22:51-0700\n" "Last-Translator: Ivan Petrouchtchak <[email protected]>\n" "Language-Team: Ukrainian <[email protected]>\n" Binary files old/pam-config-0.93/po/vi.gmo and new/pam-config-0.94/po/vi.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.93/po/vi.po new/pam-config-0.94/po/vi.po --- old/pam-config-0.93/po/vi.po 2017-10-20 08:40:03.000000000 +0200 +++ new/pam-config-0.94/po/vi.po 2018-01-15 16:00:41.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-10-20 08:40+0200\n" +"POT-Creation-Date: 2018-01-15 16:00+0100\n" "PO-Revision-Date: 2006-07-12 07:32+0200\n" "Last-Translator: Phan Vĩnh Thịnh <[email protected]>\n" "Language-Team: Vietnamese <[email protected]>\n" Binary files old/pam-config-0.93/po/wa.gmo and new/pam-config-0.94/po/wa.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.93/po/wa.po new/pam-config-0.94/po/wa.po --- old/pam-config-0.93/po/wa.po 2017-10-20 08:40:03.000000000 +0200 +++ new/pam-config-0.94/po/wa.po 2018-01-15 16:00:41.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: yast memory\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-10-20 08:40+0200\n" +"POT-Creation-Date: 2018-01-15 16:00+0100\n" "PO-Revision-Date: 2004-04-05 17:37+0200\n" "Last-Translator: Jean Cayron <[email protected]>\n" "Language-Team: Walloon <[email protected]>\n" Binary files old/pam-config-0.93/po/xh.gmo and new/pam-config-0.94/po/xh.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.93/po/xh.po new/pam-config-0.94/po/xh.po --- old/pam-config-0.93/po/xh.po 2017-10-20 08:40:03.000000000 +0200 +++ new/pam-config-0.94/po/xh.po 2018-01-15 16:00:41.000000000 +0100 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: base\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-10-20 08:40+0200\n" +"POT-Creation-Date: 2018-01-15 16:00+0100\n" "PO-Revision-Date: 2006-11-03 14:26\n" "Last-Translator: Novell Language <[email protected]>\n" "Language-Team: Novell Language <[email protected]>\n" Binary files old/pam-config-0.93/po/zh_CN.gmo and new/pam-config-0.94/po/zh_CN.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.93/po/zh_CN.po new/pam-config-0.94/po/zh_CN.po --- old/pam-config-0.93/po/zh_CN.po 2017-10-20 08:40:03.000000000 +0200 +++ new/pam-config-0.94/po/zh_CN.po 2018-01-15 16:00:41.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-10-20 08:40+0200\n" +"POT-Creation-Date: 2018-01-15 16:00+0100\n" "PO-Revision-Date: 2008-12-01 01:33+0800\n" "Last-Translator: Thruth Wang <[email protected]>\n" "Language-Team: Simplified Chinese\n" Binary files old/pam-config-0.93/po/zh_TW.gmo and new/pam-config-0.94/po/zh_TW.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.93/po/zh_TW.po new/pam-config-0.94/po/zh_TW.po --- old/pam-config-0.93/po/zh_TW.po 2017-10-20 08:40:03.000000000 +0200 +++ new/pam-config-0.94/po/zh_TW.po 2018-01-15 16:00:41.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: pam-config\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-10-20 08:40+0200\n" +"POT-Creation-Date: 2018-01-15 16:00+0100\n" "PO-Revision-Date: 2009-09-18 21:45+0800\n" "Last-Translator: swyear <[email protected]>\n" "Language-Team: Chinese Traditional <[email protected]>\n" Binary files old/pam-config-0.93/po/zu.gmo and new/pam-config-0.94/po/zu.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.93/po/zu.po new/pam-config-0.94/po/zu.po --- old/pam-config-0.93/po/zu.po 2017-10-20 08:40:03.000000000 +0200 +++ new/pam-config-0.94/po/zu.po 2018-01-15 16:00:41.000000000 +0100 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: installation\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-10-20 08:40+0200\n" +"POT-Creation-Date: 2018-01-15 16:00+0100\n" "PO-Revision-Date: 2006-11-03 14:26\n" "Last-Translator: Novell Language <[email protected]>\n" "Language-Team: Novell Language <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.93/src/Makefile.am new/pam-config-0.94/src/Makefile.am --- old/pam-config-0.93/src/Makefile.am 2017-08-09 13:36:45.000000000 +0200 +++ new/pam-config-0.94/src/Makefile.am 2018-01-15 15:59:09.000000000 +0100 @@ -32,7 +32,7 @@ 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_kwallet5.c + mod_pam_kwallet5.c mod_pam_keyinit.c noinst_HEADERS = pam-config.h pam-module.h diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.93/src/Makefile.in new/pam-config-0.94/src/Makefile.in --- old/pam-config-0.93/src/Makefile.in 2017-10-20 08:40:46.000000000 +0200 +++ new/pam-config-0.94/src/Makefile.in 2018-01-15 17:02:31.000000000 +0100 @@ -124,7 +124,7 @@ mod_pam_systemd.$(OBJEXT) mod_pam_ecryptfs.$(OBJEXT) \ mod_pam_access.$(OBJEXT) \ mod_pam_google_authenticator.$(OBJEXT) \ - mod_pam_kwallet5.$(OBJEXT) + mod_pam_kwallet5.$(OBJEXT) mod_pam_keyinit.$(OBJEXT) pam_config_OBJECTS = $(am_pam_config_OBJECTS) pam_config_LDADD = $(LDADD) AM_V_P = $(am__v_P_@AM_V@) @@ -352,7 +352,7 @@ 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_kwallet5.c + mod_pam_kwallet5.c mod_pam_keyinit.c noinst_HEADERS = pam-config.h pam-module.h all: all-am @@ -461,6 +461,7 @@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_pam_gnome_keyring.Po@am__quote@ @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_keyinit.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@ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.93/src/mod_pam_keyinit.c new/pam-config-0.94/src/mod_pam_keyinit.c --- old/pam-config-0.93/src/mod_pam_keyinit.c 1970-01-01 01:00:00.000000000 +0100 +++ new/pam-config-0.94/src/mod_pam_keyinit.c 2018-01-15 15:58:29.000000000 +0100 @@ -0,0 +1,138 @@ +/* Copyright (C) 2017 SUSE Linux GmbH + Author: Josef Möllers <[email protected]> + + 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 void write_entry(FILE *fp, option_set_t *opt_set); + +static int +write_config_keyinit (pam_module_t *this, + enum write_type op __attribute__ ((unused)), + FILE *unused __attribute__((unused))) +{ + option_set_t *opt_set = this->get_opt_set (this, SESSION); + FILE *fp; + config_content_t *cfg_content; + int writeit = opt_set->is_enabled (opt_set, "is_enabled"); + int is_written = 0; + + if (debug) + debug_write_call (this, SESSION); + + load_single_config (gl_service, &cfg_content); + + fp = create_service_file (gl_service); + if (!fp) return 0; + + fprintf(stderr, "writeit=%d, is_written=%d\n", writeit, is_written); + while (cfg_content != NULL) + { + fprintf(stderr, "cfg_content->line = >>%s", cfg_content->line); + if (writeit) + { + fprintf(stderr, "writeit=%d\n", writeit); + if (!is_written) + { + fprintf(stderr, "is_written=%d\n", is_written); + /* write this entry as the first in the session part */ + if (strstr(cfg_content->line, "session") != NULL) + { + fprintf(stderr, "strstr(cfg_content->line, \"session\") != NULL\n"); + write_entry(fp, opt_set); + is_written = 1; + } + } + /* skip old entries */ + if (strcasestr (cfg_content->line, "pam_keyinit.so") == NULL ) + fprintf (fp, "%s", cfg_content->line); + } + else + { + /* skip old entries */ + if (strcasestr (cfg_content->line, "pam_keyinit.so") == NULL) + fprintf (fp, "%s", cfg_content->line); + else + is_written = 1; + } + cfg_content = cfg_content->next; + } + + /* + * If it has not been written yet, write it now + * This is highly unlikely as most config files include common-session + * but then ... + */ + if (!is_written) + { + write_entry(fp, opt_set); + is_written = 1; + } + + return close_service_file (fp,gl_service); +} + +static void +write_entry(FILE *fp, option_set_t *opt_set) +{ + fprintf(stderr, "write_entry(fp, opt_set)\n"); + fprintf (fp, "session optional\tpam_keyinit.so revoke "); + if (opt_set->is_enabled (opt_set, "force")) + fprintf (fp, "force "); + if (opt_set->is_enabled (opt_set, "debug")) + fprintf (fp, "debug "); + + fprintf (fp, "\n"); + + return; +} + +GETOPT_START_ALL + else if (strcmp ("force", opt) == 0) + { + opt_set = this->get_opt_set (this, SESSION); + opt_set->enable (opt_set, "force", g_opt->opt_val); + } +GETOPT_END_ALL + +PRINT_ARGS("keyinit") +PRINT_XMLHELP("keyinit") + +/* ---- contruct module object ---- */ +DECLARE_BOOL_OPTS_3 (is_enabled, debug, force); +DECLARE_STRING_OPTS_0; +DECLARE_OPT_SETS; + +static module_helptext_t helptext[] = {{NULL, NULL, NULL}}; + +/* at last construct the complete module object */ +pam_module_t mod_pam_keyinit = { "pam_keyinit.so", opt_sets, helptext, + &def_parse_config, + &def_print_module, + &write_config_keyinit, + &get_opt_set, + &getopt, + &print_args, + &print_xmlhelp}; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.93/src/pam-config.8 new/pam-config-0.94/src/pam-config.8 --- old/pam-config-0.93/src/pam-config.8 2017-10-20 08:51:44.000000000 +0200 +++ new/pam-config-0.94/src/pam-config.8 2018-01-15 17:02:42.000000000 +0100 @@ -2,12 +2,12 @@ .\" Title: pam-config .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/> -.\" Date: 10/20/2017 +.\" Date: 01/15/2018 .\" Manual: Reference Manual .\" Source: Reference Manual .\" Language: English .\" -.TH "PAM\-CONFIG" "8" "10/20/2017" "Reference Manual" "Reference Manual" +.TH "PAM\-CONFIG" "8" "01/15/2018" "Reference Manual" "Reference Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -1210,6 +1210,25 @@ option to all pam_csync\&.so invocations\&. .RE .PP +\fB\-\-keyinit\fR +.RS 4 +Enable/Disable pam_keyinit\&.so +.RE +.PP +\fB\-\-keyinit\-debug\fR +.RS 4 +Add +\fBdebug\fR +option to all pam_keyinit\&.so invocations\&. +.RE +.PP +\fB\-\-keyinit\-force\fR +.RS 4 +Add +\fBforce\fR +option to all pam_keyinit\&.so invocations\&. +.RE +.PP \fB\-\-lastlog\fR .RS 4 Enable/Disable pam_lastlog\&.so diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.93/src/pam-config.8.xml new/pam-config-0.94/src/pam-config.8.xml --- old/pam-config-0.93/src/pam-config.8.xml 2017-10-20 08:51:44.000000000 +0200 +++ new/pam-config-0.94/src/pam-config.8.xml 2018-01-15 17:02:42.000000000 +0100 @@ -1499,6 +1499,30 @@ </listitem> </varlistentry> <varlistentry> + <term><option>--keyinit</option></term> + <listitem> + <para> + Enable/Disable pam_keyinit.so + </para> + </listitem> + </varlistentry> + <varlistentry> + <term><option>--keyinit-debug</option></term> + <listitem> + <para> + Add <option>debug</option> option to all pam_keyinit.so invocations. + </para> + </listitem> + </varlistentry> + <varlistentry> + <term><option>--keyinit-force</option></term> + <listitem> + <para> + Add <option>force</option> option to all pam_keyinit.so invocations. + </para> + </listitem> + </varlistentry> + <varlistentry> <term><option>--lastlog</option></term> <listitem> <para> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.93/src/supported-modules.h new/pam-config-0.94/src/supported-modules.h --- old/pam-config-0.93/src/supported-modules.h 2017-08-09 13:57:05.000000000 +0200 +++ new/pam-config-0.94/src/supported-modules.h 2018-01-15 15:58:29.000000000 +0100 @@ -40,6 +40,7 @@ extern pam_module_t mod_pam_ck_connector; extern pam_module_t mod_pam_cryptpass; extern pam_module_t mod_pam_csync; +extern pam_module_t mod_pam_keyinit; extern pam_module_t mod_pam_loginuid; extern pam_module_t mod_pam_mount; extern pam_module_t mod_pam_systemd; @@ -171,6 +172,7 @@ &mod_pam_ck_connector, &mod_pam_cryptpass, &mod_pam_csync, + &mod_pam_keyinit, &mod_pam_lastlog, &mod_pam_loginuid, &mod_pam_mount, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-0.93/tests/config/Makefile new/pam-config-0.94/tests/config/Makefile --- old/pam-config-0.93/tests/config/Makefile 2017-10-20 08:40:50.000000000 +0200 +++ new/pam-config-0.94/tests/config/Makefile 2018-01-15 17:02:37.000000000 +0100 @@ -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.93 +PACKAGE_STRING = pam-config 0.94 PACKAGE_TARNAME = pam-config PACKAGE_URL = -PACKAGE_VERSION = 0.93 +PACKAGE_VERSION = 0.94 PATH_SEPARATOR = : POSUB = po RANLIB = ranlib -SED = /usr/bin/sed +SED = /bin/sed SET_MAKE = SHELL = /bin/sh STRIP = USE_NLS = yes -VERSION = 0.93 +VERSION = 0.94 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.93/tests/pam-config.test/Makefile new/pam-config-0.94/tests/pam-config.test/Makefile --- old/pam-config-0.93/tests/pam-config.test/Makefile 2017-10-20 08:40:50.000000000 +0200 +++ new/pam-config-0.94/tests/pam-config.test/Makefile 2018-01-15 17:02:37.000000000 +0100 @@ -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.93 +PACKAGE_STRING = pam-config 0.94 PACKAGE_TARNAME = pam-config PACKAGE_URL = -PACKAGE_VERSION = 0.93 +PACKAGE_VERSION = 0.94 PATH_SEPARATOR = : POSUB = po RANLIB = ranlib -SED = /usr/bin/sed +SED = /bin/sed SET_MAKE = SHELL = /bin/sh STRIP = USE_NLS = yes -VERSION = 0.93 +VERSION = 0.94 XGETTEXT = /usr/bin/xgettext XGETTEXT_015 = /usr/bin/xgettext XGETTEXT_EXTRA_OPTIONS =
