* [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 94e2f9573905cb487c9e7dc1173de79d812f4c9e
@ 2026-06-29 15:10 Michael Tremer
0 siblings, 0 replies; only message in thread
From: Michael Tremer @ 2026-06-29 15:10 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 94e2f9573905cb487c9e7dc1173de79d812f4c9e (commit)
via 94adffc1718d95d450b0a3b5ebd252c9c063dfee (commit)
via 45f04859d28e2fca538d484af5d4dc35c094f88f (commit)
via 38b69d23fbeb74f684ea57d0c0ab9543a3827788 (commit)
from 782c3f28eacfed314cc31df081891c463b137ec2 (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 94e2f9573905cb487c9e7dc1173de79d812f4c9e
Author: Matthias Fischer <matthias.fischer@ipfire.org>
Date: Sat Jun 27 02:23:43 2026 +0200
tmux: Update to 3.7
Changelog from v3.6b => v3.7 is ~13KB - too big to be published here, IMHO.
For details see:
https://raw.githubusercontent.com/tmux/tmux/3.7/CHANGES
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
commit 94adffc1718d95d450b0a3b5ebd252c9c063dfee
Author: Matthias Fischer <matthias.fischer@ipfire.org>
Date: Fri Jun 26 00:35:40 2026 +0200
ffmpeg: Update to 8.1.2
For details see:
https://git.ffmpeg.org/gitweb/ffmpeg.git/shortlog/n8.1.2
Fixes CVE-2026-8461 (PixelSmash).
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
commit 45f04859d28e2fca538d484af5d4dc35c094f88f
Author: Matthias Fischer <matthias.fischer@ipfire.org>
Date: Wed Jun 24 12:09:46 2026 +0200
nano: Update to 9.1
For details see:
https://www.nano-editor.org/news.php
"2026 June 23 - GNU nano 9.1 "met een hongerig paard aan ons been"
When searching, the viewport is placed snug left where possible.
The ability to read and write files in old Mac format was removed
(that is: files that use a lone carriage return as line ending).
The ^T toggle between WhereIs and GotoLine has been dropped.
When --backup is active, in some situations no backup was made,
or it had a wrong timestamp. Both issues are fixed now.
When nano is killed or crashes, any .save file is not chmodded
to the permissions of the base file, nor chowned to its owner.
M-Ins and M-Del have become rebindable."
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
commit 38b69d23fbeb74f684ea57d0c0ab9543a3827788
Author: Matthias Fischer <matthias.fischer@ipfire.org>
Date: Sat Jun 20 18:34:00 2026 +0200
monit 6.0.0: Fix for '/etc/monitrc', if already installed
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Reviewed-by: Adolf Belka <adolf.belka@ipfire.org>
Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
-----------------------------------------------------------------------
Summary of changes:
config/rootfiles/core/204/update.sh | 5 +++++
config/rootfiles/packages/ffmpeg | 14 +++++++-------
lfs/ffmpeg | 6 +++---
lfs/nano | 4 ++--
lfs/tmux | 6 +++---
5 files changed, 20 insertions(+), 15 deletions(-)
Difference in files:
diff --git a/config/rootfiles/core/204/update.sh b/config/rootfiles/core/204/update.sh
index 477237a04..0629c154e 100644
--- a/config/rootfiles/core/204/update.sh
+++ b/config/rootfiles/core/204/update.sh
@@ -66,6 +66,11 @@ if [ -e /boot/grub/grub.cfg ]; then
/usr/bin/install-bootloader
fi
+# If 'monit' is installed: update '/etc/monitrc' for use with 'monit v6.0.0'
+if [ -e /etc/monitrc ]; then
+ sed -i -e "s/^set logfile/set log/g" /etc/monitrc
+fi
+
sync
# Don't report the exitcode last command
diff --git a/config/rootfiles/packages/ffmpeg b/config/rootfiles/packages/ffmpeg
index 7fbf26c66..fff978cd6 100644
--- a/config/rootfiles/packages/ffmpeg
+++ b/config/rootfiles/packages/ffmpeg
@@ -154,25 +154,25 @@ usr/bin/ffprobe
#usr/include/libswscale/version_major.h
#usr/lib/libavcodec.so
usr/lib/libavcodec.so.62
-usr/lib/libavcodec.so.62.28.100
+usr/lib/libavcodec.so.62.28.102
#usr/lib/libavdevice.so
usr/lib/libavdevice.so.62
-usr/lib/libavdevice.so.62.3.100
+usr/lib/libavdevice.so.62.3.102
#usr/lib/libavfilter.so
usr/lib/libavfilter.so.11
-usr/lib/libavfilter.so.11.14.100
+usr/lib/libavfilter.so.11.14.102
#usr/lib/libavformat.so
usr/lib/libavformat.so.62
-usr/lib/libavformat.so.62.12.100
+usr/lib/libavformat.so.62.12.102
#usr/lib/libavutil.so
usr/lib/libavutil.so.60
-usr/lib/libavutil.so.60.26.100
+usr/lib/libavutil.so.60.26.102
#usr/lib/libswresample.so
usr/lib/libswresample.so.6
-usr/lib/libswresample.so.6.3.100
+usr/lib/libswresample.so.6.3.102
#usr/lib/libswscale.so
usr/lib/libswscale.so.9
-usr/lib/libswscale.so.9.5.100
+usr/lib/libswscale.so.9.5.102
#usr/lib/pkgconfig/libavcodec.pc
#usr/lib/pkgconfig/libavdevice.pc
#usr/lib/pkgconfig/libavfilter.pc
diff --git a/lfs/ffmpeg b/lfs/ffmpeg
index 609ecd73e..a2bc80aad 100644
--- a/lfs/ffmpeg
+++ b/lfs/ffmpeg
@@ -26,7 +26,7 @@ include Config
SUMMARY = Library for working with various multimedia formats
-VER = 8.1
+VER = 8.1.2
THISAPP = ffmpeg-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = ffmpeg
-PAK_VER = 23
+PAK_VER = 24
DEPS = sdl2 lame libvorbis
@@ -52,7 +52,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 3710f8d3d60f89e404e837d238d089bdd7fd3be9404014aa1f3d4dd8983f10c7fefd7f4b27996fb8cb664f54aa3417da67f4ea02c896fe1026383198c45f5b26
+$(DL_FILE)_BLAKE2 = b37849fd89cdbc336700227c804d7642e0d2e4024359d15f4c3659cd41465145946b362fb61e0dc0141730f1d0352e2a2bf33d513213b2b3b68978be766b5914
install : $(TARGET)
diff --git a/lfs/nano b/lfs/nano
index 306c9252a..6f0793d16 100644
--- a/lfs/nano
+++ b/lfs/nano
@@ -24,7 +24,7 @@
include Config
-VER = 9.0
+VER = 9.1
THISAPP = nano-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 6df92e9f1b0ba8c2ec3dfdd8b4605a34c08f33c747746d8d3b4145894f0cc64b705c59f2b5aee120050eb32292adf78bf267c568a266c17e2f99e48026d38106
+$(DL_FILE)_BLAKE2 = d762076463b0c683d13cd4c47cc05db573a1890c9ea0629c2aa37d36305197242eb724229afc59468aa47c515dbfb8378d9fa6fafa88d8b90a2af6d1ed467b14
install : $(TARGET)
diff --git a/lfs/tmux b/lfs/tmux
index 169a7a4c6..952b8805a 100644
--- a/lfs/tmux
+++ b/lfs/tmux
@@ -26,7 +26,7 @@ include Config
SUMMARY = Terminal multiplexer
-VER = 3.6b
+VER = 3.7
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 = 15
+PAK_VER = 16
DEPS =
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 75e8470fb5c5f893e9f5488e5029ae9c3c77a4bdf1a6b7fab9daced048b1f31b7977344f39e97a53efbc28fb05a68d82676ddcb661cd5eb6fb6bd6acc9ab64ee
+$(DL_FILE)_BLAKE2 = 741bca6529dee6355af3d94c931d52b2ff22b5e9f126b4a44c9bbc96649b3324ccb0976bf2a84d8ecacc45a7d2cb3cad5ac6da369f38c89f1b3d9cce8c803b78
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-06-29 15:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-29 15:10 [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 94e2f9573905cb487c9e7dc1173de79d812f4c9e Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox