* [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 8943f46d387b7b53df264a20637fa2581e5479d7
@ 2026-08-18 12:37 Michael Tremer
0 siblings, 0 replies; only message in thread
From: Michael Tremer @ 2026-08-18 12:37 UTC (permalink / raw)
To: ipfire-scm
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 8943f46d387b7b53df264a20637fa2581e5479d7 (commit)
via 5565ca228511de86e9229e705afc17b1fbc4aa5d (commit)
from 02ac52be391c311784e995e7b5a32a28a7c29917 (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 8943f46d387b7b53df264a20637fa2581e5479d7
Author: Matthias Fischer <matthias.fischer@ipfire.org>
Date: Mon Aug 17 23:55:17 2026 +0200
dhcpcd: Update to 10.5.2
Please note: v10.5.1 was nearly immediately supersed by v10.5.2.
For details see:
https://github.com/NetworkConfiguration/dhcpcd/commits
and
https://github.com/NetworkConfiguration/dhcpcd/releases/tag/v10.5.2
"What's Changed [10.5.2]
IPv6: Allocate the interface state before adding a static address by @Hojun-Cho in #711"
"What's Changed [10.5.1]
Add disable build privsep to the build matrix by @rsmarples in #689
DHCP: Only send the rapid commit option when configured to by @rsmarples in #694
DHCP6: Mirror the prior DHCP rapid commit fix to DHCPv6 by @rsmarples in #695
keep acquisition timestamp when route isn't updated by @Freax13 in #686
privsep: Allow __NR__llseek as well as __NR_llseek on linux by @rsmarples in #696
compat: Take a copy of libc progname variable by @rsmarples in #697
ipv6nd: don't leave a carrier expiry timeout on a freed interface by @Hojun-Cho in #698
compat: define STDC_WANT_LIB_EXT1 1 before including config by @rsmarples in #700
ipv4: clear added state if we didn't delete the address by @rsmarples in #699
linux: workaround a gcc compile warning issue by @rsmarples in #703
DHCP: script reason should be RELEASE on RELEASE, not STOP by @rsmarples in #701
Improve the IDE experience by @rsmarples in #704
control: Harden the socket at the fs level by @rsmarples in #705
privsep: re-enable capsicum and pledge by @rsmarples in #706
privsep: Fix capsicum support on the control socket by @rsmarples in #707
configure: Generate .clangd by @rsmarples in #710"
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
commit 5565ca228511de86e9229e705afc17b1fbc4aa5d
Author: Matthias Fischer <matthias.fischer@ipfire.org>
Date: Mon Aug 17 23:20:34 2026 +0200
tmux: Update to 3.7c
For details see:
https://raw.githubusercontent.com/tmux/tmux/3.7c/CHANGES
"CHANGES FROM 3.7b TO 3.7c
* Build with jemalloc on macOS to avoid what appears to be a bug in calloc
(issue 5385).
* Fix scrollbar initial state so they appear on new windows (issue 5339).
* Check time periodically in loops rather than every one (issue 5367).
* Use message-style again as default for message-format.
* Unzoom before creating floating panes to avoid a crash."
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
-----------------------------------------------------------------------
Summary of changes:
lfs/dhcpcd | 4 ++--
lfs/tmux | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
Difference in files:
diff --git a/lfs/dhcpcd b/lfs/dhcpcd
index d4cade029..0e247215d 100644
--- a/lfs/dhcpcd
+++ b/lfs/dhcpcd
@@ -24,7 +24,7 @@
include Config
-VER = 10.5.0
+VER = 10.5.2
THISAPP = dhcpcd-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 0b685acc78243b94f045fad33f10142e65c7883010e61a0f62f19c6ba080418dbf3ea939d7a22dd432ae6e9af8da90bd70da89d5e802ca481c797b03e1f41417
+$(DL_FILE)_BLAKE2 = 5852f07fc163137ec5e3224a7043de9b792551f13509bb20b5740be77f08280335eeb92cd22f98fb40a2d527d4190fffcda9ddde009412aad62f286ad069ebb4
install : $(TARGET)
diff --git a/lfs/tmux b/lfs/tmux
index 066f2f7d6..e486ce871 100644
--- a/lfs/tmux
+++ b/lfs/tmux
@@ -26,7 +26,7 @@ include Config
SUMMARY = Terminal multiplexer
-VER = 3.7b
+VER = 3.7c
THISAPP = tmux-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = tmux
-PAK_VER = 18
+PAK_VER = 19
DEPS =
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 17972a31e1164a19273adf43857f4a731218637dc33c138ff2f4f1bd809580394b4df78cde681ba3bfaeba2430b4ee175eb89a8406cdd8bb5ab474dad97e7657
+$(DL_FILE)_BLAKE2 = 854a27ad7fd2326057c516e60a88219548bbbf7001c01d1b64b83289b22c923a8b4c94f48971381d88cd8a6c9a15084c253742dfb155dd6e32aee97b78f9f68c
install : $(TARGET)
hooks/post-receive
--
IPFire 2.x development tree
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-18 12:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-18 12:37 [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 8943f46d387b7b53df264a20637fa2581e5479d7 Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox