]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
libgudev: Update to version 238
authorAdolf Belka <adolf.belka@ipfire.org>
Wed, 6 Sep 2023 13:41:59 +0000 (15:41 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 12 Sep 2023 16:06:26 +0000 (16:06 +0000)
- 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 <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/libgudev

index bf0fec9b8020095f949d479e1384cf50f878bc68..7e7d0fca532fa03e911147c1fae23e8163c08607 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2021  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2023  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # 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)