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 6bccda9696694248ac055c8a0e83e85ef3471569 (commit) via c3fbca6e7987d94d5a218aaa1748a0f094ca4601 (commit) via ca571d0aee59d47f530a2b9bca45bd642b59e7d1 (commit) via 7cb00d0a089538dc487f3bf6458b4559a54ecbc7 (commit) via a56bdbae85929b9b92671243273d576b3cd4cc29 (commit) from ba7b9e57b6705ad17c924814d81e0e54f4891fd7 (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 6bccda9696694248ac055c8a0e83e85ef3471569 Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Feb 24 10:30:16 2025 +0000
core193: Ship dhcpcd
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit c3fbca6e7987d94d5a218aaa1748a0f094ca4601 Author: Matthias Fischer matthias.fischer@ipfire.org Date: Sat Feb 22 17:47:41 2025 +0100
dhcpcd: Update to 10.2.0
For details see: https://github.com/NetworkConfiguration/dhcpcd/releases/tag/v10.2.0
"What's Changed
dhcp6: start request when advertise received after IRT by @sshambar in #376 dhcpcd: stdout output sometimes empty when redirected to a file by @diego-santacruz in #364 Fix help text formatting by @jvfranklin in #379 Apply lastlease behavior to DHCPv6 by @jvfranklin in #384 dhcpcd not ignoring source-based routes on linux by @sshambar in #372 DHCP6: lastlease behavior after Confim non-response by @jvfranklin in #387 Allow limited RLIMIT_FSIZE when dumping lease by @ColinMcInnes in #389 IPv6: Avoid uninitialized ifp state when adding address by @kensimon in #395 DHCPv6: Add support for sending Option 17 (VSIO) by @spoljak-ent in #383 Exit the timesyncd hook if not on systemd and not executable (#398) by @perkelix in #403 Add route lifetime from Router Advertisement by @ColinMcInnes in #429 revert e3c5de1 by @zacknewman in #425 Fix using multiple enterprise IDs with vendclass (Option 124 DHCP / Option 16 DHCPv6) (#328) by @spoljak-ent in #408 Update route if acquired time changes by @ColinMcInnes in #441 Always send req for InfoRefreshTime option on Inform-Req by @ColinMcInnes in #446 Increase max IPv4 clientid. by @gnaaman-dn in #442 Update build.yml to fix BSD builds by @perkelix in #456"
Signed-off-by: Matthias Fischer matthias.fischer@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit ca571d0aee59d47f530a2b9bca45bd642b59e7d1 Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Feb 24 10:29:23 2025 +0000
core193: Ship libxcrypt
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 7cb00d0a089538dc487f3bf6458b4559a54ecbc7 Author: Adolf Belka adolf.belka@ipfire.org Date: Sun Feb 23 19:14:19 2025 +0100
libxcrypt: Update to version 4.4.38
- Update from version 4.4.36 to 4.4.38 - Update of rootfile not required - in version 4.4.37 pkg-config was made a dependency for building libxcrypt. This caused user(s) a problem when libxcrypt was being built before pkg-config wasw available. - In version 4.4.38 it was allowed that if pkg-config was not available then the build would continue and complete but any installation of .pc files was no longer carried out. - moved pkg-config to before libxcrypt so that the libxcrypt.pc file is installed in the build environment and the libcrypt.pc file linked to it, the same as used to occur in version 4.4.36 - Changelog 4.4.38 * Fix several "-Wunterminated-string-initialization", which are seen by upcoming GCC 15.x (issue #194). * Fix "-Wmaybe-uninitialized" in crypt.c, which is seen by GCC 13.3.0. * Skip test/explicit-bzero if compiling with ASAN. * Drop hard requirement for the pkg-config binary (issue #198). 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 Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit a56bdbae85929b9b92671243273d576b3cd4cc29 Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Feb 24 10:28:11 2025 +0000
botocore: Fix botched rootfile
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/{oldcore/125 => core/193}/filelists/dhcpcd | 0 config/rootfiles/{oldcore/155 => core/193}/filelists/libxcrypt | 0 config/rootfiles/packages/python3-botocore | 6 +++--- lfs/dhcpcd | 6 +++--- lfs/libxcrypt | 6 +++--- make.sh | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) copy config/rootfiles/{oldcore/125 => core/193}/filelists/dhcpcd (100%) copy config/rootfiles/{oldcore/155 => core/193}/filelists/libxcrypt (100%)
Difference in files: diff --git a/config/rootfiles/core/193/filelists/dhcpcd b/config/rootfiles/core/193/filelists/dhcpcd new file mode 120000 index 000000000..1e799dabb --- /dev/null +++ b/config/rootfiles/core/193/filelists/dhcpcd @@ -0,0 +1 @@ +../../../common/dhcpcd \ No newline at end of file diff --git a/config/rootfiles/core/193/filelists/libxcrypt b/config/rootfiles/core/193/filelists/libxcrypt new file mode 120000 index 000000000..ad93616b5 --- /dev/null +++ b/config/rootfiles/core/193/filelists/libxcrypt @@ -0,0 +1 @@ +../../../common/libxcrypt \ No newline at end of file diff --git a/config/rootfiles/packages/python3-botocore b/config/rootfiles/packages/python3-botocore index 3e6390b32..abcefce56 100644 --- a/config/rootfiles/packages/python3-botocore +++ b/config/rootfiles/packages/python3-botocore @@ -315,7 +315,7 @@ usr/lib/python3.10/site-packages/botocore/data/budgets/2016-10-20/examples-1.jso usr/lib/python3.10/site-packages/botocore/data/budgets/2016-10-20/paginators-1.json usr/lib/python3.10/site-packages/botocore/data/budgets/2016-10-20/service-2.json usr/lib/python3.10/site-packages/botocore/data/ce -sr/lib/python3.10/site-packages/botocore/data/ce/2017-10-25 +usr/lib/python3.10/site-packages/botocore/data/ce/2017-10-25 usr/lib/python3.10/site-packages/botocore/data/ce/2017-10-25/endpoint-rule-set-1.json usr/lib/python3.10/site-packages/botocore/data/ce/2017-10-25/examples-1.json usr/lib/python3.10/site-packages/botocore/data/ce/2017-10-25/paginators-1.json @@ -666,8 +666,8 @@ usr/lib/python3.10/site-packages/botocore/data/compute-optimizer/2019-11-01 usr/lib/python3.10/site-packages/botocore/data/compute-optimizer/2019-11-01/endpoint-rule-set-1.json usr/lib/python3.10/site-packages/botocore/data/compute-optimizer/2019-11-01/examples-1.json usr/lib/python3.10/site-packages/botocore/data/compute-optimizer/2019-11-01/paginators-1.json -usr/lib/python4.10/site-packages/botocore/data/compute-optimizer/2019-11-01/service-2.json -usr/lib/python4.10/site-packages/botocore/data/config +usr/lib/python3.10/site-packages/botocore/data/compute-optimizer/2019-11-01/service-2.json +usr/lib/python3.10/site-packages/botocore/data/config usr/lib/python3.10/site-packages/botocore/data/config/2014-11-12 usr/lib/python3.10/site-packages/botocore/data/config/2014-11-12/endpoint-rule-set-1.json usr/lib/python3.10/site-packages/botocore/data/config/2014-11-12/examples-1.json diff --git a/lfs/dhcpcd b/lfs/dhcpcd index 0c21544ab..6b77a9db7 100644 --- a/lfs/dhcpcd +++ b/lfs/dhcpcd @@ -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 = 10.1.0 +VER = 10.2.0
THISAPP = dhcpcd-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 9d47ae8b97ba082f980966a2c3f688c6a8addb10989c166dafebdb6491793815c4caddc3016334f6549923632fd01fc8ce0987eca31af01948b0f4a643f88b38 +$(DL_FILE)_BLAKE2 = 0b209f253e6462cc176ffef749228fc3b82474ee4baa2c468277b58abea9541282a2a96633e88641c46e3e9a612049f574009dd42f00f86334e655b10c234e81
install : $(TARGET)
diff --git a/lfs/libxcrypt b/lfs/libxcrypt index 4ec63516a..2f40385ca 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.38
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 = 42d594fe36f61a1b5343d9fda22541b09373fe74c587537db8203f9c92120b6c73edef2e1b3d7febda14ae979845405b5fdaeb31dd2b89eedc423b0924ea7cff
install : $(TARGET)
diff --git a/make.sh b/make.sh index 2910ff7a4..6258705fe 100755 --- a/make.sh +++ b/make.sh @@ -1420,6 +1420,7 @@ build_system() { lfsmake2 gmp lfsmake2 mpfr lfsmake2 libmpc + lfsmake2 pkg-config lfsmake2 libxcrypt lfsmake2 file lfsmake2 gcc @@ -1455,7 +1456,6 @@ build_system() { lfsmake2 whois lfsmake2 kbd lfsmake2 less - lfsmake2 pkg-config lfsmake2 procps lfsmake2 make lfsmake2 libpipeline
hooks/post-receive -- IPFire 2.x development tree