Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gpg2 for openSUSE:Factory checked in 
at 2024-01-26 22:46:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gpg2 (Old)
 and      /work/SRC/openSUSE:Factory/.gpg2.new.1815 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gpg2"

Fri Jan 26 22:46:20 2024 rev:173 rq:1141713 version:2.4.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/gpg2/gpg2.changes        2023-11-02 
20:20:44.146214877 +0100
+++ /work/SRC/openSUSE:Factory/.gpg2.new.1815/gpg2.changes      2024-01-26 
22:46:25.858391032 +0100
@@ -1,0 +2,52 @@
+Thu Jan 25 18:51:03 UTC 2024 - Pedro Monreal <pmonr...@suse.com>
+
+- Update to 2.4.4: [bsc#1219191]
+  * gpg: Do not keep an unprotected smartcard backup key on disk.
+    See https://gnupg.org/blog/20240125-smartcard-backup-key.html
+    for a security advisory. [T6944]
+  * gpg: Allow to specify seconds since Epoch beyond 2038 on 32-bit
+    platforms. [T6736]
+  * gpg: Fix expiration time when Creation-Date is specified. [T5252]
+  * gpg: Add support for Subkey-Expire-Date. [rG96b69c1866]
+  * gpg: Add option --with-v5-fingerprint. [T6705]
+  * gpg: Add sub-option ignore-attributes to --import-options.
+  * gpg: Add --list-filter properties sig_expires/sig_expires_d.
+  * gpg: Fix validity of re-imported keys. [T6399]
+  * gpg: Report BEGIN_ status before examining the input. [T6481]
+  * gpg: Don't try to compress a read-only keybox. [T6811]
+  * gpg: Choose key from inserted card over a non-inserted card. [T6831]
+  * gpg: Allow to create revocations even with non-compliant algos. [T6929]
+  * gpg: Fix regression in the Revoker keyword of the parameter file. [T6923]
+  * gpg: Improve error message for expired default keys. [T4704]
+  * gpgsm: Add --always-trust feature. [T6559]
+  * gpgsm: Support ECC certificates in de-vs mode. [T6802]
+  * gpgsm: Major rewrite of the PKCS#12 parser. [T6536]
+  * gpgsm: No not show the pkcs#12 passphrase in debug output. [T6654]
+  * keyboxd: Timeout on failure to get the database lock. [T6838]
+  * agent: Update the key stubs only if really modified. [T6829]
+  * scd: Add support for certain Starcos 3.2 cards. [rG5304c9b080]
+  * scd: Add support for CardOS 5.4 cards. [rG812f988059]
+  * scd: Add support for D-Trust 4.1/4.4 cards. [rG0b85a9ac09]
+  * scd: Add support for Smartcafe Expert 7.0 cards. [T6919]
+  * scd: Add a length check for a new PIN. [T6843]
+  * tpm: Fix keytotpm handling in the agent. [rG9909f622f6]
+  * tpm: Fixes for the TPM test suite. [T6052]
+  * dirmngr: New option --ignore-crl-extensions. [T6545]
+  * dirmngr: Support config value "none" to disable the default
+    keyserver. [T6708]
+  * dirmngr: Fix handling of the HTTP Content-Length. [rGa5e33618f4]
+  * gpgconf: Add commands --lock and --unlock. [rG93b5ba38dc]
+  * gpgconf: Add keyword socketdir to gpgconf.ctl. [rG239c1fdc28]
+  * gpgconf: Adjust the -X command for the new VERSION file format. [T6918]
+  * wkd: Use export-clean for gpg-wks-client's --mirror and --create
+    commands. [rG2c7f7a5a278c]
+  * wkd: Make --add-revocs the default in gpg-wks-client. New option
+    --no-add-revocs. [rG10c937ee68]
+  * Remove duplicated backslashes when setting the homedir. [T6833]
+  * Ignore attempts to remove the /dev/null device. [T6556]
+  * Improve advisory file lock retry strategy. [T3380]
+  * Release-info: https://dev.gnupg.org/T6578
+  * Remove patch upstream:
+    - gnupg-Report-BEGIN_-status-before-examining-the-input.patch
+
+-------------------------------------------------------------------

Old:
----
  gnupg-2.4.3.tar.bz2
  gnupg-2.4.3.tar.bz2.sig
  gnupg-Report-BEGIN_-status-before-examining-the-input.patch

New:
----
  gnupg-2.4.4.tar.bz2
  gnupg-2.4.4.tar.bz2.sig

BETA DEBUG BEGIN:
  Old:  * Remove patch upstream:
    - gnupg-Report-BEGIN_-status-before-examining-the-input.patch
BETA DEBUG END:

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

Other differences:
------------------
++++++ gpg2.spec ++++++
--- /var/tmp/diff_new_pack.wHJD7X/_old  2024-01-26 22:46:27.870463492 +0100
+++ /var/tmp/diff_new_pack.wHJD7X/_new  2024-01-26 22:46:27.874463636 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gpg2
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           gpg2
-Version:        2.4.3
+Version:        2.4.4
 Release:        0
 Summary:        File encryption, decryption, signature creation and 
verification utility
 License:        GPL-3.0-or-later
@@ -44,10 +44,8 @@
 Patch11:        gnupg-allow-large-rsa.patch
 #PATCH-FIX-SUSE Revert the rfc4880bis features default of key generation
 Patch12:        gnupg-revert-rfc4880bis.patch
-#PATCH-FIX-UPSTREAM Fix emacs gpg2 output parsing
-Patch13:        gnupg-Report-BEGIN_-status-before-examining-the-input.patch
 #PATCH-FIX-OPENSUSE Do not pull revision info from GIT when autoconf is run
-Patch14:        gnupg-nobetasuffix.patch
+Patch13:        gnupg-nobetasuffix.patch
 BuildRequires:  expect
 BuildRequires:  fdupes
 BuildRequires:  ibmswtpm2

++++++ gnupg-2.4.3.tar.bz2 -> gnupg-2.4.4.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/gpg2/gnupg-2.4.3.tar.bz2 
/work/SRC/openSUSE:Factory/.gpg2.new.1815/gnupg-2.4.4.tar.bz2 differ: char 11, 
line 1

Reply via email to