From 9cc9b612297b7d47d52da688389b48f79f7429c9af0cd1fe45c91813dabff54a Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Fri, 8 Mar 2024 21:44:56 +0000 Subject: [PATCH] Accepting request 1156367 from home:pmonrealgonzalez:branches:Base:System - Update to 2.4.5: * gpg,gpgv: New option --assert-pubkey-algo. [T6946] * gpg: Emit status lines for errors in the compression layer. [T6977] * gpg: Fix invocation with --trusted-keys and --no-options. [T7025] * gpgsm: Allow for a longer salt in PKCS#12 files. [T6757] * gpgtar: Make --status-fd=2 work on Windows. [T6961] * scd: Support for the ACR-122U NFC reader. [rG1682ca9f01] * scd: Suport D-TRUST ECC cards. [T7000,T7001] * scd: Allow auto detaching of kernel drivers; can be disabled with the new compatibility-flag ccid-no-auto-detach. [rGa1ea3b13e0] * scd: Allow setting a PIN length of 6 also with a reset code for openpgp cards. [T6843] * agent: Allow GET_PASSPHRASE in restricted mode. [rGadf4db6e20] * dirmngr: Trust system's root CAs for checking CRL issuers. [T6963] * dirmngr: Fix regression in 2.4.4 in fetching keys via hkps. [T6997] * gpg-wks-client: Make option --mirror work properly w/o specifying domains. [rG37cc255e49] * g13,gpg-wks-client: Allow command style options as in "g13 mount foo". [rGa09157ccb2] * Allow tilde expansion for the foo-program options. [T7017] * Make the getswdb.sh tool usable outside the GnuPG tree. * Release-info: https://dev.gnupg.org/T6960 * Update the required versions for the dependencies. OBS-URL: https://build.opensuse.org/request/show/1156367 OBS-URL: https://build.opensuse.org/package/show/Base:System/gpg2?expand=0&rev=302 --- gnupg-2.4.4.tar.bz2 | 3 --- gnupg-2.4.4.tar.bz2.sig | Bin 118 -> 0 bytes gnupg-2.4.5.tar.bz2 | 3 +++ gnupg-2.4.5.tar.bz2.sig | Bin 0 -> 238 bytes gpg2.changes | 27 +++++++++++++++++++++++++++ gpg2.spec | 6 +++--- 6 files changed, 33 insertions(+), 6 deletions(-) delete mode 100644 gnupg-2.4.4.tar.bz2 delete mode 100644 gnupg-2.4.4.tar.bz2.sig create mode 100644 gnupg-2.4.5.tar.bz2 create mode 100644 gnupg-2.4.5.tar.bz2.sig diff --git a/gnupg-2.4.4.tar.bz2 b/gnupg-2.4.4.tar.bz2 deleted file mode 100644 index 35b0320..0000000 --- a/gnupg-2.4.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:67ebe016ca90fa7688ce67a387ebd82c6261e95897db7b23df24ff335be85bc6 -size 7886036 diff --git a/gnupg-2.4.4.tar.bz2.sig b/gnupg-2.4.4.tar.bz2.sig deleted file mode 100644 index 791d14db14b2a19ffbb6c68a8ecfd48e6e851000aeabafe2d21c13a23cc5b6a1..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 118 zcmeAuVPO#CVvrS6WXWBXm$E!p!y#PSlPRcU`VKV*t6Qv0shiA}GjMSVz(gizG5l!j zYx7{fSk+Qu`L_4VvTRLrM<$`;cJ`+V{l2J6tL|d>A5x&?7Wh@(Ni``;to5e!v%lFN SA2zI5Fz>HN=jrDYJXispelMT^ diff --git a/gnupg-2.4.5.tar.bz2 b/gnupg-2.4.5.tar.bz2 new file mode 100644 index 0000000..b4305e7 --- /dev/null +++ b/gnupg-2.4.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f68f7d75d06cb1635c336d34d844af97436c3f64ea14bcb7c869782f96f44277 +size 7889060 diff --git a/gnupg-2.4.5.tar.bz2.sig b/gnupg-2.4.5.tar.bz2.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..bd126f82655ab855850c3b12dbcea74863f5a07d3ba97c2aa70b380338a768ee GIT binary patch literal 238 zcmeAuWnmEGVvrS6WXWBXm$E!p!y#PSlPRcU`VKV*t6Qv0sV`5yVc_BvfQfW;Gcx?I zh+z?Q*=RpcO2|L{x z-FBYdeS+-`^SRyw?Jmiz9UyBtz}Bwm6O8_Dr`zlPYbM9bzS+8x$4=}8TKj5>CdgWt z$dq7)KOFnEUp!v_G1734neFQ9w>Bnlvsq7BEW{8a#q)^cbkluChE{?1^7T_Y4ktf( b`JwjaR_(I2$#1VMDYr>|z;HjP

