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 2025-07-17 17:17:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pam-config (Old) and /work/SRC/openSUSE:Factory/.pam-config.new.8875 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pam-config" Thu Jul 17 17:17:24 2025 rev:107 rq:1293274 version:2.13+git.20250715 Changes: -------- --- /work/SRC/openSUSE:Factory/pam-config/pam-config.changes 2025-06-18 22:28:47.143773022 +0200 +++ /work/SRC/openSUSE:Factory/.pam-config.new.8875/pam-config.changes 2025-07-17 17:17:56.405692649 +0200 @@ -1,0 +2,7 @@ +Tue Jul 15 06:44:03 UTC 2025 - Thorsten Kukuk <ku...@suse.com> + +- Update to version 2.13+git.20250715: + * Release version 2.13 + * Place himmelblau near the top of pam stack [bsc#1243418] + +------------------------------------------------------------------- Old: ---- pam-config-2.12+git.20250516.tar.xz New: ---- pam-config-2.13+git.20250715.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pam-config.spec ++++++ --- /var/tmp/diff_new_pack.c31Kw4/_old 2025-07-17 17:17:56.921714109 +0200 +++ /var/tmp/diff_new_pack.c31Kw4/_new 2025-07-17 17:17:56.925714275 +0200 @@ -17,7 +17,7 @@ Name: pam-config -Version: 2.12+git.20250516 +Version: 2.13+git.20250715 Release: 0 Summary: Utility to modify common PAM configuration files License: GPL-2.0-only ++++++ _service ++++++ --- /var/tmp/diff_new_pack.c31Kw4/_old 2025-07-17 17:17:56.953715440 +0200 +++ /var/tmp/diff_new_pack.c31Kw4/_new 2025-07-17 17:17:56.957715606 +0200 @@ -4,7 +4,7 @@ <param name="scm">git</param> <param name="changesgenerate">enable</param> <param name="filename">pam-config</param> - <param name="versionformat">2.12+git.%cd</param> + <param name="versionformat">2.13+git.%cd</param> </service> <service mode="manual" name="recompress"> <param name="file">*.tar</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.c31Kw4/_old 2025-07-17 17:17:56.977716438 +0200 +++ /var/tmp/diff_new_pack.c31Kw4/_new 2025-07-17 17:17:56.981716604 +0200 @@ -2,7 +2,7 @@ <service name="tar_scm"> <param name="url">https://github.com/SUSE/pam-config.git</param> -<param name="changesrevision">2b6e7eab27ccf84da4c71e48bce3c6d7e874c30d</param></service> +<param name="changesrevision">f5caa1e70f5af87d7f84e19f7c13ffde1e2cf288</param></service> </servicedata> (No newline at EOF) ++++++ pam-config-2.12+git.20250516.tar.xz -> pam-config-2.13+git.20250715.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.12+git.20250516/NEWS new/pam-config-2.13+git.20250715/NEWS --- old/pam-config-2.12+git.20250516/NEWS 2025-05-16 10:08:45.000000000 +0200 +++ new/pam-config-2.13+git.20250715/NEWS 2025-07-15 08:43:27.000000000 +0200 @@ -4,6 +4,10 @@ Please enter bug reports at https://github.com/SUSE/pam-config/issues +Version 2.13 +* Place himmelblau near the top of pam stack +* Don't add pam_env twice (fixes a regression) + Version 2.12 * Call ecryptfs/fscrypt before pam_unix (#30) * Don't exit with error if admin disabled pam-config diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.12+git.20250516/configure.ac new/pam-config-2.13+git.20250715/configure.ac --- old/pam-config-2.12+git.20250516/configure.ac 2025-05-16 10:08:45.000000000 +0200 +++ new/pam-config-2.13+git.20250715/configure.ac 2025-07-15 08:43:27.000000000 +0200 @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([pam-config],[2.12]) +AC_INIT([pam-config],[2.13]) 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.12+git.20250516/po/af.po new/pam-config-2.13+git.20250715/po/af.po --- old/pam-config-2.12+git.20250516/po/af.po 2025-05-16 10:08:45.000000000 +0200 +++ new/pam-config-2.13+git.20250715/po/af.po 2025-07-15 08:43:27.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: installation\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-04-11 10:08+0200\n" +"POT-Creation-Date: 2025-05-16 10:17+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.12+git.20250516/po/ar.po new/pam-config-2.13+git.20250715/po/ar.po --- old/pam-config-2.12+git.20250516/po/ar.po 2025-05-16 10:08:45.000000000 +0200 +++ new/pam-config-2.13+git.20250715/po/ar.po 2025-07-15 08:43:27.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-04-11 10:08+0200\n" +"POT-Creation-Date: 2025-05-16 10:17+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.12+git.20250516/po/bg.po new/pam-config-2.13+git.20250715/po/bg.po --- old/pam-config-2.12+git.20250516/po/bg.po 2025-05-16 10:08:45.000000000 +0200 +++ new/pam-config-2.13+git.20250715/po/bg.po 2025-07-15 08:43:27.000000000 +0200 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: pam-config\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-04-11 10:08+0200\n" +"POT-Creation-Date: 2025-05-16 10:17+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.12+git.20250516/po/bn.po new/pam-config-2.13+git.20250715/po/bn.po --- old/pam-config-2.12+git.20250516/po/bn.po 2025-05-16 10:08:45.000000000 +0200 +++ new/pam-config-2.13+git.20250715/po/bn.po 2025-07-15 08:43:27.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-04-11 10:08+0200\n" +"POT-Creation-Date: 2025-05-16 10:17+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.12+git.20250516/po/bs.po new/pam-config-2.13+git.20250715/po/bs.po --- old/pam-config-2.12+git.20250516/po/bs.po 2025-05-16 10:08:45.000000000 +0200 +++ new/pam-config-2.13+git.20250715/po/bs.po 2025-07-15 08:43:27.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-04-11 10:08+0200\n" +"POT-Creation-Date: 2025-05-16 10:17+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.12+git.20250516/po/ca.po new/pam-config-2.13+git.20250715/po/ca.po --- old/pam-config-2.12+git.20250516/po/ca.po 2025-05-16 10:08:45.000000000 +0200 +++ new/pam-config-2.13+git.20250715/po/ca.po 2025-07-15 08:43:27.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-04-11 10:08+0200\n" +"POT-Creation-Date: 2025-05-16 10:17+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.12+git.20250516/po/cs.po new/pam-config-2.13+git.20250715/po/cs.po --- old/pam-config-2.12+git.20250516/po/cs.po 2025-05-16 10:08:45.000000000 +0200 +++ new/pam-config-2.13+git.20250715/po/cs.po 2025-07-15 08:43:27.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: pam-config\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-04-11 10:08+0200\n" +"POT-Creation-Date: 2025-05-16 10:17+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.12+git.20250516/po/cy.po new/pam-config-2.13+git.20250715/po/cy.po --- old/pam-config-2.12+git.20250516/po/cy.po 2025-05-16 10:08:45.000000000 +0200 +++ new/pam-config-2.13+git.20250715/po/cy.po 2025-07-15 08:43:27.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-04-11 10:08+0200\n" +"POT-Creation-Date: 2025-05-16 10:17+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.12+git.20250516/po/da.po new/pam-config-2.13+git.20250715/po/da.po --- old/pam-config-2.12+git.20250516/po/da.po 2025-05-16 10:08:45.000000000 +0200 +++ new/pam-config-2.13+git.20250715/po/da.po 2025-07-15 08:43:27.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: pam-config\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-04-11 10:08+0200\n" +"POT-Creation-Date: 2025-05-16 10:17+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.12+git.20250516/po/de.po new/pam-config-2.13+git.20250715/po/de.po --- old/pam-config-2.12+git.20250516/po/de.po 2025-05-16 10:08:45.000000000 +0200 +++ new/pam-config-2.13+git.20250715/po/de.po 2025-07-15 08:43:27.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: pam-config.de\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-04-11 10:08+0200\n" +"POT-Creation-Date: 2025-05-16 10:17+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.12+git.20250516/po/el.po new/pam-config-2.13+git.20250715/po/el.po --- old/pam-config-2.12+git.20250516/po/el.po 2025-05-16 10:08:45.000000000 +0200 +++ new/pam-config-2.13+git.20250715/po/el.po 2025-07-15 08:43:27.000000000 +0200 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: pam-config.el\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-04-11 10:08+0200\n" +"POT-Creation-Date: 2025-05-16 10:17+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.12+git.20250516/po/en_GB.po new/pam-config-2.13+git.20250715/po/en_GB.po --- old/pam-config-2.12+git.20250516/po/en_GB.po 2025-05-16 10:08:45.000000000 +0200 +++ new/pam-config-2.13+git.20250715/po/en_GB.po 2025-07-15 08:43:27.000000000 +0200 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: pam-config\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-04-11 10:08+0200\n" +"POT-Creation-Date: 2025-05-16 10:17+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.12+git.20250516/po/en_US.po new/pam-config-2.13+git.20250715/po/en_US.po --- old/pam-config-2.12+git.20250516/po/en_US.po 2025-05-16 10:08:45.000000000 +0200 +++ new/pam-config-2.13+git.20250715/po/en_US.po 2025-07-15 08:43:27.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-04-11 10:08+0200\n" +"POT-Creation-Date: 2025-05-16 10:17+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.12+git.20250516/po/es.po new/pam-config-2.13+git.20250715/po/es.po --- old/pam-config-2.12+git.20250516/po/es.po 2025-05-16 10:08:45.000000000 +0200 +++ new/pam-config-2.13+git.20250715/po/es.po 2025-07-15 08:43:27.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: pam-config\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-04-11 10:08+0200\n" +"POT-Creation-Date: 2025-05-16 10:17+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.12+git.20250516/po/et.po new/pam-config-2.13+git.20250715/po/et.po --- old/pam-config-2.12+git.20250516/po/et.po 2025-05-16 10:08:45.000000000 +0200 +++ new/pam-config-2.13+git.20250715/po/et.po 2025-07-15 08:43:27.000000000 +0200 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: pam-config.et\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-04-11 10:08+0200\n" +"POT-Creation-Date: 2025-05-16 10:17+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.12+git.20250516/po/fi.po new/pam-config-2.13+git.20250715/po/fi.po --- old/pam-config-2.12+git.20250516/po/fi.po 2025-05-16 10:08:45.000000000 +0200 +++ new/pam-config-2.13+git.20250715/po/fi.po 2025-07-15 08:43:27.000000000 +0200 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: pam-config.fi\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-04-11 10:08+0200\n" +"POT-Creation-Date: 2025-05-16 10:17+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.12+git.20250516/po/fr.po new/pam-config-2.13+git.20250715/po/fr.po --- old/pam-config-2.12+git.20250516/po/fr.po 2025-05-16 10:08:45.000000000 +0200 +++ new/pam-config-2.13+git.20250715/po/fr.po 2025-07-15 08:43:27.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: pam-config\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-04-11 10:08+0200\n" +"POT-Creation-Date: 2025-05-16 10:17+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.12+git.20250516/po/gl.po new/pam-config-2.13+git.20250715/po/gl.po --- old/pam-config-2.12+git.20250516/po/gl.po 2025-05-16 10:08:45.000000000 +0200 +++ new/pam-config-2.13+git.20250715/po/gl.po 2025-07-15 08:43:27.000000000 +0200 @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-04-11 10:08+0200\n" +"POT-Creation-Date: 2025-05-16 10:17+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.12+git.20250516/po/gu.po new/pam-config-2.13+git.20250715/po/gu.po --- old/pam-config-2.12+git.20250516/po/gu.po 2025-05-16 10:08:45.000000000 +0200 +++ new/pam-config-2.13+git.20250715/po/gu.po 2025-07-15 08:43:27.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: YaST (@memory@)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-04-11 10:08+0200\n" +"POT-Creation-Date: 2025-05-16 10:17+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.12+git.20250516/po/he.po new/pam-config-2.13+git.20250715/po/he.po --- old/pam-config-2.12+git.20250516/po/he.po 2025-05-16 10:08:45.000000000 +0200 +++ new/pam-config-2.13+git.20250715/po/he.po 2025-07-15 08:43:27.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-04-11 10:08+0200\n" +"POT-Creation-Date: 2025-05-16 10:17+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.12+git.20250516/po/hi.po new/pam-config-2.13+git.20250715/po/hi.po --- old/pam-config-2.12+git.20250516/po/hi.po 2025-05-16 10:08:45.000000000 +0200 +++ new/pam-config-2.13+git.20250715/po/hi.po 2025-07-15 08:43:27.000000000 +0200 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: pam-config.hi\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-04-11 10:08+0200\n" +"POT-Creation-Date: 2025-05-16 10:17+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.12+git.20250516/po/hr.po new/pam-config-2.13+git.20250715/po/hr.po --- old/pam-config-2.12+git.20250516/po/hr.po 2025-05-16 10:08:45.000000000 +0200 +++ new/pam-config-2.13+git.20250715/po/hr.po 2025-07-15 08:43:27.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-04-11 10:08+0200\n" +"POT-Creation-Date: 2025-05-16 10:17+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.12+git.20250516/po/hu.po new/pam-config-2.13+git.20250715/po/hu.po --- old/pam-config-2.12+git.20250516/po/hu.po 2025-05-16 10:08:45.000000000 +0200 +++ new/pam-config-2.13+git.20250715/po/hu.po 2025-07-15 08:43:27.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: pam-config.hu\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-04-11 10:08+0200\n" +"POT-Creation-Date: 2025-05-16 10:17+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.12+git.20250516/po/id.po new/pam-config-2.13+git.20250715/po/id.po --- old/pam-config-2.12+git.20250516/po/id.po 2025-05-16 10:08:45.000000000 +0200 +++ new/pam-config-2.13+git.20250715/po/id.po 2025-07-15 08:43:27.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-04-11 10:08+0200\n" +"POT-Creation-Date: 2025-05-16 10:17+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.12+git.20250516/po/it.po new/pam-config-2.13+git.20250715/po/it.po --- old/pam-config-2.12+git.20250516/po/it.po 2025-05-16 10:08:45.000000000 +0200 +++ new/pam-config-2.13+git.20250715/po/it.po 2025-07-15 08:43:27.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: pam-config.it\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-04-11 10:08+0200\n" +"POT-Creation-Date: 2025-05-16 10:17+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.12+git.20250516/po/ja.po new/pam-config-2.13+git.20250715/po/ja.po --- old/pam-config-2.12+git.20250516/po/ja.po 2025-05-16 10:08:45.000000000 +0200 +++ new/pam-config-2.13+git.20250715/po/ja.po 2025-07-15 08:43:27.000000000 +0200 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: pam-config\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-04-11 10:08+0200\n" +"POT-Creation-Date: 2025-05-16 10:17+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.12+git.20250516/po/ka.po new/pam-config-2.13+git.20250715/po/ka.po --- old/pam-config-2.12+git.20250516/po/ka.po 2025-05-16 10:08:45.000000000 +0200 +++ new/pam-config-2.13+git.20250715/po/ka.po 2025-07-15 08:43:27.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-04-11 10:08+0200\n" +"POT-Creation-Date: 2025-05-16 10:17+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.12+git.20250516/po/km.po new/pam-config-2.13+git.20250715/po/km.po --- old/pam-config-2.12+git.20250516/po/km.po 2025-05-16 10:08:45.000000000 +0200 +++ new/pam-config-2.13+git.20250715/po/km.po 2025-07-15 08:43:27.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: pam-config\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-04-11 10:08+0200\n" +"POT-Creation-Date: 2025-05-16 10:17+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.12+git.20250516/po/ko.po new/pam-config-2.13+git.20250715/po/ko.po --- old/pam-config-2.12+git.20250516/po/ko.po 2025-05-16 10:08:45.000000000 +0200 +++ new/pam-config-2.13+git.20250715/po/ko.po 2025-07-15 08:43:27.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: pam-config.ko\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-04-11 10:08+0200\n" +"POT-Creation-Date: 2025-05-16 10:17+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.12+git.20250516/po/lo.po new/pam-config-2.13+git.20250715/po/lo.po --- old/pam-config-2.12+git.20250516/po/lo.po 2025-05-16 10:08:45.000000000 +0200 +++ new/pam-config-2.13+git.20250715/po/lo.po 2025-07-15 08:43:27.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-04-11 10:08+0200\n" +"POT-Creation-Date: 2025-05-16 10:17+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.12+git.20250516/po/lt.po new/pam-config-2.13+git.20250715/po/lt.po --- old/pam-config-2.12+git.20250516/po/lt.po 2025-05-16 10:08:45.000000000 +0200 +++ new/pam-config-2.13+git.20250715/po/lt.po 2025-07-15 08:43:27.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: pam-config.lt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-04-11 10:08+0200\n" +"POT-Creation-Date: 2025-05-16 10:17+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.12+git.20250516/po/mk.po new/pam-config-2.13+git.20250715/po/mk.po --- old/pam-config-2.12+git.20250516/po/mk.po 2025-05-16 10:08:45.000000000 +0200 +++ new/pam-config-2.13+git.20250715/po/mk.po 2025-07-15 08:43:27.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: YaST (@memory@)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-04-11 10:08+0200\n" +"POT-Creation-Date: 2025-05-16 10:17+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.12+git.20250516/po/mr.po new/pam-config-2.13+git.20250715/po/mr.po --- old/pam-config-2.12+git.20250516/po/mr.po 2025-05-16 10:08:45.000000000 +0200 +++ new/pam-config-2.13+git.20250715/po/mr.po 2025-07-15 08:43:27.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: YaST (@memory@)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-04-11 10:08+0200\n" +"POT-Creation-Date: 2025-05-16 10:17+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.12+git.20250516/po/nb.po new/pam-config-2.13+git.20250715/po/nb.po --- old/pam-config-2.12+git.20250516/po/nb.po 2025-05-16 10:08:45.000000000 +0200 +++ new/pam-config-2.13+git.20250715/po/nb.po 2025-07-15 08:43:27.000000000 +0200 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: pam-config\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-04-11 10:08+0200\n" +"POT-Creation-Date: 2025-05-16 10:17+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.12+git.20250516/po/nl.po new/pam-config-2.13+git.20250715/po/nl.po --- old/pam-config-2.12+git.20250516/po/nl.po 2025-05-16 10:08:45.000000000 +0200 +++ new/pam-config-2.13+git.20250715/po/nl.po 2025-07-15 08:43:27.000000000 +0200 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: pam-config.nl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-04-11 10:08+0200\n" +"POT-Creation-Date: 2025-05-16 10:17+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.12+git.20250516/po/pa.po new/pam-config-2.13+git.20250715/po/pa.po --- old/pam-config-2.12+git.20250516/po/pa.po 2025-05-16 10:08:45.000000000 +0200 +++ new/pam-config-2.13+git.20250715/po/pa.po 2025-07-15 08:43:27.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: pam-config.pa\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-04-11 10:08+0200\n" +"POT-Creation-Date: 2025-05-16 10:17+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.12+git.20250516/po/pl.po new/pam-config-2.13+git.20250715/po/pl.po --- old/pam-config-2.12+git.20250516/po/pl.po 2025-05-16 10:08:45.000000000 +0200 +++ new/pam-config-2.13+git.20250715/po/pl.po 2025-07-15 08:43:27.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: pam-config\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-04-11 10:08+0200\n" +"POT-Creation-Date: 2025-05-16 10:17+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.12+git.20250516/po/pt.po new/pam-config-2.13+git.20250715/po/pt.po --- old/pam-config-2.12+git.20250516/po/pt.po 2025-05-16 10:08:45.000000000 +0200 +++ new/pam-config-2.13+git.20250715/po/pt.po 2025-07-15 08:43:27.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: pam-config.pt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-04-11 10:08+0200\n" +"POT-Creation-Date: 2025-05-16 10:17+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.12+git.20250516/po/pt_BR.po new/pam-config-2.13+git.20250715/po/pt_BR.po --- old/pam-config-2.12+git.20250516/po/pt_BR.po 2025-05-16 10:08:45.000000000 +0200 +++ new/pam-config-2.13+git.20250715/po/pt_BR.po 2025-07-15 08:43:27.000000000 +0200 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: pam-config\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-04-11 10:08+0200\n" +"POT-Creation-Date: 2025-05-16 10:17+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.12+git.20250516/po/ro.po new/pam-config-2.13+git.20250715/po/ro.po --- old/pam-config-2.12+git.20250516/po/ro.po 2025-05-16 10:08:45.000000000 +0200 +++ new/pam-config-2.13+git.20250715/po/ro.po 2025-07-15 08:43:27.000000000 +0200 @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: openSUSE\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-04-11 10:08+0200\n" +"POT-Creation-Date: 2025-05-16 10:17+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.12+git.20250516/po/ru.po new/pam-config-2.13+git.20250715/po/ru.po --- old/pam-config-2.12+git.20250516/po/ru.po 2025-05-16 10:08:45.000000000 +0200 +++ new/pam-config-2.13+git.20250715/po/ru.po 2025-07-15 08:43:27.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: pam-config.ru\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-04-11 10:08+0200\n" +"POT-Creation-Date: 2025-05-16 10:17+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.12+git.20250516/po/si.po new/pam-config-2.13+git.20250715/po/si.po --- old/pam-config-2.12+git.20250516/po/si.po 2025-05-16 10:08:45.000000000 +0200 +++ new/pam-config-2.13+git.20250715/po/si.po 2025-07-15 08:43:27.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: YaST (@memory@)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-04-11 10:08+0200\n" +"POT-Creation-Date: 2025-05-16 10:17+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.12+git.20250516/po/sk.po new/pam-config-2.13+git.20250715/po/sk.po --- old/pam-config-2.12+git.20250516/po/sk.po 2025-05-16 10:08:45.000000000 +0200 +++ new/pam-config-2.13+git.20250715/po/sk.po 2025-07-15 08:43:27.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-04-11 10:08+0200\n" +"POT-Creation-Date: 2025-05-16 10:17+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.12+git.20250516/po/sl.po new/pam-config-2.13+git.20250715/po/sl.po --- old/pam-config-2.12+git.20250516/po/sl.po 2025-05-16 10:08:45.000000000 +0200 +++ new/pam-config-2.13+git.20250715/po/sl.po 2025-07-15 08:43:27.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-04-11 10:08+0200\n" +"POT-Creation-Date: 2025-05-16 10:17+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.12+git.20250516/po/sr.po new/pam-config-2.13+git.20250715/po/sr.po --- old/pam-config-2.12+git.20250516/po/sr.po 2025-05-16 10:08:45.000000000 +0200 +++ new/pam-config-2.13+git.20250715/po/sr.po 2025-07-15 08:43:27.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-04-11 10:08+0200\n" +"POT-Creation-Date: 2025-05-16 10:17+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.12+git.20250516/po/sv.po new/pam-config-2.13+git.20250715/po/sv.po --- old/pam-config-2.12+git.20250516/po/sv.po 2025-05-16 10:08:45.000000000 +0200 +++ new/pam-config-2.13+git.20250715/po/sv.po 2025-07-15 08:43:27.000000000 +0200 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: pam-config\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-04-11 10:08+0200\n" +"POT-Creation-Date: 2025-05-16 10:17+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.12+git.20250516/po/ta.po new/pam-config-2.13+git.20250715/po/ta.po --- old/pam-config-2.12+git.20250516/po/ta.po 2025-05-16 10:08:45.000000000 +0200 +++ new/pam-config-2.13+git.20250715/po/ta.po 2025-07-15 08:43:27.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-04-11 10:08+0200\n" +"POT-Creation-Date: 2025-05-16 10:17+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.12+git.20250516/po/th.po new/pam-config-2.13+git.20250715/po/th.po --- old/pam-config-2.12+git.20250516/po/th.po 2025-05-16 10:08:45.000000000 +0200 +++ new/pam-config-2.13+git.20250715/po/th.po 2025-07-15 08:43:27.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: YaST (@memory@)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-04-11 10:08+0200\n" +"POT-Creation-Date: 2025-05-16 10:17+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.12+git.20250516/po/tr.po new/pam-config-2.13+git.20250715/po/tr.po --- old/pam-config-2.12+git.20250516/po/tr.po 2025-05-16 10:08:45.000000000 +0200 +++ new/pam-config-2.13+git.20250715/po/tr.po 2025-07-15 08:43:27.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-04-11 10:08+0200\n" +"POT-Creation-Date: 2025-05-16 10:17+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.12+git.20250516/po/uk.po new/pam-config-2.13+git.20250715/po/uk.po --- old/pam-config-2.12+git.20250516/po/uk.po 2025-05-16 10:08:45.000000000 +0200 +++ new/pam-config-2.13+git.20250715/po/uk.po 2025-07-15 08:43:27.000000000 +0200 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: pam-config.uk\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-04-11 10:08+0200\n" +"POT-Creation-Date: 2025-05-16 10:17+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.12+git.20250516/po/vi.po new/pam-config-2.13+git.20250715/po/vi.po --- old/pam-config-2.12+git.20250516/po/vi.po 2025-05-16 10:08:45.000000000 +0200 +++ new/pam-config-2.13+git.20250715/po/vi.po 2025-07-15 08:43:27.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-04-11 10:08+0200\n" +"POT-Creation-Date: 2025-05-16 10:17+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.12+git.20250516/po/wa.po new/pam-config-2.13+git.20250715/po/wa.po --- old/pam-config-2.12+git.20250516/po/wa.po 2025-05-16 10:08:45.000000000 +0200 +++ new/pam-config-2.13+git.20250715/po/wa.po 2025-07-15 08:43:27.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: yast memory\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-04-11 10:08+0200\n" +"POT-Creation-Date: 2025-05-16 10:17+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.12+git.20250516/po/xh.po new/pam-config-2.13+git.20250715/po/xh.po --- old/pam-config-2.12+git.20250516/po/xh.po 2025-05-16 10:08:45.000000000 +0200 +++ new/pam-config-2.13+git.20250715/po/xh.po 2025-07-15 08:43:27.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: base\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-04-11 10:08+0200\n" +"POT-Creation-Date: 2025-05-16 10:17+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.12+git.20250516/po/zh_CN.po new/pam-config-2.13+git.20250715/po/zh_CN.po --- old/pam-config-2.12+git.20250516/po/zh_CN.po 2025-05-16 10:08:45.000000000 +0200 +++ new/pam-config-2.13+git.20250715/po/zh_CN.po 2025-07-15 08:43:27.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-04-11 10:08+0200\n" +"POT-Creation-Date: 2025-05-16 10:17+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.12+git.20250516/po/zh_TW.po new/pam-config-2.13+git.20250715/po/zh_TW.po --- old/pam-config-2.12+git.20250516/po/zh_TW.po 2025-05-16 10:08:45.000000000 +0200 +++ new/pam-config-2.13+git.20250715/po/zh_TW.po 2025-07-15 08:43:27.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: pam-config\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-04-11 10:08+0200\n" +"POT-Creation-Date: 2025-05-16 10:17+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.12+git.20250516/po/zu.po new/pam-config-2.13+git.20250715/po/zu.po --- old/pam-config-2.12+git.20250516/po/zu.po 2025-05-16 10:08:45.000000000 +0200 +++ new/pam-config-2.13+git.20250715/po/zu.po 2025-07-15 08:43:27.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: installation\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-04-11 10:08+0200\n" +"POT-Creation-Date: 2025-05-16 10:17+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.12+git.20250516/src/mod_pam_himmelblau.c new/pam-config-2.13+git.20250715/src/mod_pam_himmelblau.c --- old/pam-config-2.12+git.20250516/src/mod_pam_himmelblau.c 2025-05-16 10:08:45.000000000 +0200 +++ new/pam-config-2.13+git.20250715/src/mod_pam_himmelblau.c 2025-07-15 08:43:27.000000000 +0200 @@ -29,7 +29,6 @@ write_config_himmelblau (pam_module_t * this, enum write_type op, FILE * fp) { option_set_t *opt_set = this->get_opt_set (this, op); - int with_winbind, with_ldap, with_sss; if (debug) debug_write_call (this, op); @@ -37,30 +36,19 @@ if (!opt_set->is_enabled (opt_set, "is_enabled")) return 0; - with_winbind = is_module_enabled(common_module_list, "pam_winbind.so", op); - with_ldap = is_module_enabled(common_module_list, "pam_ldap.so", op); - with_sss = is_module_enabled(common_module_list, "pam_sss.so", op); - switch (op) { case ACCOUNT: - if (with_winbind || with_ldap || with_sss) { - fprintf (fp, "account\tsufficient\tpam_himmelblau.so\tuse_first_pass\t"); - } else { - fprintf (fp, "account\trequired\tpam_himmelblau.so\tuse_first_pass\t"); - } + fprintf (fp, "account\trequired\tpam_himmelblau.so\tignore_unknown_user\t"); break; case AUTH: - if (with_winbind || with_ldap || with_sss) { - fprintf (fp, "auth\tsufficient\tpam_himmelblau.so\tuse_first_pass\t"); - } else { - fprintf (fp, "auth\trequired\tpam_himmelblau.so\tuse_first_pass\t"); - } + fprintf (fp, "auth\tsufficient\tpam_himmelblau.so\tignore_unknown_user\t"); break; case SESSION: fprintf (fp, "session\toptional\tpam_himmelblau.so\t"); break; case PASSWORD: + fprintf (fp, "password\tsufficient\tpam_himmelblau.so\tignore_unknown_user\t"); break; } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.12+git.20250516/src/mod_pam_unix.c new/pam-config-2.13+git.20250715/src/mod_pam_unix.c --- old/pam-config-2.12+git.20250516/src/mod_pam_unix.c 2025-05-16 10:08:45.000000000 +0200 +++ new/pam-config-2.13+git.20250715/src/mod_pam_unix.c 2025-07-15 08:43:27.000000000 +0200 @@ -30,7 +30,7 @@ { option_set_t *opt_set = this->get_opt_set (this, op); int with_krb5, with_ldap, with_lum, with_winbind, with_pwcheck, - with_cracklib, with_mount, with_sss, with_himmelblau; + with_cracklib, with_mount, with_sss; if (debug) debug_write_call (this, op); @@ -43,7 +43,6 @@ with_lum = is_module_enabled (common_module_list, "pam_lum.so" , op); with_winbind = is_module_enabled (common_module_list, "pam_winbind.so" , op); with_sss = is_module_enabled (common_module_list, "pam_sss.so" , op); - with_himmelblau = is_module_enabled (common_module_list, "pam_himmelblau.so", op); with_pwcheck = is_module_enabled (common_module_list, "pam_pwcheck.so" , op); with_cracklib = is_module_enabled (common_module_list, "pam_cracklib.so", op); with_mount = is_module_enabled (common_module_list, "pam_mount.so" , op); @@ -51,7 +50,7 @@ switch (op) { case AUTH: - if (with_krb5 || with_ldap || with_lum || with_winbind || with_sss || with_himmelblau) + if (with_krb5 || with_ldap || with_lum || with_winbind || with_sss) /* Only sufficient if other modules follow */ fprintf (fp, "auth\tsufficient\tpam_unix.so\t"); else @@ -63,7 +62,7 @@ opt_set->enable (opt_set, "use_first_pass", TRUE); break; case ACCOUNT: - if (with_krb5 || with_ldap || with_lum || with_winbind || with_sss || with_himmelblau) + if (with_krb5 || with_ldap || with_lum || with_winbind || with_sss) fprintf (fp, "account\trequisite\tpam_unix.so\t"); else fprintf (fp, "account\trequired\tpam_unix.so\t"); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.12+git.20250516/src/supported-modules.h new/pam-config-2.13+git.20250715/src/supported-modules.h --- old/pam-config-2.12+git.20250516/src/supported-modules.h 2025-05-16 10:08:45.000000000 +0200 +++ new/pam-config-2.13+git.20250715/src/supported-modules.h 2025-07-15 08:43:27.000000000 +0200 @@ -106,6 +106,7 @@ static pam_module_t *module_list_account[] = { &mod_pam_access, &mod_pam_systemd_home, + &mod_pam_himmelblau, &mod_pam_unix2, &mod_pam_unix, &mod_pam_krb5, @@ -115,7 +116,6 @@ &mod_pam_nam, &mod_pam_winbind, &mod_pam_time, - &mod_pam_himmelblau, &mod_pam_kanidm, NULL }; @@ -128,6 +128,7 @@ &mod_pam_fprint, &mod_pam_fprintd, &mod_pam_thinkfinger, + &mod_pam_himmelblau, &mod_pam_gnome_keyring, &mod_pam_kwallet5, /* optional modules MUST be executed before sufficient modules which also need a password. */ &mod_pam_systemd_home, @@ -141,7 +142,6 @@ &mod_pam_ldap, &mod_pam_nam, &mod_pam_winbind, - &mod_pam_himmelblau, &mod_pam_kanidm, /* Attention: if you add another module behind krb5 you MUST change mod_pam_krb5.c */ @@ -149,6 +149,7 @@ }; static pam_module_t *module_list_password[] = { + &mod_pam_himmelblau, &mod_pam_winbind, &mod_pam_pwcheck, &mod_pam_passwdqc,