Security upgrades for curl and openssl
This commit is contained in:
parent
5ae4ac2d86
commit
c5fad16d28
2 changed files with 8 additions and 8 deletions
|
@ -1,8 +1,8 @@
|
|||
app=curl
|
||||
version=7.77.0
|
||||
version=7.84.0
|
||||
build=1sml
|
||||
homepage='https://curl.se/'
|
||||
download='https://curl.se/download/curl-7.77.0.tar.xz'
|
||||
download='https://curl.se/download/curl-7.84.0.tar.xz'
|
||||
desc="Command line URL data transfer tool"
|
||||
requires="zlib openssl brotli libssh2 libidn2 nghttp2 libunistring"
|
||||
|
||||
|
@ -42,5 +42,5 @@ build() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
aef92a0e3f8ce8491b258a9a1c4dcea3c07c29b139a1f68f08619caa0295cfde76335d2dfb9cdf434525daea7dd05d8acd22f203f5ccc7735bd317964ec1da76 curl-7.77.0.tar.xz
|
||||
"
|
||||
86231866a35593a1637fbc0c6af3b6761bdfd99fb35580cc52970c36f19604f93dce59fea67a1d5bb4b455f719307599c7916c77d14f2b661f6bf7fb1ca716ce curl-7.84.0.tar.xz
|
||||
"
|
|
@ -1,8 +1,8 @@
|
|||
app=openssl
|
||||
version=1.1.1p
|
||||
version=1.1.1q
|
||||
build=1sml
|
||||
homepage='https://www.openssl.org/'
|
||||
download='https://www.openssl.org/source/openssl-1.1.1p.tar.gz'
|
||||
download='https://www.openssl.org/source/openssl-1.1.1q.tar.gz'
|
||||
desc="Commercial-grade, full-featured crypto library from OpenSSL Project that implements TLS and SSLv3"
|
||||
requires="perl"
|
||||
|
||||
|
@ -26,7 +26,7 @@ build() {
|
|||
shared enable-md2 no-weak-ssl-ciphers
|
||||
|
||||
make
|
||||
make install DESTDIR=$pkg
|
||||
make install LIBDIR=lib DESTDIR=$pkg
|
||||
|
||||
cp LICENSE $pkgdocs/
|
||||
|
||||
|
@ -34,5 +34,5 @@ build() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
203470b1cd37bdbfabfec5ef37fc97c991d9943f070c988316f6396b09dae7cea16ac884bd8646dbf7dd1ed40ebde6bdfa5700beee2d714d07c97cc70b4e48d9 openssl-1.1.1p.tar.gz
|
||||
cb9f184ec4974a3423ef59c8ec86b6bf523d5b887da2087ae58c217249da3246896fdd6966ee9c13aea9e6306783365239197e9f742c508a0e35e5744e3e085f openssl-1.1.1q.tar.gz
|
||||
"
|
||||
|
|
Loading…
Reference in a new issue