curl: update to 7.82.0
This commit is contained in:
parent
e65854c684
commit
da615c1ca9
@ -6,14 +6,16 @@
|
|||||||
###########################################################
|
###########################################################
|
||||||
# Check the following 4 variables before running the script
|
# Check the following 4 variables before running the script
|
||||||
topdir=curl
|
topdir=curl
|
||||||
version=7.79.1
|
version=7.82.0
|
||||||
pkgver=1
|
pkgver=1
|
||||||
source[0]=http://curl.se/download/$topdir-$version.tar.bz2
|
source[0]=http://curl.se/download/$topdir-$version.tar.bz2
|
||||||
# https://curl.se/docs/caextract.html
|
# https://curl.se/docs/caextract.html
|
||||||
certdate=2021-09-30
|
certdate=2022-03-29
|
||||||
source[1]=https://curl.se/ca/cacert-$certdate.pem
|
source[1]=https://curl.se/ca/cacert-$certdate.pem
|
||||||
# If there are no patches, simply comment this
|
# If there are no patches, simply comment this
|
||||||
patch[0]=curl-7.68.0-socklen_t.patch
|
patch[0]=curl-7.68.0-socklen_t.patch
|
||||||
|
# OpenSSH 8.8 disabled sha1 rsa out of the box
|
||||||
|
patch[1]=curl-7.82.0-modern-openssh.patch
|
||||||
|
|
||||||
# Source function library
|
# Source function library
|
||||||
. ${BUILDPKG_SCRIPTS}/buildpkg.functions
|
. ${BUILDPKG_SCRIPTS}/buildpkg.functions
|
||||||
@ -89,6 +91,7 @@ install()
|
|||||||
compat curl 7.75.0 1 1
|
compat curl 7.75.0 1 1
|
||||||
compat curl 7.76.0 1 1
|
compat curl 7.76.0 1 1
|
||||||
compat curl 7.76.1 1 1
|
compat curl 7.76.1 1 1
|
||||||
|
compat curl 7.79.1 1 1
|
||||||
}
|
}
|
||||||
|
|
||||||
reg pack
|
reg pack
|
||||||
|
@ -1,5 +1,9 @@
|
|||||||
CHANGELOG
|
CHANGELOG
|
||||||
---------
|
---------
|
||||||
|
* Sat Apr 09 2022 Tom G. Christensen <swpkg@jupiterrise.com> - 7.82.0-1
|
||||||
|
- Update to 7.82.0
|
||||||
|
- Update CA bundle to 2022-03-29
|
||||||
|
|
||||||
* Sat Oct 02 2021 Tom G. Christensen <swpkg@jupiterrise.com> - 7.79.1-1
|
* Sat Oct 02 2021 Tom G. Christensen <swpkg@jupiterrise.com> - 7.79.1-1
|
||||||
- Update to 7.79.1
|
- Update to 7.79.1
|
||||||
- Update CA bundle to 2021-09-30
|
- Update CA bundle to 2021-09-30
|
||||||
|
11
curl/src/curl-7.82.0-modern-openssh.patch
Normal file
11
curl/src/curl-7.82.0-modern-openssh.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- curl-7.79.1/tests/sshserver.pl.rsa 2021-09-17 09:45:57.000000000 +0000
|
||||||
|
+++ curl-7.79.1/tests/sshserver.pl 2022-04-09 14:01:28.060010000 +0000
|
||||||
|
@@ -570,6 +570,8 @@
|
||||||
|
push @cfgarr, 'SyslogFacility AUTH';
|
||||||
|
push @cfgarr, 'UseLogin no';
|
||||||
|
push @cfgarr, 'X11Forwarding no';
|
||||||
|
+push @cfgarr, 'HostKeyAlgorithms +ssh-rsa';
|
||||||
|
+push @cfgarr, 'PubkeyAcceptedAlgorithms +ssh-rsa';
|
||||||
|
push @cfgarr, '#';
|
||||||
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user