From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8F95915802F for ; Sat, 1 Apr 2023 01:09:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09BADE0883; Sat, 1 Apr 2023 01:09:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id E1DCCE0883 for ; Sat, 1 Apr 2023 01:09:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 smtp.gentoo.org (Postfix) with ESMTPS id A3B39340DAB for ; Sat, 1 Apr 2023 01:09:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24E588E5 for ; Sat, 1 Apr 2023 01:09:14 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1680311303.61cd52d3435a3b792687a8490e85c00f22bf141e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/binwalk/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/binwalk/Manifest app-misc/binwalk/binwalk-2.3.4.ebuild app-misc/binwalk/binwalk-9999.ebuild X-VCS-Directories: app-misc/binwalk/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 61cd52d3435a3b792687a8490e85c00f22bf141e X-VCS-Branch: master Date: Sat, 1 Apr 2023 01:09:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: baea2c23-4bbe-428b-8f95-c6795c959b54 X-Archives-Hash: 8ed4c49e424dc326a29ca9f6a71a319e commit: 61cd52d3435a3b792687a8490e85c00f22bf141e Author: Sam James gentoo org> AuthorDate: Sat Apr 1 01:06:10 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat Apr 1 01:08:23 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61cd52d3 app-misc/binwalk: add 2.3.4 Bug: https://bugs.gentoo.org/903652 Closes: https://bugs.gentoo.org/892880 Signed-off-by: Sam James gentoo.org> app-misc/binwalk/Manifest | 1 + app-misc/binwalk/{binwalk-9999.ebuild => binwalk-2.3.4.ebuild} | 2 ++ app-misc/binwalk/binwalk-9999.ebuild | 2 ++ 3 files changed, 5 insertions(+) diff --git a/app-misc/binwalk/Manifest b/app-misc/binwalk/Manifest index 4def5cccaa6b..bc2e1240d5ed 100644 --- a/app-misc/binwalk/Manifest +++ b/app-misc/binwalk/Manifest @@ -1 +1,2 @@ DIST binwalk-2.3.3.tar.gz 39723775 BLAKE2B d29b709dae0ae406e0ef6142e878a2bbbf0ddb3bd8f49d3335dd1e7ab385c331c021489b3d96b3c2364038b870c1aae53c8d82e7a3d9ab1983ff4520e20f6e73 SHA512 d7e8d576cfc92b1488ceda7d4577aeaaefb2a251a5aca0b4a497da0dff7c6e6e862e0a77346593c77fb4e54b7de3d3a0c1c8c9421ecec8f06aabbc4b336920c5 +DIST binwalk-2.3.4.tar.gz 39723471 BLAKE2B a5eac4242402c5034c293432131950bed9aff762c5db86b200a1f555bdfeeb1c6fda225393149f7beca2923141f2ae7930738038f2d039513cb06dfae9601b81 SHA512 5a5e16035dfc05b94ae4ee3969a337336c550606b71e20fcb1f150c4b38ef2084b6a823ce2a8050f4b41616b7d7c31cfb04bf43e7f2c977ab1a634aba9d67fec diff --git a/app-misc/binwalk/binwalk-9999.ebuild b/app-misc/binwalk/binwalk-2.3.4.ebuild similarity index 92% copy from app-misc/binwalk/binwalk-9999.ebuild copy to app-misc/binwalk/binwalk-2.3.4.ebuild index 3e998cef898a..b21509dda458 100644 --- a/app-misc/binwalk/binwalk-9999.ebuild +++ b/app-misc/binwalk/binwalk-2.3.4.ebuild @@ -24,6 +24,8 @@ SLOT="0" PATCHES=( "${FILESDIR}"/${PN}-2.2.0-disable-test-coverage.patch + "${FILESDIR}"/2.3.3-tests.patch + "${FILESDIR}"/${PN}-2.3.3-syntax-fix.patch ) diff --git a/app-misc/binwalk/binwalk-9999.ebuild b/app-misc/binwalk/binwalk-9999.ebuild index 3e998cef898a..b21509dda458 100644 --- a/app-misc/binwalk/binwalk-9999.ebuild +++ b/app-misc/binwalk/binwalk-9999.ebuild @@ -24,6 +24,8 @@ SLOT="0" PATCHES=( "${FILESDIR}"/${PN}-2.2.0-disable-test-coverage.patch + "${FILESDIR}"/2.3.3-tests.patch + "${FILESDIR}"/${PN}-2.3.3-syntax-fix.patch )