- Update from version 1.47.1 to 1.47.2 - Update of rootfile not required - Changelog 1.47.2 UI and Features Drop the tune2fs -r option and replace it with -E revision=<fs-rev>. Revision 0 file systems are needed for compatibility with pre-1995 Linux kernels (older that version 1.2). Most of the time, users shouldn't be using the -r option and they can confuse themselves and end up creating a file system that is missing most modern ext4 features, including no online resizing, no support for post-2038 timestamps, etc. (Addresses Debian Bug #1086603) Add support for gnu.translator extended attributes in tar files fed to mke2fs -d. (Addresses Github issue https://github.com/tytso/e2fsprogs/issues/192) Add a debugfs command to list all of the inodes in the orphan list. Fixes Fix orphan_file support on big endian systems. Fix resize2fs to update the checksums in blocks belonging to the orphan file if it needs to move them. Fix e2fsck to clear the orphan file after processing it so that e2fsck -E journal_only doesn't leave the file system in a corrupted state. Avoid a spurious failure in badblocks when -n or -w is specified twice. (Addresses Debian Bug #1087341) Fix a bug where e2fsck could skip checking a file systems with the orphan_file feature if there are orphaned files that need to be cleaned up. (Addresses Red Hat Bugzilla 2318710, SuSE Bugzilla #1226043) Tune2fs will now upgrade a revision 0 file system to revision 1 before trying to change the inode size. Otherwise, this could result in a corrupted file system. Fix fuse2fs --helpfull so that it displays the full help message. Allow resize2fs to perform an offline resize past the 256 TiB boundary (which the kernel could do as part of an online resize). Performance, Internal Implementation, Development Support etc. Fix various Coverity and compiler warnings. Speed up tune2fs -g when the group is not changed by the command. Fix build failures on GCC 15 due to it switched to using -std=c23 by default. (Addresses https://github.com/tytso/e2fsprogs/issues/202) Fix build failure when linking fuse2fs with old (2.9.9) version of libfuse2 on aarch64. This hack was needed to fix a regression caused by another hacky workaround needed to work around a build failure on mipsel64 thanks to glibc using different struct stat layouts depending _FILE_OFFSET_BITS is set and this caused failures when dynamic linking against libarchive on Debian's mipsel64. (Sigh.) Fix unused parameter warnings for packages which including ext2fs.h. (Addresses Debian Bug #1082500) Fix bug where packages including ext2fs.h would get the 32-bit versions of the timestamp routines even on 64-bit platforms due to a missing SIZEOF_TIME_T autoconf definiton in public_config.h. Teach dumpe2fs and e2mmpstatus to support LABEL= and UUID= specifiers since the e2mmpstatus man page claims that it supports LABEL= and UUID=. This support was accidentally dropped when e2mmpstatus was reimplemented in terms of dumpe2fs. (Addresses https://github.com/tytso/e2fsprogs/issues/106) Suppress mke2fs's "Creating regular file" message when the -q option is in force. Enable Continuous Integration testing in Debian's Salsa forge. Fix a memory leak in oss-fuzz test programs. Provide fuseext2 to replace the debian package src:fuse-umfuse-ext2. (Addresses Debian Bug #1085590, #1088838) In the Debian package for e2fsprogs, add a suggestion to install the package libarchive13t64. (Addresses DebianBug #1089085) In the Debian package for e2fsprogs, decrease the priority from required to important. (Addresses Debian Bug #897277) Fix the f_badjour_encrypted test to write the error output from mke2fs and debugfs to a log file so it doesn't mess up the "make check" output and to make those error messages available in the case of test failure. Fix my_llseek() declaration when building against musl libc. Clean up groff warnings in man pages. (Addresses Debian Bugs #1086892, #1082787, #1072866, #1087898) Document the orphan_file feature in the ext4(5) and tune2fs(8) man pages. (Addresses Debian Bug #1073062) Allow building e2fsprogs without libarchive-dev installed to make life easier for bootstrapping for new Debian ports (Addresses Debian Bug #1078693) Various man page cleanups. Update Chinese, Czech, French, Malay, Polish, Romainian, Spanish, Swedish, and Ukrainian translations.
Signed-off-by: Adolf Belka adolf.belka@ipfire.org --- lfs/e2fsprogs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lfs/e2fsprogs b/lfs/e2fsprogs index f30de965e..ebf1995a1 100644 --- a/lfs/e2fsprogs +++ b/lfs/e2fsprogs @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2024 IPFire Team info@ipfire.org # +# Copyright (C) 2007-2025 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.47.1 +VER = 1.47.2
THISAPP = e2fsprogs-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 67924c38a6b688e0db5ee77b0e11a8b34ec602a729d48516668e9fdf7f36964c8a9369295f0313bfacdc8e5f3f5a27d79a8d99a1aca3b4fe0ced98a4db4884ea +$(DL_FILE)_BLAKE2 = 20f93b53c18396dbbf8a9564fd80181e391120554bd63a76c90c88d32616596fb7cf8e1252417b835ef3918ecf3211aebdd7a75daebee11bcb6e7b0f9bd88053
install : $(TARGET)
- Update from version 5.2 to 5.3 - Update of rootfile not required - Changelog 5.3 New features - New option --icmp-timestamp to send ICMP timestamp requests (ICMP type 13) instead of ICMP Echo requests (#353 #363, thanks @auerswal and @gsnw-sebast) - New option --print-ttl to print returned TTL value (#354, thanks @nalves599) - New option --print-tos to print returned TOS value (#335 #346 #347, thanks @auerswal and @gsnw-sebast) - New option --check-source (#334, thanks @auerswal) - Predefined various timestamp formats (#321, thanks @auerswal and @gsnw-sebast) - Print cumulative stats with -Q SECS,cumulative (#315, thanks @auerswal) Bugfixes and other changes - ci: Upgrade actions/upload-artifact to v4 (#360, thanks @gsnw-sebast) - ci: Azure Pipeline only trigger when changes are made in the development branch (#359, thanks @gsnw-sebast) - ci: Upgrade actions/upload-artifact to v3 (#355, thanks @pevik) - ci: Azure Pipeline YAML add docker build (#354, thanks @gsnw-sebast) - Dockerfile: change distribution from ubuntu to debian (#350, thanks @gsnw-sebast) - Fix warning unused parameter 'reply_timestamp' under macOS (#348, thanks @gsnw-sebast) - Fix increase maximum -s value to 65507 (#344, thanks @pevik) - ci: use File::Temp to create temporary directory (#343, thanks @auerswal) - Fix -k, --fwmark with setuid fping executable (#342, thanks @auerswal) - Another batch of additional tests (take 2) (#341, thanks @auerswal) - Document that -a and -u are overridden by -c and -C (#338, thanks @auerswal) - Fix macOS build warning sets SEQMAP_TIMEOUT_IN_NSSEQMAP_TIMEOUT_IN_NS as INT64_C (#336, thanks @gsnw-sebast) - Fix inconsistent limits for address generation via -g, --generator using either range or CIDR (#331, thanks @auerswal) - Some additional tests (#329, thanks @auerswal) - ci: skip an unreliable test on macOS (#328, thanks @auerswal) - Fix incorrect return-value check for a scanf like function (CWE-253) (#323, thanks @gsnw-sebast) - A few more tests to increase code coverage a little bit (#320, thanks @auerswal) - Github fix: Change to codeql-action-v2 (#319, thanks @gsnw-sebast) - Developer function: Debug with Visual Studio Code (#318, thanks @gsnw-sebast)
Signed-off-by: Adolf Belka adolf.belka@ipfire.org --- lfs/fping | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/lfs/fping b/lfs/fping index a60ccf6dd..714372710 100644 --- a/lfs/fping +++ b/lfs/fping @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2024 IPFire Team info@ipfire.org # +# Copyright (C) 2007-2025 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 = A program to ping multiple hosts
-VER = 5.2 +VER = 5.3
THISAPP = fping-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -34,9 +34,9 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = fping -PAK_VER = 8 +PAK_VER = 9
-DEPS = "" +DEPS =
SERVICES =
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 7efb445f32ffe2d3766d598da5f1585270ae8e68ceb8b64e418040f330e7736bfaf0313077e28b12031af25ed7952943603d3a5908174c3f78d9a1af0b735da9 +$(DL_FILE)_BLAKE2 = cc7b8bd2c8099c8bfb5e14d5b27f45cf1dc1aef24f941f5bf9c7aede95dac9472d2fe4033e8b7ea66fea8d901b99a7c908e7beff5484c0577c3f88517ef1a7ea
install : $(TARGET)
- Update from version 0.389 to 0.391 - Update of rootfile not required - Changelog 0.391 Update usb and vendor ids 0.390 Update pci and vendor ids
Signed-off-by: Adolf Belka adolf.belka@ipfire.org --- lfs/hwdata | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/lfs/hwdata b/lfs/hwdata index decf9b582..d51aa2d34 100644 --- a/lfs/hwdata +++ b/lfs/hwdata @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2024 IPFire Team info@ipfire.org # +# Copyright (C) 2007-2025 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 = 0.389 +VER = 0.391
THISAPP = hwdata-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP)
-# https://github.com/vcrhonek/hwdata/releases?page=1 +# https://github.com/vcrhonek/hwdata/releases
############################################################################### # Top-level Rules @@ -42,7 +42,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 967c107836e2cb6129d6432d116bae1ef57c8bf9212f5b052085029dc4dc7134b89237291ebec192d5031de6ff98338a253a1cdeed0a43a85c5ff37dd3d15b5c +$(DL_FILE)_BLAKE2 = 478d60635f338770751bf4b437f33ba0666b4c3d70d9c726c8e124c44e6d6f5a96ba96b63ae64a151732ca7607676aaccefc7a61c89cee584696b699b3234019
install : $(TARGET)
- Update from version 1.6.44 to 1.6.45 - Update of rootfile - Changelog 1.6.45 Added support for the cICP chunk. (Contributed by Lucas Chollet and John Bowler) Adjusted and improved various checks in colorspace calculations. (Contributed by John Bowler) Rearranged the write order of colorspace chunks for better conformance with the PNG v3 draft specification. (Contributed by John Bowler) Raised the minimum required CMake version from 3.6 to 3.14. Forked off a development branch for libpng version 1.8.
Signed-off-by: Adolf Belka adolf.belka@ipfire.org --- config/rootfiles/common/libpng | 2 +- lfs/libpng | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/config/rootfiles/common/libpng b/config/rootfiles/common/libpng index f41f58151..06b4a8556 100644 --- a/config/rootfiles/common/libpng +++ b/config/rootfiles/common/libpng @@ -16,7 +16,7 @@ usr/lib/libpng.so #usr/lib/libpng16.la usr/lib/libpng16.so usr/lib/libpng16.so.16 -usr/lib/libpng16.so.16.44.0 +usr/lib/libpng16.so.16.45.0 #usr/lib/pkgconfig/libpng.pc #usr/lib/pkgconfig/libpng16.pc #usr/share/man/man3/libpng.3 diff --git a/lfs/libpng b/lfs/libpng index 563991327..679320299 100644 --- a/lfs/libpng +++ b/lfs/libpng @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2024 IPFire Team info@ipfire.org # +# Copyright (C) 2007-2025 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.6.44 +VER = 1.6.45
THISAPP = libpng-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 61064dd83f40a7e2e60ff723a568b7d0cda95aa80621a211aee7127b9783fbfc20cd82a2fe2d03584cbf9ab77c5444e3e008ac5ccc7f64af6e858ebcbcb78822 +$(DL_FILE)_BLAKE2 = 4905c7ee3d0e0b63add6f196883e37f1a62bdc6a02f92bc16c9e70c3b2ee202eec00c8ef619e2d8bda37c7de392eebddcbb94255f4eecb953e765cf1b45d53b1
install : $(TARGET)
- Update from version 4.4.36 to 4.4.37 - Update of rootfile not required - Changelog 4.4.37 * Several fixes to the manpages (issue #185). * Add binary compatibility for x86_64 GNU/Hurd (issue #189). * Only test the needed makecontext signature during configure (issue #178). * Fix -Werror=strict-overflow in lib/crypt-bcrypt.c, which is seen by GCC 4.8.5 (issue #197).
Signed-off-by: Adolf Belka adolf.belka@ipfire.org --- lfs/libxcrypt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lfs/libxcrypt b/lfs/libxcrypt index 4ec63516a..1412b07d6 100644 --- a/lfs/libxcrypt +++ b/lfs/libxcrypt @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2023 IPFire Team info@ipfire.org # +# Copyright (C) 2007-2025 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 = 4.4.36 +VER = 4.4.37
THISAPP = libxcrypt-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -47,7 +47,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 9f028e0fe2cb7bb4273f3f6d1e579e0fe93cd71eba21286aa7dc078c904ea3cdce38b2955bdcd618853f7657b01aea7e28c4d898680e69fdf75f812b5a304c1d +$(DL_FILE)_BLAKE2 = 186fd085471429c691b335ff6fbef895458a81044353daa43859ccdbe2c35430bc8d473ce282358e067fe67426fee12c4b299b67928bf3a365767f6074a98b84
install : $(TARGET)
- Update from version 4.3 to 4.4 - Update of rootfile not required - mdadm has been formally moved to github. - Changelog 4.4 Features: - Remobe custom bitmap file support from Yu Kuai. - Custom device policies implementation from Mariusz Tkaczyk. - Self encrypted drives (**SED**) support for IMSM metadata from Blazej Kucman. - Support more than 4 disks for **IMSM** RAID10 from Mateusz Kusiak. - Read **IMSM** license information from ACPI tables from Blazej Kucman. - Support devnode in **--Incremental --remove** from Mariusz Tkaczyk. - Printing **IMSM** license type in **--detail-platform** from Blazej Kucman. - README.md from Mariusz Tkaczyk and Anna Sztukowska. Fixes: - Tests improvements from Xiao Ni and Kinga Stefaniuk. - Mdmon's Checkpointing improvements from Mateusz Kusiak. - Pass mdadm environment flags to systemd-env to enable tests from Mateusz Kusiak. - Superblock 1.0 uuid printing fixes from Mariusz Tkaczyk. - Find VMD bus manually if link is not available from Mariusz Tkaczyk. - Unconditional devices count printing in --detail from Anna Sztukowska. - Improve SIGTERM handling during reshape, from Mateusz Kusiak. - **Monitor.c** renamed to **Mdmonitor.c** from Kinga Stefaniuk. - Mdmonitor service documentation update from Mariusz Tkaczyk. - Rework around writing to sysfs files from Mariusz Tkaczyk. - Drop of HOT_REMOVE_DISK ioctl in Manage in favour of sysfs from Mariusz Tkaczyk. - Delegate disk removal to managemon from Mariusz Tkaczyk. - Some clean-ups of legacy code and functionalities like **--auto=md** from Mariusz Tkaczyk. - Manual clean-up, references to old kernels removed from Mariusz Tkaczyk. - Various static code analysis fixes. In this release we created github repository and allowed participation through Github. It allowed us to use Github actions adn create CI. Currently, we have: - Compilation tests with various gcc. - **mdadm** tests. - Checkpatch test.
Signed-off-by: Adolf Belka adolf.belka@ipfire.org --- lfs/mdadm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/lfs/mdadm b/lfs/mdadm index 1b7895600..66932075e 100644 --- a/lfs/mdadm +++ b/lfs/mdadm @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2024 IPFire Team info@ipfire.org # +# Copyright (C) 2007-2025 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,10 +24,10 @@
include Config
-VER = 4.3 +VER = 4.4
THISAPP = mdadm-$(VER) -DL_FILE = $(THISAPP).tar.xz +DL_FILE = $(THISAPP).tar.gz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 3b6955339adb6c254a69d698e3b807838f8840e37f7f94280f4a1fbffb082ee694309f4b6f9adc8edfa2071fde324bf00ae0493d5b2e6c8d87796783dfa3ee1c +$(DL_FILE)_BLAKE2 = d368681d94e31db2127a1114ad21b76647ee4b62f701705a93ca8482a58ec10d9cd58c5394bb346da0c58339f759fa6168441250a504931e43c0943b74ceef85
install : $(TARGET)
- Update from version 8.2 to 8.3 - Update of rootfile not required - Changelog 8.3 • A build failure with gcc-15 is fixed. • Several translations were updated.
Signed-off-by: Adolf Belka adolf.belka@ipfire.org --- lfs/nano | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lfs/nano b/lfs/nano index d9a37b61e..080506a0b 100644 --- a/lfs/nano +++ b/lfs/nano @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2024 IPFire Team info@ipfire.org # +# Copyright (C) 2007-2025 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.2 +VER = 8.3
THISAPP = nano-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 08e078f8f5acc8d70ad50a0a402d06a12bcf836c8161f803e2b674375abaa16d663000f02cd1fa1e0b4aad2f127a85ee3b2f60d725a761ab375ae00c905408fd +$(DL_FILE)_BLAKE2 = 39c400483f79f11da0f959fed769462b65007f9235cb76d38e71d0a63919b659dc553d44f5d13dd13db801ec361fd7a3ad68b68bfa456ac6c169c861e80c6067
install : $(TARGET)
- Update from version 3.10 to 3.10.1 - Update of rootfile - Changelog 3.10.1 This is a maintenance release, with only a few bugfixes and portability improvements. The new version is intended to be fully source and binary compatible with Nettle-3.6. The shared library names are libnettle.so.8.10 and libhogweed.so.6.10, with sonames libnettle.so.8 and libhogweed.so.6. Bug fixes: * Fix buffer overread in the new sha256 assembly for powerpc64, as well as a stack alignment issue. * Added missing nettle_mac structs for hmac-gosthash. * Fix configure test for valgrind, to not attempt to run valgrind on executables built using memory sanitizers. Optimizations: * Improved runtime detection of cpu features for OpenBSD and FreeBSD, using elf_aux_info when available. This also adds runtime detection for FreeBSD on arm64. Contributed by Brad Smith.
Signed-off-by: Adolf Belka adolf.belka@ipfire.org --- config/rootfiles/common/nettle | 4 ++-- lfs/nettle | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/config/rootfiles/common/nettle b/config/rootfiles/common/nettle index 26ac7bd29..7558ebc81 100644 --- a/config/rootfiles/common/nettle +++ b/config/rootfiles/common/nettle @@ -79,9 +79,9 @@ #usr/include/nettle/yarrow.h usr/lib/libhogweed.so usr/lib/libhogweed.so.6 -usr/lib/libhogweed.so.6.9 +usr/lib/libhogweed.so.6.10 #usr/lib/libnettle.so usr/lib/libnettle.so.8 -usr/lib/libnettle.so.8.9 +usr/lib/libnettle.so.8.10 #usr/lib/pkgconfig/hogweed.pc #usr/lib/pkgconfig/nettle.pc diff --git a/lfs/nettle b/lfs/nettle index cd902b8d5..44b4904ee 100644 --- a/lfs/nettle +++ b/lfs/nettle @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2024 IPFire Team info@ipfire.org # +# Copyright (C) 2007-2025 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 = 3.10 +VER = 3.10.1
THISAPP = nettle-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = edf0ba6375f06e2dd4b1e3ed4bab5f592ac04a36f748ce0461bbec32622eb3d5f96f89350926c24b5bbbf37dbe14a1ad64bba5df7cb7ad5987ec634573aabbb5 +$(DL_FILE)_BLAKE2 = da2e82e647904e855a0e0bd1efee3b610b33de1a722f5d652deeca083d1983c5ee66754233a0917d3bb91bb5a527a3e80cd5fe18f7c25986076b2388910995b5
install : $(TARGET)
- Update from version 4.21.2 to 4.21.3 - Update of rootfile not required - Changelog 4.21.3 * BUG 15701: More possible replication loops against Azure AD. * BUG 15697: Compound rename from Mac clients can fail with NT_STATUS_INTERNAL_ERROR if the file has a lease. * BUG 15724: vfs crossrename seems not work correctly. * BUG 6750: After 'machine password timeout' /etc/krb5.keytab is not updated. * BUG 15771: Memory leak wbcCtxLookupSid. * BUG 15765: Fix heap-user-after-free with association groups. * BUG 15758: Segfault in vfs_btrfs. * BUG 15755: Avoid event failure race when disabling an event script. * BUG 15724: vfs crossrename seems not work correctly.
Signed-off-by: Adolf Belka adolf.belka@ipfire.org --- lfs/samba | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/lfs/samba b/lfs/samba index 4a1454db2..6d4976c78 100644 --- a/lfs/samba +++ b/lfs/samba @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2024 IPFire Team info@ipfire.org # +# Copyright (C) 2007-2025 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 = 4.21.2 +VER = 4.21.3 SUMMARY = A SMB/CIFS File, Print, and Authentication Server
THISAPP = samba-$(VER) @@ -33,7 +33,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = samba -PAK_VER = 108 +PAK_VER = 109
DEPS = avahi libtalloc perl-Parse-Yapp perl-JSON wsdd
@@ -47,7 +47,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = f9c297f4ed0c00b7887e637beb6ab7f4e17882e0ed5a3d1f1faf1ae1c2d6b064ada53cf65a86f11237813197c043961735e8aad641630baa48ec259482bdab2a +$(DL_FILE)_BLAKE2 = 6e7bb59d6dee89c797023d172048f10504179256da448d5606748c56d481a29754eef1d8ef3f0ae3ac94b033c359a5fb38ed9ee6d4619dcfe8678b6415574ffd
install : $(TARGET)
- Update from version 4.4.2 to 4.4.3 - Update of rootfile - Changelog 4.4.3 Bug Fixes Potential mis-match in GSM MAP dissector for uncertainty radius and its filter key. Issue 20247. Macro eNodeB ID and Extended Macro eNodeB ID not decoded by User Location Information. Issue 20276. The NFSv2 Dissector appears to be swapping Character Special File and Directory in mode decoding. Issue 20290. CMake discovers Strawberry Perl’s zlib DLL when it shouldn’t. Issue 20304. VOIP Calls call flow displaying hours. Issue 20311. Fuzz job issue: fuzz-2024-12-26-7898.pcap. Issue 20313. sFlow: Incorrect length passed to header sample dissector. Issue 20320. wsutil: Should link against -lm due to missing fabs() when built with -fno-builtin. Issue 20326. Updated Protocol Support ARTNET, ASN.1 PER, BACapp, BBLog, BT BR/EDR RF, CQL, Diameter, DOF, ECMP, FiveCo RAP, FTDI FT, GSM COMMON, GTPv2, HCI_MON, HSRP, HTTP2, ICMPv6, IEEE 802.11, Kafka, LTE RRC, MBIM, MMS, Modbus/TCP, MPEG PES, NAS-EPS, NFS, NGAP, NR RRC, PLDM, PN-DCP, POP, ProtoBuf, PTP, RLC, RPC, RTCP, sFlow, SIP, SRT, TCP, UCP, USBCCID, Wi-SUN, and ZigBee ZCL New and Updated Capture File Support CLLog EMS ERF
Signed-off-by: Adolf Belka adolf.belka@ipfire.org --- config/rootfiles/packages/tshark | 4 ++-- lfs/tshark | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/config/rootfiles/packages/tshark b/config/rootfiles/packages/tshark index 73b63bda4..02e4f47e2 100644 --- a/config/rootfiles/packages/tshark +++ b/config/rootfiles/packages/tshark @@ -12,10 +12,10 @@ usr/bin/dumpcap usr/bin/tshark #usr/lib/libwireshark.so usr/lib/libwireshark.so.18 -usr/lib/libwireshark.so.18.0.2 +usr/lib/libwireshark.so.18.0.3 #usr/lib/libwiretap.so usr/lib/libwiretap.so.15 -usr/lib/libwiretap.so.15.0.2 +usr/lib/libwiretap.so.15.0.3 #usr/lib/libwsutil.so usr/lib/libwsutil.so.16 usr/lib/libwsutil.so.16.0.0 diff --git a/lfs/tshark b/lfs/tshark index a567f03ea..ca451fbe7 100644 --- a/lfs/tshark +++ b/lfs/tshark @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2024 IPFire Team info@ipfire.org # +# Copyright (C) 2007-2025 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 = A Network Traffic Analyser
-VER = 4.4.2 +VER = 4.4.3
THISAPP = wireshark-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -35,7 +35,7 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = tshark DEPS = c-ares -PAK_VER = 20 +PAK_VER = 21
SERVICES =
@@ -47,7 +47,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = ea5c48f06c2aeb5b51f6ba62fd57214e9dd79917f978867d3ae31ffec74eb82ba7c8a2e2dcba415e53d051e531f9f9907aac88c6f29b6746222cf812bb43c85b +$(DL_FILE)_BLAKE2 = b6a7348a4da0f6160e325e3345b508ae9e0ca900a2c0d308cb70d3da216ff90818e0439be3ef5f89dc87166e566d8b7d77f6fff114b5b303a5ad9b72e5665be4
install : $(TARGET)