`D8s=rt literal 0 HcmV?d00001 diff --git a/gpg2.changes b/gpg2.changes index 2d1d39e..889ad13 100644 --- a/gpg2.changes +++ b/gpg2.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Fri Mar 8 13:14:00 UTC 2024 - Pedro Monreal + +- Update to 2.4.5: + * gpg,gpgv: New option --assert-pubkey-algo. [T6946] + * gpg: Emit status lines for errors in the compression layer. [T6977] + * gpg: Fix invocation with --trusted-keys and --no-options. [T7025] + * gpgsm: Allow for a longer salt in PKCS#12 files. [T6757] + * gpgtar: Make --status-fd=2 work on Windows. [T6961] + * scd: Support for the ACR-122U NFC reader. [rG1682ca9f01] + * scd: Suport D-TRUST ECC cards. [T7000,T7001] + * scd: Allow auto detaching of kernel drivers; can be disabled with + the new compatibility-flag ccid-no-auto-detach. [rGa1ea3b13e0] + * scd: Allow setting a PIN length of 6 also with a reset code for + openpgp cards. [T6843] + * agent: Allow GET_PASSPHRASE in restricted mode. [rGadf4db6e20] + * dirmngr: Trust system's root CAs for checking CRL issuers. [T6963] + * dirmngr: Fix regression in 2.4.4 in fetching keys via hkps. [T6997] + * gpg-wks-client: Make option --mirror work properly w/o specifying + domains. [rG37cc255e49] + * g13,gpg-wks-client: Allow command style options as in "g13 mount + foo". [rGa09157ccb2] + * Allow tilde expansion for the foo-program options. [T7017] + * Make the getswdb.sh tool usable outside the GnuPG tree. + * Release-info: https://dev.gnupg.org/T6960 + * Update the required versions for the dependencies. + ------------------------------------------------------------------- Thu Jan 25 18:51:03 UTC 2024 - Pedro Monreal diff --git a/gpg2.spec b/gpg2.spec index 5d7132c..4598a21 100644 --- a/gpg2.spec +++ b/gpg2.spec @@ -17,7 +17,7 @@ Name: gpg2 -Version: 2.4.4 +Version: 2.4.5 Release: 0 Summary: File encryption, decryption, signature creation and verification utility License: GPL-3.0-or-later @@ -60,7 +60,7 @@ BuildRequires: openldap2-devel BuildRequires: pkgconfig BuildRequires: readline-devel BuildRequires: pkgconfig(bzip2) -BuildRequires: pkgconfig(gnutls) >= 3.0 +BuildRequires: pkgconfig(gnutls) >= 3.2 BuildRequires: pkgconfig(libusb-1.0) BuildRequires: pkgconfig(sqlite3) >= 3.27 BuildRequires: pkgconfig(zlib) @@ -68,7 +68,7 @@ BuildRequires: pkgconfig(zlib) Requires: libassuan0 >= 2.5.0 Requires: libgcrypt20 >= 1.9.1 Requires: libgpg-error >= 1.46 -Requires: libksba >= 1.3.4 +Requires: libksba >= 1.6.3 Requires: pinentry Recommends: dirmngr = %{version} Provides: gnupg = %{version}