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
This commit is contained in:
parent
756f25929a
commit
9cc9b61229
BIN
gnupg-2.4.4.tar.bz2
(Stored with Git LFS)
BIN
gnupg-2.4.4.tar.bz2
(Stored with Git LFS)
Binary file not shown.
Binary file not shown.
3
gnupg-2.4.5.tar.bz2
Normal file
3
gnupg-2.4.5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f68f7d75d06cb1635c336d34d844af97436c3f64ea14bcb7c869782f96f44277
|
||||
size 7889060
|
BIN
gnupg-2.4.5.tar.bz2.sig
Normal file
BIN
gnupg-2.4.5.tar.bz2.sig
Normal file
Binary file not shown.
27
gpg2.changes
27
gpg2.changes
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 8 13:14:00 UTC 2024 - Pedro Monreal <pmonreal@suse.com>
|
||||
|
||||
- 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 <pmonreal@suse.com>
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user