From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] sysfsutils: Update to 2.1.1 Date: Mon, 19 Jul 2021 13:46:25 +0200 Message-ID: <20210719114625.76907-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6811240949074011255==" List-Id: --===============6811240949074011255== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from 1.3.0 (2005) to 2.1.1 (2021) - Update rootfile - version 1.3.0 was from 2005. Version 2.1.0 was from 2006. No other updates = have been carried out since 2006 until Feb 2021 when the repository was migrated fro= m CVS to git. https://github.com/linux-ras/sysfsutils/releases - Installed iso, that was created from build, into testbed vm system. All men= u's opened and no issues found. Not 100% sure what to look for as I am not totally cl= ear what the library would be used for or by which programs. Probably needs testing= by someone who lnows what the sysfsutils library is used for. - Ran find-dependencies on the original library system before build and then = on the new library system after building and in both cases nothing was flagged up. So= it looks like no other programs are linked to the library. - pcmciautils required one of the sysfsutils include files to be available du= ring the build. ./configure was modified to allow pcmciautils to find the include f= ile - Changelog for changes from 2.1.0 to 2.1.1 Moved to git from CVS repository Modernized build system Source compiles on latest compilers Various bug fixes Removed Changelog and NEWS files Adjusted COPYING file to reflect set of directories covered under GPLv2 Added SUSE-specific libsysfs.conf Improvements to adopt git workflow Integration with Travis-CI Updated the documentation Special thanks to all the sysfsutils package maintainers. Thanks to: Aurelien Jarno, Christopher Engelhard, Guillem Jover, Kamalesh Babulal, Lee Duncan, Martin Pitt, Timm B=C3=A4der Tested-by: Adolf Belka Signed-off-by: Adolf Belka --- config/rootfiles/common/sysfsutils | 22 ++++++---------------- lfs/sysfsutils | 12 ++++++++---- 2 files changed, 14 insertions(+), 20 deletions(-) diff --git a/config/rootfiles/common/sysfsutils b/config/rootfiles/common/sys= fsutils index 32eca4ed5..b20a8def6 100644 --- a/config/rootfiles/common/sysfsutils +++ b/config/rootfiles/common/sysfsutils @@ -1,20 +1,10 @@ -#bin/dlist_test -#bin/get_bus_devices_list -#bin/get_class_dev -#bin/get_classdev_parent -#bin/get_device -#bin/get_driver -#bin/systool -#bin/testlibsysfs -#bin/write_attr -#lib/libsysfs.a #lib/libsysfs.la -lib/libsysfs.so -lib/libsysfs.so.1 -lib/libsysfs.so.1.0.3 -#man -#man/man1 -#man/man1/systool.1 +#lib/libsysfs.so +lib/libsysfs.so.2 +lib/libsysfs.so.2.0.1 +#lib/pkgconfig/libsysfs.pc +#usr/bin/systool #usr/include/sysfs #usr/include/sysfs/dlist.h #usr/include/sysfs/libsysfs.h +#usr/share/man/man1/systool.1 diff --git a/lfs/sysfsutils b/lfs/sysfsutils index b177cb322..6c872b16b 100644 --- a/lfs/sysfsutils +++ b/lfs/sysfsutils @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2018 IPFire Team = # +# Copyright (C) 2007-2021 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 1.3.0 +VER =3D 2.1.1 =20 THISAPP =3D sysfsutils-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -43,7 +43,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D d11c99271531be3c1e6d36b53968cd2b +$(DL_FILE)_MD5 =3D 537c110be7244905997262854505c30f =20 install : $(TARGET) =20 @@ -74,7 +74,11 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) $(UPDATE_AUTOMAKE) - cd $(DIR_APP) && ./configure --prefix=3D"" + cd $(DIR_APP) && ./autogen + cd $(DIR_APP) && ./configure \ + --prefix=3D/usr \ + --libdir=3D/lib \ + --disable-static cd $(DIR_APP) && make $(MAKETUNING) \ CFLAGS=3D"$(CFLAGS)" LDFLAGS=3D"$(LDFLAGS)" cd $(DIR_APP) && make install --=20 2.32.0 --===============6811240949074011255==--