From fe37d792003e1f2936f3fac13f3ffd5b171665d4 Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Wed, 24 Jan 2024 15:21:19 +0000 Subject: [PATCH] change the default PUBKEY for the verify-release target doesn't play well with minor releases such as 2.0.1 since for them I reuse the 2.0 key. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fbc890a..a303739 100644 --- a/Makefile +++ b/Makefile @@ -131,7 +131,7 @@ y.tab.c: parse.y lint: man -Tlint -Wstyle -l gmid.8 gmid.conf.5 gemexp.1 gg.1 titan.1 -PUBKEY = keys/gmid-${VERSION}.pub +PUBKEY = keys/gmid-2.0.pub PRIVKEY = set-PRIVKEY DISTFILES = .cirrus.yml .dockerignore .gitignore ChangeLog LICENSE \ Makefile README.md config.c configure crypto.c dirs.c fcgi.c \