Accepting request 239236 from Base:System
GnuPG 2.0.25, and a BuildRequires fix to move 13.1 fails up to the scheduler, or build with gcrypt 1.6.1 OBS-URL: https://build.opensuse.org/request/show/239236 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gpg2?expand=0&rev=78
This commit is contained in:
parent
d8460bfa6b
commit
9859988188
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d974a1d86c9470571411346368416d96200ef9510028763c1303cd66e3820232
|
|
||||||
size 4301922
|
|
Binary file not shown.
3
gnupg-2.0.25.tar.bz2
Normal file
3
gnupg-2.0.25.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b3abe97df096cf53d6a422ac922f3c48e688bc892b7ccf669b92f0b7fc6c5823
|
||||||
|
size 4301689
|
BIN
gnupg-2.0.25.tar.bz2.sig
Normal file
BIN
gnupg-2.0.25.tar.bz2.sig
Normal file
Binary file not shown.
20
gpg2.changes
20
gpg2.changes
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 1 21:05:55 UTC 2014 - andreas.stieger@gmx.de
|
||||||
|
|
||||||
|
- gnupg-add_legacy_FIPS_mode_option.patch (part of [bnc#856312])
|
||||||
|
mentions GCRYCTL_INACTIVATE_FIPS_FLAG, raising the requirement
|
||||||
|
for gcrypt from 1.4.0 (from configure) to 1.6.1 where said flag
|
||||||
|
was introduced. Require this version to build.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 30 18:52:36 UTC 2014 - andreas.stieger@gmx.de
|
||||||
|
|
||||||
|
- update to 2.0.25:
|
||||||
|
* gpg: Fix a regression in 2.0.24 if more than one keyid is given
|
||||||
|
to --recv-keys et al.
|
||||||
|
* gpg: Cap RSA and Elgamal keysize at 4096 bit also for unattended
|
||||||
|
key generation.
|
||||||
|
* gpgsm: Fix a DISPLAY related problem with
|
||||||
|
--export-secret-key-p12.
|
||||||
|
* scdaemon: Support reader Gemalto IDBridge CT30.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 24 22:25:12 UTC 2014 - andreas.stieger@gmx.de
|
Tue Jun 24 22:25:12 UTC 2014 - andreas.stieger@gmx.de
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gpg2
|
Name: gpg2
|
||||||
Version: 2.0.24
|
Version: 2.0.25
|
||||||
Release: 0
|
Release: 0
|
||||||
BuildRequires: automake >= 1.10
|
BuildRequires: automake >= 1.10
|
||||||
BuildRequires: expect
|
BuildRequires: expect
|
||||||
@ -26,7 +26,9 @@ BuildRequires: libadns-devel
|
|||||||
BuildRequires: libassuan-devel >= 2.0.0
|
BuildRequires: libassuan-devel >= 2.0.0
|
||||||
BuildRequires: libbz2-devel
|
BuildRequires: libbz2-devel
|
||||||
BuildRequires: libcurl-devel >= 7.10
|
BuildRequires: libcurl-devel >= 7.10
|
||||||
BuildRequires: libgcrypt-devel >= 1.4.0
|
# patch11 (gnupg-add_legacy_FIPS_mode_option.patch) mentions GCRYCTL_INACTIVATE_FIPS_FLAG
|
||||||
|
# raising gcrypt requirement from 1.4.0
|
||||||
|
BuildRequires: libgcrypt-devel >= 1.6.1
|
||||||
BuildRequires: libgpg-error-devel >= 1.11
|
BuildRequires: libgpg-error-devel >= 1.11
|
||||||
BuildRequires: libksba-devel >= 1.0.7
|
BuildRequires: libksba-devel >= 1.0.7
|
||||||
BuildRequires: libusb-devel
|
BuildRequires: libusb-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user