Accepting request 495113 from security:privacy
GnuPG 2.1.21 OBS-URL: https://build.opensuse.org/request/show/495113 OBS-URL: https://build.opensuse.org/package/show/Base:System/gpg2?expand=0&rev=171
This commit is contained in:
parent
c4a7c33b02
commit
740fd300fc
@ -1,26 +0,0 @@
|
|||||||
From: Andreas Stieger <astieger@suse.com>
|
|
||||||
Date: Tue, 14 Mar 2017 20:43:20 +0000
|
|
||||||
Subject; FATE#323084: Stronger GnuPG defaults
|
|
||||||
References: FATE#323084
|
|
||||||
Upstream: no
|
|
||||||
|
|
||||||
Index: gnupg-2.1.19/g10/options.skel
|
|
||||||
===================================================================
|
|
||||||
--- gnupg-2.1.19.orig/g10/options.skel
|
|
||||||
+++ gnupg-2.1.19/g10/options.skel
|
|
||||||
@@ -137,3 +137,15 @@
|
|
||||||
# Uncomment the following option to get rid of the copyright notice
|
|
||||||
|
|
||||||
#no-greeting
|
|
||||||
+
|
|
||||||
+# SUSE recommended output options
|
|
||||||
+with-fingerprint
|
|
||||||
+keyid-format 0xlong
|
|
||||||
+no-emit-version
|
|
||||||
+
|
|
||||||
+# SUSE recommends SHA-2 family of hashes for all
|
|
||||||
+personal-digest-preferences SHA512 SHA384 SHA256 SHA224
|
|
||||||
+default-preference-list SHA512 SHA384 SHA256 AES256 AES192 AES CAST5 BZIP2 ZLIB ZIP Uncompressed
|
|
||||||
+cert-digest-algo SHA512
|
|
||||||
+digest-algo SHA512
|
|
||||||
+
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:24cf9a69369be64a9f6f8cc11a1be33ab7780ad77a6a1b93719438f49f69960d
|
|
||||||
size 6456128
|
|
Binary file not shown.
3
gnupg-2.1.21.tar.bz2
Normal file
3
gnupg-2.1.21.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7aead8a8ba75b69866f583b6c747d91414d523bfdfbe9a8e0fe026b16ba427dd
|
||||||
|
size 6472887
|
BIN
gnupg-2.1.21.tar.bz2.sig
Normal file
BIN
gnupg-2.1.21.tar.bz2.sig
Normal file
Binary file not shown.
16
gpg2.changes
16
gpg2.changes
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 15 20:49:25 UTC 2017 - astieger@suse.com
|
||||||
|
|
||||||
|
- GnuPG 2.1.21:
|
||||||
|
* gpg,gpgsm: Fix corruption of old style keyring.gpg files,
|
||||||
|
regression in 2.1.20
|
||||||
|
* gpg,dirmngr: Removed the skeleton config file support
|
||||||
|
New installations no longer generate a configuration file.
|
||||||
|
In the absence of a file, SHA-2 family hashes are used.
|
||||||
|
Existing configurations are not touched.
|
||||||
|
drop gnupg-2.1.19-stronger-defaults.patch FATE#323084
|
||||||
|
* gpg: Fixed import filter property match bug.
|
||||||
|
* scd: Removed Linux support for Cardman 4040 PCMCIA reader.
|
||||||
|
* scd: Fixed some corner case bugs in resume/suspend handling.
|
||||||
|
* Many minor bug fixes and code cleanup.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 4 14:00:36 UTC 2017 - astieger@suse.com
|
Tue Apr 4 14:00:36 UTC 2017 - astieger@suse.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gpg2
|
Name: gpg2
|
||||||
Version: 2.1.20
|
Version: 2.1.21
|
||||||
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+
|
License: GPL-3.0+
|
||||||
@ -34,7 +34,6 @@ Patch6: gnupg-dont-fail-with-seahorse-agent.patch
|
|||||||
Patch8: gnupg-set_umask_before_open_outfile.patch
|
Patch8: gnupg-set_umask_before_open_outfile.patch
|
||||||
Patch9: gnupg-detect_FIPS_mode.patch
|
Patch9: gnupg-detect_FIPS_mode.patch
|
||||||
Patch11: gnupg-add_legacy_FIPS_mode_option.patch
|
Patch11: gnupg-add_legacy_FIPS_mode_option.patch
|
||||||
Patch12: gnupg-2.1.19-stronger-defaults.patch
|
|
||||||
BuildRequires: expect
|
BuildRequires: expect
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: libassuan-devel >= 2.4.3
|
BuildRequires: libassuan-devel >= 2.4.3
|
||||||
@ -87,7 +86,6 @@ gpg2 provides GPGSM, gpg-agent, and a keybox library.
|
|||||||
%patch8 -p1
|
%patch8 -p1
|
||||||
%patch9 -p1
|
%patch9 -p1
|
||||||
%patch11 -p1
|
%patch11 -p1
|
||||||
%patch12 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
date=$(date -u +%%Y-%%m-%%dT%%H:%%M+0000 -r %{SOURCE99})
|
date=$(date -u +%%Y-%%m-%%dT%%H:%%M+0000 -r %{SOURCE99})
|
||||||
|
Loading…
Reference in New Issue
Block a user