* gpg: Allow for signature subpackets of up to 30000 octets. [rG36dbca3e69] * gpg: Silence expired trusted-key diagnostics in quiet mode. [T7351] * gpg: Allow smaller session keys with Kyber and enforce the use of AES-256 if useful. [T7472] * gpg: Fix regression in key generation from existing card key. [T7309,T7457] * gpg: Print a warning if the card backup key could not be written. [T2169] * The --supervised options of gpg-agent and dirmngr have been renamed to --deprecated-supervised as preparation for their removal. [rGa019a0fcd8] * There is no more default for a keyserver. OBS-URL: https://build.opensuse.org/package/show/Base:System/gpg2?expand=0&rev=313
25 lines
675 B
Diff
25 lines
675 B
Diff
Index: gnupg-2.5.1/autogen.sh
|
|
===================================================================
|
|
--- gnupg-2.5.1.orig/autogen.sh
|
|
+++ gnupg-2.5.1/autogen.sh
|
|
@@ -244,7 +244,7 @@ if [ "$myhost" = "find-version" ]; then
|
|
fi
|
|
|
|
beta=no
|
|
- if [ -e .git ]; then
|
|
+ if false; then
|
|
ingit=yes
|
|
tmp=$(git describe --match "${matchstr1}" --long 2>/dev/null)
|
|
if [ -n "$tmp" ]; then
|
|
@@ -270,8 +270,8 @@ if [ "$myhost" = "find-version" ]; then
|
|
rvd=$((0x$(echo ${rev} | dd bs=1 count=4 2>/dev/null)))
|
|
else
|
|
ingit=no
|
|
- beta=yes
|
|
- tmp="-unknown"
|
|
+ beta=no
|
|
+ tmp=""
|
|
cid="0000000"
|
|
rev="0000000"
|
|
rvd="0"
|