pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/gnurl www/gnurl: updated to 7.64.0 (from ng0@ in wip)
details: https://anonhg.NetBSD.org/pkgsrc/rev/aa2bfb542c53
branches: trunk
changeset: 330623:aa2bfb542c53
user: gdt <gdt%pkgsrc.org@localhost>
date: Tue Mar 05 00:40:37 2019 +0000
description:
www/gnurl: updated to 7.64.0 (from ng0@ in wip)
* upstream (curl) ChangeLog:
This release includes the following changes:
* cookies: leave secure cookies alone
* hostip: support wildcard hosts
* http: Implement trailing headers for chunked transfers
* http: added options for allowing HTTP/0.9 responses
* timeval: Use high resolution timestamps on Windows
This release includes the following bugfixes:
* CVE-2018-16890: NTLM type-2 out-of-bounds buffer read
* CVE-2019-3822: NTLMv2 type-3 header stack buffer overflow
* CVE-2019-3823: SMTP end-of-response out-of-bounds read
* FAQ: remove mention of sourceforge for github
* OS400: handle memory error in list conversion
* OS400: upgrade ILE/RPG binding.
* README: add codacy code quality badge
* Revert http_negotiate: do not close connection
* THANKS: added several missing names from year <= 2000
* build: make 'tidy' target work for metalink builds
* cmake: added checks for variadic macros
* cmake: updated check for HAVE_POLL_FINE to match autotools
* cmake: use lowercase for function name like the rest of the code
* configure: detect xlclang separately from clang
* configure: fix recv/send/select detection on Android
* configure: rewrite --enable-code-coverage
* conncache_unlock: avoid indirection by changing input argument type
* cookie: fix comment typo
* cookies: allow secure override when done over HTTPS
* cookies: extend domain checks to non psl builds
* cookies: skip custom cookies when redirecting cross-site
* curl --xattr: strip credentials from any URL that is stored
* curl -J: refuse to append to the destination file
* curl/urlapi.h: include "curl.h" first
* curl_multi_remove_handle() don't block terminating c-ares requests
* darwinssl: accept setting max-tls with default min-tls
* disconnect: separate connections and easy handles better
* disconnect: set conn->data for protocol disconnect
* docs/version.d: mention MultiSSL
* docs: fix the --tls-max description
* docs: use $(INSTALL_DATA) to install man page
* docs: use meaningless port number in CURLOPT_LOCALPORT example
* gopher: always include the entire gopher-path in request
* http2: clear pause stream id if it gets closed
* if2ip: remove unused function Curl_if_is_interface_name
* libssh: do not let libssh create socket
* libssh: enable CURLOPT_SSH_KNOWNHOSTS and CURLOPT_SSH_KEYFUNCTION for libssh
* libssh: free sftp_canonicalize_path() data correctly
* libtest/stub_gssapi: use "real" snprintf
* mbedtls: use VERIFYHOST
* multi: multiplexing improvements
* multi: set the EXPIRE_*TIMEOUT timers at TIMER_STARTSINGLE time
* ntlm: fix NTMLv2 compliance
* ntlm_sspi: add support for channel binding
* openssl: adapt to 3.0.0, OpenSSL_version_num() is deprecated
* openssl: fix the SSL_get_tlsext_status_ocsp_resp call
* openvms: fix OpenSSL discovery on VAX
* openvms: fix typos in documentation
* os400: add a missing closing bracket
* os400: fix extra parameter syntax error
* pingpong: change default response timeout to 120 seconds
* pingpong: ignore regular timeout in disconnect phase
* printf: fix format specifiers
* runtests.pl: Fix perl call to include srcdir
* schannel: fix compiler warning
* schannel: preserve original certificate path parameter
* schannel: stop calling it "winssl"
* sigpipe: if mbedTLS is used, ignore SIGPIPE
* smb: fix incorrect path in request if connection reused
* ssh: log the libssh2 error message when ssh session startup fails
* test1558: verify CURLINFO_PROTOCOL on file:// transfer
* test1561: improve test name
* test1653: make it survive torture tests
* tests: allow tests to pass by 2037-02-12
* tests: move objnames-* from lib into tests
* timediff: fix math for unsigned time_t
* timeval: Disable MSVC Analyzer GetTickCount warning
* tool_cb_prg: avoid integer overflow
* travis: added cmake build for osx
* urlapi: Fix port parsing of eol colon
* urlapi: distinguish possibly empty query
* urlapi: fix parsing ipv6 with zone index
* urldata: rename easy_conn to just conn
* winbuild: conditionally use /DZLIB_WINAPI
* wolfssl: fix memory-leak in threaded use
* spnego_sspi: add support for channel binding
diffstat:
www/gnurl/Makefile | 7 ++++---
www/gnurl/PLIST | 5 ++++-
www/gnurl/distinfo | 10 +++++-----
3 files changed, 13 insertions(+), 9 deletions(-)
diffs (68 lines):
diff -r 58e01484e4a9 -r aa2bfb542c53 www/gnurl/Makefile
--- a/www/gnurl/Makefile Mon Mar 04 23:20:27 2019 +0000
+++ b/www/gnurl/Makefile Tue Mar 05 00:40:37 2019 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.1 2019/02/01 15:21:29 gdt Exp $
+# $NetBSD: Makefile,v 1.2 2019/03/05 00:40:37 gdt Exp $
-DISTNAME= gnurl-7.63.0
+DISTNAME= gnurl-7.64.0
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_GNU:=gnunet/}
EXTRACT_SUFX= .tar.Z
MAINTAINER= ng0%n0.is@localhost
-HOMEPAGE= https://gnunet.org/gnurl
+HOMEPAGE= https://gnunet.org/en/gnurl.html
COMMENT= Client that groks URLs (micro fork of curl)
# not completely, the curl license is inspired by mit
LICENSE= mit
@@ -32,6 +32,7 @@
CONFIGURE_ARGS+= --without-ca-path
CONFIGURE_ARGS+= --with-ca-fallback
# Do not pick up GSS, should be fixed in upstream.
+# https://bugs.gnunet.org/view.php?id=5610
CONFIGURE_ARGS+= --without-gssapi
.include "options.mk"
diff -r 58e01484e4a9 -r aa2bfb542c53 www/gnurl/PLIST
--- a/www/gnurl/PLIST Mon Mar 04 23:20:27 2019 +0000
+++ b/www/gnurl/PLIST Tue Mar 05 00:40:37 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2019/02/01 15:21:29 gdt Exp $
+@comment $NetBSD: PLIST,v 1.2 2019/03/05 00:40:37 gdt Exp $
bin/gnurl
bin/gnurl-config
include/gnurl/curl.h
@@ -166,6 +166,7 @@
man/man3/GNURLOPT_HEADERDATA.3
man/man3/GNURLOPT_HEADERFUNCTION.3
man/man3/GNURLOPT_HEADEROPT.3
+man/man3/GNURLOPT_HTTP09_ALLOWED.3
man/man3/GNURLOPT_HTTP200ALIASES.3
man/man3/GNURLOPT_HTTPAUTH.3
man/man3/GNURLOPT_HTTPGET.3
@@ -336,6 +337,8 @@
man/man3/GNURLOPT_TLSAUTH_PASSWORD.3
man/man3/GNURLOPT_TLSAUTH_TYPE.3
man/man3/GNURLOPT_TLSAUTH_USERNAME.3
+man/man3/GNURLOPT_TRAILERDATA.3
+man/man3/GNURLOPT_TRAILERFUNCTION.3
man/man3/GNURLOPT_TRANSFERTEXT.3
man/man3/GNURLOPT_TRANSFER_ENCODING.3
man/man3/GNURLOPT_UNIX_SOCKET_PATH.3
diff -r 58e01484e4a9 -r aa2bfb542c53 www/gnurl/distinfo
--- a/www/gnurl/distinfo Mon Mar 04 23:20:27 2019 +0000
+++ b/www/gnurl/distinfo Tue Mar 05 00:40:37 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2019/02/01 15:21:29 gdt Exp $
+$NetBSD: distinfo,v 1.2 2019/03/05 00:40:37 gdt Exp $
-SHA1 (gnurl-7.63.0.tar.Z) = da6aef3a5f5e8fd40e07e00b43bd28564e085aef
-RMD160 (gnurl-7.63.0.tar.Z) = 89ced0be74c4dc3da16b5de6cf1b519fc2c9903d
-SHA512 (gnurl-7.63.0.tar.Z) = 4e322a653427be9dcd788e3bac0b126b9214875c5b600ad8eb413e9048f783d90f748d94b8c9a690fc3e8d011b8778c3db30b86a7f2d4ea643087e9f4dc7d438
-Size (gnurl-7.63.0.tar.Z) = 6278021 bytes
+SHA1 (gnurl-7.64.0.tar.Z) = 8e0f7dbee5df03859a5ee38d80766f6f740c2475
+RMD160 (gnurl-7.64.0.tar.Z) = 25cd4064f5865e702e6eb3585ebf501324ac1e84
+SHA512 (gnurl-7.64.0.tar.Z) = 139abdc92e77c64caee7d834cc1e539ca559938682afe23c6b61c6e7203c0fa76d8c45f70eb2c74e2a32fcac02962be28ae0b0364351bfd2fc4476b091ef70ef
+Size (gnurl-7.64.0.tar.Z) = 6288637 bytes
Home |
Main Index |
Thread Index |
Old Index