Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 614C47A272 for ; Wed, 3 Aug 2016 08:57:53 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 1588985E80; Wed, 3 Aug 2016 08:57:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9C14E84CF0 for ; Wed, 3 Aug 2016 08:57:52 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id BQDYUH3GY-mO for ; Wed, 3 Aug 2016 08:57:52 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 1CA2584C6C for ; Wed, 3 Aug 2016 08:57:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1347BFBB5; Wed, 3 Aug 2016 08:57:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1470214672228720" MIME-Version: 1.0 Date: Wed, 3 Aug 2016 08:57:52 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/www/curl To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20160803085752.1347BFBB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1470214672228720 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Aug 3 08:57:51 UTC 2016 Modified Files: pkgsrc/www/curl: Makefile PLIST distinfo Log Message: Updated curl to 7.50.1. Bugfixes: TLS: switch off SSL session id when client cert is used TLS: only reuse connections with the same client cert curl_multi_cleanup: clear connection pointer for easy handles include the CURLINFO_HTTP_VERSION man page into the release tarball include the http2-server.pl script in the release tarball test558: fix test by stripping file paths from FD lines spnego: Corrected miss-placed * in Curl_auth_spnego_cleanup() declaration tests: Fix for http/2 feature cmake: Fix for schannel support curl.h: make public types void * again win32: fix a potential memory leak in Curl_load_library travis: fix OSX build by re-installing libtool mbedtls: Fix debug function name To generate a diff of this commit: cvs rdiff -u -r1.168 -r1.169 pkgsrc/www/curl/Makefile cvs rdiff -u -r1.58 -r1.59 pkgsrc/www/curl/PLIST cvs rdiff -u -r1.120 -r1.121 pkgsrc/www/curl/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1470214672228720 Content-Disposition: inline Content-Length: 2432 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/curl/Makefile diff -u pkgsrc/www/curl/Makefile:1.168 pkgsrc/www/curl/Makefile:1.169 --- pkgsrc/www/curl/Makefile:1.168 Sun Jul 24 18:38:34 2016 +++ pkgsrc/www/curl/Makefile Wed Aug 3 08:57:51 2016 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.168 2016/07/24 18:38:34 wiz Exp $ +# $NetBSD: Makefile,v 1.169 2016/08/03 08:57:51 wiz Exp $ -DISTNAME= curl-7.50.0 +DISTNAME= curl-7.50.1 CATEGORIES= www MASTER_SITES= https://curl.haxx.se/download/ EXTRACT_SUFX= .tar.bz2 Index: pkgsrc/www/curl/PLIST diff -u pkgsrc/www/curl/PLIST:1.58 pkgsrc/www/curl/PLIST:1.59 --- pkgsrc/www/curl/PLIST:1.58 Mon May 30 14:25:12 2016 +++ pkgsrc/www/curl/PLIST Wed Aug 3 08:57:51 2016 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.58 2016/05/30 14:25:12 prlw1 Exp $ +@comment $NetBSD: PLIST,v 1.59 2016/08/03 08:57:51 wiz Exp $ bin/curl bin/curl-config include/curl/curl.h @@ -29,6 +29,7 @@ man/man3/CURLINFO_FTP_ENTRY_PATH.3 man/man3/CURLINFO_HEADER_SIZE.3 man/man3/CURLINFO_HTTPAUTH_AVAIL.3 man/man3/CURLINFO_HTTP_CONNECTCODE.3 +man/man3/CURLINFO_HTTP_VERSION.3 man/man3/CURLINFO_LASTSOCKET.3 man/man3/CURLINFO_LOCAL_IP.3 man/man3/CURLINFO_LOCAL_PORT.3 Index: pkgsrc/www/curl/distinfo diff -u pkgsrc/www/curl/distinfo:1.120 pkgsrc/www/curl/distinfo:1.121 --- pkgsrc/www/curl/distinfo:1.120 Sun Jul 24 18:38:34 2016 +++ pkgsrc/www/curl/distinfo Wed Aug 3 08:57:51 2016 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.120 2016/07/24 18:38:34 wiz Exp $ +$NetBSD: distinfo,v 1.121 2016/08/03 08:57:51 wiz Exp $ -SHA1 (curl-7.50.0.tar.bz2) = 9faa508f8cf81d9ed38ee793dcd468921f21a3c5 -RMD160 (curl-7.50.0.tar.bz2) = 70bba7cd843b127dc7d87afd4d366f74a621dfa8 -SHA512 (curl-7.50.0.tar.bz2) = f431c9895d260ef77dcff29e868c8d5180800d12f2bd89da8942422cec454432717e6ede6484d6b6711cb2bdd85e7e8f6ae23c59fd1f5b69acd569570c8efdd8 -Size (curl-7.50.0.tar.bz2) = 7465962 bytes +SHA1 (curl-7.50.1.tar.bz2) = 6d9e54a7f8f5aa1f6cac652df93bb7163565b554 +RMD160 (curl-7.50.1.tar.bz2) = 9f450b5572bd99a8472abb639edd0a579c330705 +SHA512 (curl-7.50.1.tar.bz2) = 94acd91fcf8ff2605e1ba2d086c2c366257b61eaf516b9ea44e574e315feb5b30f6e47d89051f259e026ef5dd9edde5f7b15a6af9ee6a38f641da354e1e677b1 +Size (curl-7.50.1.tar.bz2) = 7464809 bytes SHA1 (patch-aa) = 793701d5ecc3343170fb437906c9adb74763cd13 SHA1 (patch-curl-config.in) = d0cc7bb6a5bf0b9257f40dcffce7093cc0098eb7 SHA1 (patch-lib_hostcheck.c) = 8e772d3f91cdafae17281cc19004269ece0cf308 --_----------=_1470214672228720--