Browse Source

Update static OpenSSL version to 1.1.1k

timvisee 3 năm trước cách đây
mục cha
commit
3782996376
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      .gitlab-ci.yml

+ 3 - 3
.gitlab-ci.yml

@@ -95,9 +95,9 @@ build-x86_64-linux-musl:
 
 
     # Build OpenSSL statically
     # Build OpenSSL statically
     - apt-get install -y build-essential wget musl-tools
     - apt-get install -y build-essential wget musl-tools
-    - wget https://www.openssl.org/source/old/1.0.2/openssl-1.0.2o.tar.gz
-    - tar xzvf openssl-1.0.2o.tar.gz
-    - cd openssl-1.0.2o
+    - wget https://www.openssl.org/source/old/1.1.1/openssl-1.1.1k.tar.gz
+    - tar xzvf openssl-1.1.1k.tar.gz
+    - cd openssl-1.1.1k
     - ./config -fPIC --openssldir=/usr/local/ssl --prefix=/usr/local
     - ./config -fPIC --openssldir=/usr/local/ssl --prefix=/usr/local
     - make
     - make
     - make install
     - make install