commit a517fc4040d05466276db10e12842a1554892c5b Author: Juergen Daubert <jue@jue.li> Date: Wed May 22 16:55:03 2019 +0200 [notify] curl: update to 7.65.0 includes two security fixes, see - https://curl.haxx.se/changes.html - https://curl.haxx.se/docs/CVE-2019-5435.html - https://curl.haxx.se/docs/CVE-2019-5436.html diff --git a/curl/.footprint b/curl/.footprint index 8e8a89c6..1ae37d1d 100644 --- a/curl/.footprint +++ b/curl/.footprint @@ -214,6 +214,7 @@ drwxr-xr-x root/root usr/share/man/man3/ -rw-r--r-- root/root usr/share/man/man3/CURLOPT_MAIL_AUTH.3.gz -rw-r--r-- root/root usr/share/man/man3/CURLOPT_MAIL_FROM.3.gz -rw-r--r-- root/root usr/share/man/man3/CURLOPT_MAIL_RCPT.3.gz +-rw-r--r-- root/root usr/share/man/man3/CURLOPT_MAXAGE_CONN.3.gz -rw-r--r-- root/root usr/share/man/man3/CURLOPT_MAXCONNECTS.3.gz -rw-r--r-- root/root usr/share/man/man3/CURLOPT_MAXFILESIZE.3.gz -rw-r--r-- root/root usr/share/man/man3/CURLOPT_MAXFILESIZE_LARGE.3.gz diff --git a/curl/.signature b/curl/.signature index 17e34cd7..0f03380e 100644 --- a/curl/.signature +++ b/curl/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/core.pub -RWRJc1FUaeVeqpfQNM8VzzKfFneCBCH7MxnQtXbk7f5nxOSFnCfdqEeYor4qqQhhAgJCSDLmbY2Q1HKgHjHqyI7KcONtMC7+Kw8= -SHA256 (Pkgfile) = d65acca8d7b31df3caba9f46f4bde74032b5d1064255f2005cc23f42bb4022dd -SHA256 (.footprint) = 7b4eaebd2812fec31b80e80f59d41d89772a9e0d85fac4afc94e67028cac0644 -SHA256 (curl-7.64.1.tar.xz) = 9252332a7f871ce37bfa7f78bdd0a0e3924d8187cc27cb57c76c9474a7168fb3 +RWRJc1FUaeVeqnt19TBne91HrtBiJ8+YsQhMwJgRFs/OdF+12VhPaTuwwqFloNLQuUve00+bsjYkpua/N1Q8r9UHN9kbLDp4WQQ= +SHA256 (Pkgfile) = 7757f8a5b34cc7f0eacd198fa01c4923e66f7b1e2f686115014c1f4c8011827e +SHA256 (.footprint) = f1c9cff883d28918b369a51d3e272c3049a0a1afe56f4ab986423dd359129b6d +SHA256 (curl-7.65.0.tar.xz) = 7766d263929404f693905b5e5222aa0f2bdf8c66ab4b8758f0c0820a42b966cd diff --git a/curl/Pkgfile b/curl/Pkgfile index 85057e4e..98383269 100644 --- a/curl/Pkgfile +++ b/curl/Pkgfile @@ -4,7 +4,7 @@ # Depends on: openssl, zlib name=curl -version=7.64.1 +version=7.65.0 release=1 source=(http://curl.haxx.se/download/$name-$version.tar.xz)