[notify] curl: update to 7.66.0

includes security fixes, see
- https://curl.haxx.se/changes.html#7_66_0
- https://curl.haxx.se/docs/CVE-2019-5481.html
- https://curl.haxx.se/docs/CVE-2019-5482.html
This commit is contained in:
Juergen Daubert 2019-09-11 10:57:51 +02:00
parent 9c47d2798a
commit e915119f9d
3 changed files with 13 additions and 10 deletions

View File

@ -16,9 +16,9 @@ drwxr-xr-x root/root usr/include/curl/
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libcurl.a
-rwxr-xr-x root/root usr/lib/libcurl.la
lrwxrwxrwx root/root usr/lib/libcurl.so -> libcurl.so.4.5.0
lrwxrwxrwx root/root usr/lib/libcurl.so.4 -> libcurl.so.4.5.0
-rwxr-xr-x root/root usr/lib/libcurl.so.4.5.0
lrwxrwxrwx root/root usr/lib/libcurl.so -> libcurl.so.4.6.0
lrwxrwxrwx root/root usr/lib/libcurl.so.4 -> libcurl.so.4.6.0
-rwxr-xr-x root/root usr/lib/libcurl.so.4.6.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libcurl.pc
drwxr-xr-x root/root usr/share/
@ -71,6 +71,7 @@ drwxr-xr-x root/root usr/share/man/man3/
-rw-r--r-- root/root usr/share/man/man3/CURLINFO_REDIRECT_URL.3.gz
-rw-r--r-- root/root usr/share/man/man3/CURLINFO_REQUEST_SIZE.3.gz
-rw-r--r-- root/root usr/share/man/man3/CURLINFO_RESPONSE_CODE.3.gz
-rw-r--r-- root/root usr/share/man/man3/CURLINFO_RETRY_AFTER.3.gz
-rw-r--r-- root/root usr/share/man/man3/CURLINFO_RTSP_CLIENT_CSEQ.3.gz
-rw-r--r-- root/root usr/share/man/man3/CURLINFO_RTSP_CSEQ_RECV.3.gz
-rw-r--r-- root/root usr/share/man/man3/CURLINFO_RTSP_SERVER_CSEQ.3.gz
@ -297,6 +298,7 @@ drwxr-xr-x root/root usr/share/man/man3/
-rw-r--r-- root/root usr/share/man/man3/CURLOPT_RTSP_SESSION_ID.3.gz
-rw-r--r-- root/root usr/share/man/man3/CURLOPT_RTSP_STREAM_URI.3.gz
-rw-r--r-- root/root usr/share/man/man3/CURLOPT_RTSP_TRANSPORT.3.gz
-rw-r--r-- root/root usr/share/man/man3/CURLOPT_SASL_AUTHZID.3.gz
-rw-r--r-- root/root usr/share/man/man3/CURLOPT_SASL_IR.3.gz
-rw-r--r-- root/root usr/share/man/man3/CURLOPT_SEEKDATA.3.gz
-rw-r--r-- root/root usr/share/man/man3/CURLOPT_SEEKFUNCTION.3.gz
@ -421,6 +423,7 @@ drwxr-xr-x root/root usr/share/man/man3/
-rw-r--r-- root/root usr/share/man/man3/curl_multi_info_read.3.gz
-rw-r--r-- root/root usr/share/man/man3/curl_multi_init.3.gz
-rw-r--r-- root/root usr/share/man/man3/curl_multi_perform.3.gz
-rw-r--r-- root/root usr/share/man/man3/curl_multi_poll.3.gz
-rw-r--r-- root/root usr/share/man/man3/curl_multi_remove_handle.3.gz
-rw-r--r-- root/root usr/share/man/man3/curl_multi_setopt.3.gz
-rw-r--r-- root/root usr/share/man/man3/curl_multi_socket.3.gz

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/core.pub
RWRJc1FUaeVeqvyIiM++7fAk/1vqJ1KkbYJK7dW4UgbTkoOiOm7mT93vVmkxclh7TfL0of+PDC2ZtJA5OMDm5a2OxLqiMADBwwA=
SHA256 (Pkgfile) = 7669cc820a37c4295bd9a8cd36f65cfa015ded7049c349f3d469000e3e770ae1
SHA256 (.footprint) = f1c9cff883d28918b369a51d3e272c3049a0a1afe56f4ab986423dd359129b6d
SHA256 (curl-7.65.3.tar.xz) = f2d98854813948d157f6a91236ae34ca4a1b4cb302617cebad263d79b0235fea
RWRJc1FUaeVeqh77jlJIiyALvt8perK3UyYU79+x0zU15FLtpbdNzd8387RE9IXCt0BMUhw7GNocTTk2VMr9M4DUb72JN+dHpA4=
SHA256 (Pkgfile) = 549d7218f3bae7a24f0992534a3e8ca2772b92b7de1bb2b523b34885395734ae
SHA256 (.footprint) = 927ec53aed8eb6e9a820a22f75601b281dc602a5a3c91d31d82d8c28682b6d64
SHA256 (curl-7.66.0.tar.xz) = dbb48088193016d079b97c5c3efde8efa56ada2ebf336e8a97d04eb8e2ed98c1

View File

@ -1,12 +1,12 @@
# Description: A tool for transfering files with URL syntax
# Maintainer: CRUX System Team, core-ports at crux dot nu
# URL: http://curl.haxx.se
# URL: https://curl.haxx.se
# Depends on: openssl, zlib
name=curl
version=7.65.3
version=7.66.0
release=1
source=(http://curl.haxx.se/download/$name-$version.tar.xz)
source=(https://curl.haxx.se/download/$name-$version.tar.xz)
build() {
cd $name-$version