commit pam-config for openSUSE:Factory
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 2022-10-25 11:18:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pam-config (Old) and /work/SRC/openSUSE:Factory/.pam-config.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "pam-config" Tue Oct 25 11:18:22 2022 rev:89 rq:1030733 version:1.8 Changes: -------- --- /work/SRC/openSUSE:Factory/pam-config/pam-config.changes 2022-10-10 18:43:17.734705034 +0200 +++ /work/SRC/openSUSE:Factory/.pam-config.new.2275/pam-config.changes 2022-10-25 11:18:25.921927142 +0200 @@ -1,0 +2,7 @@ +Mon Oct 24 09:33:52 UTC 2022 - Thorsten Kukuk <kukuk@suse.com> + +- Update to Version 1.8 + - Move systemd_home after all optional modules (#13) + - Add pam_u2f support [bsc#1115512] + +------------------------------------------------------------------- Old: ---- pam-config-1.7.tar.xz New: ---- pam-config-1.8.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pam-config.spec ++++++ --- /var/tmp/diff_new_pack.iGUrKk/_old 2022-10-25 11:18:26.405928215 +0200 +++ /var/tmp/diff_new_pack.iGUrKk/_new 2022-10-25 11:18:26.413928233 +0200 @@ -17,7 +17,7 @@ Name: pam-config -Version: 1.7 +Version: 1.8 Release: 0 Summary: Utility to modify common PAM configuration files License: GPL-2.0-only ++++++ pam-config-1.7.tar.xz -> pam-config-1.8.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-1.7/NEWS new/pam-config-1.8/NEWS --- old/pam-config-1.7/NEWS 2022-10-06 14:13:52.000000000 +0200 +++ new/pam-config-1.8/NEWS 2022-10-24 11:13:25.000000000 +0200 @@ -4,6 +4,10 @@ Please enter bug reports at https://github.com/SUSE/pam-config/issues +Version 1.8 +* Move systemd_home after all optional modules (#13) +* Add pam_u2f support [bsc#1115512] + Version 1.7 * Correctly handle --service option with /usr/lib/pam.d and /usr/etc/pam.d diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-1.7/configure new/pam-config-1.8/configure --- old/pam-config-1.7/configure 2022-10-06 14:14:01.000000000 +0200 +++ new/pam-config-1.8/configure 2022-10-24 10:11:16.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 1.7. +# Generated by GNU Autoconf 2.69 for pam-config 1.8. # # # 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='1.7' -PACKAGE_STRING='pam-config 1.7' +PACKAGE_VERSION='1.8' +PACKAGE_STRING='pam-config 1.8' 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 1.7 to adapt to many kinds of systems. +\`configure' configures pam-config 1.8 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 1.7:";; + short | recursive ) echo "Configuration of pam-config 1.8:";; 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 1.7 +pam-config configure 1.8 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 1.7, which was +It was created by pam-config $as_me 1.8, 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='1.7' + VERSION='1.8' 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 1.7, which was +This file was extended by pam-config $as_me 1.8, 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 1.7 +pam-config config.status 1.8 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-1.7/configure.ac new/pam-config-1.8/configure.ac --- old/pam-config-1.7/configure.ac 2022-10-06 14:13:59.000000000 +0200 +++ new/pam-config-1.8/configure.ac 2022-10-24 09:45:15.000000000 +0200 @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(pam-config, 1.7) +AC_INIT(pam-config, 1.8) 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-1.7/po/af.po new/pam-config-1.8/po/af.po --- old/pam-config-1.7/po/af.po 2022-10-06 14:14:04.000000000 +0200 +++ new/pam-config-1.8/po/af.po 2022-10-24 11:13:27.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: installation\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-06 14:14+0200\n" +"POT-Creation-Date: 2022-10-24 11:13+0200\n" "PO-Revision-Date: 2006-11-03 14:26\n" "Last-Translator: Novell Language <language@novell.com>\n" "Language-Team: Novell Language <language@novell.com>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-1.7/po/ar.po new/pam-config-1.8/po/ar.po --- old/pam-config-1.7/po/ar.po 2022-10-06 14:14:04.000000000 +0200 +++ new/pam-config-1.8/po/ar.po 2022-10-24 11:13:27.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-06 14:14+0200\n" +"POT-Creation-Date: 2022-10-24 11:13+0200\n" "PO-Revision-Date: 2001-07-13 15:36+0200\n" "Last-Translator: Ghayss Tarraf <jodi@suse.de>\n" "Language-Team: Arabic <i18n@suse.de>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-1.7/po/bg.po new/pam-config-1.8/po/bg.po --- old/pam-config-1.7/po/bg.po 2022-10-06 14:14:04.000000000 +0200 +++ new/pam-config-1.8/po/bg.po 2022-10-24 11:13:27.000000000 +0200 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: pam-config\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-06 14:14+0200\n" +"POT-Creation-Date: 2022-10-24 11:13+0200\n" "PO-Revision-Date: 2009-10-15 15:55+0300\n" "Last-Translator: Borislav Mitev <morbid_viper@tkzs.org>\n" "Language-Team: Bulgarian <bg@li.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-1.7/po/bn.po new/pam-config-1.8/po/bn.po --- old/pam-config-1.7/po/bn.po 2022-10-06 14:14:04.000000000 +0200 +++ new/pam-config-1.8/po/bn.po 2022-10-24 11:13:27.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-06 14:14+0200\n" +"POT-Creation-Date: 2022-10-24 11:13+0200\n" "PO-Revision-Date: 2004-08-09 10:24+0200\n" "Last-Translator: xxx <yyy@example.org>\n" "Language-Team: Bengali <i18n@suse.de>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-1.7/po/bs.po new/pam-config-1.8/po/bs.po --- old/pam-config-1.7/po/bs.po 2022-10-06 14:14:04.000000000 +0200 +++ new/pam-config-1.8/po/bs.po 2022-10-24 11:13:27.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-06 14:14+0200\n" +"POT-Creation-Date: 2022-10-24 11:13+0200\n" "PO-Revision-Date: 2002-07-23 18:27+0200\n" "Last-Translator: Damir Bjelobradic <Nagual@lugbih.org>\n" "Language-Team: Bosnian <i18n@suse.de>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-1.7/po/ca.po new/pam-config-1.8/po/ca.po --- old/pam-config-1.7/po/ca.po 2022-10-06 14:14:04.000000000 +0200 +++ new/pam-config-1.8/po/ca.po 2022-10-24 11:13:27.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-06 14:14+0200\n" +"POT-Creation-Date: 2022-10-24 11:13+0200\n" "PO-Revision-Date: 2002-02-08 15:47+0100\n" "Last-Translator: Jaume Badiella <myotis@drac.com>\n" "Language-Team: Catalan\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-1.7/po/cs.po new/pam-config-1.8/po/cs.po --- old/pam-config-1.7/po/cs.po 2022-10-06 14:14:04.000000000 +0200 +++ new/pam-config-1.8/po/cs.po 2022-10-24 11:13:27.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: pam-config\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-06 14:14+0200\n" +"POT-Creation-Date: 2022-10-24 11:13+0200\n" "PO-Revision-Date: 2010-05-30 12:19+0200\n" "Last-Translator: Vojt��ch Zeisek <Vojtech.Zeisek@opensuse.org>\n" "Language-Team: Czech <opensuse-translation@opensuse.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-1.7/po/cy.po new/pam-config-1.8/po/cy.po --- old/pam-config-1.7/po/cy.po 2022-10-06 14:14:04.000000000 +0200 +++ new/pam-config-1.8/po/cy.po 2022-10-24 11:13:27.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-06 14:14+0200\n" +"POT-Creation-Date: 2022-10-24 11:13+0200\n" "PO-Revision-Date: 2003-09-23 10:33+0200\n" "Last-Translator: Kevin Donnelly <kevin@dotmon.com>\n" "Language-Team: Welsh <i18n@suse.de>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-1.7/po/da.po new/pam-config-1.8/po/da.po --- old/pam-config-1.7/po/da.po 2022-10-06 14:14:04.000000000 +0200 +++ new/pam-config-1.8/po/da.po 2022-10-24 11:13:27.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: pam-config\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-06 14:14+0200\n" +"POT-Creation-Date: 2022-10-24 11:13+0200\n" "PO-Revision-Date: 2010-05-11 10:34+0200\n" "Last-Translator: Martin Schlander <mschlander@opensuse.org>\n" "Language-Team: Danish <opensuse-translation@opensuse.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-1.7/po/de.po new/pam-config-1.8/po/de.po --- old/pam-config-1.7/po/de.po 2022-10-06 14:14:04.000000000 +0200 +++ new/pam-config-1.8/po/de.po 2022-10-24 11:13:27.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: pam-config.de\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-06 14:14+0200\n" +"POT-Creation-Date: 2022-10-24 11:13+0200\n" "PO-Revision-Date: 2009-08-20 21:23+0200\n" "Last-Translator: Hermann-Josef Beckers <hj.beckers@onlinehome.de>\n" "Language-Team: German <kde-i18n-de@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-1.7/po/el.po new/pam-config-1.8/po/el.po --- old/pam-config-1.7/po/el.po 2022-10-06 14:14:04.000000000 +0200 +++ new/pam-config-1.8/po/el.po 2022-10-24 11:13:27.000000000 +0200 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: pam-config.el\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-06 14:14+0200\n" +"POT-Creation-Date: 2022-10-24 11:13+0200\n" "PO-Revision-Date: 2008-06-06 01:04+0100\n" "Last-Translator: Vasileios Giannakopoulos <billg@billg.gr>\n" "Language-Team: ���������������� <billg@billg.gr>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-1.7/po/en_GB.po new/pam-config-1.8/po/en_GB.po --- old/pam-config-1.7/po/en_GB.po 2022-10-06 14:14:04.000000000 +0200 +++ new/pam-config-1.8/po/en_GB.po 2022-10-24 11:13:27.000000000 +0200 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: pam-config\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-06 14:14+0200\n" +"POT-Creation-Date: 2022-10-24 11:13+0200\n" "PO-Revision-Date: 2007-08-19 15:10+0100\n" "Last-Translator: Benjamin Weber <b.weber@warwick.ac.uk>\n" "Language-Team: <en@li.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-1.7/po/en_US.po new/pam-config-1.8/po/en_US.po --- old/pam-config-1.7/po/en_US.po 2022-10-06 14:14:04.000000000 +0200 +++ new/pam-config-1.8/po/en_US.po 2022-10-24 11:13:27.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-06 14:14+0200\n" +"POT-Creation-Date: 2022-10-24 11:13+0200\n" "PO-Revision-Date: 2005-11-08 12:26+8\n" "Last-Translator: Steve Beattie <steve@immunix.com>\n" "Language-Team: English\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-1.7/po/es.po new/pam-config-1.8/po/es.po --- old/pam-config-1.7/po/es.po 2022-10-06 14:14:04.000000000 +0200 +++ new/pam-config-1.8/po/es.po 2022-10-24 11:13:27.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: pam-config\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-06 14:14+0200\n" +"POT-Creation-Date: 2022-10-24 11:13+0200\n" "PO-Revision-Date: 2009-12-28 00:19-0300\n" "Last-Translator: Ricardo Varas Santana <ricardoivaras@gmail.com>\n" "Language-Team: Spanish <opensuse-translation-es@opensuse.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-1.7/po/et.po new/pam-config-1.8/po/et.po --- old/pam-config-1.7/po/et.po 2022-10-06 14:14:04.000000000 +0200 +++ new/pam-config-1.8/po/et.po 2022-10-24 11:13:27.000000000 +0200 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: pam-config.et\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-06 14:14+0200\n" +"POT-Creation-Date: 2022-10-24 11:13+0200\n" "PO-Revision-Date: 2007-07-20 09:39+0300\n" "Last-Translator: Ain Vagula <avagula@gmail.com>\n" "Language-Team: Estonian <linux-ee@lists.eenet.ee>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-1.7/po/fi.po new/pam-config-1.8/po/fi.po --- old/pam-config-1.7/po/fi.po 2022-10-06 14:14:04.000000000 +0200 +++ new/pam-config-1.8/po/fi.po 2022-10-24 11:13:27.000000000 +0200 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: pam-config.fi\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-06 14:14+0200\n" +"POT-Creation-Date: 2022-10-24 11:13+0200\n" "PO-Revision-Date: 2010-04-10 21:36+0300\n" "Last-Translator: Jyri Palokangas <jmp@opensuse.org>\n" "Language-Team: TRANSLATIONS <kde-i18n-doc@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-1.7/po/fr.po new/pam-config-1.8/po/fr.po --- old/pam-config-1.7/po/fr.po 2022-10-06 14:14:04.000000000 +0200 +++ new/pam-config-1.8/po/fr.po 2022-10-24 11:13:27.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: pam-config\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-06 14:14+0200\n" +"POT-Creation-Date: 2022-10-24 11:13+0200\n" "PO-Revision-Date: 2010-05-05 21:07+0100\n" "Last-Translator: Guillaume GARDET <guillaume.gardet@free.fr>\n" "Language-Team: French <opensuse-fr@opensuse.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-1.7/po/gl.po new/pam-config-1.8/po/gl.po --- old/pam-config-1.7/po/gl.po 2022-10-06 14:14:04.000000000 +0200 +++ new/pam-config-1.8/po/gl.po 2022-10-24 11:13:27.000000000 +0200 @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-06 14:14+0200\n" +"POT-Creation-Date: 2022-10-24 11:13+0200\n" "PO-Revision-Date: 2009-12-02 21:03+0100\n" "Last-Translator: ��scar Abilleira Mu��iz <oscar_abilleira@edu.xunta.es>\n" "Language-Team: Galician <proxecto@trasno.net>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-1.7/po/gu.po new/pam-config-1.8/po/gu.po --- old/pam-config-1.7/po/gu.po 2022-10-06 14:14:04.000000000 +0200 +++ new/pam-config-1.8/po/gu.po 2022-10-24 11:13:27.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: YaST (@memory@)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-06 14:14+0200\n" +"POT-Creation-Date: 2022-10-24 11:13+0200\n" "PO-Revision-Date: 2005-07-29 15:37+0530\n" "Last-Translator: i18n@suse.de\n" "Language-Team: Gujarati <i18n@suse.de>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-1.7/po/he.po new/pam-config-1.8/po/he.po --- old/pam-config-1.7/po/he.po 2022-10-06 14:14:04.000000000 +0200 +++ new/pam-config-1.8/po/he.po 2022-10-24 11:13:27.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-06 14:14+0200\n" +"POT-Creation-Date: 2022-10-24 11:13+0200\n" "PO-Revision-Date: 2004-08-09 10:24+0200\n" "Last-Translator: xxx <yyy@example.org>\n" "Language-Team: Hebrew <i18n@suse.de>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-1.7/po/hi.po new/pam-config-1.8/po/hi.po --- old/pam-config-1.7/po/hi.po 2022-10-06 14:14:04.000000000 +0200 +++ new/pam-config-1.8/po/hi.po 2022-10-24 11:13:27.000000000 +0200 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: pam-config.hi\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-06 14:14+0200\n" +"POT-Creation-Date: 2022-10-24 11:13+0200\n" "PO-Revision-Date: 2007-08-24 20:43+0530\n" "Last-Translator: Sangeeta Kumari <k.sangeeta09@gmail.com>\n" "Language-Team: Hindi <en@li.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-1.7/po/hr.po new/pam-config-1.8/po/hr.po --- old/pam-config-1.7/po/hr.po 2022-10-06 14:14:04.000000000 +0200 +++ new/pam-config-1.8/po/hr.po 2022-10-24 11:13:27.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-06 14:14+0200\n" +"POT-Creation-Date: 2022-10-24 11:13+0200\n" "PO-Revision-Date: 2008-06-03 21:52+0100\n" "Last-Translator: Kre��imir Jozi�� <kjozic@gmail.com>\n" "Language-Team: Croatian <i18n@suse.de>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-1.7/po/hu.po new/pam-config-1.8/po/hu.po --- old/pam-config-1.7/po/hu.po 2022-10-06 14:14:04.000000000 +0200 +++ new/pam-config-1.8/po/hu.po 2022-10-24 11:13:27.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: pam-config.hu\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-06 14:14+0200\n" +"POT-Creation-Date: 2022-10-24 11:13+0200\n" "PO-Revision-Date: 2010-03-18 11:40+0100\n" "Last-Translator: Kalman Kemenczy <kkemenczy@novell.com>\n" "Language-Team: collection <kde-i18n-doc@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-1.7/po/id.po new/pam-config-1.8/po/id.po --- old/pam-config-1.7/po/id.po 2022-10-06 14:14:04.000000000 +0200 +++ new/pam-config-1.8/po/id.po 2022-10-24 11:13:27.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-06 14:14+0200\n" +"POT-Creation-Date: 2022-10-24 11:13+0200\n" "PO-Revision-Date: 2002-10-08 13:38+0200\n" "Last-Translator: I Made Wiryana <made@nakula.rvs.uni-bielefeld.de>\n" "Language-Team: Indonesian <i18n@suse.de>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-1.7/po/it.po new/pam-config-1.8/po/it.po --- old/pam-config-1.7/po/it.po 2022-10-06 14:14:04.000000000 +0200 +++ new/pam-config-1.8/po/it.po 2022-10-24 11:13:27.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: pam-config.it\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-06 14:14+0200\n" +"POT-Creation-Date: 2022-10-24 11:13+0200\n" "PO-Revision-Date: 2010-04-08 12:24+0100\n" "Last-Translator: Andrea Florio <andrea@opensuse.org>\n" "Language-Team: Italian <it@li.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-1.7/po/ja.po new/pam-config-1.8/po/ja.po --- old/pam-config-1.7/po/ja.po 2022-10-06 14:14:05.000000000 +0200 +++ new/pam-config-1.8/po/ja.po 2022-10-24 11:13:27.000000000 +0200 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: pam-config\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-06 14:14+0200\n" +"POT-Creation-Date: 2022-10-24 11:13+0200\n" "PO-Revision-Date: 2010-03-10 16:13+0900\n" "Last-Translator: Yasuhiko Kamata <belphegor@belbel.or.jp>\n" "Language-Team: Japanese <opensuse-ja@opensuse.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-1.7/po/ka.po new/pam-config-1.8/po/ka.po --- old/pam-config-1.7/po/ka.po 2022-10-06 14:14:05.000000000 +0200 +++ new/pam-config-1.8/po/ka.po 2022-10-24 11:13:27.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-06 14:14+0200\n" +"POT-Creation-Date: 2022-10-24 11:13+0200\n" "PO-Revision-Date: 2005-05-18 10:33+0200\n" "Last-Translator: Aiet Kolkhi <aiet@qartuli.net>\n" "Language-Team: Georgian <i18n@suse.de>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-1.7/po/km.po new/pam-config-1.8/po/km.po --- old/pam-config-1.7/po/km.po 2022-10-06 14:14:05.000000000 +0200 +++ new/pam-config-1.8/po/km.po 2022-10-24 11:13:27.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: pam-config\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-06 14:14+0200\n" +"POT-Creation-Date: 2022-10-24 11:13+0200\n" "PO-Revision-Date: 2010-07-07 10:14+0700\n" "Last-Translator: Khoem Sokhem <khoemsokhem@khmeros.info>\n" "Language-Team: Khmer <support@khmeros.info>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-1.7/po/ko.po new/pam-config-1.8/po/ko.po --- old/pam-config-1.7/po/ko.po 2022-10-06 14:14:05.000000000 +0200 +++ new/pam-config-1.8/po/ko.po 2022-10-24 11:13:27.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: pam-config.ko\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-06 14:14+0200\n" +"POT-Creation-Date: 2022-10-24 11:13+0200\n" "PO-Revision-Date: 2009-10-23 02:32+0900\n" "Last-Translator: Yunseok Choi <xein@naver.com>\n" "Language-Team: Korean <xein@naver.com>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-1.7/po/lo.po new/pam-config-1.8/po/lo.po --- old/pam-config-1.7/po/lo.po 2022-10-06 14:14:05.000000000 +0200 +++ new/pam-config-1.8/po/lo.po 2022-10-24 11:13:27.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-06 14:14+0200\n" +"POT-Creation-Date: 2022-10-24 11:13+0200\n" "PO-Revision-Date: 2006-01-04 08:58+0100\n" "Last-Translator: i18n@suse.de\n" "Language-Team: Lao <i18n@suse.de>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-1.7/po/lt.po new/pam-config-1.8/po/lt.po --- old/pam-config-1.7/po/lt.po 2022-10-06 14:14:05.000000000 +0200 +++ new/pam-config-1.8/po/lt.po 2022-10-24 11:13:27.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: pam-config.lt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-06 14:14+0200\n" +"POT-Creation-Date: 2022-10-24 11:13+0200\n" "PO-Revision-Date: 2010-07-29 21:09+0300\n" "Last-Translator: Mindaugas Baranauskas <embar@users.berlios.de>\n" "Language-Team: Lithuanian <kde-i18n-doc@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-1.7/po/mk.po new/pam-config-1.8/po/mk.po --- old/pam-config-1.7/po/mk.po 2022-10-06 14:14:05.000000000 +0200 +++ new/pam-config-1.8/po/mk.po 2022-10-24 11:13:27.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: YaST (@memory@)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-06 14:14+0200\n" +"POT-Creation-Date: 2022-10-24 11:13+0200\n" "PO-Revision-Date: 2001-07-17 16:12+0200\n" "Last-Translator: ���������� ���������������� <zoki.dimovski@gmail.com>\n" "Language-Team: Macedonian <i18n@suse.de>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-1.7/po/mr.po new/pam-config-1.8/po/mr.po --- old/pam-config-1.7/po/mr.po 2022-10-06 14:14:05.000000000 +0200 +++ new/pam-config-1.8/po/mr.po 2022-10-24 11:13:28.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: YaST (@memory@)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-06 14:14+0200\n" +"POT-Creation-Date: 2022-10-24 11:13+0200\n" "PO-Revision-Date: 2005-07-29 15:37+0530\n" "Last-Translator: \"( ������������ ������������������ ) Ameya Palande\" <2ameya@gmail.com>\n" "Language-Team: Marathi <i18n@suse.de>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-1.7/po/nb.po new/pam-config-1.8/po/nb.po --- old/pam-config-1.7/po/nb.po 2022-10-06 14:14:05.000000000 +0200 +++ new/pam-config-1.8/po/nb.po 2022-10-24 11:13:28.000000000 +0200 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: pam-config\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-06 14:14+0200\n" +"POT-Creation-Date: 2022-10-24 11:13+0200\n" "PO-Revision-Date: 2008-10-22 21:42+0200\n" "Last-Translator: Olav P. <olav.pet@gmail.com>\n" "Language-Team: Norwegian Bokm��l <>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-1.7/po/nl.po new/pam-config-1.8/po/nl.po --- old/pam-config-1.7/po/nl.po 2022-10-06 14:14:05.000000000 +0200 +++ new/pam-config-1.8/po/nl.po 2022-10-24 11:13:28.000000000 +0200 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: pam-config.nl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-06 14:14+0200\n" +"POT-Creation-Date: 2022-10-24 11:13+0200\n" "PO-Revision-Date: 2010-04-05 11:30+0200\n" "Last-Translator: Freek de Kruijf <freek@opensuse.org>\n" "Language-Team: Dutch <yast-nl-l10n@lists.sf.kovoks.nl>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-1.7/po/pa.po new/pam-config-1.8/po/pa.po --- old/pam-config-1.7/po/pa.po 2022-10-06 14:14:05.000000000 +0200 +++ new/pam-config-1.8/po/pa.po 2022-10-24 11:13:28.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: pam-config.pa\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-06 14:14+0200\n" +"POT-Creation-Date: 2022-10-24 11:13+0200\n" "PO-Revision-Date: 2007-08-21 23:07+0530\n" "Last-Translator: A S Alam <aalam@users.sf.net>\n" "Language-Team: Panjabi <punjabi-l10n@lists.sf.net>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-1.7/po/pam-config.pot new/pam-config-1.8/po/pam-config.pot --- old/pam-config-1.7/po/pam-config.pot 2022-10-06 14:14:04.000000000 +0200 +++ new/pam-config-1.8/po/pam-config.pot 2022-10-24 11:13:27.000000000 +0200 @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: pam-config 1.7\n" +"Project-Id-Version: pam-config 1.8\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-06 14:14+0200\n" +"POT-Creation-Date: 2022-10-24 11:13+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-1.7/po/pl.po new/pam-config-1.8/po/pl.po --- old/pam-config-1.7/po/pl.po 2022-10-06 14:14:05.000000000 +0200 +++ new/pam-config-1.8/po/pl.po 2022-10-24 11:13:28.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: pam-config\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-06 14:14+0200\n" +"POT-Creation-Date: 2022-10-24 11:13+0200\n" "PO-Revision-Date: 2010-05-24 03:00+0200\n" "Last-Translator: Mariusz Fik <fisiu@opensuse.org>\n" "Language-Team: Polish <opensuse-pl@opensuse.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-1.7/po/pt.po new/pam-config-1.8/po/pt.po --- old/pam-config-1.7/po/pt.po 2022-10-06 14:14:05.000000000 +0200 +++ new/pam-config-1.8/po/pt.po 2022-10-24 11:13:28.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: pam-config.pt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-06 14:14+0200\n" +"POT-Creation-Date: 2022-10-24 11:13+0200\n" "PO-Revision-Date: 2008-10-18 22:01+0100\n" "Last-Translator: Carlos Gon��alves <cgoncalves@opensuse.org>\n" "Language-Team: Portuguese <opensuse-pt@opensuse.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-1.7/po/pt_BR.po new/pam-config-1.8/po/pt_BR.po --- old/pam-config-1.7/po/pt_BR.po 2022-10-06 14:14:05.000000000 +0200 +++ new/pam-config-1.8/po/pt_BR.po 2022-10-24 11:13:28.000000000 +0200 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: pam-config\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-06 14:14+0200\n" +"POT-Creation-Date: 2022-10-24 11:13+0200\n" "PO-Revision-Date: 2009-12-01 16:03-0300\n" "Last-Translator: Luiz Fernando Ranghetti <elchevive@opensuse.org>\n" "Language-Team: Brazilian Portuguese <kde-i18n-pt_BR@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-1.7/po/ro.po new/pam-config-1.8/po/ro.po --- old/pam-config-1.7/po/ro.po 2022-10-06 14:14:05.000000000 +0200 +++ new/pam-config-1.8/po/ro.po 2022-10-24 11:13:28.000000000 +0200 @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: openSUSE\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-06 14:14+0200\n" +"POT-Creation-Date: 2022-10-24 11:13+0200\n" "PO-Revision-Date: 2010-04-30 16:32+0300\n" "Last-Translator: Lucian Oprea <oprea.luci@gmail.com>\n" "Language-Team: Comunitatea traducatorilor openSUSE Romania. Contact: <oprea." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-1.7/po/ru.po new/pam-config-1.8/po/ru.po --- old/pam-config-1.7/po/ru.po 2022-10-06 14:14:05.000000000 +0200 +++ new/pam-config-1.8/po/ru.po 2022-10-24 11:13:28.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: pam-config.ru\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-06 14:14+0200\n" +"POT-Creation-Date: 2022-10-24 11:13+0200\n" "PO-Revision-Date: 2010-04-10 20:32+0300\n" "Last-Translator: Alexander Melentiev <alex239@gmail.com>\n" "Language-Team: Russian <opensuse-translation-ru@opensuse.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-1.7/po/si.po new/pam-config-1.8/po/si.po --- old/pam-config-1.7/po/si.po 2022-10-06 14:14:05.000000000 +0200 +++ new/pam-config-1.8/po/si.po 2022-10-24 11:13:28.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: YaST (@memory@)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-06 14:14+0200\n" +"POT-Creation-Date: 2022-10-24 11:13+0200\n" "PO-Revision-Date: 2005-07-29 15:37+0530\n" "Last-Translator: i18n@suse.de\n" "Language-Team: Sinhala <i18n@suse.de>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-1.7/po/sk.po new/pam-config-1.8/po/sk.po --- old/pam-config-1.7/po/sk.po 2022-10-06 14:14:05.000000000 +0200 +++ new/pam-config-1.8/po/sk.po 2022-10-24 11:13:28.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-06 14:14+0200\n" +"POT-Creation-Date: 2022-10-24 11:13+0200\n" "PO-Revision-Date: 2010-04-23 16:47+0100\n" "Last-Translator: Rastislav Krupansk�� <rastislav.krupansky@gmail.com>\n" "Language-Team: Slovak <sk-i18n@lists.linux.sk>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-1.7/po/sl.po new/pam-config-1.8/po/sl.po --- old/pam-config-1.7/po/sl.po 2022-10-06 14:14:05.000000000 +0200 +++ new/pam-config-1.8/po/sl.po 2022-10-24 11:13:28.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-06 14:14+0200\n" +"POT-Creation-Date: 2022-10-24 11:13+0200\n" "PO-Revision-Date: 2005-08-24 17:37+0200\n" "Last-Translator: Janez Krek <janez.krek@euroteh.si>\n" "Language-Team: Sloven����ina <sl@li.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-1.7/po/sr.po new/pam-config-1.8/po/sr.po --- old/pam-config-1.7/po/sr.po 2022-10-06 14:14:05.000000000 +0200 +++ new/pam-config-1.8/po/sr.po 2022-10-24 11:13:28.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-06 14:14+0200\n" +"POT-Creation-Date: 2022-10-24 11:13+0200\n" "PO-Revision-Date: 2005-08-03 21:03+0200\n" "Last-Translator: ������������ ���������� <danilo@gnome.org>\n" "Language-Team: Serbian <novell@prevod.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-1.7/po/sv.po new/pam-config-1.8/po/sv.po --- old/pam-config-1.7/po/sv.po 2022-10-06 14:14:05.000000000 +0200 +++ new/pam-config-1.8/po/sv.po 2022-10-24 11:13:28.000000000 +0200 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: pam-config\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-06 14:14+0200\n" +"POT-Creation-Date: 2022-10-24 11:13+0200\n" "PO-Revision-Date: 2008-11-08 17:17+0100\n" "Last-Translator: Jonas Bj��rk <jonas@jonasbjork.net>\n" "Language-Team: svenska <sv@li.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-1.7/po/ta.po new/pam-config-1.8/po/ta.po --- old/pam-config-1.7/po/ta.po 2022-10-06 14:14:05.000000000 +0200 +++ new/pam-config-1.8/po/ta.po 2022-10-24 11:13:28.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-06 14:14+0200\n" +"POT-Creation-Date: 2022-10-24 11:13+0200\n" "PO-Revision-Date: 2003-08-14 10:47+0200\n" "Last-Translator: xxx <yyy@example.org>\n" "Language-Team: Tamil <i18n@suse.de>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-1.7/po/th.po new/pam-config-1.8/po/th.po --- old/pam-config-1.7/po/th.po 2022-10-06 14:14:05.000000000 +0200 +++ new/pam-config-1.8/po/th.po 2022-10-24 11:13:28.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: YaST (@memory@)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-06 14:14+0200\n" +"POT-Creation-Date: 2022-10-24 11:13+0200\n" "PO-Revision-Date: 2008-01-04 08:58+0100\n" "Last-Translator: i18n@suse.de\n" "Language-Team: Thai <i18n@suse.de>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-1.7/po/tr.po new/pam-config-1.8/po/tr.po --- old/pam-config-1.7/po/tr.po 2022-10-06 14:14:05.000000000 +0200 +++ new/pam-config-1.8/po/tr.po 2022-10-24 11:13:28.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-06 14:14+0200\n" +"POT-Creation-Date: 2022-10-24 11:13+0200\n" "PO-Revision-Date: 2001-10-18 10:13+0200\n" "Last-Translator: G��rkem ��etin <gorkem@gelecek.com.tr>\n" "Language-Team: turkish <i18n@suse.de>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-1.7/po/uk.po new/pam-config-1.8/po/uk.po --- old/pam-config-1.7/po/uk.po 2022-10-06 14:14:05.000000000 +0200 +++ new/pam-config-1.8/po/uk.po 2022-10-24 11:13:28.000000000 +0200 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: pam-config.uk\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-06 14:14+0200\n" +"POT-Creation-Date: 2022-10-24 11:13+0200\n" "PO-Revision-Date: 2008-10-22 22:51-0700\n" "Last-Translator: Ivan Petrouchtchak <fr.ivan@ukrainian-orthodox.org>\n" "Language-Team: Ukrainian <translation@linux.org.ua>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-1.7/po/vi.po new/pam-config-1.8/po/vi.po --- old/pam-config-1.7/po/vi.po 2022-10-06 14:14:05.000000000 +0200 +++ new/pam-config-1.8/po/vi.po 2022-10-24 11:13:28.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-06 14:14+0200\n" +"POT-Creation-Date: 2022-10-24 11:13+0200\n" "PO-Revision-Date: 2006-07-12 07:32+0200\n" "Last-Translator: Phan V��nh Th���nh <teppi82@gmail.com>\n" "Language-Team: Vietnamese <i18n@suse.de>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-1.7/po/wa.po new/pam-config-1.8/po/wa.po --- old/pam-config-1.7/po/wa.po 2022-10-06 14:14:05.000000000 +0200 +++ new/pam-config-1.8/po/wa.po 2022-10-24 11:13:28.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: yast memory\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-06 14:14+0200\n" +"POT-Creation-Date: 2022-10-24 11:13+0200\n" "PO-Revision-Date: 2004-04-05 17:37+0200\n" "Last-Translator: Jean Cayron <jean.cayron@gmail.com>\n" "Language-Team: Walloon <i18n@suse.de>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-1.7/po/xh.po new/pam-config-1.8/po/xh.po --- old/pam-config-1.7/po/xh.po 2022-10-06 14:14:05.000000000 +0200 +++ new/pam-config-1.8/po/xh.po 2022-10-24 11:13:28.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: base\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-06 14:14+0200\n" +"POT-Creation-Date: 2022-10-24 11:13+0200\n" "PO-Revision-Date: 2006-11-03 14:26\n" "Last-Translator: Novell Language <language@novell.com>\n" "Language-Team: Novell Language <language@novell.com>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-1.7/po/zh_CN.po new/pam-config-1.8/po/zh_CN.po --- old/pam-config-1.7/po/zh_CN.po 2022-10-06 14:14:05.000000000 +0200 +++ new/pam-config-1.8/po/zh_CN.po 2022-10-24 11:13:28.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-06 14:14+0200\n" +"POT-Creation-Date: 2022-10-24 11:13+0200\n" "PO-Revision-Date: 2008-12-01 01:33+0800\n" "Last-Translator: Thruth Wang <wanglihao@gmail.com>\n" "Language-Team: Simplified Chinese\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-1.7/po/zh_TW.po new/pam-config-1.8/po/zh_TW.po --- old/pam-config-1.7/po/zh_TW.po 2022-10-06 14:14:05.000000000 +0200 +++ new/pam-config-1.8/po/zh_TW.po 2022-10-24 11:13:28.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: pam-config\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-06 14:14+0200\n" +"POT-Creation-Date: 2022-10-24 11:13+0200\n" "PO-Revision-Date: 2009-09-18 21:45+0800\n" "Last-Translator: swyear <swyear@gmail.com>\n" "Language-Team: Chinese Traditional <zh@li.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-1.7/po/zu.po new/pam-config-1.8/po/zu.po --- old/pam-config-1.7/po/zu.po 2022-10-06 14:14:05.000000000 +0200 +++ new/pam-config-1.8/po/zu.po 2022-10-24 11:13:28.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: installation\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-06 14:14+0200\n" +"POT-Creation-Date: 2022-10-24 11:13+0200\n" "PO-Revision-Date: 2006-11-03 14:26\n" "Last-Translator: Novell Language <language@novell.com>\n" "Language-Team: Novell Language <language@novell.com>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-1.7/src/Makefile.am new/pam-config-1.8/src/Makefile.am --- old/pam-config-1.7/src/Makefile.am 2022-02-07 15:06:53.000000000 +0100 +++ new/pam-config-1.8/src/Makefile.am 2022-10-24 10:08:34.000000000 +0200 @@ -34,7 +34,7 @@ mod_pam_systemd_home.c \ mod_pam_ecryptfs.c mod_pam_access.c mod_pam_google_authenticator.c \ mod_pam_kwallet5.c mod_pam_keyinit.c mod_pam_mktemp.c \ - mod_pam_pwquality.c + mod_pam_pwquality.c mod_pam_u2f.c noinst_HEADERS = pam-config.h pam-module.h diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-1.7/src/Makefile.in new/pam-config-1.8/src/Makefile.in --- old/pam-config-1.7/src/Makefile.in 2022-10-06 14:14:01.000000000 +0200 +++ new/pam-config-1.8/src/Makefile.in 2022-10-24 10:11:15.000000000 +0200 @@ -141,7 +141,8 @@ mod_pam_ecryptfs.$(OBJEXT) mod_pam_access.$(OBJEXT) \ mod_pam_google_authenticator.$(OBJEXT) \ mod_pam_kwallet5.$(OBJEXT) mod_pam_keyinit.$(OBJEXT) \ - mod_pam_mktemp.$(OBJEXT) mod_pam_pwquality.$(OBJEXT) + mod_pam_mktemp.$(OBJEXT) mod_pam_pwquality.$(OBJEXT) \ + mod_pam_u2f.$(OBJEXT) pam_config_OBJECTS = $(am_pam_config_OBJECTS) pam_config_LDADD = $(LDADD) AM_V_P = $(am__v_P_@AM_V@) @@ -372,7 +373,7 @@ mod_pam_systemd_home.c \ mod_pam_ecryptfs.c mod_pam_access.c mod_pam_google_authenticator.c \ mod_pam_kwallet5.c mod_pam_keyinit.c mod_pam_mktemp.c \ - mod_pam_pwquality.c + mod_pam_pwquality.c mod_pam_u2f.c noinst_HEADERS = pam-config.h pam-module.h all: all-am @@ -522,6 +523,7 @@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_pam_systemd_home.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_pam_thinkfinger.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_pam_time.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_pam_u2f.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_pam_umask.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_pam_unix.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_pam_unix2.Po@am__quote@ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-1.7/src/mod_pam_u2f.c new/pam-config-1.8/src/mod_pam_u2f.c --- old/pam-config-1.7/src/mod_pam_u2f.c 1970-01-01 01:00:00.000000000 +0100 +++ new/pam-config-1.8/src/mod_pam_u2f.c 2022-10-24 11:09:56.000000000 +0200 @@ -0,0 +1,112 @@ +/* Copyright (C) 2022 Thorsten Kukuk + Author: Thorsten Kukuk <kukuk@suse.com> + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License version 2 as + published by the Free Software Foundation. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software Foundation, + Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + + +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + +#include <stdio.h> +#include <string.h> +#include <ctype.h> + +#include "pam-config.h" +#include "pam-module.h" + +static void +write_config_internal (FILE *fp, option_set_t *opt_set) +{ + fprintf (fp, "auth required\tpam_u2f.so\t"); + WRITE_CONFIG_OPTIONS +} + + +static int +write_config_u2f (pam_module_t *this, + enum write_type op __attribute__ ((unused)), + FILE *unused __attribute__((unused))) +{ + option_set_t *opt_set = this->get_opt_set (this, AUTH); + int is_written = 0; + FILE *fp; + config_content_t *cfg_content; + int writeit = opt_set->is_enabled (opt_set, "is_enabled"); + + if (debug) + debug_write_call (this, AUTH); + + load_single_config (gl_service, &cfg_content); + + fp = create_service_file (gl_service); + if (!fp) + return 0; + + while (cfg_content != NULL) + { + if (writeit) + { + /* skip old entries */ + if (strcasestr (cfg_content->line, "pam_u2f.so") == NULL ) + fprintf (fp, "%s", cfg_content->line); + + if (!is_written) + { + /* make sure pam_u2f.so get's written to the service file + * after the include common-auth line. + */ + if (strcasestr (cfg_content->line, "common-auth") != NULL) + { + write_config_internal (fp, opt_set); + is_written = 1; + } + } + } + else + { + /* skip old entries */ + if (strcasestr (cfg_content->line, "pam_u2f.so") == NULL) + fprintf (fp, "%s", cfg_content->line); + } + cfg_content = cfg_content->next; + } + return close_service_file (fp,gl_service); +} + +GETOPT_START_1(AUTH) +GETOPT_END_1(AUTH) + +PRINT_ARGS("u2f") +PRINT_XMLHELP("u2f") + +/* ---- contruct module object ---- */ +DECLARE_BOOL_OPTS_10( is_enabled, debug, nouserok, openasuser, alwaysok, + interactive, manual, cue, nodetect, sshformat); +DECLARE_STRING_OPTS_11 (debug_file, origin, appid, authfile, authpending_file, + max_devices, prompt, cue_prompt, userpresence, + userverification, pinverification); +DECLARE_OPT_SETS; + +static module_helptext_t helptext[] = {{NULL, NULL, NULL}}; + +/* at last construct the complete module object */ +pam_module_t mod_pam_u2f = { "pam_u2f.so", opt_sets, helptext, + &def_parse_config, + &def_print_module, + &write_config_u2f, + &get_opt_set, + &getopt, + &print_args, + &print_xmlhelp}; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-1.7/src/pam-config.8 new/pam-config-1.8/src/pam-config.8 --- old/pam-config-1.7/src/pam-config.8 2022-10-06 14:14:12.000000000 +0200 +++ new/pam-config-1.8/src/pam-config.8 2022-10-24 11:10:14.000000000 +0200 @@ -2,12 +2,12 @@ .\" Title: pam-config .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/> -.\" Date: 10/06/2022 +.\" Date: 10/24/2022 .\" Manual: Reference Manual .\" Source: Reference Manual .\" Language: English .\" -.TH "PAM\-CONFIG" "8" "10/06/2022" "Reference Manual" "Reference Manual" +.TH "PAM\-CONFIG" "8" "10/24/2022" "Reference Manual" "Reference Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -1449,6 +1449,32 @@ option to all pam_csync\&.so invocations\&. .RE .PP +\fB\-\-google_authenticator\fR +.RS 4 +Enable/Disable pam_google_authenticator\&.so +.RE +.PP +\fB\-\-google_authenticator\-noskewadj\fR +.RS 4 +Add +\fBnoskewadj\fR +option to all pam_google_authenticator\&.so invocations\&. +.RE +.PP +\fB\-\-google_authenticator\-nullok\fR +.RS 4 +Add +\fBnullok\fR +option to all pam_google_authenticator\&.so invocations\&. +.RE +.PP +\fB\-\-google_authenticator\-secret=\fR\fIvalue\fR +.RS 4 +Add +\fBsecret=\fR\fIvalue\fR +option to pam_google_authenticator\&.so\&. +.RE +.PP \fB\-\-keyinit\fR .RS 4 Enable/Disable pam_keyinit\&.so @@ -1560,30 +1586,149 @@ Enable/Disable pam_mount\&.so .RE .PP -\fB\-\-google_authenticator\fR +\fB\-\-u2f\fR .RS 4 -Enable/Disable pam_google_authenticator\&.so +Enable/Disable pam_u2f\&.so .RE .PP -\fB\-\-google_authenticator\-noskewadj\fR +\fB\-\-u2f\-debug\fR .RS 4 Add -\fBnoskewadj\fR -option to all pam_google_authenticator\&.so invocations\&. +\fBdebug\fR +option to all pam_u2f\&.so invocations\&. .RE .PP -\fB\-\-google_authenticator\-nullok\fR +\fB\-\-u2f\-nouserok\fR .RS 4 Add -\fBnullok\fR -option to all pam_google_authenticator\&.so invocations\&. +\fBnouserok\fR +option to all pam_u2f\&.so invocations\&. .RE .PP -\fB\-\-google_authenticator\-secret=\fR\fIvalue\fR +\fB\-\-u2f\-openasuser\fR .RS 4 Add -\fBsecret=\fR\fIvalue\fR -option to pam_google_authenticator\&.so\&. +\fBopenasuser\fR +option to all pam_u2f\&.so invocations\&. +.RE +.PP +\fB\-\-u2f\-alwaysok\fR +.RS 4 +Add +\fBalwaysok\fR +option to all pam_u2f\&.so invocations\&. +.RE +.PP +\fB\-\-u2f\-interactive\fR +.RS 4 +Add +\fBinteractive\fR +option to all pam_u2f\&.so invocations\&. +.RE +.PP +\fB\-\-u2f\-manual\fR +.RS 4 +Add +\fBmanual\fR +option to all pam_u2f\&.so invocations\&. +.RE +.PP +\fB\-\-u2f\-cue\fR +.RS 4 +Add +\fBcue\fR +option to all pam_u2f\&.so invocations\&. +.RE +.PP +\fB\-\-u2f\-nodetect\fR +.RS 4 +Add +\fBnodetect\fR +option to all pam_u2f\&.so invocations\&. +.RE +.PP +\fB\-\-u2f\-sshformat\fR +.RS 4 +Add +\fBsshformat\fR +option to all pam_u2f\&.so invocations\&. +.RE +.PP +\fB\-\-u2f\-debug_file=\fR\fIvalue\fR +.RS 4 +Add +\fBdebug_file=\fR\fIvalue\fR +option to pam_u2f\&.so\&. +.RE +.PP +\fB\-\-u2f\-origin=\fR\fIvalue\fR +.RS 4 +Add +\fBorigin=\fR\fIvalue\fR +option to pam_u2f\&.so\&. +.RE +.PP +\fB\-\-u2f\-appid=\fR\fIvalue\fR +.RS 4 +Add +\fBappid=\fR\fIvalue\fR +option to pam_u2f\&.so\&. +.RE +.PP +\fB\-\-u2f\-authfile=\fR\fIvalue\fR +.RS 4 +Add +\fBauthfile=\fR\fIvalue\fR +option to pam_u2f\&.so\&. +.RE +.PP +\fB\-\-u2f\-authpending_file=\fR\fIvalue\fR +.RS 4 +Add +\fBauthpending_file=\fR\fIvalue\fR +option to pam_u2f\&.so\&. +.RE +.PP +\fB\-\-u2f\-max_devices=\fR\fIvalue\fR +.RS 4 +Add +\fBmax_devices=\fR\fIvalue\fR +option to pam_u2f\&.so\&. +.RE +.PP +\fB\-\-u2f\-prompt=\fR\fIvalue\fR +.RS 4 +Add +\fBprompt=\fR\fIvalue\fR +option to pam_u2f\&.so\&. +.RE +.PP +\fB\-\-u2f\-cue_prompt=\fR\fIvalue\fR +.RS 4 +Add +\fBcue_prompt=\fR\fIvalue\fR +option to pam_u2f\&.so\&. +.RE +.PP +\fB\-\-u2f\-userpresence=\fR\fIvalue\fR +.RS 4 +Add +\fBuserpresence=\fR\fIvalue\fR +option to pam_u2f\&.so\&. +.RE +.PP +\fB\-\-u2f\-userverification=\fR\fIvalue\fR +.RS 4 +Add +\fBuserverification=\fR\fIvalue\fR +option to pam_u2f\&.so\&. +.RE +.PP +\fB\-\-u2f\-pinverification=\fR\fIvalue\fR +.RS 4 +Add +\fBpinverification=\fR\fIvalue\fR +option to pam_u2f\&.so\&. .RE .RE .SH "NOTES" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-1.7/src/pam-config.8.xml new/pam-config-1.8/src/pam-config.8.xml --- old/pam-config-1.7/src/pam-config.8.xml 2022-10-06 14:14:11.000000000 +0200 +++ new/pam-config-1.8/src/pam-config.8.xml 2022-10-24 11:10:13.000000000 +0200 @@ -1779,6 +1779,38 @@ </listitem> </varlistentry> <varlistentry> + <term><option>--google_authenticator</option></term> + <listitem> + <para> + Enable/Disable pam_google_authenticator.so + </para> + </listitem> + </varlistentry> + <varlistentry> + <term><option>--google_authenticator-noskewadj</option></term> + <listitem> + <para> + Add <option>noskewadj</option> option to all pam_google_authenticator.so invocations. + </para> + </listitem> + </varlistentry> + <varlistentry> + <term><option>--google_authenticator-nullok</option></term> + <listitem> + <para> + Add <option>nullok</option> option to all pam_google_authenticator.so invocations. + </para> + </listitem> + </varlistentry> + <varlistentry> + <term><option>--google_authenticator-secret=</option><replaceable>value</replaceable></term> + <listitem> + <para> + Add <option>secret=</option><replaceable>value</replaceable> option to pam_google_authenticator.so. + </para> + </listitem> + </varlistentry> + <varlistentry> <term><option>--keyinit</option></term> <listitem> <para> @@ -1915,34 +1947,170 @@ </listitem> </varlistentry> <varlistentry> - <term><option>--google_authenticator</option></term> + <term><option>--u2f</option></term> <listitem> <para> - Enable/Disable pam_google_authenticator.so + Enable/Disable pam_u2f.so </para> </listitem> </varlistentry> <varlistentry> - <term><option>--google_authenticator-noskewadj</option></term> + <term><option>--u2f-debug</option></term> <listitem> <para> - Add <option>noskewadj</option> option to all pam_google_authenticator.so invocations. + Add <option>debug</option> option to all pam_u2f.so invocations. </para> </listitem> </varlistentry> <varlistentry> - <term><option>--google_authenticator-nullok</option></term> + <term><option>--u2f-nouserok</option></term> <listitem> <para> - Add <option>nullok</option> option to all pam_google_authenticator.so invocations. + Add <option>nouserok</option> option to all pam_u2f.so invocations. </para> </listitem> </varlistentry> <varlistentry> - <term><option>--google_authenticator-secret=</option><replaceable>value</replaceable></term> + <term><option>--u2f-openasuser</option></term> <listitem> <para> - Add <option>secret=</option><replaceable>value</replaceable> option to pam_google_authenticator.so. + Add <option>openasuser</option> option to all pam_u2f.so invocations. + </para> + </listitem> + </varlistentry> + <varlistentry> + <term><option>--u2f-alwaysok</option></term> + <listitem> + <para> + Add <option>alwaysok</option> option to all pam_u2f.so invocations. + </para> + </listitem> + </varlistentry> + <varlistentry> + <term><option>--u2f-interactive</option></term> + <listitem> + <para> + Add <option>interactive</option> option to all pam_u2f.so invocations. + </para> + </listitem> + </varlistentry> + <varlistentry> + <term><option>--u2f-manual</option></term> + <listitem> + <para> + Add <option>manual</option> option to all pam_u2f.so invocations. + </para> + </listitem> + </varlistentry> + <varlistentry> + <term><option>--u2f-cue</option></term> + <listitem> + <para> + Add <option>cue</option> option to all pam_u2f.so invocations. + </para> + </listitem> + </varlistentry> + <varlistentry> + <term><option>--u2f-nodetect</option></term> + <listitem> + <para> + Add <option>nodetect</option> option to all pam_u2f.so invocations. + </para> + </listitem> + </varlistentry> + <varlistentry> + <term><option>--u2f-sshformat</option></term> + <listitem> + <para> + Add <option>sshformat</option> option to all pam_u2f.so invocations. + </para> + </listitem> + </varlistentry> + <varlistentry> + <term><option>--u2f-debug_file=</option><replaceable>value</replaceable></term> + <listitem> + <para> + Add <option>debug_file=</option><replaceable>value</replaceable> option to pam_u2f.so. + </para> + </listitem> + </varlistentry> + <varlistentry> + <term><option>--u2f-origin=</option><replaceable>value</replaceable></term> + <listitem> + <para> + Add <option>origin=</option><replaceable>value</replaceable> option to pam_u2f.so. + </para> + </listitem> + </varlistentry> + <varlistentry> + <term><option>--u2f-appid=</option><replaceable>value</replaceable></term> + <listitem> + <para> + Add <option>appid=</option><replaceable>value</replaceable> option to pam_u2f.so. + </para> + </listitem> + </varlistentry> + <varlistentry> + <term><option>--u2f-authfile=</option><replaceable>value</replaceable></term> + <listitem> + <para> + Add <option>authfile=</option><replaceable>value</replaceable> option to pam_u2f.so. + </para> + </listitem> + </varlistentry> + <varlistentry> + <term><option>--u2f-authpending_file=</option><replaceable>value</replaceable></term> + <listitem> + <para> + Add <option>authpending_file=</option><replaceable>value</replaceable> option to pam_u2f.so. + </para> + </listitem> + </varlistentry> + <varlistentry> + <term><option>--u2f-max_devices=</option><replaceable>value</replaceable></term> + <listitem> + <para> + Add <option>max_devices=</option><replaceable>value</replaceable> option to pam_u2f.so. + </para> + </listitem> + </varlistentry> + <varlistentry> + <term><option>--u2f-prompt=</option><replaceable>value</replaceable></term> + <listitem> + <para> + Add <option>prompt=</option><replaceable>value</replaceable> option to pam_u2f.so. + </para> + </listitem> + </varlistentry> + <varlistentry> + <term><option>--u2f-cue_prompt=</option><replaceable>value</replaceable></term> + <listitem> + <para> + Add <option>cue_prompt=</option><replaceable>value</replaceable> option to pam_u2f.so. + </para> + </listitem> + </varlistentry> + <varlistentry> + <term><option>--u2f-userpresence=</option><replaceable>value</replaceable></term> + <listitem> + <para> + Add <option>userpresence=</option><replaceable>value</replaceable> option to pam_u2f.so. + </para> + </listitem> + </varlistentry> + <varlistentry> + <term><option>--u2f-userverification=</option><replaceable>value</replaceable></term> + <listitem> + <para> + Add <option>userverification=</option><replaceable>value</replaceable> option to pam_u2f.so. + </para> + </listitem> + </varlistentry> + <varlistentry> + <term><option>--u2f-pinverification=</option><replaceable>value</replaceable></term> + <listitem> + <para> + Add <option>pinverification=</option><replaceable>value</replaceable> option to pam_u2f.so. </para> </listitem> </varlistentry> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-1.7/src/supported-modules.h new/pam-config-1.8/src/supported-modules.h --- old/pam-config-1.7/src/supported-modules.h 2022-02-07 15:06:53.000000000 +0100 +++ new/pam-config-1.8/src/supported-modules.h 2022-10-24 10:24:47.000000000 +0200 @@ -30,24 +30,24 @@ extern pam_module_t mod_pam_ssh; extern pam_module_t mod_pam_sss; extern pam_module_t mod_pam_succeed_if; +extern pam_module_t mod_pam_systemd_home; extern pam_module_t mod_pam_thinkfinger; extern pam_module_t mod_pam_time; extern pam_module_t mod_pam_umask; extern pam_module_t mod_pam_unix2; extern pam_module_t mod_pam_unix; extern pam_module_t mod_pam_winbind; -extern pam_module_t mod_pam_systemd_home; - /* modules for single services only. */ 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_google_authenticator; 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; -extern pam_module_t mod_pam_google_authenticator; +extern pam_module_t mod_pam_u2f; pam_module_t *common_module_list[] = { &mod_pam_access, @@ -114,9 +114,9 @@ &mod_pam_fprint, &mod_pam_fprintd, &mod_pam_thinkfinger, - &mod_pam_systemd_home, &mod_pam_gnome_keyring, &mod_pam_kwallet5, /* optional modules MUST be executed before sufficient modules which also need a password. */ + &mod_pam_systemd_home, &mod_pam_ssh, &mod_pam_unix2, &mod_pam_unix, @@ -184,10 +184,11 @@ &mod_pam_ck_connector, &mod_pam_cryptpass, &mod_pam_csync, + &mod_pam_google_authenticator, &mod_pam_keyinit, &mod_pam_lastlog, &mod_pam_loginuid, &mod_pam_mount, - &mod_pam_google_authenticator, + &mod_pam_u2f, NULL }; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-1.7/tests/config/Makefile new/pam-config-1.8/tests/config/Makefile --- old/pam-config-1.7/tests/config/Makefile 2022-10-06 14:14:03.000000000 +0200 +++ new/pam-config-1.8/tests/config/Makefile 2022-10-24 10:11:18.000000000 +0200 @@ -175,10 +175,10 @@ PACKAGE = pam-config PACKAGE_BUGREPORT = PACKAGE_NAME = pam-config -PACKAGE_STRING = pam-config 1.7 +PACKAGE_STRING = pam-config 1.8 PACKAGE_TARNAME = pam-config PACKAGE_URL = -PACKAGE_VERSION = 1.7 +PACKAGE_VERSION = 1.8 PATH_SEPARATOR = : POSUB = po RANLIB = ranlib @@ -187,7 +187,7 @@ SHELL = /bin/sh STRIP = USE_NLS = yes -VERSION = 1.7 +VERSION = 1.8 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-1.7/tests/pam-config.test/Makefile new/pam-config-1.8/tests/pam-config.test/Makefile --- old/pam-config-1.7/tests/pam-config.test/Makefile 2022-10-06 14:14:03.000000000 +0200 +++ new/pam-config-1.8/tests/pam-config.test/Makefile 2022-10-24 10:11:18.000000000 +0200 @@ -175,10 +175,10 @@ PACKAGE = pam-config PACKAGE_BUGREPORT = PACKAGE_NAME = pam-config -PACKAGE_STRING = pam-config 1.7 +PACKAGE_STRING = pam-config 1.8 PACKAGE_TARNAME = pam-config PACKAGE_URL = -PACKAGE_VERSION = 1.7 +PACKAGE_VERSION = 1.8 PATH_SEPARATOR = : POSUB = po RANLIB = ranlib @@ -187,7 +187,7 @@ SHELL = /bin/sh STRIP = USE_NLS = yes -VERSION = 1.7 +VERSION = 1.8 XGETTEXT = /usr/bin/xgettext XGETTEXT_015 = /usr/bin/xgettext XGETTEXT_EXTRA_OPTIONS =
participants (1)
-
Source-Sync