curl: update to 7.79.1

This commit is contained in:
Tom G. Christensen 2021-10-02 15:55:46 +02:00
parent 1e0a7141b0
commit 14152055f8
3 changed files with 14 additions and 9 deletions

View File

@ -6,12 +6,12 @@
########################################################### ###########################################################
# Check the following 4 variables before running the script # Check the following 4 variables before running the script
topdir=curl topdir=curl
version=7.76.1 version=7.79.1
pkgver=1 pkgver=1
source[0]=http://curl.haxx.se/download/$topdir-$version.tar.bz2 source[0]=http://curl.se/download/$topdir-$version.tar.bz2
# https://curl.haxx.se/docs/caextract.html # https://curl.se/docs/caextract.html
certdate=2021-01-19 certdate=2021-09-30
source[1]=https://curl.haxx.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
@ -25,7 +25,7 @@ export PKG_CONFIG=pkgconf
# Prefer the X/Open feature set to get utimes() defined # Prefer the X/Open feature set to get utimes() defined
export CC="gcc -D__EXTENSIONS__ -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED=1" export CC="gcc -D__EXTENSIONS__ -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED=1"
configure_args+=(--enable-static=no --enable-http --enable-ftp --enable-file --disable-ldap --enable-manual --enable-cookies --enable-crypto --with-libidn2 --with-libssh2 --with-nghttp2 --with-ca-bundle=${prefix}/${_sysconfdir}/curl-ca-bundle.pem --disable-threaded-resolver) configure_args+=(--enable-static=no --with-openssl --enable-http --enable-ftp --enable-file --disable-ldap --enable-manual --enable-cookies --enable-crypto --with-libidn2 --with-libssh2 --with-nghttp2 --with-ca-bundle=${prefix}/${_sysconfdir}/curl-ca-bundle.pem --disable-threaded-resolver)
reg prep reg prep
prep() prep()
@ -88,6 +88,7 @@ install()
compat curl 7.73.0 1 1 compat curl 7.73.0 1 1
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
} }
reg pack reg pack

View File

@ -1,5 +1,9 @@
CHANGELOG CHANGELOG
--------- ---------
* Sat Oct 02 2021 Tom G. Christensen <swpkg@jupiterrise.com> - 7.79.1-1
- Update to 7.79.1
- Update CA bundle to 2021-09-30
* Tue Apr 27 2021 Tom G. Christensen <swpkg@jupiterrise.com> - 7.76.1-1 * Tue Apr 27 2021 Tom G. Christensen <swpkg@jupiterrise.com> - 7.76.1-1
- Update to 7.76.1 - Update to 7.76.1

View File

@ -2,7 +2,7 @@
pkgname="${pkgprefix}${topdir}" pkgname="${pkgprefix}${topdir}"
name="$topdir - Utility to transfer files with URL syntax" name="$topdir - Utility to transfer files with URL syntax"
pkgcat="application" pkgcat="application"
pkgvendor="http://curl.haxx.se" pkgvendor="http://curl.se"
pkgdesc="A command line tool for transferring files with URL syntax, supporting FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS and FILE." pkgdesc="A command line tool for transferring files with URL syntax, supporting FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS and FILE."
pkgver="$pkgver" pkgver="$pkgver"
files(-,root,bin) files(-,root,bin)
@ -23,7 +23,7 @@ $_libdir/libcurl.so.*
pkgname="${pkgprefix}${topdir}d" pkgname="${pkgprefix}${topdir}d"
name="${topdir}-devel - Development support for libcurl" name="${topdir}-devel - Development support for libcurl"
pkgcat="application" pkgcat="application"
pkgvendor="http://curl.haxx.se" pkgvendor="http://curl.se"
pkgdesc="Files needed for developing with libcurl" pkgdesc="Files needed for developing with libcurl"
pkgver="$pkgver" pkgver="$pkgver"
files(-,root,bin) files(-,root,bin)
@ -39,7 +39,7 @@ $_sharedir/aclocal/libcurl.m4
pkgname="${pkgprefix}${topdir}ca" pkgname="${pkgprefix}${topdir}ca"
name="${topdir}-cacerts - Mozilla CA cert bundle $certdate" name="${topdir}-cacerts - Mozilla CA cert bundle $certdate"
pkgcat="application" pkgcat="application"
pkgvendor="http://curl.haxx.se" pkgvendor="http://curl.se"
pkgdesc="The mozilla CA cert bundle as distributed by the curl project" pkgdesc="The mozilla CA cert bundle as distributed by the curl project"
pkgver="$pkgver" pkgver="$pkgver"
files(-,root,bin) files(-,root,bin)