From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B1EE7C433F5 for ; Wed, 6 Oct 2021 15:38:44 +0000 (UTC) Received: from smtp4.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 mail.kernel.org (Postfix) with ESMTPS id 74057610E6 for ; Wed, 6 Oct 2021 15:38:44 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 74057610E6 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=korsgaard.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=buildroot.org Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id 485CD40584; Wed, 6 Oct 2021 15:38:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CGDSh1aP997n; Wed, 6 Oct 2021 15:38:43 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp4.osuosl.org (Postfix) with ESMTP id 9ECE34052E; Wed, 6 Oct 2021 15:38:42 +0000 (UTC) Received: from smtp3.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 7879E1BF947 for ; Wed, 6 Oct 2021 15:38:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id 6689460EB6 for ; Wed, 6 Oct 2021 15:38:33 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp3.osuosl.org ([127.0.0.1]) by localhost (smtp3.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zi67tMYAljBI for ; Wed, 6 Oct 2021 15:38:32 +0000 (UTC) Received: from busybox.osuosl.org (busybox.osuosl.org [140.211.167.122]) by smtp3.osuosl.org (Postfix) with ESMTP id B5DA760EB3 for ; Wed, 6 Oct 2021 15:38:32 +0000 (UTC) Received: by busybox.osuosl.org (Postfix, from userid 4021) id 89DF992894; Wed, 6 Oct 2021 15:35:56 +0000 (UTC) From: Peter Korsgaard To: buildroot@buildroot.org Date: Wed, 6 Oct 2021 17:36:40 +0200 X-Git-Refname: refs/heads/2021.08.x X-Git-Oldrev: 8179cf620387068c4ecae7556de1740357646b50 X-Git-Newrev: 183be9c4c62cb263e559ef7e4eebdd64f7746f45 X-Patchwork-Hint: ignore Message-Id: <20211006153556.89DF992894@busybox.osuosl.org> Subject: [Buildroot] [git commit branch/2021.08.x] package/wget: bump to version 1.21.2 X-BeenThere: buildroot@buildroot.org 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: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" commit: https://git.buildroot.net/buildroot/commit/?id=183be9c4c62cb263e559ef7e4eebdd64f7746f45 branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2021.08.x https://lists.gnu.org/archive/html/bug-wget/2021-09/msg00005.html Signed-off-by: Fabrice Fontaine Signed-off-by: Arnout Vandecappelle (Essensium/Mind) (cherry picked from commit 16ca6f2f56e88abb9dbdee29e8d32ffdc5e78de9) Signed-off-by: Peter Korsgaard --- package/wget/wget.hash | 4 ++-- package/wget/wget.mk | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/wget/wget.hash b/package/wget/wget.hash index 11071566aa..7f89bedb88 100644 --- a/package/wget/wget.hash +++ b/package/wget/wget.hash @@ -1,6 +1,6 @@ # Locally calculated after checking pgp signature -# https://ftp.gnu.org/gnu/wget/wget-1.21.tar.lz.sig +# https://ftp.gnu.org/gnu/wget/wget-1.21.2.tar.lz.sig # with key 6B98F637D879C5236E277C5C64FF90AAE8C70AF9 -sha256 db9bbe5347e6faa06fc78805eeb808b268979455ead9003a608569c9d4fc90ad wget-1.21.1.tar.lz +sha256 1727a330a86acacb3e57615ce268f5f29978bf7adec4abe6a30d370207bc91b3 wget-1.21.2.tar.lz # Locally calculated sha256 e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b COPYING diff --git a/package/wget/wget.mk b/package/wget/wget.mk index ae036478b8..f30fa39917 100644 --- a/package/wget/wget.mk +++ b/package/wget/wget.mk @@ -4,7 +4,7 @@ # ################################################################################ -WGET_VERSION = 1.21.1 +WGET_VERSION = 1.21.2 WGET_SOURCE = wget-$(WGET_VERSION).tar.lz WGET_SITE = $(BR2_GNU_MIRROR)/wget WGET_DEPENDENCIES = host-pkgconf _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot