Add openssl 1.1.1l.

This commit is contained in:
fosslinux 2021-12-15 21:09:28 +11:00
parent a8cdecdfbd
commit bdd0227fdd
5 changed files with 31 additions and 0 deletions

View file

@ -153,6 +153,9 @@ class SysC(SysGeneral):
# libarchive-3.5.2
self.get_file("https://libarchive.org/downloads/libarchive-3.5.2.tar.xz")
# openssl-1.1.1l
self.get_file("https://www.openssl.org/source/openssl-1.1.1l.tar.gz")
# autoconf 2.71
self.get_file("https://mirrors.kernel.org/gnu/autoconf/autoconf-2.71.tar.xz")