From patchwork Sat Jun 5 08:15:04 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 1488192 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=busybox.net (client-ip=140.211.166.138; helo=smtp1.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4Fxsrd03lLz9sT6 for ; Sat, 5 Jun 2021 18:15:27 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 79F0483906; Sat, 5 Jun 2021 08:15:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Pox_HruetfC2; Sat, 5 Jun 2021 08:15:20 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp1.osuosl.org (Postfix) with ESMTP id D3F27839B4; Sat, 5 Jun 2021 08:15:19 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from smtp3.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 6D4B21BF369 for ; Sat, 5 Jun 2021 08:15:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id 5B4F9606F5 for ; Sat, 5 Jun 2021 08:15:17 +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 j4xPGsrU35Lx for ; Sat, 5 Jun 2021 08:15:13 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.8.0 Received: from mailout02.t-online.de (mailout02.t-online.de [194.25.134.17]) by smtp3.osuosl.org (Postfix) with ESMTPS id 0C6A66068F for ; Sat, 5 Jun 2021 08:15:11 +0000 (UTC) Received: from fwd22.aul.t-online.de (fwd22.aul.t-online.de [172.20.26.127]) by mailout02.t-online.de (Postfix) with SMTP id 5D7CF5A0F8 for ; Sat, 5 Jun 2021 10:15:07 +0200 (CEST) Received: from fli4l.lan.fli4l (SOdsATZcrh0K1BZFmnNZYidRARtmYYExZkoi96eeEDwfzwZCGbGw2lw2vdFV1xwgUI@[79.214.203.81]) by fwd22.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1lpRSU-2c6bZ20; Sat, 5 Jun 2021 10:15:06 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:58936) by fli4l.lan.fli4l with esmtp (Exim 4.94.2) (envelope-from ) id 1lpRST-0003cs-PP for buildroot@buildroot.org; Sat, 05 Jun 2021 10:15:06 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sat, 5 Jun 2021 10:15:04 +0200 Message-Id: <20210605081505.96903-1-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.29.2 MIME-Version: 1.0 X-ID: SOdsATZcrh0K1BZFmnNZYidRARtmYYExZkoi96eeEDwfzwZCGbGw2lw2vdFV1xwgUI X-TOI-EXPURGATEID: 150726::1622880906-0000454D-A8CB0D36/0/0 CLEAN NORMAL X-TOI-MSGID: caee6f74-4c8c-43ec-b4d8-9a5aeeda48ed Subject: [Buildroot] [PATCH 1/2] package/gptfdisk: security bump version to 1.0.7 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: , Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Release notes: https://sourceforge.net/p/gptfdisk/code/ci/master/tree/NEWS Version 1.0.6 fixes CVE-2020-0256 & CVE-2021-0308. Removed md5 hash. Rebased patch due to upstream commit https://sourceforge.net/p/gptfdisk/code/ci/6180deb472c302c47f4d4acff8f2123d10824364/#diff-3 Signed-off-by: Bernd Kuhls --- ...curses-partially-revert-Tweaks-for-building-on-th.patch | 2 +- package/gptfdisk/gptfdisk.hash | 7 +++---- package/gptfdisk/gptfdisk.mk | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package/gptfdisk/0001-gptcurses-partially-revert-Tweaks-for-building-on-th.patch b/package/gptfdisk/0001-gptcurses-partially-revert-Tweaks-for-building-on-th.patch index 518639387a..02f954531a 100644 --- a/package/gptfdisk/0001-gptcurses-partially-revert-Tweaks-for-building-on-th.patch +++ b/package/gptfdisk/0001-gptcurses-partially-revert-Tweaks-for-building-on-th.patch @@ -29,7 +29,7 @@ index 1b18cf2..4ebfde1 100644 #include #include #include --#ifdef __APPLE__ +-#if defined (__APPLE__) || (__FreeBSD__) #include -#else -#include diff --git a/package/gptfdisk/gptfdisk.hash b/package/gptfdisk/gptfdisk.hash index bff17dcc21..7894f2187d 100644 --- a/package/gptfdisk/gptfdisk.hash +++ b/package/gptfdisk/gptfdisk.hash @@ -1,6 +1,5 @@ -# From http://sourceforge.net/projects/gptfdisk/files/gptfdisk/1.0.5/ -md5 58dac67c85e46ca87b587231549aefe6 gptfdisk-1.0.5.tar.gz -sha1 b642aa628cbc9fa63e9a73dad5acc588042527ac gptfdisk-1.0.5.tar.gz +# From http://sourceforge.net/projects/gptfdisk/files/gptfdisk/1.0.7/ +sha1 406ab2596e1911c916dce677ce7e903076d94c6d gptfdisk-1.0.7.tar.gz # Locally computed -sha256 0e7d3987cd0488ecaf4b48761bc97f40b1dc089e5ff53c4b37abe30bc67dcb2f gptfdisk-1.0.5.tar.gz +sha256 754004b7f85b279287c7ac3c0469b1d7e0eae043a97a2e587b0560ca5f3828c0 gptfdisk-1.0.7.tar.gz sha256 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c COPYING diff --git a/package/gptfdisk/gptfdisk.mk b/package/gptfdisk/gptfdisk.mk index e848837b76..d92a527105 100644 --- a/package/gptfdisk/gptfdisk.mk +++ b/package/gptfdisk/gptfdisk.mk @@ -4,7 +4,7 @@ # ################################################################################ -GPTFDISK_VERSION = 1.0.5 +GPTFDISK_VERSION = 1.0.7 GPTFDISK_SITE = http://downloads.sourceforge.net/sourceforge/gptfdisk GPTFDISK_LICENSE = GPL-2.0+ GPTFDISK_LICENSE_FILES = COPYING