Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kscreenlocker6 for openSUSE:Factory 
checked in at 2025-07-18 15:57:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kscreenlocker6 (Old)
 and      /work/SRC/openSUSE:Factory/.kscreenlocker6.new.8875 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kscreenlocker6"

Fri Jul 18 15:57:31 2025 rev:27 rq:1294156 version:6.4.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/kscreenlocker6/kscreenlocker6.changes    
2025-07-03 12:08:25.924632486 +0200
+++ /work/SRC/openSUSE:Factory/.kscreenlocker6.new.8875/kscreenlocker6.changes  
2025-07-18 15:58:13.849720510 +0200
@@ -1,0 +2,15 @@
+Wed Jul 16 15:06:48 UTC 2025 - Fabian Vogt <fab...@ritter-vogt.de>
+
+- Use a hardcoded list of PAM modules for auth in kde-fingerprint and
+  kde-smartcard and deny password (boo#1244496)
+
+-------------------------------------------------------------------
+Tue Jul 15 10:57:53 UTC 2025 - Fabian Vogt <fab...@ritter-vogt.de>
+
+- Update to 6.4.3:
+  * New bugfix release
+  * For more details see https://kde.org/announcements/plasma/6/6.4.3
+- Changes since 6.4.2:
+  * Update version for new release 6.4.3
+
+-------------------------------------------------------------------

Old:
----
  kscreenlocker-6.4.2.tar.xz
  kscreenlocker-6.4.2.tar.xz.sig

New:
----
  kscreenlocker-6.4.3.tar.xz
  kscreenlocker-6.4.3.tar.xz.sig

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

Other differences:
------------------
++++++ kscreenlocker6.spec ++++++
--- /var/tmp/diff_new_pack.A1r7bO/_old  2025-07-18 15:58:14.765758778 +0200
+++ /var/tmp/diff_new_pack.A1r7bO/_new  2025-07-18 15:58:14.765758778 +0200
@@ -26,7 +26,7 @@
 # Latest ABI-stable Plasma (e.g. 6.0 in KF6, but 6.0.80 in KUF)
 %{!?_plasma6_version: %define _plasma6_version %(echo %{_plasma6_bugfix} | awk 
-F. '{print $1"."$2}')}
 Name:           kscreenlocker6
-Version:        6.4.2
+Version:        6.4.3
 Release:        0
 Summary:        Library and components for secure lock screen architecture
 License:        GPL-2.0-or-later

++++++ kde-fingerprint ++++++
--- /var/tmp/diff_new_pack.A1r7bO/_old  2025-07-18 15:58:14.813760783 +0200
+++ /var/tmp/diff_new_pack.A1r7bO/_new  2025-07-18 15:58:14.817760951 +0200
@@ -1,7 +1,14 @@
 #%PAM-1.0
-# for fingerprint
-auth     required       pam_fprintd.so
-auth     include        common-auth
-account  include        common-account
-password include        common-password
+auth       required                    pam_shells.so
+auth       requisite                   pam_nologin.so
+auth       requisite                   pam_faillock.so      preauth
+-auth      required                    pam_fprintd.so
+
+account    substack                    common-account
+account    include                     postlogin-account
+
+password   required                    pam_deny.so
+
+session    substack                    common-session
+session    include                     postlogin-session
 

++++++ kde-smartcard ++++++
--- /var/tmp/diff_new_pack.A1r7bO/_old  2025-07-18 15:58:14.853762454 +0200
+++ /var/tmp/diff_new_pack.A1r7bO/_new  2025-07-18 15:58:14.857762621 +0200
@@ -1,7 +1,14 @@
 #%PAM-1.0
-# for smartcard
-auth     required       pam_pkcs11.so        wait_for_card card_only
-auth     include        common-auth
-account  include        common-account
-password include        common-password
+auth       required                    pam_shells.so
+auth       requisite                   pam_nologin.so
+auth       requisite                   pam_faillock.so      preauth
+-auth      required                    pam_pkcs11.so        wait_for_card 
card_only
+
+account    substack                    common-account
+account    include                     postlogin-account
+
+password   required                    pam_deny.so
+
+session    substack                    common-session
+session    include                     postlogin-session
 

++++++ kscreenlocker-6.4.2.tar.xz -> kscreenlocker-6.4.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kscreenlocker-6.4.2/CMakeLists.txt 
new/kscreenlocker-6.4.3/CMakeLists.txt
--- old/kscreenlocker-6.4.2/CMakeLists.txt      2025-07-01 13:39:13.000000000 
+0200
+++ new/kscreenlocker-6.4.3/CMakeLists.txt      2025-07-15 11:52:34.000000000 
+0200
@@ -2,10 +2,10 @@
 
 project(kscreenlocker)
 set(CMAKE_C_STANDARD 99)
-set(PROJECT_VERSION "6.4.2")
+set(PROJECT_VERSION "6.4.3")
 set(PROJECT_VERSION_MAJOR 6)
 
-set(PROJECT_DEP_VERSION "6.4.2")
+set(PROJECT_DEP_VERSION "6.4.3")
 set(QT_MIN_VERSION "6.8.0")
 set(KF6_MIN_VERSION "6.14.0")
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kscreenlocker-6.4.2/po/ka/kscreenlocker_greet.po 
new/kscreenlocker-6.4.3/po/ka/kscreenlocker_greet.po
--- old/kscreenlocker-6.4.2/po/ka/kscreenlocker_greet.po        2025-07-01 
13:39:13.000000000 +0200
+++ new/kscreenlocker-6.4.3/po/ka/kscreenlocker_greet.po        2025-07-15 
11:52:34.000000000 +0200
@@ -51,7 +51,7 @@
 #: main.cpp:145
 #, kde-format
 msgid "Default to the switch user UI."
-msgstr "ნაგულისხმებად მომხმარებლის UI-ზე გადართვა."
+msgstr "ნაგულისხმევად მომხმარებლის UI-ზე გადართვა."
 
 #: main.cpp:147
 #, kde-format

Reply via email to