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
This commit is contained in:
parent
92a47f5ddd
commit
fba2d943b4
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5789b86da6a1a6752efb38598f16a77af51170a8494039c3842b085032e8e937
|
|
||||||
size 7590874
|
|
Binary file not shown.
3
gnupg-2.3.4.tar.bz2
Normal file
3
gnupg-2.3.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f3468ecafb1d7f9ad7b51fd1db7aebf17ceb89d2efa8a05cf2f39b4d405402ae
|
||||||
|
size 7589561
|
BIN
gnupg-2.3.4.tar.bz2.sig
Normal file
BIN
gnupg-2.3.4.tar.bz2.sig
Normal file
Binary file not shown.
@ -3,11 +3,11 @@
|
|||||||
g10/gpg.c | 9 +++++++++
|
g10/gpg.c | 9 +++++++++
|
||||||
2 files changed, 27 insertions(+)
|
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.4.orig/doc/gpg.texi
|
||||||
+++ gnupg-2.3.0/doc/gpg.texi
|
+++ gnupg-2.3.4/doc/gpg.texi
|
||||||
@@ -2178,6 +2178,24 @@ implies, this option is for experts only
|
@@ -2196,6 +2196,24 @@ implies, this option is for experts only
|
||||||
understand the implications of what it allows you to do, leave this
|
understand the implications of what it allows you to do, leave this
|
||||||
off. @option{--no-expert} disables this option.
|
off. @option{--no-expert} disables this option.
|
||||||
|
|
||||||
@ -32,28 +32,28 @@ Index: gnupg-2.3.0/doc/gpg.texi
|
|||||||
@end table
|
@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.4.orig/g10/gpg.c
|
||||||
+++ gnupg-2.3.0/g10/gpg.c
|
+++ gnupg-2.3.4/g10/gpg.c
|
||||||
@@ -437,6 +437,7 @@ enum cmd_and_opt_values
|
@@ -442,6 +442,7 @@ enum cmd_and_opt_values
|
||||||
oNoIncludeKeyBlock,
|
|
||||||
oChUid,
|
oChUid,
|
||||||
oForceSignKey,
|
oForceSignKey,
|
||||||
|
oForbidGenKey,
|
||||||
+ oSetLegacyFips,
|
+ oSetLegacyFips,
|
||||||
|
|
||||||
oNoop
|
oNoop
|
||||||
};
|
};
|
||||||
@@ -870,6 +871,7 @@ static gpgrt_opt_t opts[] = {
|
@@ -877,6 +878,7 @@ static gpgrt_opt_t opts[] = {
|
||||||
ARGPARSE_s_s (oAEADAlgo, "aead-algo", "@"),
|
|
||||||
ARGPARSE_s_s (oDigestAlgo, "digest-algo", "@"),
|
ARGPARSE_s_s (oDigestAlgo, "digest-algo", "@"),
|
||||||
ARGPARSE_s_s (oCertDigestAlgo, "cert-digest-algo", "@"),
|
ARGPARSE_s_s (oCertDigestAlgo, "cert-digest-algo", "@"),
|
||||||
|
ARGPARSE_s_n (oOverrideComplianceCheck, "override-compliance-check", "@"),
|
||||||
+ ARGPARSE_s_n (oSetLegacyFips, "set-legacy-fips", "@"),
|
+ ARGPARSE_s_n (oSetLegacyFips, "set-legacy-fips", "@"),
|
||||||
|
|
||||||
|
|
||||||
ARGPARSE_header (NULL, N_("Options for unattended use")),
|
ARGPARSE_header (NULL, N_("Options for unattended use")),
|
||||||
@@ -3688,6 +3690,14 @@ main (int argc, char **argv)
|
@@ -3725,6 +3727,14 @@ main (int argc, char **argv)
|
||||||
opt.flags.full_timestrings = 1;
|
mopt.forbid_gen_key = 1;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
+ case oSetLegacyFips:
|
+ case oSetLegacyFips:
|
||||||
|
25
gpg2.changes
25
gpg2.changes
@ -1,3 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 22 16:08:08 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
- 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 <andreas.stieger@gmx.de>
|
Tue Oct 12 19:20:50 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gpg2
|
Name: gpg2
|
||||||
Version: 2.3.3
|
Version: 2.3.4
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user