From patchwork Wed Sep 6 13:41:59 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7150 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Rgk7g1VDJz3wk9 for ; Wed, 6 Sep 2023 13:42:07 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Rgk7f1G9xz2dg; Wed, 6 Sep 2023 13:42:06 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Rgk7f0pX1z2xX9; Wed, 6 Sep 2023 13:42:06 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Rgk7c5S07z2xKQ for ; Wed, 6 Sep 2023 13:42:04 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Rgk7c3KLFzyP; Wed, 6 Sep 2023 13:42:04 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1694007724; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ii4glRqBJPVJ1UR7K28dzzm+nJyFf55jRebV7C1QOMU=; b=LSlqsUXIjmhjtWWlkXoLllfm98lMEOz4rzfIS17KigmOO0zjoGB57XDSunjBen8OaEa+PI CoY6IC3vkbZ+TmCg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1694007724; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ii4glRqBJPVJ1UR7K28dzzm+nJyFf55jRebV7C1QOMU=; b=BpEAQ2KPe4a2vq5H41y9yDKiJODQ6cMGkRABFaphRkriUmU/vCEX1dWo+wlw9KWuMpNdU2 pdQ2FCRNymSVE7YDn18stAiWqs0BobbbJI4tP1h3YnMB4u7dk4fTmlnwYYvkl7YvJw/SYy sn7dNephnpLBj8eaUUHD54BQ4+wXHbLAWJ4wqre59wXPgMPJxSbkmG2Ux/il6Ciu+PjudV qlBZaRhdM4pme5ik8VoFCm4uxO2A1rj882l/UlwcBcf3+TC95EeTDhlhdk+4wBmp3jMa/8 7Q2dJcDbwhsIWunS7W8CRH3FXhY12GsmVsJlD/BVWm8QH6GlB8AmFkecrPRrZA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 2/2] libgudev: Update to version 238 Date: Wed, 6 Sep 2023 15:41:59 +0200 Message-ID: <20230906134159.3430191-2-adolf.belka@ipfire.org> In-Reply-To: <20230906134159.3430191-1-adolf.belka@ipfire.org> References: <20230906134159.3430191-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - Update from version 237 to 238 - Update of rootfile not required. - With patches applied to eudev tarball, libgudev built without any problems. Testing will need to focus on use of QMI to ensure that it executes with no problems with this fix. - Changelog 238: * Fix newline stripping * Add g_udev_device_get_current_tags() * Add a number of tests, and devel docs * Fix devhelp not being able to find the docs * Skip locale test with locale isn't available Signed-off-by: Adolf Belka --- lfs/libgudev | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lfs/libgudev b/lfs/libgudev index bf0fec9b8..7e7d0fca5 100644 --- a/lfs/libgudev +++ b/lfs/libgudev @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2021 IPFire Team # +# Copyright (C) 2007-2023 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 237 +VER = 238 THISAPP = libgudev-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 5d39d4d26d8c8b3fa877319c294036294dbda96b340d2d04d7a35449d91b58de876b96b5e3d9423cdf3e1d3e2a94f5a861b1ac1e74a610637e0fc66248c68309 +$(DL_FILE)_BLAKE2 = 386491e78c82081e89dad897d16ea6733430a67db3f75f2d9fdee5474b074ad6fede9f08e429f4eb6feaa9bbbb982d9d039db738aac5b5ce0ffac2d3a19430d4 install : $(TARGET) @@ -71,9 +71,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && meson --prefix=/usr \ - --sysconfdir=/etc \ - --buildtype=release \ - builddir/ + --sysconfdir=/etc \ + --buildtype=release \ + builddir/ cd $(DIR_APP) && ninja -C builddir/ $(MAKETUNING) cd $(DIR_APP) && ninja -C builddir/ install @rm -rf $(DIR_APP)