aws-samples / aws-iot-securetunneling-localproxy

AWS Iot Secure Tunneling local proxy reference C++ implementation
https://docs.aws.amazon.com/iot/latest/developerguide/what-is-secure-tunneling.html
Apache License 2.0
73 stars 70 forks source link

downloading zlib-1.2.12 not working for in docker-build.sh #100

Closed leepatrick-canoo closed 1 year ago

leepatrick-canoo commented 1 year ago

Describe the bug

downloading zlib-1.2.12 not working for in docker-build.sh To Reproduce

Steps to reproduce the behavior:

  1. Clone repo
  2. run docker-build.sh

Expected behavior

docker image to build

Actual behavior

build errors on package download for zlib-1.2.12

Logs

Step 6/19 : RUN wget https://www.zlib.net/zlib-1.2.12.tar.gz -O /tmp/zlib-1.2.12.tar.gz && tar xzvf /tmp/zlib-1.2.12.tar.gz && cd zlib-1.2.12 && ./configure && make && make install && cd /home/dependencies ---> Running in 3672bacd0bbc --2022-10-14 00:06:45-- https://www.zlib.net/zlib-1.2.12.tar.gz Resolving www.zlib.net (www.zlib.net)... 85.187.148.2, 85.187.148.2 Connecting to www.zlib.net (www.zlib.net)|85.187.148.2|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2022-10-14 00:06:45 ERROR 404: Not Found.

Environment (please complete the following information):

RogerZhongAWS commented 1 year ago

Hello, there has been a CVE https://nvd.nist.gov/vuln/detail/CVE-2022-37434 involving zlib. Try updating the version to 1.2.13, our update to the repo documentation is coming shortly.

101

shangabl commented 1 year ago

Resolved.