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 4219C7A217 for ; Wed, 14 Sep 2016 07:12:14 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id E54F685EC3; Wed, 14 Sep 2016 07:12:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 74C6D85EB3 for ; Wed, 14 Sep 2016 07:12:13 +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 xIlCdnaKMfXN for ; Wed, 14 Sep 2016 07:12:13 +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 F3B9285E59 for ; Wed, 14 Sep 2016 07:12:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EF03EFBD1; Wed, 14 Sep 2016 07:12:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1473837132143600" MIME-Version: 1.0 Date: Wed, 14 Sep 2016 07:12:12 +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: <20160914071212.EF03EFBD1@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. --_----------=_1473837132143600 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Sep 14 07:12:12 UTC 2016 Modified Files: pkgsrc/www/curl: Makefile distinfo Log Message: Updated curl to 7.50.3. Curl and libcurl 7.50.3 This release includes the following bugfixes: o CVE-2016-7167: escape and unescape integer overflows [8] o mk-ca-bundle.pl: use SHA256 instead of SHA1 o checksrc: detect strtok() use o errors: new alias CURLE_WEIRD_SERVER_REPLY [1] o http2: support > 64bit sized uploads [2] o openssl: fix bad memory free (regression) [3] o CMake: hide private library symbols [4] o http: refuse to pass on response body with NO_NODY was set [5] o cmake: fix curl-config --static-libs [6] o mbedtls: switch off NTLM in build if md4 isn't available [7] o curl: --create-dirs on windows groks both forward and backward slashes [9] To generate a diff of this commit: cvs rdiff -u -r1.170 -r1.171 pkgsrc/www/curl/Makefile cvs rdiff -u -r1.122 -r1.123 pkgsrc/www/curl/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1473837132143600 Content-Disposition: inline Content-Length: 1757 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.170 pkgsrc/www/curl/Makefile:1.171 --- pkgsrc/www/curl/Makefile:1.170 Wed Sep 7 07:55:51 2016 +++ pkgsrc/www/curl/Makefile Wed Sep 14 07:12:12 2016 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.170 2016/09/07 07:55:51 adam Exp $ +# $NetBSD: Makefile,v 1.171 2016/09/14 07:12:12 wiz Exp $ -DISTNAME= curl-7.50.2 +DISTNAME= curl-7.50.3 CATEGORIES= www MASTER_SITES= https://curl.haxx.se/download/ EXTRACT_SUFX= .tar.bz2 Index: pkgsrc/www/curl/distinfo diff -u pkgsrc/www/curl/distinfo:1.122 pkgsrc/www/curl/distinfo:1.123 --- pkgsrc/www/curl/distinfo:1.122 Wed Sep 7 07:55:51 2016 +++ pkgsrc/www/curl/distinfo Wed Sep 14 07:12:12 2016 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.122 2016/09/07 07:55:51 adam Exp $ +$NetBSD: distinfo,v 1.123 2016/09/14 07:12:12 wiz Exp $ -SHA1 (curl-7.50.2.tar.bz2) = 3505da556bc8632524d3c54e16d870f5b1e5b061 -RMD160 (curl-7.50.2.tar.bz2) = 1ec49fcd1d5b63d6c02cbab5cbada5202d69ba4c -SHA512 (curl-7.50.2.tar.bz2) = 5db4fba920f1627e545ddf774ceaafe3afce43c85aaa8aa7842337fe6cbc031aa597d9d80457c5d52bc7a0c218de30bb29802383e1d81e3f220186212dade342 -Size (curl-7.50.2.tar.bz2) = 7477028 bytes +SHA1 (curl-7.50.3.tar.bz2) = 18ae1e5429d5bcf9a35832eda5b4762a1041f715 +RMD160 (curl-7.50.3.tar.bz2) = 15db3008862eff79fa7ed472f26054a615a93177 +SHA512 (curl-7.50.3.tar.bz2) = 59012f0d9abd38d00e0b2db0cd5d8b513c08000354d31e7318007b688dc1eb71a0ac71a13acd40b0becc6199299091697b448d2e6895f90e103a23cd23f7f621 +Size (curl-7.50.3.tar.bz2) = 7478393 bytes SHA1 (patch-aa) = 793701d5ecc3343170fb437906c9adb74763cd13 SHA1 (patch-curl-config.in) = d0cc7bb6a5bf0b9257f40dcffce7093cc0098eb7 SHA1 (patch-lib_hostcheck.c) = 8e772d3f91cdafae17281cc19004269ece0cf308 --_----------=_1473837132143600--