Accepting request 849250 from Base:System
OBS-URL: https://build.opensuse.org/request/show/849250 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gpg2?expand=0&rev=151
This commit is contained in:
parent
bfc3caa7a2
commit
150b6370b8
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:10b55e49d78b3e49f1edb58d7541ecbdad92ddaeeb885b6f486ed23d1cd1da5c
|
|
||||||
size 7099806
|
|
Binary file not shown.
3
gnupg-2.2.24.tar.bz2
Normal file
3
gnupg-2.2.24.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9090b400faae34f08469d78000cfec1cee5b9c553ce11347cc96ef16eab98c46
|
||||||
|
size 7196489
|
BIN
gnupg-2.2.24.tar.bz2.sig
Normal file
BIN
gnupg-2.2.24.tar.bz2.sig
Normal file
Binary file not shown.
28
gpg2.changes
28
gpg2.changes
@ -1,3 +1,31 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 17 21:52:38 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
- GnuPG 2.2.24:
|
||||||
|
* gpg: New command --quick-revoke-sig
|
||||||
|
* gpg: Do not use weak digest algos if selected by recipient
|
||||||
|
preference during sign+encrypt
|
||||||
|
* gpg: Switch to AES256 for symmetric encryption in de-vs mode
|
||||||
|
* gpg: Silence weak digest warnings with --quiet
|
||||||
|
* gpg: Print new status line CANCELED_BY_USER for a cancel during
|
||||||
|
symmetric encryption
|
||||||
|
* gpg: Fix the encrypt+sign hash algo preference selection for
|
||||||
|
ECDSA. This is in particular needed for keys created from
|
||||||
|
existing smartcard based keys
|
||||||
|
* agent: Fix secret key import of GnuPG 2.3 generated Ed25519
|
||||||
|
keys
|
||||||
|
* agent: Keep some permissions of private-keys-v1.d
|
||||||
|
* dirmngr: Align sks-keyservers.netCA.pem use between ntbtls and
|
||||||
|
gnutls builds
|
||||||
|
* dirmngr: Fix the pool keyserver case for a single host in the
|
||||||
|
pool
|
||||||
|
* scd: Fix the use case of verify_chv2 by CHECKPIN
|
||||||
|
* scd: Various improvements to the ccid-driver
|
||||||
|
* scd: Minor fixes for Yubikey
|
||||||
|
* gpgconf: New option --show-versions
|
||||||
|
* i18n: Complete overhaul and completion of the Italian
|
||||||
|
translation
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 3 17:16:41 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
Thu Sep 3 17:16:41 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
17
gpg2.spec
17
gpg2.spec
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gpg2
|
Name: gpg2
|
||||||
Version: 2.2.23
|
Version: 2.2.24
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: File encryption, decryption, signature creation and verification utility
|
Summary: File encryption, decryption, signature creation and verification utility
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
@ -43,9 +43,9 @@ Patch1124847: gnupg-gpg-agent-ulimit.patch
|
|||||||
BuildRequires: expect
|
BuildRequires: expect
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: libassuan-devel >= 2.5.0
|
BuildRequires: libassuan-devel >= 2.5.0
|
||||||
BuildRequires: libgcrypt-devel >= 1.7.0
|
BuildRequires: libgcrypt-devel >= 1.8.0
|
||||||
BuildRequires: libgpg-error-devel >= 1.25
|
BuildRequires: libgpg-error-devel >= 1.27
|
||||||
BuildRequires: libksba-devel >= 1.3.4
|
BuildRequires: libksba-devel >= 1.3.5
|
||||||
BuildRequires: makeinfo
|
BuildRequires: makeinfo
|
||||||
BuildRequires: npth-devel >= 1.2
|
BuildRequires: npth-devel >= 1.2
|
||||||
BuildRequires: openldap2-devel
|
BuildRequires: openldap2-devel
|
||||||
@ -56,11 +56,10 @@ BuildRequires: pkgconfig(gnutls) >= 3.0
|
|||||||
BuildRequires: pkgconfig(libusb-1.0)
|
BuildRequires: pkgconfig(libusb-1.0)
|
||||||
BuildRequires: pkgconfig(sqlite3) >= 3.7
|
BuildRequires: pkgconfig(sqlite3) >= 3.7
|
||||||
BuildRequires: pkgconfig(zlib)
|
BuildRequires: pkgconfig(zlib)
|
||||||
# Add an explicit runtime dependency to match boo#955982
|
# runtime dependency to support devel repository users - boo#955982
|
||||||
Requires: libassuan0 >= 2.4.3
|
Requires: libassuan0 >= 2.5.0
|
||||||
# Explicit runtime depencency - runtime version check
|
Requires: libgcrypt20 >= 1.8.0
|
||||||
Requires: libgcrypt20 >= 1.7.0
|
Requires: libksba >= 1.3.5
|
||||||
Requires: libksba >= 1.3.4
|
|
||||||
Requires: pinentry
|
Requires: pinentry
|
||||||
Requires(post): %{install_info_prereq}
|
Requires(post): %{install_info_prereq}
|
||||||
Recommends: dirmngr = %{version}
|
Recommends: dirmngr = %{version}
|
||||||
|
Loading…
Reference in New Issue
Block a user