From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0F4B61581CA for ; Sat, 14 Jun 2025 23:38:19 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id E8C59342509 for ; Sat, 14 Jun 2025 23:38:18 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id BFDD51104DC; Sat, 14 Jun 2025 23:38:15 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id B72291104DC for ; Sat, 14 Jun 2025 23:38:14 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4195C3424F1 for ; Sat, 14 Jun 2025 23:38:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D68E029AF for ; Sat, 14 Jun 2025 23:38:12 +0000 (UTC) From: "Mathijs Saey" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mathijs Saey" Message-ID: <1749944276.f66bc7b66f669585a5b4347fc740fa22e2006919.mathijs@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-embedded/fwup/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-embedded/fwup/Manifest dev-embedded/fwup/fwup-1.13.0.ebuild X-VCS-Directories: dev-embedded/fwup/ X-VCS-Committer: mathijs X-VCS-Committer-Name: Mathijs Saey X-VCS-Revision: f66bc7b66f669585a5b4347fc740fa22e2006919 X-VCS-Branch: dev Date: Sat, 14 Jun 2025 23:38:12 +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: 309c42b6-6db0-410c-8dec-ac7c7b04863d X-Archives-Hash: 43a9f70aa26428b0130ffb158941647c commit: f66bc7b66f669585a5b4347fc740fa22e2006919 Author: Mathijs Saey mathsaey be> AuthorDate: Sat Jun 14 23:37:56 2025 +0000 Commit: Mathijs Saey mathsaey be> CommitDate: Sat Jun 14 23:37:56 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f66bc7b6 dev-embedded/fwup: add 1.13.0 Signed-off-by: Mathijs Saey mathsaey.be> dev-embedded/fwup/Manifest | 1 + dev-embedded/fwup/fwup-1.13.0.ebuild | 40 ++++++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+) diff --git a/dev-embedded/fwup/Manifest b/dev-embedded/fwup/Manifest index c375789093..b866cfd184 100644 --- a/dev-embedded/fwup/Manifest +++ b/dev-embedded/fwup/Manifest @@ -1 +1,2 @@ DIST fwup-1.12.0.tar.gz 4152060 BLAKE2B b1f556abfdf996a4d5128f49e9506804962d0968509b306bf067dfd540654c91a2750fd66aaa02647a52d6de30dca41dfb748aa0bafaf7684dfbe5d19430538a SHA512 7c1058b737185a909caa338fbcbd0629f69c228120c702d54577b4bd9616c3319648c53dd2d20392a1dd2cd8d64fbd376261cf2f5720cf1ee05c34161c74cd80 +DIST fwup-1.13.0.tar.gz 4154059 BLAKE2B 2da945061bbfe8cf8e0f2cec3b9a7582578f88da9800ac3e2982e653671b23d7e90f33949c758a569356acda0a879ef4b4a87e3b18829f4035f1b08aa7096a6d SHA512 b3d21d0e0e3a976024c3b749bcd618ad3de8dc27e5b7b0d0930de56815947522a41d5c23988118413d50f5edcd19808e556090653b0db338ea26383b48dd7587 diff --git a/dev-embedded/fwup/fwup-1.13.0.ebuild b/dev-embedded/fwup/fwup-1.13.0.ebuild new file mode 100644 index 0000000000..10b3732a88 --- /dev/null +++ b/dev-embedded/fwup/fwup-1.13.0.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Configurable embedded Linux firmware update creator and runner" +HOMEPAGE="https://github.com/fwup-home/fwup" +SRC_URI="https://github.com/fwup-home/fwup/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + >=app-arch/libarchive-3.7.9 + app-arch/zip + >=dev-libs/confuse-2.8 + dev-util/xdelta:3 + sys-fs/dosfstools + sys-fs/mtools + sys-fs/squashfs-tools +" + +src_prepare() { + default + ./autogen.sh +} + +src_test() { + # The fwup tests do not like the portage sandbox. Make them play nice. + + # Modify tests/common.sh to ensure $WRITE_SHIM and $MOUNT_SHIM point to + # files that don't exist. This is needed to ensure tests don't try to use + # LD_PRELOAD. + sed -i 's/^\(WRITE\|MOUNT\)_SHIM=".*"/\1_SHIM=""/' 'tests/common.sh' \ + || die 'Could not sed tests/common.sh' + + # set VERIFY_SYSCALLS_DISABLE, to disable tracing + VERIFY_SYSCALLS_DISABLE="" emake check +}