Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package pam-config for openSUSE:Factory checked in at 2023-04-21 14:16:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pam-config (Old) and /work/SRC/openSUSE:Factory/.pam-config.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pam-config" Fri Apr 21 14:16:06 2023 rev:95 rq:1080905 version:2.5 Changes: -------- --- /work/SRC/openSUSE:Factory/pam-config/pam-config.changes 2023-04-04 21:18:06.560306325 +0200 +++ /work/SRC/openSUSE:Factory/.pam-config.new.1533/pam-config.changes 2023-04-21 14:16:24.002374966 +0200 @@ -1,0 +2,6 @@ +Wed Apr 12 12:58:30 UTC 2023 - Thorsten Kukuk <ku...@suse.com> + +- Update to version 2.5 + - Add skip_if option for pam_wtmpdb + +------------------------------------------------------------------- Old: ---- pam-config-2.4.tar.xz New: ---- pam-config-2.5.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pam-config.spec ++++++ --- /var/tmp/diff_new_pack.KMLFI4/_old 2023-04-21 14:16:24.654378621 +0200 +++ /var/tmp/diff_new_pack.KMLFI4/_new 2023-04-21 14:16:24.662378666 +0200 @@ -17,7 +17,7 @@ Name: pam-config -Version: 2.4 +Version: 2.5 Release: 0 Summary: Utility to modify common PAM configuration files License: GPL-2.0-only ++++++ pam-config-2.4.tar.xz -> pam-config-2.5.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.4/NEWS new/pam-config-2.5/NEWS --- old/pam-config-2.4/NEWS 2023-04-03 22:31:08.000000000 +0200 +++ new/pam-config-2.5/NEWS 2023-04-12 14:48:46.000000000 +0200 @@ -4,7 +4,12 @@ Please enter bug reports at https://github.com/SUSE/pam-config/issues +Version 2.5 +* pam_wtmpdb: add skip_if option + Version 2.4 +* Read postlogin files, too + Version 2.3 * Add silent_if option to pam_lastlog2 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.4/configure new/pam-config-2.5/configure --- old/pam-config-2.4/configure 2023-04-03 22:31:16.000000000 +0200 +++ new/pam-config-2.5/configure 2023-04-12 14:48:55.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 2.4. +# Generated by GNU Autoconf 2.69 for pam-config 2.5. # # # 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='2.4' -PACKAGE_STRING='pam-config 2.4' +PACKAGE_VERSION='2.5' +PACKAGE_STRING='pam-config 2.5' 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 2.4 to adapt to many kinds of systems. +\`configure' configures pam-config 2.5 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 2.4:";; + short | recursive ) echo "Configuration of pam-config 2.5:";; 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 2.4 +pam-config configure 2.5 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 2.4, which was +It was created by pam-config $as_me 2.5, 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='2.4' + VERSION='2.5' cat >>confdefs.h <<_ACEOF @@ -8764,7 +8764,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 2.4, which was +This file was extended by pam-config $as_me 2.5, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -8830,7 +8830,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 2.4 +pam-config config.status 2.5 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-2.4/configure.ac new/pam-config-2.5/configure.ac --- old/pam-config-2.4/configure.ac 2023-04-03 22:30:55.000000000 +0200 +++ new/pam-config-2.5/configure.ac 2023-04-12 14:48:07.000000000 +0200 @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(pam-config, 2.4) +AC_INIT(pam-config, 2.5) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([src/pam-config.c]) AM_CONFIG_HEADER(config.h) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.4/po/af.po new/pam-config-2.5/po/af.po --- old/pam-config-2.4/po/af.po 2023-04-03 22:31:19.000000000 +0200 +++ new/pam-config-2.5/po/af.po 2023-04-12 14:48:57.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: installation\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-03 22:31+0200\n" +"POT-Creation-Date: 2023-04-12 14:48+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-2.4/po/ar.po new/pam-config-2.5/po/ar.po --- old/pam-config-2.4/po/ar.po 2023-04-03 22:31:19.000000000 +0200 +++ new/pam-config-2.5/po/ar.po 2023-04-12 14:48:57.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-03 22:31+0200\n" +"POT-Creation-Date: 2023-04-12 14:48+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.4/po/bg.po new/pam-config-2.5/po/bg.po --- old/pam-config-2.4/po/bg.po 2023-04-03 22:31:19.000000000 +0200 +++ new/pam-config-2.5/po/bg.po 2023-04-12 14:48:57.000000000 +0200 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: pam-config\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-03 22:31+0200\n" +"POT-Creation-Date: 2023-04-12 14:48+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.4/po/bn.po new/pam-config-2.5/po/bn.po --- old/pam-config-2.4/po/bn.po 2023-04-03 22:31:19.000000000 +0200 +++ new/pam-config-2.5/po/bn.po 2023-04-12 14:48:57.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-03 22:31+0200\n" +"POT-Creation-Date: 2023-04-12 14:48+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.4/po/bs.po new/pam-config-2.5/po/bs.po --- old/pam-config-2.4/po/bs.po 2023-04-03 22:31:19.000000000 +0200 +++ new/pam-config-2.5/po/bs.po 2023-04-12 14:48:57.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-03 22:31+0200\n" +"POT-Creation-Date: 2023-04-12 14:48+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.4/po/ca.po new/pam-config-2.5/po/ca.po --- old/pam-config-2.4/po/ca.po 2023-04-03 22:31:19.000000000 +0200 +++ new/pam-config-2.5/po/ca.po 2023-04-12 14:48:58.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-03 22:31+0200\n" +"POT-Creation-Date: 2023-04-12 14:48+0200\n" "PO-Revision-Date: 2002-02-08 15:47+0100\n" "Last-Translator: Jaume Badiella <myo...@drac.com>\n" "Language-Team: Catalan\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.4/po/cs.po new/pam-config-2.5/po/cs.po --- old/pam-config-2.4/po/cs.po 2023-04-03 22:31:19.000000000 +0200 +++ new/pam-config-2.5/po/cs.po 2023-04-12 14:48:58.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: pam-config\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-03 22:31+0200\n" +"POT-Creation-Date: 2023-04-12 14:48+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.4/po/cy.po new/pam-config-2.5/po/cy.po --- old/pam-config-2.4/po/cy.po 2023-04-03 22:31:19.000000000 +0200 +++ new/pam-config-2.5/po/cy.po 2023-04-12 14:48:58.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-03 22:31+0200\n" +"POT-Creation-Date: 2023-04-12 14:48+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.4/po/da.po new/pam-config-2.5/po/da.po --- old/pam-config-2.4/po/da.po 2023-04-03 22:31:19.000000000 +0200 +++ new/pam-config-2.5/po/da.po 2023-04-12 14:48:58.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: pam-config\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-03 22:31+0200\n" +"POT-Creation-Date: 2023-04-12 14:48+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.4/po/de.po new/pam-config-2.5/po/de.po --- old/pam-config-2.4/po/de.po 2023-04-03 22:31:19.000000000 +0200 +++ new/pam-config-2.5/po/de.po 2023-04-12 14:48:58.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: pam-config.de\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-03 22:31+0200\n" +"POT-Creation-Date: 2023-04-12 14:48+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.4/po/el.po new/pam-config-2.5/po/el.po --- old/pam-config-2.4/po/el.po 2023-04-03 22:31:19.000000000 +0200 +++ new/pam-config-2.5/po/el.po 2023-04-12 14:48:58.000000000 +0200 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: pam-config.el\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-03 22:31+0200\n" +"POT-Creation-Date: 2023-04-12 14:48+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.4/po/en_GB.po new/pam-config-2.5/po/en_GB.po --- old/pam-config-2.4/po/en_GB.po 2023-04-03 22:31:19.000000000 +0200 +++ new/pam-config-2.5/po/en_GB.po 2023-04-12 14:48:58.000000000 +0200 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: pam-config\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-03 22:31+0200\n" +"POT-Creation-Date: 2023-04-12 14:48+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.4/po/en_US.po new/pam-config-2.5/po/en_US.po --- old/pam-config-2.4/po/en_US.po 2023-04-03 22:31:19.000000000 +0200 +++ new/pam-config-2.5/po/en_US.po 2023-04-12 14:48:58.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-03 22:31+0200\n" +"POT-Creation-Date: 2023-04-12 14:48+0200\n" "PO-Revision-Date: 2005-11-08 12:26+8\n" "Last-Translator: Steve Beattie <st...@immunix.com>\n" "Language-Team: English\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.4/po/es.po new/pam-config-2.5/po/es.po --- old/pam-config-2.4/po/es.po 2023-04-03 22:31:19.000000000 +0200 +++ new/pam-config-2.5/po/es.po 2023-04-12 14:48:58.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: pam-config\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-03 22:31+0200\n" +"POT-Creation-Date: 2023-04-12 14:48+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.4/po/et.po new/pam-config-2.5/po/et.po --- old/pam-config-2.4/po/et.po 2023-04-03 22:31:19.000000000 +0200 +++ new/pam-config-2.5/po/et.po 2023-04-12 14:48:58.000000000 +0200 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: pam-config.et\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-03 22:31+0200\n" +"POT-Creation-Date: 2023-04-12 14:48+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.4/po/fi.po new/pam-config-2.5/po/fi.po --- old/pam-config-2.4/po/fi.po 2023-04-03 22:31:19.000000000 +0200 +++ new/pam-config-2.5/po/fi.po 2023-04-12 14:48:58.000000000 +0200 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: pam-config.fi\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-03 22:31+0200\n" +"POT-Creation-Date: 2023-04-12 14:48+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.4/po/fr.po new/pam-config-2.5/po/fr.po --- old/pam-config-2.4/po/fr.po 2023-04-03 22:31:19.000000000 +0200 +++ new/pam-config-2.5/po/fr.po 2023-04-12 14:48:58.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: pam-config\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-03 22:31+0200\n" +"POT-Creation-Date: 2023-04-12 14:48+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.4/po/gl.po new/pam-config-2.5/po/gl.po --- old/pam-config-2.4/po/gl.po 2023-04-03 22:31:19.000000000 +0200 +++ new/pam-config-2.5/po/gl.po 2023-04-12 14:48:58.000000000 +0200 @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-03 22:31+0200\n" +"POT-Creation-Date: 2023-04-12 14:48+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.4/po/gu.po new/pam-config-2.5/po/gu.po --- old/pam-config-2.4/po/gu.po 2023-04-03 22:31:20.000000000 +0200 +++ new/pam-config-2.5/po/gu.po 2023-04-12 14:48:58.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: YaST (@memory@)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-03 22:31+0200\n" +"POT-Creation-Date: 2023-04-12 14:48+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.4/po/he.po new/pam-config-2.5/po/he.po --- old/pam-config-2.4/po/he.po 2023-04-03 22:31:20.000000000 +0200 +++ new/pam-config-2.5/po/he.po 2023-04-12 14:48:58.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-03 22:31+0200\n" +"POT-Creation-Date: 2023-04-12 14:48+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.4/po/hi.po new/pam-config-2.5/po/hi.po --- old/pam-config-2.4/po/hi.po 2023-04-03 22:31:20.000000000 +0200 +++ new/pam-config-2.5/po/hi.po 2023-04-12 14:48:58.000000000 +0200 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: pam-config.hi\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-03 22:31+0200\n" +"POT-Creation-Date: 2023-04-12 14:48+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.4/po/hr.po new/pam-config-2.5/po/hr.po --- old/pam-config-2.4/po/hr.po 2023-04-03 22:31:20.000000000 +0200 +++ new/pam-config-2.5/po/hr.po 2023-04-12 14:48:58.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-03 22:31+0200\n" +"POT-Creation-Date: 2023-04-12 14:48+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.4/po/hu.po new/pam-config-2.5/po/hu.po --- old/pam-config-2.4/po/hu.po 2023-04-03 22:31:20.000000000 +0200 +++ new/pam-config-2.5/po/hu.po 2023-04-12 14:48:58.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: pam-config.hu\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-03 22:31+0200\n" +"POT-Creation-Date: 2023-04-12 14:48+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.4/po/id.po new/pam-config-2.5/po/id.po --- old/pam-config-2.4/po/id.po 2023-04-03 22:31:20.000000000 +0200 +++ new/pam-config-2.5/po/id.po 2023-04-12 14:48:58.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-03 22:31+0200\n" +"POT-Creation-Date: 2023-04-12 14:48+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.4/po/it.po new/pam-config-2.5/po/it.po --- old/pam-config-2.4/po/it.po 2023-04-03 22:31:20.000000000 +0200 +++ new/pam-config-2.5/po/it.po 2023-04-12 14:48:58.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: pam-config.it\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-03 22:31+0200\n" +"POT-Creation-Date: 2023-04-12 14:48+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.4/po/ja.po new/pam-config-2.5/po/ja.po --- old/pam-config-2.4/po/ja.po 2023-04-03 22:31:20.000000000 +0200 +++ new/pam-config-2.5/po/ja.po 2023-04-12 14:48:58.000000000 +0200 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: pam-config\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-03 22:31+0200\n" +"POT-Creation-Date: 2023-04-12 14:48+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.4/po/ka.po new/pam-config-2.5/po/ka.po --- old/pam-config-2.4/po/ka.po 2023-04-03 22:31:20.000000000 +0200 +++ new/pam-config-2.5/po/ka.po 2023-04-12 14:48:58.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-03 22:31+0200\n" +"POT-Creation-Date: 2023-04-12 14:48+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.4/po/km.po new/pam-config-2.5/po/km.po --- old/pam-config-2.4/po/km.po 2023-04-03 22:31:20.000000000 +0200 +++ new/pam-config-2.5/po/km.po 2023-04-12 14:48:58.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: pam-config\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-03 22:31+0200\n" +"POT-Creation-Date: 2023-04-12 14:48+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.4/po/ko.po new/pam-config-2.5/po/ko.po --- old/pam-config-2.4/po/ko.po 2023-04-03 22:31:20.000000000 +0200 +++ new/pam-config-2.5/po/ko.po 2023-04-12 14:48:58.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: pam-config.ko\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-03 22:31+0200\n" +"POT-Creation-Date: 2023-04-12 14:48+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.4/po/lo.po new/pam-config-2.5/po/lo.po --- old/pam-config-2.4/po/lo.po 2023-04-03 22:31:20.000000000 +0200 +++ new/pam-config-2.5/po/lo.po 2023-04-12 14:48:58.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-03 22:31+0200\n" +"POT-Creation-Date: 2023-04-12 14:48+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.4/po/lt.po new/pam-config-2.5/po/lt.po --- old/pam-config-2.4/po/lt.po 2023-04-03 22:31:20.000000000 +0200 +++ new/pam-config-2.5/po/lt.po 2023-04-12 14:48:58.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: pam-config.lt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-03 22:31+0200\n" +"POT-Creation-Date: 2023-04-12 14:48+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.4/po/mk.po new/pam-config-2.5/po/mk.po --- old/pam-config-2.4/po/mk.po 2023-04-03 22:31:20.000000000 +0200 +++ new/pam-config-2.5/po/mk.po 2023-04-12 14:48:58.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: YaST (@memory@)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-03 22:31+0200\n" +"POT-Creation-Date: 2023-04-12 14:48+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.4/po/mr.po new/pam-config-2.5/po/mr.po --- old/pam-config-2.4/po/mr.po 2023-04-03 22:31:20.000000000 +0200 +++ new/pam-config-2.5/po/mr.po 2023-04-12 14:48:58.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: YaST (@memory@)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-03 22:31+0200\n" +"POT-Creation-Date: 2023-04-12 14:48+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.4/po/nb.po new/pam-config-2.5/po/nb.po --- old/pam-config-2.4/po/nb.po 2023-04-03 22:31:20.000000000 +0200 +++ new/pam-config-2.5/po/nb.po 2023-04-12 14:48:58.000000000 +0200 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: pam-config\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-03 22:31+0200\n" +"POT-Creation-Date: 2023-04-12 14:48+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.4/po/nl.po new/pam-config-2.5/po/nl.po --- old/pam-config-2.4/po/nl.po 2023-04-03 22:31:20.000000000 +0200 +++ new/pam-config-2.5/po/nl.po 2023-04-12 14:48:58.000000000 +0200 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: pam-config.nl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-03 22:31+0200\n" +"POT-Creation-Date: 2023-04-12 14:48+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.4/po/pa.po new/pam-config-2.5/po/pa.po --- old/pam-config-2.4/po/pa.po 2023-04-03 22:31:20.000000000 +0200 +++ new/pam-config-2.5/po/pa.po 2023-04-12 14:48:58.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: pam-config.pa\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-03 22:31+0200\n" +"POT-Creation-Date: 2023-04-12 14:48+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-2.4/po/pam-config.pot new/pam-config-2.5/po/pam-config.pot --- old/pam-config-2.4/po/pam-config.pot 2023-04-03 22:31:19.000000000 +0200 +++ new/pam-config-2.5/po/pam-config.pot 2023-04-12 14:48:57.000000000 +0200 @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: pam-config 2.4\n" +"Project-Id-Version: pam-config 2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-03 22:31+0200\n" +"POT-Creation-Date: 2023-04-12 14:48+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.4/po/pl.po new/pam-config-2.5/po/pl.po --- old/pam-config-2.4/po/pl.po 2023-04-03 22:31:20.000000000 +0200 +++ new/pam-config-2.5/po/pl.po 2023-04-12 14:48:58.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: pam-config\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-03 22:31+0200\n" +"POT-Creation-Date: 2023-04-12 14:48+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.4/po/pt.po new/pam-config-2.5/po/pt.po --- old/pam-config-2.4/po/pt.po 2023-04-03 22:31:20.000000000 +0200 +++ new/pam-config-2.5/po/pt.po 2023-04-12 14:48:58.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: pam-config.pt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-03 22:31+0200\n" +"POT-Creation-Date: 2023-04-12 14:48+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.4/po/pt_BR.po new/pam-config-2.5/po/pt_BR.po --- old/pam-config-2.4/po/pt_BR.po 2023-04-03 22:31:20.000000000 +0200 +++ new/pam-config-2.5/po/pt_BR.po 2023-04-12 14:48:58.000000000 +0200 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: pam-config\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-03 22:31+0200\n" +"POT-Creation-Date: 2023-04-12 14:48+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.4/po/ro.po new/pam-config-2.5/po/ro.po --- old/pam-config-2.4/po/ro.po 2023-04-03 22:31:20.000000000 +0200 +++ new/pam-config-2.5/po/ro.po 2023-04-12 14:48:58.000000000 +0200 @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: openSUSE\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-03 22:31+0200\n" +"POT-Creation-Date: 2023-04-12 14:48+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." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.4/po/ru.po new/pam-config-2.5/po/ru.po --- old/pam-config-2.4/po/ru.po 2023-04-03 22:31:20.000000000 +0200 +++ new/pam-config-2.5/po/ru.po 2023-04-12 14:48:58.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: pam-config.ru\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-03 22:31+0200\n" +"POT-Creation-Date: 2023-04-12 14:48+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.4/po/si.po new/pam-config-2.5/po/si.po --- old/pam-config-2.4/po/si.po 2023-04-03 22:31:20.000000000 +0200 +++ new/pam-config-2.5/po/si.po 2023-04-12 14:48:58.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: YaST (@memory@)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-03 22:31+0200\n" +"POT-Creation-Date: 2023-04-12 14:48+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.4/po/sk.po new/pam-config-2.5/po/sk.po --- old/pam-config-2.4/po/sk.po 2023-04-03 22:31:20.000000000 +0200 +++ new/pam-config-2.5/po/sk.po 2023-04-12 14:48:58.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-03 22:31+0200\n" +"POT-Creation-Date: 2023-04-12 14:48+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.4/po/sl.po new/pam-config-2.5/po/sl.po --- old/pam-config-2.4/po/sl.po 2023-04-03 22:31:20.000000000 +0200 +++ new/pam-config-2.5/po/sl.po 2023-04-12 14:48:58.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-03 22:31+0200\n" +"POT-Creation-Date: 2023-04-12 14:48+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.4/po/sr.po new/pam-config-2.5/po/sr.po --- old/pam-config-2.4/po/sr.po 2023-04-03 22:31:20.000000000 +0200 +++ new/pam-config-2.5/po/sr.po 2023-04-12 14:48:58.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-03 22:31+0200\n" +"POT-Creation-Date: 2023-04-12 14:48+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.4/po/sv.po new/pam-config-2.5/po/sv.po --- old/pam-config-2.4/po/sv.po 2023-04-03 22:31:20.000000000 +0200 +++ new/pam-config-2.5/po/sv.po 2023-04-12 14:48:59.000000000 +0200 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: pam-config\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-03 22:31+0200\n" +"POT-Creation-Date: 2023-04-12 14:48+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.4/po/ta.po new/pam-config-2.5/po/ta.po --- old/pam-config-2.4/po/ta.po 2023-04-03 22:31:20.000000000 +0200 +++ new/pam-config-2.5/po/ta.po 2023-04-12 14:48:59.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-03 22:31+0200\n" +"POT-Creation-Date: 2023-04-12 14:48+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.4/po/th.po new/pam-config-2.5/po/th.po --- old/pam-config-2.4/po/th.po 2023-04-03 22:31:20.000000000 +0200 +++ new/pam-config-2.5/po/th.po 2023-04-12 14:48:59.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: YaST (@memory@)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-03 22:31+0200\n" +"POT-Creation-Date: 2023-04-12 14:48+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.4/po/tr.po new/pam-config-2.5/po/tr.po --- old/pam-config-2.4/po/tr.po 2023-04-03 22:31:20.000000000 +0200 +++ new/pam-config-2.5/po/tr.po 2023-04-12 14:48:59.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-03 22:31+0200\n" +"POT-Creation-Date: 2023-04-12 14:48+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.4/po/uk.po new/pam-config-2.5/po/uk.po --- old/pam-config-2.4/po/uk.po 2023-04-03 22:31:20.000000000 +0200 +++ new/pam-config-2.5/po/uk.po 2023-04-12 14:48:59.000000000 +0200 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: pam-config.uk\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-03 22:31+0200\n" +"POT-Creation-Date: 2023-04-12 14:48+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.4/po/vi.po new/pam-config-2.5/po/vi.po --- old/pam-config-2.4/po/vi.po 2023-04-03 22:31:20.000000000 +0200 +++ new/pam-config-2.5/po/vi.po 2023-04-12 14:48:59.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-03 22:31+0200\n" +"POT-Creation-Date: 2023-04-12 14:48+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.4/po/wa.po new/pam-config-2.5/po/wa.po --- old/pam-config-2.4/po/wa.po 2023-04-03 22:31:20.000000000 +0200 +++ new/pam-config-2.5/po/wa.po 2023-04-12 14:48:59.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: yast memory\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-03 22:31+0200\n" +"POT-Creation-Date: 2023-04-12 14:48+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.4/po/xh.po new/pam-config-2.5/po/xh.po --- old/pam-config-2.4/po/xh.po 2023-04-03 22:31:20.000000000 +0200 +++ new/pam-config-2.5/po/xh.po 2023-04-12 14:48:59.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: base\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-03 22:31+0200\n" +"POT-Creation-Date: 2023-04-12 14:48+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-2.4/po/zh_CN.po new/pam-config-2.5/po/zh_CN.po --- old/pam-config-2.4/po/zh_CN.po 2023-04-03 22:31:21.000000000 +0200 +++ new/pam-config-2.5/po/zh_CN.po 2023-04-12 14:48:59.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-03 22:31+0200\n" +"POT-Creation-Date: 2023-04-12 14:48+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.4/po/zh_TW.po new/pam-config-2.5/po/zh_TW.po --- old/pam-config-2.4/po/zh_TW.po 2023-04-03 22:31:21.000000000 +0200 +++ new/pam-config-2.5/po/zh_TW.po 2023-04-12 14:48:59.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: pam-config\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-03 22:31+0200\n" +"POT-Creation-Date: 2023-04-12 14:48+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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.4/po/zu.po new/pam-config-2.5/po/zu.po --- old/pam-config-2.4/po/zu.po 2023-04-03 22:31:21.000000000 +0200 +++ new/pam-config-2.5/po/zu.po 2023-04-12 14:48:59.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: installation\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-03 22:31+0200\n" +"POT-Creation-Date: 2023-04-12 14:48+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-2.4/src/mod_pam_wtmpdb.c new/pam-config-2.5/src/mod_pam_wtmpdb.c --- old/pam-config-2.4/src/mod_pam_wtmpdb.c 2023-03-24 16:37:23.000000000 +0100 +++ new/pam-config-2.5/src/mod_pam_wtmpdb.c 2023-04-12 14:47:37.000000000 +0200 @@ -58,7 +58,7 @@ /* ---- construct module object ---- */ DECLARE_BOOL_OPTS_3 (is_enabled, debug, silent); -DECLARE_STRING_OPTS_1 (database); +DECLARE_STRING_OPTS_2 (database, skip_if); DECLARE_OPT_SETS; static module_helptext_t helptext[] = {{NULL, NULL, NULL}}; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.4/src/pam-config.8 new/pam-config-2.5/src/pam-config.8 --- old/pam-config-2.4/src/pam-config.8 2023-04-03 22:31:28.000000000 +0200 +++ new/pam-config-2.5/src/pam-config.8 2023-04-12 14:49:05.000000000 +0200 @@ -2,12 +2,12 @@ .\" Title: pam-config .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/> -.\" Date: 04/03/2023 +.\" Date: 04/12/2023 .\" Manual: Reference Manual .\" Source: Reference Manual .\" Language: English .\" -.TH "PAM\-CONFIG" "8" "04/03/2023" "Reference Manual" "Reference Manual" +.TH "PAM\-CONFIG" "8" "04/12/2023" "Reference Manual" "Reference Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -1455,6 +1455,13 @@ \fBdatabase=\fR\fIvalue\fR option to pam_wtmpdb\&.so\&. .RE +.PP +\fB\-\-wtmpdb\-skip_if=\fR\fIvalue\fR +.RS 4 +Add +\fBskip_if=\fR\fIvalue\fR +option to pam_wtmpdb\&.so\&. +.RE .RE .sp .it 1 an-trap diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.4/src/pam-config.8.xml new/pam-config-2.5/src/pam-config.8.xml --- old/pam-config-2.4/src/pam-config.8.xml 2023-04-03 22:31:28.000000000 +0200 +++ new/pam-config-2.5/src/pam-config.8.xml 2023-04-12 14:49:05.000000000 +0200 @@ -1793,6 +1793,14 @@ </para> </listitem> </varlistentry> + <varlistentry> + <term><option>--wtmpdb-skip_if=</option><replaceable>value</replaceable></term> + <listitem> + <para> + Add <option>skip_if=</option><replaceable>value</replaceable> option to pam_wtmpdb.so. + </para> + </listitem> + </varlistentry> </variablelist> </refsect3> <refsect3> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.4/tests/config/Makefile new/pam-config-2.5/tests/config/Makefile --- old/pam-config-2.4/tests/config/Makefile 2023-04-03 22:31:18.000000000 +0200 +++ new/pam-config-2.5/tests/config/Makefile 2023-04-12 14:48:57.000000000 +0200 @@ -175,10 +175,10 @@ PACKAGE = pam-config PACKAGE_BUGREPORT = PACKAGE_NAME = pam-config -PACKAGE_STRING = pam-config 2.4 +PACKAGE_STRING = pam-config 2.5 PACKAGE_TARNAME = pam-config PACKAGE_URL = -PACKAGE_VERSION = 2.4 +PACKAGE_VERSION = 2.5 PATH_SEPARATOR = : POSUB = po RANLIB = ranlib @@ -187,7 +187,7 @@ SHELL = /bin/sh STRIP = USE_NLS = yes -VERSION = 2.4 +VERSION = 2.5 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-2.4/tests/pam-config.test/Makefile new/pam-config-2.5/tests/pam-config.test/Makefile --- old/pam-config-2.4/tests/pam-config.test/Makefile 2023-04-03 22:31:18.000000000 +0200 +++ new/pam-config-2.5/tests/pam-config.test/Makefile 2023-04-12 14:48:57.000000000 +0200 @@ -175,10 +175,10 @@ PACKAGE = pam-config PACKAGE_BUGREPORT = PACKAGE_NAME = pam-config -PACKAGE_STRING = pam-config 2.4 +PACKAGE_STRING = pam-config 2.5 PACKAGE_TARNAME = pam-config PACKAGE_URL = -PACKAGE_VERSION = 2.4 +PACKAGE_VERSION = 2.5 PATH_SEPARATOR = : POSUB = po RANLIB = ranlib @@ -187,7 +187,7 @@ SHELL = /bin/sh STRIP = USE_NLS = yes -VERSION = 2.4 +VERSION = 2.5 XGETTEXT = /usr/bin/xgettext XGETTEXT_015 = /usr/bin/xgettext XGETTEXT_EXTRA_OPTIONS =