Skip to content

Commit d6c0f90

Browse files
authored
Merge pull request #2597 from IABTechLab/swi-fix-dante-download
Fix dante download
2 parents f9c213d + 404e2e9 commit d6c0f90

2 files changed

Lines changed: 4 additions & 4 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.70.155</version>
9+
<version>5.70.156-alpha-800-SNAPSHOT</version>
1010

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

scripts/aws/pipeline/amazonlinux2023.Dockerfile

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

1111
RUN systemctl enable docker
1212

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 \
13+
# Download Dante from the official site. https://www.inet.no/dante/download.html Got the sha255 from the official website.
14+
# (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.)
15+
RUN wget https://www.inet.no/dante/files/dante-1.4.4.tar.gz \
1616
&& echo "1973c7732f1f9f0a4c0ccf2c1ce462c7c25060b25643ea90f9b98f53a813faec dante-1.4.4.tar.gz" > dante_checksum \
1717
&& sha256sum --check dante_checksum \
1818
&& tar -xf dante-1.4.4.tar.gz \

0 commit comments

Comments
 (0)