From: Theo Buehler Date: Wed, 1 Oct 2025 14:01:19 +0000 (+0200) Subject: Update external test to use rpki-client 9.6 X-Git-Tag: 4.0-PRE-CLANG-FORMAT-WEBKIT~222 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96c05d2441d592d156e0468210149434fde319f6;p=thirdparty%2Fopenssl.git Update external test to use rpki-client 9.6 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) --- 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;