From fba2d943b495c53e49844d01f159d0134875ba19351a56011f55fe338ce70175 Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Wed, 22 Dec 2021 16:48:47 +0000 Subject: [PATCH] Accepting request 942132 from home:AndreasStieger:branches:Base:System GnuPG 2.3.4 OBS-URL: https://build.opensuse.org/request/show/942132 OBS-URL: https://build.opensuse.org/package/show/Base:System/gpg2?expand=0&rev=270 --- gnupg-2.3.3.tar.bz2 | 3 --- gnupg-2.3.3.tar.bz2.sig | Bin 119 -> 0 bytes gnupg-2.3.4.tar.bz2 | 3 +++ gnupg-2.3.4.tar.bz2.sig | Bin 0 -> 119 bytes gnupg-add_legacy_FIPS_mode_option.patch | 26 ++++++++++++------------ gpg2.changes | 25 +++++++++++++++++++++++ gpg2.spec | 2 +- 7 files changed, 42 insertions(+), 17 deletions(-) delete mode 100644 gnupg-2.3.3.tar.bz2 delete mode 100644 gnupg-2.3.3.tar.bz2.sig create mode 100644 gnupg-2.3.4.tar.bz2 create mode 100644 gnupg-2.3.4.tar.bz2.sig diff --git a/gnupg-2.3.3.tar.bz2 b/gnupg-2.3.3.tar.bz2 deleted file mode 100644 index a2b1bd5..0000000 --- a/gnupg-2.3.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5789b86da6a1a6752efb38598f16a77af51170a8494039c3842b085032e8e937 -size 7590874 diff --git a/gnupg-2.3.3.tar.bz2.sig b/gnupg-2.3.3.tar.bz2.sig deleted file mode 100644 index 1de2b68b556bfdf9ece14e3d99f21a42edae3b7e1cdc886ff2b0ecfc331174ce..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 119 zcmeAuWnmEGV2~A4WXWBXm$E!p!y#PSlPRcU`VKV*t6Qv0iK*-27`QkEU?M^34F7%J zy6npD=e5F=yWcLaQ9iVi3jjV}GGG7z diff --git a/gnupg-2.3.4.tar.bz2 b/gnupg-2.3.4.tar.bz2 new file mode 100644 index 0000000..057a786 --- /dev/null +++ b/gnupg-2.3.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3468ecafb1d7f9ad7b51fd1db7aebf17ceb89d2efa8a05cf2f39b4d405402ae +size 7589561 diff --git a/gnupg-2.3.4.tar.bz2.sig b/gnupg-2.3.4.tar.bz2.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..cd741d94f567be6b9a63844fe98234fefe3686d4597e295732e8a2515e3368a8 GIT binary patch literal 119 zcmeAuWnmEGV2~A4WXWBXm$E!p!y#PSlPRcU`VKV*t6Qv0i3fh`GH`JUz(gdB85tJG ze0{QZ9lzc64fO_r76NN8xjLLarhCqRQpb-Cn~e3_7#SFr-{Xwf@9gMvKzD^y#`@w5 UJF9Obc)rywe$gFTXDGl80Mwl>d;kCd literal 0 HcmV?d00001 diff --git a/gnupg-add_legacy_FIPS_mode_option.patch b/gnupg-add_legacy_FIPS_mode_option.patch index 793cd3e..8e11670 100644 --- a/gnupg-add_legacy_FIPS_mode_option.patch +++ b/gnupg-add_legacy_FIPS_mode_option.patch @@ -3,11 +3,11 @@ g10/gpg.c | 9 +++++++++ 2 files changed, 27 insertions(+) -Index: gnupg-2.3.0/doc/gpg.texi +Index: gnupg-2.3.4/doc/gpg.texi =================================================================== ---- gnupg-2.3.0.orig/doc/gpg.texi -+++ gnupg-2.3.0/doc/gpg.texi -@@ -2178,6 +2178,24 @@ implies, this option is for experts only +--- gnupg-2.3.4.orig/doc/gpg.texi ++++ gnupg-2.3.4/doc/gpg.texi +@@ -2196,6 +2196,24 @@ implies, this option is for experts only understand the implications of what it allows you to do, leave this off. @option{--no-expert} disables this option. @@ -32,28 +32,28 @@ Index: gnupg-2.3.0/doc/gpg.texi @end table -Index: gnupg-2.3.0/g10/gpg.c +Index: gnupg-2.3.4/g10/gpg.c =================================================================== ---- gnupg-2.3.0.orig/g10/gpg.c -+++ gnupg-2.3.0/g10/gpg.c -@@ -437,6 +437,7 @@ enum cmd_and_opt_values - oNoIncludeKeyBlock, +--- gnupg-2.3.4.orig/g10/gpg.c ++++ gnupg-2.3.4/g10/gpg.c +@@ -442,6 +442,7 @@ enum cmd_and_opt_values oChUid, oForceSignKey, + oForbidGenKey, + oSetLegacyFips, oNoop }; -@@ -870,6 +871,7 @@ static gpgrt_opt_t opts[] = { - ARGPARSE_s_s (oAEADAlgo, "aead-algo", "@"), +@@ -877,6 +878,7 @@ static gpgrt_opt_t opts[] = { ARGPARSE_s_s (oDigestAlgo, "digest-algo", "@"), ARGPARSE_s_s (oCertDigestAlgo, "cert-digest-algo", "@"), + ARGPARSE_s_n (oOverrideComplianceCheck, "override-compliance-check", "@"), + ARGPARSE_s_n (oSetLegacyFips, "set-legacy-fips", "@"), ARGPARSE_header (NULL, N_("Options for unattended use")), -@@ -3688,6 +3690,14 @@ main (int argc, char **argv) - opt.flags.full_timestrings = 1; +@@ -3725,6 +3727,14 @@ main (int argc, char **argv) + mopt.forbid_gen_key = 1; break; + case oSetLegacyFips: diff --git a/gpg2.changes b/gpg2.changes index 345edea..7baad2f 100644 --- a/gpg2.changes +++ b/gpg2.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Wed Dec 22 16:08:08 UTC 2021 - Andreas Stieger + +- GnuPG 2.3.4: + * gpg: New option --min-rsa-length + * gpg: New option --forbid-gen-key + * gpg: New option --override-compliance-check + * gpgconf: New command --show-configs + * agent,dirmngr,keyboxd: New option --steal-socket + * gpg: Fix printing of binary notations + * gpg: Remove stale ultimately trusted keys from the trustdb + * gpg: Fix indentation of --print-mds and --print-md sha512 + * gpg: Emit gpg 2.2 compatible Ed25519 signature + * gpgsm: Detect circular chains in --list-chain + * dirmngr: Make reading resolv.conf more robust + * dirmngr: Ask keyservers to provide the key fingerprints + * gpgconf: Allow changing gpg's deprecated keyserver option + * gpg-wks-server: Fix created file permissions + * scd: Support longer data for ssh-agent authentication with + openpgp cards + * scd: Modify DEVINFO behavior to support looping forever + * Silence warning about the rootdir under Unices w/o a mounted + /proc file system + * Fix possible build problems about missing include files + ------------------------------------------------------------------- Tue Oct 12 19:20:50 UTC 2021 - Andreas Stieger diff --git a/gpg2.spec b/gpg2.spec index f676530..ca8311c 100644 --- a/gpg2.spec +++ b/gpg2.spec @@ -17,7 +17,7 @@ Name: gpg2 -Version: 2.3.3 +Version: 2.3.4 Release: 0 Summary: File encryption, decryption, signature creation and verification utility License: GPL-3.0-or-later