Skip to content

Commit 21f2c5e

Browse files
authored
Update Supported Images-Switch to North America stunnel repo (#651)
1 parent 4e975ad commit 21f2c5e

File tree

7 files changed

+8
-10
lines changed

7 files changed

+8
-10
lines changed

al2/x86_64/standard/4.0/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ RUN set -ex \
6666
&& STUNNEL_VERSION=5.69 \
6767
&& STUNNEL_TAR=stunnel-$STUNNEL_VERSION.tar.gz \
6868
&& STUNNEL_SHA256="1ff7d9f30884c75b98c8a0a4e1534fa79adcada2322635e6787337b4e38fdb81" \
69-
&& curl -o $STUNNEL_TAR https://www.usenix.org.uk/mirrors/stunnel/archive/5.x/$STUNNEL_TAR && echo "$STUNNEL_SHA256 $STUNNEL_TAR" | sha256sum --check && tar xfz $STUNNEL_TAR \
69+
&& curl -o $STUNNEL_TAR https://www.stunnel.org/archive/5.x/$STUNNEL_TAR && echo "$STUNNEL_SHA256 $STUNNEL_TAR" | sha256sum --check && tar xfz $STUNNEL_TAR \
7070
&& cd stunnel-$STUNNEL_VERSION \
7171
&& ./configure \
7272
&& make -j4 \

al2/x86_64/standard/4.0/legal/THIRD_PARTY_LICENSES.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@ 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
6-
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.69.tar.gz

al2/x86_64/standard/5.0/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ RUN set -ex \
6363
&& STUNNEL_VERSION=5.69 \
6464
&& STUNNEL_TAR=stunnel-$STUNNEL_VERSION.tar.gz \
6565
&& STUNNEL_SHA256="1ff7d9f30884c75b98c8a0a4e1534fa79adcada2322635e6787337b4e38fdb81" \
66-
&& curl -o $STUNNEL_TAR https://www.usenix.org.uk/mirrors/stunnel/archive/5.x/$STUNNEL_TAR && echo "$STUNNEL_SHA256 $STUNNEL_TAR" | sha256sum --check && tar xfz $STUNNEL_TAR \
66+
&& curl -o $STUNNEL_TAR https://www.stunnel.org/archive/5.x/$STUNNEL_TAR && echo "$STUNNEL_SHA256 $STUNNEL_TAR" | sha256sum --check && tar xfz $STUNNEL_TAR \
6767
&& cd stunnel-$STUNNEL_VERSION \
6868
&& ./configure \
6969
&& make -j4 \
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
hird Party Licenses
1+
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.69.tar.gz
6-
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.69.tar.gz

ubuntu/standard/5.0/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ RUN set -ex \
9696
&& STUNNEL_VERSION=5.69 \
9797
&& STUNNEL_TAR=stunnel-$STUNNEL_VERSION.tar.gz \
9898
&& STUNNEL_SHA256="1ff7d9f30884c75b98c8a0a4e1534fa79adcada2322635e6787337b4e38fdb81" \
99-
&& curl -o $STUNNEL_TAR https://www.usenix.org.uk/mirrors/stunnel/archive/5.x/$STUNNEL_TAR && echo "$STUNNEL_SHA256 $STUNNEL_TAR" | sha256sum --check && tar xfz $STUNNEL_TAR \
99+
&& curl -o $STUNNEL_TAR https://www.stunnel.org/archive/5.x/$STUNNEL_TAR && echo "$STUNNEL_SHA256 $STUNNEL_TAR" | sha256sum --check && tar xfz $STUNNEL_TAR \
100100
&& cd stunnel-$STUNNEL_VERSION \
101101
&& ./configure \
102102
&& make -j4 \

ubuntu/standard/6.0/Dockerfile

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

ubuntu/standard/7.0/Dockerfile

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

0 commit comments

Comments
 (0)