From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 2/2] libgudev: Update to version 238 Date: Wed, 06 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> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7675387565554660928==" List-Id: --===============7675387565554660928== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - 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 proble= ms 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 @@ =20 include Config =20 -VER =3D 237 +VER =3D 238 =20 THISAPP =3D libgudev-$(VER) DL_FILE =3D $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D 5d39d4d26d8c8b3fa877319c294036294dbda96b340d2d04d7a354= 49d91b58de876b96b5e3d9423cdf3e1d3e2a94f5a861b1ac1e74a610637e0fc66248c68309 +$(DL_FILE)_BLAKE2 =3D 386491e78c82081e89dad897d16ea6733430a67db3f75f2d9fdee5= 474b074ad6fede9f08e429f4eb6feaa9bbbb982d9d039db738aac5b5ce0ffac2d3a19430d4 =20 install : $(TARGET) =20 @@ -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=3D/usr \ - --sysconfdir=3D/etc \ - --buildtype=3Drelease \ - builddir/ + --sysconfdir=3D/etc \ + --buildtype=3Drelease \ + builddir/ cd $(DIR_APP) && ninja -C builddir/ $(MAKETUNING) cd $(DIR_APP) && ninja -C builddir/ install @rm -rf $(DIR_APP) --=20 2.42.0 --===============7675387565554660928==--