- Update from version 6.7.0 to 6.8.0 - Update of rootfile - Changelog is only available from the git commits. https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/log/
Signed-off-by: Adolf Belka adolf.belka@ipfire.org --- config/rootfiles/common/iproute2 | 4 +--- lfs/iproute2 | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/config/rootfiles/common/iproute2 b/config/rootfiles/common/iproute2 index fb68e31f2..da7134d2d 100644 --- a/config/rootfiles/common/iproute2 +++ b/config/rootfiles/common/iproute2 @@ -30,8 +30,6 @@ sbin/vdpa #usr/include/iproute2/bpf_elf.h #usr/lib/tc #usr/lib/tc/experimental.dist -usr/lib/tc/m_ipt.so -usr/lib/tc/m_xt.so #usr/lib/tc/normal.dist #usr/lib/tc/pareto.dist #usr/lib/tc/paretonormal.dist @@ -129,6 +127,7 @@ usr/share/bash-completion/completions/tc #usr/share/man/man8/tc-fq_codel.8 #usr/share/man/man8/tc-fq_pie.8 #usr/share/man/man8/tc-fw.8 +#usr/share/man/man8/tc-gact.8 #usr/share/man/man8/tc-gate.8 #usr/share/man/man8/tc-hfsc.8 #usr/share/man/man8/tc-htb.8 @@ -160,7 +159,6 @@ usr/share/bash-completion/completions/tc #usr/share/man/man8/tc-tunnel_key.8 #usr/share/man/man8/tc-u32.8 #usr/share/man/man8/tc-vlan.8 -#usr/share/man/man8/tc-xt.8 #usr/share/man/man8/tc.8 #usr/share/man/man8/tipc-bearer.8 #usr/share/man/man8/tipc-link.8 diff --git a/lfs/iproute2 b/lfs/iproute2 index ce2ee1f81..17f25dddc 100644 --- a/lfs/iproute2 +++ b/lfs/iproute2 @@ -24,7 +24,7 @@
include Config
-VER = 6.7.0 +VER = 6.8.0 # https://mirrors.edge.kernel.org/pub/linux/utils/net/iproute2/
THISAPP = iproute2-$(VER) @@ -41,7 +41,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = df55dffc54ed196d43a86ce40e887dca6390b91289a492266568ff31aa8b2827fbd91c18676e14706df844fbfe3a5c50bf927ed4401e098e385d401ec3d5c116 +$(DL_FILE)_BLAKE2 = d30cdff8522627c27c9165f068f42adbec38f15548a8f2cd31276f283880dc402e10c5989e7227e80cdc891bcc4a574b330d634ae550e689758b849c0506c31f
install : $(TARGET)
- Update from version 1.3.1 to 1.4.0 - Update of rootfile - Changelog is available on meson website https://mesonbuild.com/Release-notes-for-1-4-0.html
Signed-off-by: Adolf Belka adolf.belka@ipfire.org --- config/rootfiles/common/meson | 14 +++++++------- lfs/meson | 6 +++--- 2 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/config/rootfiles/common/meson b/config/rootfiles/common/meson index ff8e294d1..6db0e34ed 100644 --- a/config/rootfiles/common/meson +++ b/config/rootfiles/common/meson @@ -1,11 +1,11 @@ #usr/bin/meson -#usr/lib/python3.10/site-packages/meson-1.3.1-py3.10.egg-info -#usr/lib/python3.10/site-packages/meson-1.3.1-py3.10.egg-info/PKG-INFO -#usr/lib/python3.10/site-packages/meson-1.3.1-py3.10.egg-info/SOURCES.txt -#usr/lib/python3.10/site-packages/meson-1.3.1-py3.10.egg-info/dependency_links.txt -#usr/lib/python3.10/site-packages/meson-1.3.1-py3.10.egg-info/entry_points.txt -#usr/lib/python3.10/site-packages/meson-1.3.1-py3.10.egg-info/requires.txt -#usr/lib/python3.10/site-packages/meson-1.3.1-py3.10.egg-info/top_level.txt +#usr/lib/python3.10/site-packages/meson-1.4.0-py3.10.egg-info +#usr/lib/python3.10/site-packages/meson-1.4.0-py3.10.egg-info/PKG-INFO +#usr/lib/python3.10/site-packages/meson-1.4.0-py3.10.egg-info/SOURCES.txt +#usr/lib/python3.10/site-packages/meson-1.4.0-py3.10.egg-info/dependency_links.txt +#usr/lib/python3.10/site-packages/meson-1.4.0-py3.10.egg-info/entry_points.txt +#usr/lib/python3.10/site-packages/meson-1.4.0-py3.10.egg-info/requires.txt +#usr/lib/python3.10/site-packages/meson-1.4.0-py3.10.egg-info/top_level.txt #usr/lib/python3.10/site-packages/mesonbuild #usr/lib/python3.10/site-packages/mesonbuild/__init__.py #usr/lib/python3.10/site-packages/mesonbuild/_pathlib.py diff --git a/lfs/meson b/lfs/meson index 47156561f..fa5512b81 100644 --- a/lfs/meson +++ b/lfs/meson @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2023 IPFire Team info@ipfire.org # +# Copyright (C) 2007-2024 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 = 1.3.1 +VER = 1.4.0
THISAPP = meson-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 64d53eddc8cb321a4e2dabaa4b7499798a7b68764b1a7a5182bfa21d081dc07105acab616119b88ff610e5d75504f03d1c0aefee3602ddf538fc491ff3d0204a +$(DL_FILE)_BLAKE2 = 7f742ef870c182e552c1ff3508d65f251009d610def6a08e01fddb6c6a4ed6d608ead0d52cf8ca7d66b5bd7a4732dccd7ab5d98f141a4a61e275398885f79486
install : $(TARGET)
- Update from version 1.4 to 1.5.1 - Update of rootfile - Changelog 1.5.1 Opus 1.5.1 fixes the meson build that was broken in 1.5. 1.5 Opus 1.5 is the first release to make extended use of ML in the encoder and decoder. You can read all the details in the release demo page. In summary, major changes since 1.4 include: Significant improvement to packet loss robustness using Deep Redundancy (DRED) Improved packet loss concealment through Deep PLC Low-bitrate speech quality enhancement down to 6 kb/s wideband Improved x86 (AVX2) and Arm (Neon) optimizations Support for 4th and 5th order ambisonics In addition to the improvements above, this release includes many minor bug fixes.
Signed-off-by: Adolf Belka adolf.belka@ipfire.org --- config/rootfiles/packages/opus | 2 +- lfs/opus | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/config/rootfiles/packages/opus b/config/rootfiles/packages/opus index 398135c3d..1865d30e2 100644 --- a/config/rootfiles/packages/opus +++ b/config/rootfiles/packages/opus @@ -8,6 +8,6 @@ #usr/lib/libopus.la #usr/lib/libopus.so usr/lib/libopus.so.0 -usr/lib/libopus.so.0.9.0 +usr/lib/libopus.so.0.10.0 #usr/lib/pkgconfig/opus.pc #usr/share/aclocal/opus.m4 diff --git a/lfs/opus b/lfs/opus index e91c6a0e1..a7858f5c8 100644 --- a/lfs/opus +++ b/lfs/opus @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2023 IPFire Team info@ipfire.org # +# Copyright (C) 2007-2024 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 # @@ -26,7 +26,7 @@ include Config
SUMMARY = Opus Audio Codec Library
-VER = 1.4 +VER = 1.5.1
THISAPP = opus-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = opus -PAK_VER = 4 +PAK_VER = 5
DEPS =
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 21f11df745cb868f4da1586d678901045fd9bd0c0590628015f3adc2522c88b0660df88096abe975051fec3188b76b93762c4a01907c2ab2b23c40fde79cf6ad +$(DL_FILE)_BLAKE2 = 5ba1d6f28594f366b545507bafb22751e15a0e78e152e7cdef456dccb0bc9fc512faa18c90fb4ea5455a9535de89df987dea8a0fabce9a25c285d0c410d4b482
install : $(TARGET) check : $(patsubst %,$(DIR_CHK)/%,$(objects))
- Update from version 24.01.0 to 24.03.0 - Update of rootfile - find-dependencies run due to sobump. No issues found - Changelog 24.03.0: core: * Fix opening some malformed files. Issue #1447 * Skip drawing image when it has singular matrix. Issue #1114 * Fix crash on malformed files * Small internal code cleanup utils: * pdfdetach: Fix potential directory traversal * pdfimages: Enable to print filenames to stdout. * pdfsig: Add visible name/date when signing an existing form signature field 24.02.0: core: * Fix reading some JBIG2 streams. Issue #1319 * Fix saving some annotation interior color when it's empty * Make searching for fonts when adding annotations a bit faster * Make sure images are compressed when adding them * Small internal code cleanup utils: * pdfimages: return exit code 2 when error opening output files
Signed-off-by: Adolf Belka adolf.belka@ipfire.org --- config/rootfiles/common/poppler | 4 ++-- lfs/poppler | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/config/rootfiles/common/poppler b/config/rootfiles/common/poppler index 68deecd65..192011364 100644 --- a/config/rootfiles/common/poppler +++ b/config/rootfiles/common/poppler @@ -173,8 +173,8 @@ usr/lib/libpoppler-cpp.so.0.11.0 usr/lib/libpoppler-glib.so.8 usr/lib/libpoppler-glib.so.8.26.0 #usr/lib/libpoppler.so -usr/lib/libpoppler.so.133 -usr/lib/libpoppler.so.133.0.0 +usr/lib/libpoppler.so.135 +usr/lib/libpoppler.so.135.0.0 #usr/lib/pkgconfig/poppler-cpp.pc #usr/lib/pkgconfig/poppler-glib.pc #usr/lib/pkgconfig/poppler.pc diff --git a/lfs/poppler b/lfs/poppler index 03838d09a..27b06c5ea 100644 --- a/lfs/poppler +++ b/lfs/poppler @@ -24,7 +24,7 @@
include Config
-VER = 24.01.0 +VER = 24.03.0
THISAPP = poppler-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 16c87a4338c73fcccfac3ac477807a7f96c8e95e68efff484d9d544da10815972f20d40f71091c6092913d82b205ca0d1bd25acbaba79277e1a1bf19ba397e6d +$(DL_FILE)_BLAKE2 = 34cd3b64b1fbee53727d99bf73a896331c15d816ea77aa678a9ebe4bc6ddf8c859ae004915aba36346dbcb13862d7d6670562e45d99888d444c523d83c90b58a
install : $(TARGET)
- Update from version 2.28.5 to 2.30.1 - Update of rootfile - Changelog 2.30.1 Fixed a regression causing SDL_WaitEvent() to return spurious failures Fixed X11 cursors on the latest release of GNOME Wayland windows automatically have OpenGL enabled again Fixed memory corruption when converting signed 16-bit audio to float Fixed audio artifacts when converting signed 8-bit audio to float Fixed the clip rectangle not being updated when the viewport changes in the SDL renderer Convert mouse wheel coordinates to the rendering view in the SDL renderer Fixed a crash handling controllers on macOS Fixed a crash setting a window fullscreen with Emscripten Fixed the keyboard automatically popping up when resuming an application on Android 2.30.0 In addition to lots of bug fixes, here are the major changes in this release: General: Added support for 2 bits-per-pixel indexed surface formats Added the function SDL_GameControllerGetSteamHandle() to get the Steam API handle for a controller, if available Added the event SDL_CONTROLLERSTEAMHANDLEUPDATED which is sent when the Steam API handle for a controller changes. This could also change the name, VID, and PID of the controller. Added the environment variable SDL_LOGGING to control default log output macOS: Added the hint SDL_HINT_JOYSTICK_IOKIT to control whether the IOKit controller driver should be used Added the hint SDL_HINT_JOYSTICK_MFI to control whether the GCController controller driver should be used Added the hint SDL_HINT_RENDER_METAL_PREFER_LOW_POWER_DEVICE to choose whether high or low power GPU should be used for rendering, in the case where there are multiple GPUs available Xbox: Added the function SDL_GDKGetDefaultUser()
Signed-off-by: Adolf Belka adolf.belka@ipfire.org --- config/rootfiles/packages/sdl2 | 2 +- lfs/sdl2 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/config/rootfiles/packages/sdl2 b/config/rootfiles/packages/sdl2 index 10691044c..b0d960660 100644 --- a/config/rootfiles/packages/sdl2 +++ b/config/rootfiles/packages/sdl2 @@ -82,7 +82,7 @@ #usr/lib/cmake/SDL2/sdl2-config-version.cmake #usr/lib/cmake/SDL2/sdl2-config.cmake usr/lib/libSDL2-2.0.so.0 -usr/lib/libSDL2-2.0.so.0.2800.5 +usr/lib/libSDL2-2.0.so.0.3000.1 #usr/lib/libSDL2.la usr/lib/libSDL2.so #usr/lib/libSDL2_test.a diff --git a/lfs/sdl2 b/lfs/sdl2 index 51d7de8cc..de7a5e736 100644 --- a/lfs/sdl2 +++ b/lfs/sdl2 @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2023 IPFire Team info@ipfire.org # +# Copyright (C) 2007-2024 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 = 2.28.5 +VER = 2.30.1 SUMMARY = Simple DirectMedia Layer Library
THISAPP = SDL2-$(VER) @@ -33,7 +33,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = sdl2 -PAK_VER = 14 +PAK_VER = 15
DEPS = alsa
@@ -47,7 +47,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = c96481bc02af6b6d077247238f7e46b0e3ec216664584add29cafb0a91d06dc6ddc637a01519dbd7182d4fa59cfaf26ad6733f72583021cf65849416f9c4b698 +$(DL_FILE)_BLAKE2 = 5cc651bcb38a1a3989a966351074b1a77f511b5bef0d3c9aef06d67d89f1d0ee926f5cba4bf2d45be28bb3f1e9da9b3f17a85f094c8547586072b24ee342777d
install : $(TARGET)
- Update from 4.14.5 to 4.15.0 - Update of rootfile not required - Changelog 4.15.0 libshadow: Fix build error (parameter name omitted). Build system: Link correctly with libdl. Install pam configs for chpasswd(8) and newusers(8) when using ./configure --with-libpam --disable-account-tools-setuid. Merge libshadow and libmisc into a single libshadow. This fixes problems in the linker, which were reported at least in Gentoo. Fix build with musl libc. Support out of tree builds useradd(8): Set proper SELinux labels for def_usrtemplate 4.14.6 login(1): Fix off-by-one bugs. passwd(1): Don't silently truncate passwords of length >= 200 characters. Instead, accept a length of PASS_MAX, and reject longer ones. libshadow: Fix calculation in strtoday(), which caused a wrong half-day offset in some cases. Fix parsing of dates in get_date(). Use utmpx instead of utmp. This fixes a regression introduced in 4.14.0.
Signed-off-by: Adolf Belka adolf.belka@ipfire.org --- lfs/shadow | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lfs/shadow b/lfs/shadow index f88c6c283..46b716c27 100644 --- a/lfs/shadow +++ b/lfs/shadow @@ -24,7 +24,7 @@
include Config
-VER = 4.14.5 +VER = 4.15.0
THISAPP = shadow-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 885d2b23ed670cf26452eb208d561478b7410ffbb04a054feb65efb7da6f1d51eb992da61b72409f8991ee35efd7e7cf7a9bc770edec5f855ace32f82aaa7b55 +$(DL_FILE)_BLAKE2 = 1a7594c6f93d1c8cad8caa574cdcda60a48d7c001c9ad48e540b26763d9a1cd7fba9501a0a451a5a64889dd6c0cbcf4d026fc72a7ee5a3ee682931bfe7e1b391
install : $(TARGET)
- Update from version 3450100 to 3450200 - Update of rootfile not required - Changelog 3450200 (3.45.2) Fix an error in UPSERT, introduced by enhancement 3a in version 3.35.0 (2021-03-12), that could cause an index to get out-of-sync with its table. Forum thread 919c6579c8. Reduce the scope of the NOT NULL strength reduction optimization that was added as item 8e in version 3.35.0 (2021-03-12). The optimization was being attempted in some contexts where it did not work, resulting in incorrect query results. Forum thread 440f2a2f17. Other trifling corrections and compiler warning fixes that have come up since the previous patch release.
Signed-off-by: Adolf Belka adolf.belka@ipfire.org --- lfs/sqlite | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lfs/sqlite b/lfs/sqlite index 0ad87a082..922b303b7 100644 --- a/lfs/sqlite +++ b/lfs/sqlite @@ -24,7 +24,7 @@
include Config
-VER = 3450100 +VER = 3450200
THISAPP = sqlite-autoconf-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 2725faccde5b964b3c037ae0f885b3461c01619e6c086e53f53cc1ecf7e75a46dd1ac4bec4803bc149014d158976607d195993e5d925b723284512a880010bf5 +$(DL_FILE)_BLAKE2 = 7bc225167a6792a35c2e7a324fe9bff1a1540a01b0fd04197d023f113a368ba6034235045281c7653abdd2ea67aa10a5ed19b024d1d25bdb7232533e25dfb991
install : $(TARGET)
- Update from version 8.6.13 to 8.6.14 - Update of rootfile - Changelog 8.6.14 This is a patch release, so it primarily includes bug fixes and corrections to erratic behavior. Highlighted changes are noted below. The changes file at the root of the source tree contains a more complete list. The Timelines of all changes are online. http://core.tcl-lang.org/tcl/timeline http://core.tcl-lang.org/tk/timeline * [TIP 402] revise path normalization for x-platform UNC path support *** POTENTIAL INCOMPATIBILITY *** * Harmonize Tk's parse of numbers (screen distance, etc) with Tcl *** POTENTIAL INCOMPATIBILITY *** * Iconlist ignores options db for fg text color; affects dialogs *** POTENTIAL INCOMPATIBILITY *** * Aqua: XPutImage() swaps red and blue channels *** POTENTIAL INCOMPATIBILITY *** * [encoding convertfrom] handling of incomplete code sequences *** POTENTIAL INCOMPATIBILITY *** * Harmonize handling of ~ in paths across platforms. *** POTENTIAL INCOMPATIBILITY *** * Fix menu clone binding misbehavior, menu-20.1[2-6]. *** POTENTIAL INCOMPATIBILITY *** * Improved performance of [exec] and [open |$cmd] on unix-lke systems, especially with large memory footprints. * Improve performance of large treeview destruction. * Improve performance of large image insertions into text. * Improve widget creation performance due to poor font caching. * Fix notebook tab appearances when placed on edge other than top. * Enable treeview display of partial final line. * Win: restore [exec %var%] that was dropped in 8.6.13. * Allow [chan create {} $cmd]. Enables simulation of server channels. * Allow return from [tk scaling] in safe interps. * Prevent navigation by word exposing clues to masked entry contents. * Fix crashes or hangs in... - [chan pop] with pending input - thread finalization of reflected channels - [label .l -bitmap floppy] - [set tcl_precision 15; expr 6.4623485355705287e-27] - [tk busy forget] and [tk busy hold] - channel read into "string" Tcl_Obj can BO, and perform poorly - KVO crash after destroying Aqua's first root toplevel - Test treeview-6ee162c3f9 - Test tailcall-bug-784befb0ba - Tests menu-40.[12] * Repair memory leaks and errors - Eliminate undefined realloc() calls - Silence many warnings from -fsanitize=function - Flawed interfacing with XIM - Tcl_UtfToExternal writing to one-byte buffer - Tcl_UtfToUniChar() handling of 0xC1. - Tk_ConfigureValue could call wrong free() routine. - tests getuncichar-1.* in utf.test - ...and many more * No more support for 32-bit Cygwin * ::tcl_platform(osVersion) updated to report Windows 11 * Accommodate macOS deprecation of sprintf() * Silence macOS 14 warnings about secure restorable state. * Code changes to support ASan use-after-return detection * Revise Tcl_MakeFileChannel() to better partner with pledge() * Prevent false [clock format] error reports on FreeBSD * Region clip & copy make better use of OS facilities. * Update handling of Apple FourCC creator codes. * Text selection omits first character, text-38.1 * Windows: improved support of non-BMP pathnames * Fixed some Y2038 limitations * Fix photo color drawing on X11 32-bit visuals. * Fix <<MenuSelect>> regression on menus with -tearoff * Correct rounding of [nsFont pointSize]. * zlib comment/filename error handling (zlib-8.19, zlib-8.2[012]) * Prevent theme change attempts after Tk finalize. * Make dialogs robust against parent destruction. * Make [tk_chooseColor] robust against failed grab. * Fix menu parsing of @x,y indices. menu-22.[6-9] * Fix inconsistent results from [font measure]. * Fixed [clock scan|add] handling of abbreviated options * Avoid endless loops replacing [unknown] or [history]. * Fix polluted error messages from [send -option]. * PNG photo image decoder missed a 0xFF entry. * Fix failing winTime-2.1 on Windows * test string-2.20.1 failed on big endian platforms * Updated bundled packages, libraries, standards, data - Itcl 4.2.4 - sqlite3 3.44.2 - Thread 2.8.9 - TDBC* 1.1.7 - tcltest 2.5.7 - libtommath 1.2.1 - zlib 1.3.1 - Unicode 15.1 - tzdata 2024a
Signed-off-by: Adolf Belka adolf.belka@ipfire.org --- config/rootfiles/common/tcl | 70 ++++++++++++++++++------------------- lfs/tcl | 6 ++-- 2 files changed, 38 insertions(+), 38 deletions(-)
diff --git a/config/rootfiles/common/tcl b/config/rootfiles/common/tcl index 5dd185c51..e01d7cfa2 100644 --- a/config/rootfiles/common/tcl +++ b/config/rootfiles/common/tcl @@ -25,20 +25,20 @@ usr/bin/tclsh8.6 #usr/include/tdbc.h #usr/include/tdbcDecls.h #usr/include/tdbcInt.h -usr/lib/itcl4.2.3 -usr/lib/itcl4.2.3/itcl.tcl -usr/lib/itcl4.2.3/itclConfig.sh -usr/lib/itcl4.2.3/itclHullCmds.tcl -usr/lib/itcl4.2.3/itclWidget.tcl -usr/lib/itcl4.2.3/libitcl4.2.3.so -usr/lib/itcl4.2.3/libitclstub4.2.3.a -usr/lib/itcl4.2.3/pkgIndex.tcl +usr/lib/itcl4.2.4 +usr/lib/itcl4.2.4/itcl.tcl +usr/lib/itcl4.2.4/itclConfig.sh +usr/lib/itcl4.2.4/itclHullCmds.tcl +usr/lib/itcl4.2.4/itclWidget.tcl +usr/lib/itcl4.2.4/libitcl4.2.4.so +usr/lib/itcl4.2.4/libitclstub4.2.4.a +usr/lib/itcl4.2.4/pkgIndex.tcl usr/lib/libtcl8.6.so #usr/lib/libtclstub8.6.a #usr/lib/pkgconfig/tcl.pc -#usr/lib/sqlite3.40.0 -usr/lib/sqlite3.40.0/libsqlite3.40.0.so -usr/lib/sqlite3.40.0/pkgIndex.tcl +usr/lib/sqlite3.44.2 +usr/lib/sqlite3.44.2/libsqlite3.44.2.so +usr/lib/sqlite3.44.2/pkgIndex.tcl #usr/lib/tcl8 #usr/lib/tcl8.6 usr/lib/tcl8.6/auto.tcl @@ -273,35 +273,35 @@ usr/lib/tcl8/8.4/platform-1.0.19.tm usr/lib/tcl8/8.4/platform/shell-1.1.4.tm #usr/lib/tcl8/8.5 usr/lib/tcl8/8.5/msgcat-1.6.1.tm -usr/lib/tcl8/8.5/tcltest-2.5.5.tm +usr/lib/tcl8/8.5/tcltest-2.5.7.tm #usr/lib/tcl8/8.6 usr/lib/tcl8/8.6/http-2.9.8.tm usr/lib/tcl8/8.6/tdbc -usr/lib/tcl8/8.6/tdbc/sqlite3-1.1.5.tm +usr/lib/tcl8/8.6/tdbc/sqlite3-1.1.7.tm usr/lib/tclConfig.sh usr/lib/tclooConfig.sh -usr/lib/tdbc1.1.5 -usr/lib/tdbc1.1.5/libtdbc1.1.5.so -usr/lib/tdbc1.1.5/libtdbcstub1.1.5.a -usr/lib/tdbc1.1.5/pkgIndex.tcl -usr/lib/tdbc1.1.5/tdbc.tcl -usr/lib/tdbc1.1.5/tdbcConfig.sh -#usr/lib/tdbcmysql1.1.5 -usr/lib/tdbcmysql1.1.5/libtdbcmysql1.1.5.so -usr/lib/tdbcmysql1.1.5/pkgIndex.tcl -usr/lib/tdbcmysql1.1.5/tdbcmysql.tcl -#usr/lib/tdbcodbc1.1.5 -usr/lib/tdbcodbc1.1.5/libtdbcodbc1.1.5.so -usr/lib/tdbcodbc1.1.5/pkgIndex.tcl -usr/lib/tdbcodbc1.1.5/tdbcodbc.tcl -#usr/lib/tdbcpostgres1.1.5 -usr/lib/tdbcpostgres1.1.5/libtdbcpostgres1.1.5.so -usr/lib/tdbcpostgres1.1.5/pkgIndex.tcl -usr/lib/tdbcpostgres1.1.5/tdbcpostgres.tcl -#usr/lib/thread2.8.8 -usr/lib/thread2.8.8/libthread2.8.8.so -usr/lib/thread2.8.8/pkgIndex.tcl -usr/lib/thread2.8.8/ttrace.tcl +usr/lib/tdbc1.1.7 +usr/lib/tdbc1.1.7/libtdbc1.1.7.so +usr/lib/tdbc1.1.7/libtdbcstub1.1.7.a +usr/lib/tdbc1.1.7/pkgIndex.tcl +usr/lib/tdbc1.1.7/tdbc.tcl +usr/lib/tdbc1.1.7/tdbcConfig.sh +usr/lib/tdbcmysql1.1.7 +usr/lib/tdbcmysql1.1.7/libtdbcmysql1.1.7.so +usr/lib/tdbcmysql1.1.7/pkgIndex.tcl +usr/lib/tdbcmysql1.1.7/tdbcmysql.tcl +usr/lib/tdbcodbc1.1.7 +usr/lib/tdbcodbc1.1.7/libtdbcodbc1.1.7.so +usr/lib/tdbcodbc1.1.7/pkgIndex.tcl +usr/lib/tdbcodbc1.1.7/tdbcodbc.tcl +usr/lib/tdbcpostgres1.1.7 +usr/lib/tdbcpostgres1.1.7/libtdbcpostgres1.1.7.so +usr/lib/tdbcpostgres1.1.7/pkgIndex.tcl +usr/lib/tdbcpostgres1.1.7/tdbcpostgres.tcl +usr/lib/thread2.8.9 +usr/lib/thread2.8.9/libthread2.8.9.so +usr/lib/thread2.8.9/pkgIndex.tcl +usr/lib/thread2.8.9/ttrace.tcl #usr/man/man1/tclsh.1 #usr/man/man3 #usr/man/man3/DString.3 diff --git a/lfs/tcl b/lfs/tcl index 3bfde88a2..05cf99aa6 100644 --- a/lfs/tcl +++ b/lfs/tcl @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2023 IPFire Team info@ipfire.org # +# Copyright (C) 2007-2024 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 = 8.6.13 +VER = 8.6.14
THISAPP = tcl$(VER) DL_FILE = $(THISAPP)-src.tar.gz @@ -45,7 +45,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = f7d895ee04bf2be2a327a957189a8a4400afae13d065163c4c7b6b5ee909bae2352114843d82d9475046eafd3d288da2c1649fe6285fdb26eb22f0b97e4227ab +$(DL_FILE)_BLAKE2 = 7089747a4d539b46e710ecb795aa3cd5576243862fae3cf8e6f0efb15681174881396c0147071dca18421d9d95eb35557b17d623f0f63383476fe882cef35a61
install : $(TARGET)
- Update from version 1.21.4 to 1.24.5 - Update of rootfile not required - Changelog 1.24.5 ** Fix how subdomain matches are checked for HSTS. Fixes a minor issue where cookies may be leaked to the wrong domain ** Wget will now also parse the srcset attribute in <source> HTML tags ** Support reading fetchmail style "user" and "passwd" fields from netrc ** In some cases, prevent the confusing "Cannot write to... (success)" error messages ** Support extremely fast download speeds (TB/s). Previously this would cause Wget to crash when printing the speed ** Improve portability on OpenBSD to run the test suite ** Ensure that CSS URLs are corectly quoted (Bug: 64082)
Signed-off-by: Adolf Belka adolf.belka@ipfire.org --- lfs/wget | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lfs/wget b/lfs/wget index 670a93720..5bb650e9b 100644 --- a/lfs/wget +++ b/lfs/wget @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2023 IPFire Team info@ipfire.org # +# Copyright (C) 2007-2024 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 = 1.21.4 +VER = 1.24.5
THISAPP = wget-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = ced6fb9a20343d41e4d8e0c8f171c60535847504fa4c32abc81d104a1594dc7b7c97b5b301836e31dacc7a0f2155c0a2e70e42ff60dc3fa471deb1dad33ba736 +$(DL_FILE)_BLAKE2 = d33274d599f91384c2a7db0b145ec6b315cf87cbbd02026d686a79220e3f15ca9ad0f9d8b507895f6c8486b7ac2ae5fa5c9ea010e883b6eec68d3aba038b02de
install : $(TARGET)
- Update from version 5.6.0 to 5.6.1 - Update of rootfile - Changelog 5.6.1 * liblzma: Fixed two bugs relating to GNU indirect function (IFUNC) with GCC. The more serious bug caused a program linked with liblzma to crash on start up if the flag -fprofile-generate was used to build liblzma. The second bug caused liblzma to falsely report an invalid write to Valgrind when loading liblzma. * xz: Changed the messages for thread reduction due to memory constraints to only appear under the highest verbosity level. * Build: - Fixed a build issue when the header file <linux/landlock.h> was present on the system but the Landlock system calls were not defined in <sys/syscall.h>. - The CMake build now warns and disables NLS if both gettext tools and pre-created .gmo files are missing. Previously, this caused the CMake build to fail. * Minor improvements to man pages. * Minor improvements to tests.
Signed-off-by: Adolf Belka adolf.belka@ipfire.org --- config/rootfiles/common/xz | 2 +- lfs/xz | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/config/rootfiles/common/xz b/config/rootfiles/common/xz index c6ff13886..73c0e4d24 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.6.0 +usr/lib/liblzma.so.5.6.1 #usr/lib/pkgconfig/liblzma.pc #usr/share/doc/xz #usr/share/doc/xz/AUTHORS diff --git a/lfs/xz b/lfs/xz index 1dae1c0db..cbec430d4 100644 --- a/lfs/xz +++ b/lfs/xz @@ -24,7 +24,7 @@
include Config
-VER = 5.6.0 +VER = 5.6.1
THISAPP = xz-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -45,7 +45,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = a297ad6fd1fe0c90bfdd0187dcc2d9377bc8fd047e4688676d7f3d6861b6f6d116f08f913bd1ca60b875b3b97cad04b367cde4666f95693c15e2ed7e43a17af6 +$(DL_FILE)_BLAKE2 = 3a1cf93d7223eb57e78eabe828a3d623acac5824ada299470e3126692ef89d1648293aef32468d70a5289611969d5299180c1b373dfbda002a49f3afc729d925
install : $(TARGET)