From a37ef6252615196e08d1ff91ada60dab3f29c764 Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Wed, 1 Oct 2025 16:01:19 +0200 Subject: [PATCH] Update external test to use rpki-client 9.6 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit rpki-client 9.6 was released ten days ago: https://marc.info/?l=openbsd-announce&m=175847509514928&w=2 Reviewed-by: Saša Nedvědický Reviewed-by: Neil Horman (Merged from https://github.com/openssl/openssl/pull/28718) (cherry picked from commit 96c05d2441d592d156e0468210149434fde319f6) --- test/recipes/95-test_external_rpki-client-portable.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/recipes/95-test_external_rpki-client-portable.t b/test/recipes/95-test_external_rpki-client-portable.t index 19652e6501e..dc49587940e 100644 --- a/test/recipes/95-test_external_rpki-client-portable.t +++ b/test/recipes/95-test_external_rpki-client-portable.t @@ -19,7 +19,7 @@ plan skip_all => "No external tests in this configuration" plan tests => 1; -$RPKI_VERSION = "9.5"; +$RPKI_VERSION = "9.6"; $RPKI_SRC = "rpki-client-".$RPKI_VERSION; $RPKI_SUFFIX = ".tar.gz"; $RPKI_TARBALL = $RPKI_SRC.$RPKI_SUFFIX; -- 2.47.3