curl: update to 7.76.0
This commit is contained in:
parent
ee40f280e5
commit
dbb5e39c0a
@ -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
|
||||
|
@ -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
|
||||
|
@ -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.*
|
||||
|
Loading…
x
Reference in New Issue
Block a user