diff --git a/curl/build.sh b/curl/build.sh index bd6c672..e5520be 100755 --- a/curl/build.sh +++ b/curl/build.sh @@ -6,11 +6,11 @@ ########################################################### # Check the following 4 variables before running the script topdir=curl -version=7.86.0 +version=7.87.0 pkgver=1 source[0]=http://curl.se/download/$topdir-$version.tar.bz2 # https://curl.se/docs/caextract.html -certdate=2022-10-11 +certdate=2023-01-10 source[1]=https://curl.se/ca/cacert-$certdate.pem # If there are no patches, simply comment this patch[0]=curl-7.68.0-socklen_t.patch diff --git a/curl/meta/ChangeLog b/curl/meta/ChangeLog index 012075c..4f06bd1 100644 --- a/curl/meta/ChangeLog +++ b/curl/meta/ChangeLog @@ -1,5 +1,9 @@ CHANGELOG --------- +* Sat Jan 14 2023 Tom G. Christensen - 7.87.0-1 +- Update to 7.87.0 +- Update CA bundle to 2023-01-10 + * Thu Nov 03 2022 Tom G. Christensen - 7.86.0-1 - Update to 7.86.0 - Update CA bundle to 2022-10-11