From patchwork Sun Jul 28 13:53:04 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pierre-Jean Texier X-Patchwork-Id: 1137978 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=busybox.net (client-ip=140.211.166.137; helo=fraxinus.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=quarantine dis=none) header.from=koncepto.io Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=koncepto.io header.i=@koncepto.io header.b="Y3x9+9vQ"; dkim-atps=neutral Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 45xPRM4Yy2z9s8m for ; Sun, 28 Jul 2019 23:53:19 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id DF3CF86F9A; Sun, 28 Jul 2019 13:53:16 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Yzdd22wdLvxb; Sun, 28 Jul 2019 13:53:15 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 5855086F24; Sun, 28 Jul 2019 13:53:15 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 631D41BF3B5 for ; Sun, 28 Jul 2019 13:53:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 5FC0F87C05 for ; Sun, 28 Jul 2019 13:53:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XzsG2RHzYUfv for ; Sun, 28 Jul 2019 13:53:12 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from koncepto.io (koncepto.io [195.154.119.111]) by whitealder.osuosl.org (Postfix) with ESMTPS id 9E0D287C03 for ; Sun, 28 Jul 2019 13:53:12 +0000 (UTC) Received: from menoah.home (apoitiers-652-1-12-135.w92-146.abo.wanadoo.fr [92.146.126.135]) by koncepto.io (Postfix) with ESMTPSA id 6FBF160108; Sun, 28 Jul 2019 15:53:06 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=koncepto.io; s=default; t=1564321986; bh=mxGh9eI5MVBRms3G0kjxPS98dCXNEG37dKiRe3uNasw=; h=From:To:Cc:Subject:Date:From; b=Y3x9+9vQ3XK1/XeLUJ91dEVJuSw6xl/+I1jWzLYa5FBpjcx6JcRYEL45Uupm9Twta 1RVvmh5Efqgi8CBVDL2urUjTTrNK2OCFbFxOOAkgAssQhYUMzcpYgVbDnrVknG8nuV y4G9xvyvkXi8Mp4rvzf1WDJZ5dE6yg9TuBnnAOzGRTVdGNOVyy6JY5Zu472zA30r7i tNTK1sZBrYAAVibDfg6URMv+9Cm1n2U/MCx681MieJBhz1vPKfZSpEz4e50ZjIRd3f If51kLSz5Lt92IIU5wCXNykPR+gq59NCDMGbUv0twtndQ50bOAdNpRkWbpZ/EYfvcx rooRaDpWEhYgw== From: Pierre-Jean Texier To: buildroot@buildroot.org Date: Sun, 28 Jul 2019 15:53:04 +0200 Message-Id: <1564321984-5286-1-git-send-email-pjtexier@koncepto.io> X-Mailer: git-send-email 2.7.4 Subject: [Buildroot] [PATCH 1/1] package/libcurl: bump to version 7.65.3 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Pierre-Jean Texier MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" A very small fix for the progress meter regression in 7.65.2. See https://curl.haxx.se/mail/lib-2019-07/0052.html Signed-off-by: Pierre-Jean Texier --- package/libcurl/libcurl.hash | 4 ++-- package/libcurl/libcurl.mk | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/libcurl/libcurl.hash b/package/libcurl/libcurl.hash index 0ee0b0f..580a2e6 100644 --- a/package/libcurl/libcurl.hash +++ b/package/libcurl/libcurl.hash @@ -1,5 +1,5 @@ # Locally calculated after checking pgp signature -# https://curl.haxx.se/download/curl-7.65.2.tar.xz.asc +# https://curl.haxx.se/download/curl-7.65.3.tar.xz.asc # with key 27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2 -sha256 b6124b68ed56172012f767a9ea36d3b8ed45adafe7953bd11add66ae6f9d8a39 curl-7.65.2.tar.xz +sha256 f2d98854813948d157f6a91236ae34ca4a1b4cb302617cebad263d79b0235fea curl-7.65.3.tar.xz sha256 8c8824f50e73a021f5dde1fccbf69685939247399a33a32abab1fa448c9ddabb COPYING diff --git a/package/libcurl/libcurl.mk b/package/libcurl/libcurl.mk index 1819c02..8bb2153 100644 --- a/package/libcurl/libcurl.mk +++ b/package/libcurl/libcurl.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBCURL_VERSION = 7.65.2 +LIBCURL_VERSION = 7.65.3 LIBCURL_SOURCE = curl-$(LIBCURL_VERSION).tar.xz LIBCURL_SITE = https://curl.haxx.se/download LIBCURL_DEPENDENCIES = host-pkgconf \