From db621de03e2952dea9452cdf57c1120df0f05ada Mon Sep 17 00:00:00 2001 From: Katherine Chen Date: Thu, 5 Mar 2026 09:51:43 +1100 Subject: [PATCH 1/3] Update dante to 1.4.4 --- scripts/aws/pipeline/amazonlinux2023.Dockerfile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/scripts/aws/pipeline/amazonlinux2023.Dockerfile b/scripts/aws/pipeline/amazonlinux2023.Dockerfile index 79bcd66df..87f90057e 100644 --- a/scripts/aws/pipeline/amazonlinux2023.Dockerfile +++ b/scripts/aws/pipeline/amazonlinux2023.Dockerfile @@ -10,13 +10,13 @@ RUN dnf -y groupinstall "Development Tools" \ RUN systemctl enable docker -RUN wget https://www.inet.no/dante/files/dante-1.4.3.tar.gz \ - && echo "418a065fe1a4b8ace8fbf77c2da269a98f376e7115902e76cda7e741e4846a5d dante-1.4.3.tar.gz" > dante_checksum \ +RUN wget https://fossies.org/linux/misc/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.3.tar.gz \ - && cd dante-1.4.3; ./configure; make; cd .. \ - && cp dante-1.4.3/sockd/sockd ./ \ - && rm -rf dante-1.4.3 dante-1.4.3.tar.gz + && tar -xf dante-1.4.4.tar.gz \ + && cd dante-1.4.4; ./configure; make; cd .. \ + && cp dante-1.4.4/sockd/sockd ./ \ + && rm -rf dante-1.4.4 dante-1.4.4.tar.gz RUN git clone https://github.com/IABTechLab/uid2-aws-enclave-vsockproxy.git \ && mkdir uid2-aws-enclave-vsockproxy/build \ From 14480858d396cdea8ae73c07a428d4283bae39f0 Mon Sep 17 00:00:00 2001 From: Katherine Chen Date: Thu, 5 Mar 2026 09:58:24 +1100 Subject: [PATCH 2/3] Add comments --- scripts/aws/pipeline/amazonlinux2023.Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/aws/pipeline/amazonlinux2023.Dockerfile b/scripts/aws/pipeline/amazonlinux2023.Dockerfile index 87f90057e..58dfcd71c 100644 --- a/scripts/aws/pipeline/amazonlinux2023.Dockerfile +++ b/scripts/aws/pipeline/amazonlinux2023.Dockerfile @@ -10,6 +10,8 @@ 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 \ && echo "1973c7732f1f9f0a4c0ccf2c1ce462c7c25060b25643ea90f9b98f53a813faec dante-1.4.4.tar.gz" > dante_checksum \ && sha256sum --check dante_checksum \ From ae25a572ab1bd4ada41552a4fbd18b08b62e4797 Mon Sep 17 00:00:00 2001 From: Release Workflow Date: Wed, 4 Mar 2026 22:59:47 +0000 Subject: [PATCH 3/3] [CI Pipeline] Released Snapshot version: 5.67.1-alpha-219-SNAPSHOT --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 840c3d211..a773813ba 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.uid2 uid2-operator - 5.67.0 + 5.67.1-alpha-219-SNAPSHOT UTF-8