Skip to content

Commit ae24fd2

Browse files
cYKatherineRelease Workflow
andauthored
Update dante to 1.4.4 (#2415)
* Update dante to 1.4.4 * Add comments * [CI Pipeline] Released Snapshot version: 5.67.1-alpha-219-SNAPSHOT --------- Co-authored-by: Release Workflow <unifiedid-admin+release@thetradedesk.com>
1 parent 1cf7e8d commit ae24fd2

2 files changed

Lines changed: 9 additions & 7 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.uid2</groupId>
88
<artifactId>uid2-operator</artifactId>
9-
<version>5.67.0</version>
9+
<version>5.67.1-alpha-219-SNAPSHOT</version>
1010

1111
<properties>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

scripts/aws/pipeline/amazonlinux2023.Dockerfile

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,15 @@ RUN dnf -y groupinstall "Development Tools" \
1010

1111
RUN systemctl enable docker
1212

13-
RUN wget https://www.inet.no/dante/files/dante-1.4.3.tar.gz \
14-
&& echo "418a065fe1a4b8ace8fbf77c2da269a98f376e7115902e76cda7e741e4846a5d dante-1.4.3.tar.gz" > dante_checksum \
13+
# inet.no has expired their SSL certificate, so we need to use a different source.
14+
# https://www.inet.no/dante/download.html Got the sha255 from the official website.
15+
RUN wget https://fossies.org/linux/misc/dante-1.4.4.tar.gz \
16+
&& echo "1973c7732f1f9f0a4c0ccf2c1ce462c7c25060b25643ea90f9b98f53a813faec dante-1.4.4.tar.gz" > dante_checksum \
1517
&& sha256sum --check dante_checksum \
16-
&& tar -xf dante-1.4.3.tar.gz \
17-
&& cd dante-1.4.3; ./configure; make; cd .. \
18-
&& cp dante-1.4.3/sockd/sockd ./ \
19-
&& rm -rf dante-1.4.3 dante-1.4.3.tar.gz
18+
&& tar -xf dante-1.4.4.tar.gz \
19+
&& cd dante-1.4.4; ./configure; make; cd .. \
20+
&& cp dante-1.4.4/sockd/sockd ./ \
21+
&& rm -rf dante-1.4.4 dante-1.4.4.tar.gz
2022

2123
RUN git clone https://github.com/IABTechLab/uid2-aws-enclave-vsockproxy.git \
2224
&& mkdir uid2-aws-enclave-vsockproxy/build \

0 commit comments

Comments
 (0)