This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via c4a96583466e091828207c8f361010a0b016e7a3 (commit) via ed1c441faaf2fe6fa3ffceb0eb1f443c20f8b8cb (commit) via 63ac685b9781a18642109696d19eda6fac249666 (commit) via 19d67c8202f3bd294c665a357f5db93233566855 (commit) via 63b6cf30ffff5b3ffbb7ddf1e7dd1813cd53166a (commit) via 04c56231bd74bf0264a61569c880d7f746e50b83 (commit) via 2d07d98cf7e541c3dab6c0069a2f02a735477b7f (commit) via 224649ce8e1ab580d43cf3fc3a09ce0b00a5a152 (commit) from a96f4600e2e4c1191c4e7bdff6f0ff054dbb8bcb (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit c4a96583466e091828207c8f361010a0b016e7a3 Author: Peter Müller peter.mueller@ipfire.org Date: Tue Nov 21 19:28:27 2023 +0000
Core Update 182: Ship lua
Signed-off-by: Peter Müller peter.mueller@ipfire.org
commit ed1c441faaf2fe6fa3ffceb0eb1f443c20f8b8cb Author: Adolf Belka adolf.belka@ipfire.org Date: Sat Nov 11 11:58:43 2023 +0100
lua: Update to version 5.4.6
- Update from version 5.4.4 to 5.4.6 - Update of rootfile - Updated version number in shared library patch - Changelog 5.4.6 read overflow in 'l_strcmp'. Reported by Xmilia Hermit on 09 Jun 2023. existed since 5.0 (at least). fixed in github. Call hook may be called twice when count hook yields. Reported by G.k Ray on 20 Jul 2023. existed since 5.4.0 (at least). fixed in github. Wrong line number for function calls. Reported by Thadeu de Paula on 20 Aug 2023. existed since 5.2. fixed in github. 5.4.5 Changing the signature of 'lua_resetthread' broke ABI. Reported by Andrew Gierth on 29 Apr 2023. fixed in 5.4.6. fixed in github
Signed-off-by: Adolf Belka adolf.belka@ipfire.org
commit 63ac685b9781a18642109696d19eda6fac249666 Author: Peter Müller peter.mueller@ipfire.org Date: Tue Nov 21 19:27:16 2023 +0000
Core Update 182: Ship xz
Signed-off-by: Peter Müller peter.mueller@ipfire.org
commit 19d67c8202f3bd294c665a357f5db93233566855 Author: Adolf Belka adolf.belka@ipfire.org Date: Fri Nov 10 11:59:10 2023 +0100
xz: Update to version 5.4.5
- Update from version 5.4.0 to 5.4.5 - Update of rootfile - Changelog 5.4.5 (2023-11-01) * liblzma: - Use __attribute__((__no_sanitize_address__)) to avoid address sanitization with CRC64 CLMUL. It uses 16-byte-aligned reads which can extend past the bounds of the input buffer and inherently trigger address sanitization errors. This isn't a bug. - Fixed an assertion failure that could be triggered by a large unpadded_size argument. It was verified that there was no other bug than the assertion failure. - Fixed a bug that prevented building with Windows Vista threading when __attribute__((__constructor__)) is not supported. * xz now properly handles special files such as "con" or "nul" on Windows. Before this fix, the following wrote "foo" to the console and deleted the input file "con_xz": echo foo | xz > con_xz xz --suffix=_xz --decompress con_xz * Build systems: - Allow builds with Windows win95 threading and small mode when __attribute__((__constructor__)) is supported. - Added a new line to liblzma.pc for MSYS2 (Windows): Cflags.private: -DLZMA_API_STATIC When compiling code that will link against static liblzma, the LZMA_API_STATIC macro needs to be defined on Windows. - CMake specific changes: * Fixed a bug that allowed CLOCK_MONOTONIC to be used even if the check for it failed. * Fixed a bug where configuring CMake multiple times resulted in HAVE_CLOCK_GETTIME and HAVE_CLOCK_MONOTONIC not being set. * Fixed the build with MinGW-w64-based Clang/LLVM 17. llvm-windres now has more accurate GNU windres emulation so the GNU windres workaround from 5.4.1 is needed with llvm-windres version 17 too. * The import library on Windows is now properly named "liblzma.dll.a" instead of "libliblzma.dll.a" * Fixed a bug causing the Ninja Generator to fail on UNIX-like systems. This bug was introduced in 5.4.0. * Added a new option to disable CLMUL CRC64. * A module-definition (.def) file is now created when building liblzma.dll with MinGW-w64. * The pkg-config liblzma.pc file is now installed on all builds except when using MSVC on Windows. * Added large file support by default for platforms that need it to handle files larger than 2 GiB. This includes MinGW-w64, even 64-bit builds. * Small fixes and improvements to the tests. * Updated translations: Chinese (simplified) and Esperanto.
Signed-off-by: Adolf Belka adolf.belka@ipfire.org
commit 63b6cf30ffff5b3ffbb7ddf1e7dd1813cd53166a Author: Peter Müller peter.mueller@ipfire.org Date: Tue Nov 21 19:24:52 2023 +0000
Core Update 182: Ship xfsprogs
Signed-off-by: Peter Müller peter.mueller@ipfire.org
commit 04c56231bd74bf0264a61569c880d7f746e50b83 Author: Adolf Belka adolf.belka@ipfire.org Date: Fri Nov 10 11:59:09 2023 +0100
xfsprogs: Update to version 6.5.0
- Update from version 6.4.0 to 6.5.0 - Update of rootfile - Changelog is not separately available. Details of changes can be seen by reviewing the git commits https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/log/
Signed-off-by: Adolf Belka adolf.belka@ipfire.org
commit 2d07d98cf7e541c3dab6c0069a2f02a735477b7f Author: Peter Müller peter.mueller@ipfire.org Date: Tue Nov 21 19:24:21 2023 +0000
Core Update 182: Ship usbutils
Signed-off-by: Peter Müller peter.mueller@ipfire.org
commit 224649ce8e1ab580d43cf3fc3a09ce0b00a5a152 Author: Adolf Belka adolf.belka@ipfire.org Date: Fri Nov 10 11:59:08 2023 +0100
usbutils: Update to version 017
- Update from version 015 to 017 - Update of rootfile - Changelog 017 lsusb: fix up [unknown] vendor and product strings. lsusb: fix build warning for dump_billboard_alt_mode_capability_desc() lsusb: add fallback names for 'lsusb -v' output names: simplify get_vendor_product_with_fallback() a bit Honor system libdir and includedir 016 usbutils: lsusb-t: print entries for devices with no interfaces Fix a typo in usb-spec.h lsusb.py.in: Display (device) power/wakeup via -w option. Fix an incorrect length value in hid descriptor. Fix misalignments in hid device descripptor. Use bigger buffer to place speed value string lsusb -h returns an error lsusb -h fixups lsusb -t: sort in bus order, not reverse order lsusb -t: print ports and busses and devices with same width lsusb -t: assign_interface_to_parent() fixups lsusb.8.in: fix up missing '-' in text README.md: add source location lsusb.py: fix up wakeup logic for devices that do not support it lsusb.py.in: add another default path for usb.ids names.c: if a string can not be found in the usb.ids file, return [unknown] lsusb-t: if a driver is not bound to an interface, report "[none]" Generate usbutils.pc pkgconfig file usbreset: Allow idProduct and idVendor to be 0 usb-devices: make shellcheck happy lsusb: Add function that sorts the output by device ID. lsusb: Additional sorting by bus number. lsusb: This is a more compact implementation of the device list sort implemented within this pull request. The output remains the same as the one demonstrated in the previous commit.
Signed-off-by: Adolf Belka adolf.belka@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/common/lua | 2 +- config/rootfiles/common/usbutils | 1 + config/rootfiles/common/xfsprogs | 2 ++ config/rootfiles/common/xz | 2 +- config/rootfiles/{oldcore/100 => core/182}/filelists/lua | 0 config/rootfiles/{oldcore/164 => core/182}/filelists/usbutils | 0 config/rootfiles/{oldcore/125 => core/182}/filelists/xfsprogs | 0 config/rootfiles/{oldcore/100 => core/182}/filelists/xz | 0 config/rootfiles/core/182/update.sh | 1 + lfs/lua | 10 +++++----- lfs/usbutils | 6 +++--- lfs/xfsprogs | 4 ++-- lfs/xz | 4 ++-- ...shared_library-1.patch => lua-5.4.6-shared_library-1.patch} | 0 14 files changed, 18 insertions(+), 14 deletions(-) copy config/rootfiles/{oldcore/100 => core/182}/filelists/lua (100%) copy config/rootfiles/{oldcore/164 => core/182}/filelists/usbutils (100%) copy config/rootfiles/{oldcore/125 => core/182}/filelists/xfsprogs (100%) copy config/rootfiles/{oldcore/100 => core/182}/filelists/xz (100%) rename src/patches/{lua-5.4.3-shared_library-1.patch => lua-5.4.6-shared_library-1.patch} (100%)
Difference in files: diff --git a/config/rootfiles/common/lua b/config/rootfiles/common/lua index ac844ac03..6b69167ef 100644 --- a/config/rootfiles/common/lua +++ b/config/rootfiles/common/lua @@ -7,7 +7,7 @@ usr/bin/luac #usr/include/lualib.h #usr/lib/liblua.so usr/lib/liblua.so.5.4 -usr/lib/liblua.so.5.4.4 +usr/lib/liblua.so.5.4.6 #usr/lib/lua #usr/lib/lua/5.4 #usr/lib/pkgconfig/lua.pc diff --git a/config/rootfiles/common/usbutils b/config/rootfiles/common/usbutils index 2ebf4f95c..9a30134ce 100644 --- a/config/rootfiles/common/usbutils +++ b/config/rootfiles/common/usbutils @@ -2,6 +2,7 @@ usr/bin/lsusb usr/bin/lsusb.py usr/bin/usb-devices usr/bin/usbhid-dump +#usr/lib/pkgconfig/usbutils.pc #usr/share/man/man1/usb-devices.1 #usr/share/man/man8/lsusb.8 #usr/share/man/man8/usbhid-dump.8 diff --git a/config/rootfiles/common/xfsprogs b/config/rootfiles/common/xfsprogs index d3223c007..cccbd9a34 100644 --- a/config/rootfiles/common/xfsprogs +++ b/config/rootfiles/common/xfsprogs @@ -1,5 +1,6 @@ lib/libhandle.so.1 lib/libhandle.so.1.0.3 +lib/udev/rules.d/64-xfs.rules sbin/fsck.xfs sbin/mkfs.xfs sbin/xfs_repair @@ -111,3 +112,4 @@ usr/sbin/xfs_spaceman #usr/share/xfsprogs/mkfs/lts_5.15.conf #usr/share/xfsprogs/mkfs/lts_5.4.conf #usr/share/xfsprogs/mkfs/lts_6.1.conf +#usr/share/xfsprogs/mkfs/lts_6.6.conf diff --git a/config/rootfiles/common/xz b/config/rootfiles/common/xz index ae40ff580..f3818a083 100644 --- a/config/rootfiles/common/xz +++ b/config/rootfiles/common/xz @@ -41,7 +41,7 @@ usr/bin/xzmore #usr/lib/liblzma.la #usr/lib/liblzma.so usr/lib/liblzma.so.5 -usr/lib/liblzma.so.5.4.4 +usr/lib/liblzma.so.5.4.5 #usr/lib/pkgconfig/liblzma.pc #usr/share/doc/xz #usr/share/doc/xz/AUTHORS diff --git a/config/rootfiles/core/182/filelists/lua b/config/rootfiles/core/182/filelists/lua new file mode 120000 index 000000000..951f661c5 --- /dev/null +++ b/config/rootfiles/core/182/filelists/lua @@ -0,0 +1 @@ +../../../common/lua \ No newline at end of file diff --git a/config/rootfiles/core/182/filelists/usbutils b/config/rootfiles/core/182/filelists/usbutils new file mode 120000 index 000000000..31db5a7ac --- /dev/null +++ b/config/rootfiles/core/182/filelists/usbutils @@ -0,0 +1 @@ +../../../common/usbutils \ No newline at end of file diff --git a/config/rootfiles/core/182/filelists/xfsprogs b/config/rootfiles/core/182/filelists/xfsprogs new file mode 120000 index 000000000..91032964d --- /dev/null +++ b/config/rootfiles/core/182/filelists/xfsprogs @@ -0,0 +1 @@ +../../../common/xfsprogs \ No newline at end of file diff --git a/config/rootfiles/core/182/filelists/xz b/config/rootfiles/core/182/filelists/xz new file mode 120000 index 000000000..734e926c7 --- /dev/null +++ b/config/rootfiles/core/182/filelists/xz @@ -0,0 +1 @@ +../../../common/xz \ No newline at end of file diff --git a/config/rootfiles/core/182/update.sh b/config/rootfiles/core/182/update.sh index 9c1f91589..0bcb91105 100644 --- a/config/rootfiles/core/182/update.sh +++ b/config/rootfiles/core/182/update.sh @@ -41,6 +41,7 @@ extract_files # Remove files rm -rvf \ /usr/bin/gawk-5.2* \ + /usr/lib/liblzma.so.5.4* \ /usr/lib/libqpdf.so.29.5*
# update linker config diff --git a/lfs/lua b/lfs/lua index b61936c49..96be2090a 100644 --- a/lfs/lua +++ b/lfs/lua @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2019 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 = 5.4.4 +VER = 5.4.6
THISAPP = lua-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 8747ef5c83bd4c54b73eeaad6991ab5fccc54ee000973afd9cf3367b8945f03c54e843ec88c48043003cd9d3b42281c593cb485b7165add2744cfea06d8b7668 +$(DL_FILE)_BLAKE2 = b5d8dbc4b3ec1708b715be438c1a1f48d4f5f226885992af147c1aa6a8823bed318f77ef7cc92b265dadd26cf6088f0f39784fbfd2f9887c35de8e9def2c0558
install : $(TARGET)
@@ -70,7 +70,7 @@ $(subst %,%_BLAKE2,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/lua-5.4.3-shared_library-1.patch + cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/lua-5.4.6-shared_library-1.patch # install lua pkgconfig file install -v -m 644 ${DIR_SRC}/config/lua/lua.pc \ /usr/lib/pkgconfig/lua.pc @@ -78,7 +78,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && make INSTALL_TOP=/usr \ INSTALL_DATA="cp -d" \ INSTALL_MAN=/usr/share/man/man1 \ - TO_LIB="liblua.so liblua.so.5.4 liblua.so.5.4.4" \ + TO_LIB="liblua.so liblua.so.5.4 liblua.so.5.4.6" \ install @rm -rf $(DIR_APP) @$(POSTBUILD) diff --git a/lfs/usbutils b/lfs/usbutils index 922bb0e14..780b6297a 100644 --- a/lfs/usbutils +++ b/lfs/usbutils @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2022 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 = 015 +VER = 017
THISAPP = usbutils-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 6056947e3df829e988b9429827c69234a90b7ad1be666d54566211bc6c8e09e74372543059827a39cab2badd1df71deff1147503bef3850a38bffefe3b2ae0e2 +$(DL_FILE)_BLAKE2 = 1dc37f50bd214cd1612819c5814e5a6fe01609b21830e40f03c163a1e100f8d041e93defc0981da8a8a2a8c8a07283a09d3e37101e9ae1d61fd2842809ebcc0e
install : $(TARGET)
diff --git a/lfs/xfsprogs b/lfs/xfsprogs index 8f58d33ea..c91368521 100644 --- a/lfs/xfsprogs +++ b/lfs/xfsprogs @@ -24,7 +24,7 @@
include Config
-VER = 6.4.0 +VER = 6.5.0
THISAPP = xfsprogs-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 566a80a1fa90520c6cc2b20c8e8cde41eb83a48f0b6d4a978f9e5d43960e99b54cab3e0c2cd4147a3d8f4944e50876063fc571441c8239d6deaaa01604843a6b +$(DL_FILE)_BLAKE2 = 40d578bf5bf3da93c608d2a1c5af02f0ac3a99c695b8003f684b75ce01b8d89dc197620e724e5461da174e050068c352eff622e970ea748e53685ab942cc2e92
install : $(TARGET)
diff --git a/lfs/xz b/lfs/xz index 8270048fc..4be66e1b1 100644 --- a/lfs/xz +++ b/lfs/xz @@ -24,7 +24,7 @@
include Config
-VER = 5.4.4 +VER = 5.4.5
THISAPP = xz-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -45,7 +45,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 4b4c2bf33c964c16af15b2226ec7a922565026bd21192e193c0896a9d1a27a92bc08dbd842b9fa76ae9428b48a320ca65609b080caa41e0eaab7b6659b287968 +$(DL_FILE)_BLAKE2 = 08d9afebd927ea5d155515a4c9eedda4d1a249f2b1ab6ada11f50e5b7a3c90b389b32378ab1c0872c7f4627de8dff37149d85e49f7f4d30614add37320ec4f3e
install : $(TARGET)
diff --git a/src/patches/lua-5.4.3-shared_library-1.patch b/src/patches/lua-5.4.6-shared_library-1.patch similarity index 100% rename from src/patches/lua-5.4.3-shared_library-1.patch rename to src/patches/lua-5.4.6-shared_library-1.patch
hooks/post-receive -- IPFire 2.x development tree