From 86e88be3dfe1300188fce0a13e8576c3d8afcbff Mon Sep 17 00:00:00 2001 From: sean wibisono Date: Wed, 10 Jun 2026 13:59:06 +1000 Subject: [PATCH 1/2] switch back to official site for dante download --- scripts/aws/pipeline/amazonlinux2023.Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/aws/pipeline/amazonlinux2023.Dockerfile b/scripts/aws/pipeline/amazonlinux2023.Dockerfile index 58dfcd71c..80ebfae16 100644 --- a/scripts/aws/pipeline/amazonlinux2023.Dockerfile +++ b/scripts/aws/pipeline/amazonlinux2023.Dockerfile @@ -10,9 +10,9 @@ RUN dnf -y groupinstall "Development Tools" \ RUN systemctl enable docker -# inet.no has expired their SSL certificate, so we need to use a different source. -# https://www.inet.no/dante/download.html Got the sha255 from the official website. -RUN wget https://fossies.org/linux/misc/dante-1.4.4.tar.gz \ +# Download Dante from the official site. https://www.inet.no/dante/download.html Got the sha255 from the official website. +# (Previously sourced from fossies.org while inet.no's SSL cert was expired; inet.no's cert is valid again and fossies.org is unreliable.) +RUN wget https://www.inet.no/dante/files/dante-1.4.4.tar.gz \ && echo "1973c7732f1f9f0a4c0ccf2c1ce462c7c25060b25643ea90f9b98f53a813faec dante-1.4.4.tar.gz" > dante_checksum \ && sha256sum --check dante_checksum \ && tar -xf dante-1.4.4.tar.gz \ From 404e2e94fca331ba37054bfb1b456b1c83f004a8 Mon Sep 17 00:00:00 2001 From: Release Workflow Date: Wed, 10 Jun 2026 04:02:20 +0000 Subject: [PATCH 2/2] [CI Pipeline] Released Snapshot version: 5.70.156-alpha-800-SNAPSHOT --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8ce2622ab..9df892637 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.uid2 uid2-operator - 5.70.155 + 5.70.156-alpha-800-SNAPSHOT UTF-8