curl: update to 7.76.0

This commit is contained in:
Tom G. Christensen 2021-04-10 17:05:11 +02:00
parent ee40f280e5
commit dbb5e39c0a
3 changed files with 10 additions and 8 deletions

View File

@ -6,7 +6,7 @@
###########################################################
# Check the following 4 variables before running the script
topdir=curl
version=7.75.0
version=7.76.0
pkgver=1
source[0]=http://curl.haxx.se/download/$topdir-$version.tar.bz2
# https://curl.haxx.se/docs/caextract.html
@ -53,8 +53,8 @@ install()
{
generic_install DESTDIR
${__install} -m0644 -D $(get_source_absfilename "${source[1]}") ${stagedir}${prefix}/${_sysconfdir}/curl-ca-bundle.pem
doc CHANGES COPYING README* RELEASE-NOTES docs/FAQ docs/FEATURES docs/BUGS \
docs/RESOURCES docs/TODO docs/TheArtOfHttpScripting \
doc CHANGES COPYING README* RELEASE-NOTES docs/FAQ docs/FEATURES.md docs/BUGS.md \
docs/TODO docs/TheArtOfHttpScripting.md \
docs/examples/*.c docs/examples/Makefile.example
# ABI compatible releases
@ -86,6 +86,7 @@ install()
compat curl 7.69.1 1 1
compat curl 7.72.0 1 1
compat curl 7.73.0 1 1
compat curl 7.76.0 1 1
}
reg pack

View File

@ -1,5 +1,8 @@
CHANGELOG
---------
* Sat Apr 10 2021 Tom G. Christensen <swpkg@jupiterrise.com> - 7.76.0-1
- Update to 7.76.0
* Wed Feb 24 2021 Tom G. Christensen <swpkg@jupiterrise.com> - 7.75.0-1
- Update to 7.75.0
- Update CA bundle to 2021-01-19

View File

@ -10,13 +10,11 @@ $_vdocdir/CHANGES
$_vdocdir/README
$_vdocdir/RELEASE-NOTES
$_vdocdir/COPYING
$_vdocdir/docs/BUGS
$_vdocdir/docs/BUGS.md
$_vdocdir/docs/FAQ
$_vdocdir/docs/FEATURES
$_vdocdir/docs/MANUAL
$_vdocdir/docs/RESOURCES
$_vdocdir/docs/FEATURES.md
$_vdocdir/docs/TODO
$_vdocdir/docs/TheArtOfHttpScripting
$_vdocdir/docs/TheArtOfHttpScripting.md
$_bindir/curl
$_mandir/?a?1
$_libdir/libcurl.so.*