curl: update to 7.87.0

This commit is contained in:
Tom G. Christensen 2023-01-15 12:49:44 +01:00
parent 4d0f65b43a
commit a7a89abbed
2 changed files with 6 additions and 2 deletions

View File

@ -6,11 +6,11 @@
########################################################### ###########################################################
# Check the following 4 variables before running the script # Check the following 4 variables before running the script
topdir=curl topdir=curl
version=7.86.0 version=7.87.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=2022-10-11 certdate=2023-01-10
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

View File

@ -1,5 +1,9 @@
CHANGELOG CHANGELOG
--------- ---------
* Sat Jan 14 2023 Tom G. Christensen <swpkg@jupiterrise.com> - 7.87.0-1
- Update to 7.87.0
- Update CA bundle to 2023-01-10
* Thu Nov 03 2022 Tom G. Christensen <swpkg@jupiterrise.com> - 7.86.0-1 * Thu Nov 03 2022 Tom G. Christensen <swpkg@jupiterrise.com> - 7.86.0-1
- Update to 7.86.0 - Update to 7.86.0
- Update CA bundle to 2022-10-11 - Update CA bundle to 2022-10-11