From 38cc4a642930ab38fde5e6f7504033cf8dae1eb7 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Fri, 6 Mar 2026 19:22:41 +0900 Subject: [PATCH] internal/rosa/openssl: check stable versions This has a bunch of strange malformed tags. Signed-off-by: Ophestra --- internal/rosa/openssl.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/internal/rosa/openssl.go b/internal/rosa/openssl.go index 2b0f5e3..795adf0 100644 --- a/internal/rosa/openssl.go +++ b/internal/rosa/openssl.go @@ -46,5 +46,8 @@ func init() { Website: "https://www.openssl.org/", ID: 2566, + + // strange malformed tags treated as pre-releases in Anitya + latest: (*Versions).getStable, } }