]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Update external test to use rpki-client 9.6
authorTheo Buehler <tb@openbsd.org>
Wed, 1 Oct 2025 14:01:19 +0000 (16:01 +0200)
committerTomas Mraz <tomas@openssl.org>
Mon, 10 Nov 2025 19:44:11 +0000 (20:44 +0100)
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ý <sashan@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28718)

(cherry picked from commit 96c05d2441d592d156e0468210149434fde319f6)

test/recipes/95-test_external_rpki-client-portable.t

index 19652e6501e76dfc0ed761cfd0421914c68e4e7a..dc49587940ee420a9676b8ec822c57f7a4d54856 100644 (file)
@@ -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;