Skip to content

Commit 31bbca4

Browse files
authored
Merge pull request #652 from rasarora/arm
Update stunnel url
2 parents 21f2c5e + d6255f9 commit 31bbca4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

al2/aarch64/standard/2.0/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ RUN set -ex \
6565
&& STUNNEL_VERSION=5.56 \
6666
&& STUNNEL_TAR=stunnel-$STUNNEL_VERSION.tar.gz \
6767
&& STUNNEL_SHA256="7384bfb356b9a89ddfee70b5ca494d187605bb516b4fff597e167f97e2236b22" \
68-
&& curl -o $STUNNEL_TAR https://www.usenix.org.uk/mirrors/stunnel/archive/5.x/$STUNNEL_TAR \
68+
&& curl -o $STUNNEL_TAR https://www.stunnel.org/archive/5.x/$STUNNEL_TAR \
6969
&& echo "$STUNNEL_SHA256 $STUNNEL_TAR" | sha256sum -c - \
7070
&& tar xvfz $STUNNEL_TAR \
7171
&& cd stunnel-$STUNNEL_VERSION \

al2/aarch64/standard/2.0/legal/THIRD_PARTY_LICENSES.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ Third Party Licenses
22
====================
33

44
Stunnel:
5-
We include unmodified version of stunnel softwares in the docker images. The source code for the current version can be downloaded from https://www.usenix.org.uk/mirrors/stunnel/archive/5.x/stunnel-5.56.tar.gz
5+
We include unmodified version of stunnel softwares in the docker images. The source code for the current version can be downloaded from https://www.stunnel.org/archive/5.x/stunnel-5.56.tar.gz
66

al2/aarch64/standard/3.0/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ RUN set -ex \
4949
&& STUNNEL_VERSION=5.69 \
5050
&& STUNNEL_TAR=stunnel-$STUNNEL_VERSION.tar.gz \
5151
&& STUNNEL_SHA256="1ff7d9f30884c75b98c8a0a4e1534fa79adcada2322635e6787337b4e38fdb81" \
52-
&& curl -o $STUNNEL_TAR https://www.usenix.org.uk/mirrors/stunnel/archive/5.x/$STUNNEL_TAR \
52+
&& curl -o $STUNNEL_TAR https://www.stunnel.org/archive/5.x/$STUNNEL_TAR \
5353
&& echo "$STUNNEL_SHA256 $STUNNEL_TAR" | sha256sum -c - \
5454
&& tar xvfz $STUNNEL_TAR \
5555
&& cd stunnel-$STUNNEL_VERSION \

al2/aarch64/standard/3.0/legal/THIRD_PARTY_LICENSES.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ Third Party Licenses
22
====================
33

44
Stunnel:
5-
We include unmodified version of stunnel softwares in the docker images. The source code for the current version can be downloaded from https://www.usenix.org.uk/mirrors/stunnel/archive/5.x/stunnel-5.56.tar.gz
5+
We include unmodified version of stunnel softwares in the docker images. The source code for the current version can be downloaded from https://www.stunnel.org/archive/5.x/stunnel-5.56.tar.gz
66

0 commit comments

Comments
 (0)