mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
speedo: Set gnupg_ver macro to gnupg26_ver.
-- Also fixed a syntax erro rin AUTHENTICODE_sign
This commit is contained in:
parent
9128d81bb7
commit
351f5e814b
@ -303,7 +303,7 @@ endif
|
|||||||
# Version numbers of the released packages
|
# Version numbers of the released packages
|
||||||
gnupg_ver_this = $(shell cat $(topsrc)/VERSION)
|
gnupg_ver_this = $(shell cat $(topsrc)/VERSION)
|
||||||
|
|
||||||
gnupg_ver := $(shell awk '$$1=="gnupg24_ver" {print $$2}' swdb.lst)
|
gnupg_ver := $(shell awk '$$1=="gnupg26_ver" {print $$2}' swdb.lst)
|
||||||
|
|
||||||
libgpg_error_ver := $(shell awk '$$1=="libgpg_error_ver" {print $$2}' swdb.lst)
|
libgpg_error_ver := $(shell awk '$$1=="libgpg_error_ver" {print $$2}' swdb.lst)
|
||||||
libgpg_error_sha1:= $(shell awk '$$1=="libgpg_error_sha1" {print $$2}' swdb.lst)
|
libgpg_error_sha1:= $(shell awk '$$1=="libgpg_error_sha1" {print $$2}' swdb.lst)
|
||||||
@ -1292,7 +1292,7 @@ endef
|
|||||||
|
|
||||||
# Sign the file $1 and save the result as $2
|
# Sign the file $1 and save the result as $2
|
||||||
define AUTHENTICODE_sign
|
define AUTHENTICODE_sign
|
||||||
(set -e;
|
(set -e; \
|
||||||
if gpg-authcode-sign.sh --version >/dev/null; then \
|
if gpg-authcode-sign.sh --version >/dev/null; then \
|
||||||
gpg-authcode-sign.sh "$(1)" "$(2)"; \
|
gpg-authcode-sign.sh "$(1)" "$(2)"; \
|
||||||
else \
|
else \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user