* [PATCH] automake: Update to version 1.18
@ 2025-06-08 20:35 Adolf Belka
2025-06-08 20:35 ` [PATCH] curl: Update to version 8.14.1 Adolf Belka
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: Adolf Belka @ 2025-06-08 20:35 UTC (permalink / raw)
To: development; +Cc: Adolf Belka
- Update from version 1.17 to 1.18
- Update of rootfile
- Changelog
1.18
* New features added
- Default tar format is now ustar, mainly to support longer filenames;
the tar-v7 and other explicit options to force a particular tar
format are unchanged and still override the default. (bug#74847)
- The mdate-sh auxiliary script generally used with Texinfo now uses
SOURCE_DATE_EPOCH, if set, instead of the source file's mtime. (bug#77805)
- New option dist-bzip3 for bzip3 compression of distributions. (bug#73795)
- New option --stderr-prefix for tap-driver.sh, to prefix each line of
stderr from a test script with a given string. (bug#72536)
- Support for Algol 68 added, based on the GNU Algol 68 compiler. (bug#75807)
* Bugs fixed
- Do not make Perl warnings fatal, per Perl's recommendation.
(https://lists.gnu.org/archive/html/automake/2025-01/msg00003.html)
- Avoid Perl 5.41.8+ precedence warning for use of !!.
(https://lists.gnu.org/archive/html/automake/2025-01/msg00000.html)
- a Perl path containing whitespace now emits a warning instead of
an error, so ./configure PERL='/usr/bin/env perl' can work. (bug#74453)
- The py-compile script once again does nothing (successfully) if the
PYTHON environment variable is set to ":", or anything that isn't a
Python interpreter (according to $PYTHON -V). Exception: if PYTHON
is set to "false", do nothing but exit unsuccessfully, also to match
previous behavior. (bug#74434)
- The no-dist-built-sources Automake option now operates (hopefully) as
intended, i.e., omits the dependency on $(BUILT_SOURCES) for the
distdir target. (bug#69908)
- Only warn about install.sh being found, instead of it being a fatal
error. (bug#19964)
- The compile script is more robust to Windows configurations;
specifically, avoids double-path translation on MSYS. (bug#75939)
- The test infrastructure sets the CONFIG_SITE environment variable to
/dev/null, to avoid the local system's Autoconf site defaults from
breaking the test environment. (bug#76622)
- AM_SILENT_RULES once again always ends with a newline. (bug#72267)
- AM_SANITY_CHECK now outputs "no" on failure, so that a complete line
is written to stdout before the error message is written to stderr.
(bug#76448)
* Miscellaneous changes
- Only require the presence of an ABOUT-NLS file at the 'gnits'
strictness level.
(https://lists.gnu.org/archive/html/automake/2024-10/msg00006.html)
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
config/rootfiles/common/automake | 240 +++++++++++++++----------------
lfs/automake | 9 +-
2 files changed, 125 insertions(+), 124 deletions(-)
diff --git a/config/rootfiles/common/automake b/config/rootfiles/common/automake
index 99d44ab7d..800ff6c66 100644
--- a/config/rootfiles/common/automake
+++ b/config/rootfiles/common/automake
@@ -1,131 +1,131 @@
#usr/bin/aclocal
-#usr/bin/aclocal-1.17
+#usr/bin/aclocal-1.18
#usr/bin/automake
-#usr/bin/automake-1.17
-#usr/share/aclocal-1.17
-#usr/share/aclocal-1.17/amversion.m4
-#usr/share/aclocal-1.17/ar-lib.m4
-#usr/share/aclocal-1.17/as.m4
-#usr/share/aclocal-1.17/auxdir.m4
-#usr/share/aclocal-1.17/cond-if.m4
-#usr/share/aclocal-1.17/cond.m4
-#usr/share/aclocal-1.17/depend.m4
-#usr/share/aclocal-1.17/depout.m4
-#usr/share/aclocal-1.17/dmalloc.m4
-#usr/share/aclocal-1.17/extra-recurs.m4
-#usr/share/aclocal-1.17/gcj.m4
-#usr/share/aclocal-1.17/init.m4
-#usr/share/aclocal-1.17/install-sh.m4
-#usr/share/aclocal-1.17/internal
-#usr/share/aclocal-1.17/internal/ac-config-macro-dirs.m4
-#usr/share/aclocal-1.17/lead-dot.m4
-#usr/share/aclocal-1.17/lex.m4
-#usr/share/aclocal-1.17/lispdir.m4
-#usr/share/aclocal-1.17/maintainer.m4
-#usr/share/aclocal-1.17/make.m4
-#usr/share/aclocal-1.17/missing.m4
-#usr/share/aclocal-1.17/mkdirp.m4
-#usr/share/aclocal-1.17/obsolete.m4
-#usr/share/aclocal-1.17/options.m4
-#usr/share/aclocal-1.17/prog-cc-c-o.m4
-#usr/share/aclocal-1.17/python.m4
-#usr/share/aclocal-1.17/rmf.m4
-#usr/share/aclocal-1.17/runlog.m4
-#usr/share/aclocal-1.17/sanity.m4
-#usr/share/aclocal-1.17/silent.m4
-#usr/share/aclocal-1.17/strip.m4
-#usr/share/aclocal-1.17/substnot.m4
-#usr/share/aclocal-1.17/tar.m4
-#usr/share/aclocal-1.17/upc.m4
-#usr/share/aclocal-1.17/vala.m4
-#usr/share/aclocal-1.17/xargsn.m4
+#usr/bin/automake-1.18
+#usr/share/aclocal-1.18
+#usr/share/aclocal-1.18/amversion.m4
+#usr/share/aclocal-1.18/ar-lib.m4
+#usr/share/aclocal-1.18/as.m4
+#usr/share/aclocal-1.18/auxdir.m4
+#usr/share/aclocal-1.18/cond-if.m4
+#usr/share/aclocal-1.18/cond.m4
+#usr/share/aclocal-1.18/depend.m4
+#usr/share/aclocal-1.18/depout.m4
+#usr/share/aclocal-1.18/dmalloc.m4
+#usr/share/aclocal-1.18/extra-recurs.m4
+#usr/share/aclocal-1.18/gcj.m4
+#usr/share/aclocal-1.18/init.m4
+#usr/share/aclocal-1.18/install-sh.m4
+#usr/share/aclocal-1.18/internal
+#usr/share/aclocal-1.18/internal/ac-config-macro-dirs.m4
+#usr/share/aclocal-1.18/lead-dot.m4
+#usr/share/aclocal-1.18/lex.m4
+#usr/share/aclocal-1.18/lispdir.m4
+#usr/share/aclocal-1.18/maintainer.m4
+#usr/share/aclocal-1.18/make.m4
+#usr/share/aclocal-1.18/missing.m4
+#usr/share/aclocal-1.18/mkdirp.m4
+#usr/share/aclocal-1.18/obsolete.m4
+#usr/share/aclocal-1.18/options.m4
+#usr/share/aclocal-1.18/prog-cc-c-o.m4
+#usr/share/aclocal-1.18/python.m4
+#usr/share/aclocal-1.18/rmf.m4
+#usr/share/aclocal-1.18/runlog.m4
+#usr/share/aclocal-1.18/sanity.m4
+#usr/share/aclocal-1.18/silent.m4
+#usr/share/aclocal-1.18/strip.m4
+#usr/share/aclocal-1.18/substnot.m4
+#usr/share/aclocal-1.18/tar.m4
+#usr/share/aclocal-1.18/upc.m4
+#usr/share/aclocal-1.18/vala.m4
+#usr/share/aclocal-1.18/xargsn.m4
#usr/share/aclocal/README
-#usr/share/automake-1.17
-#usr/share/automake-1.17/Automake
-#usr/share/automake-1.17/Automake/ChannelDefs.pm
-#usr/share/automake-1.17/Automake/Channels.pm
-#usr/share/automake-1.17/Automake/Condition.pm
-#usr/share/automake-1.17/Automake/Config.pm
-#usr/share/automake-1.17/Automake/Configure_ac.pm
-#usr/share/automake-1.17/Automake/DisjConditions.pm
-#usr/share/automake-1.17/Automake/FileUtils.pm
-#usr/share/automake-1.17/Automake/General.pm
-#usr/share/automake-1.17/Automake/Getopt.pm
-#usr/share/automake-1.17/Automake/Item.pm
-#usr/share/automake-1.17/Automake/ItemDef.pm
-#usr/share/automake-1.17/Automake/Language.pm
-#usr/share/automake-1.17/Automake/Location.pm
-#usr/share/automake-1.17/Automake/Options.pm
-#usr/share/automake-1.17/Automake/Rule.pm
-#usr/share/automake-1.17/Automake/RuleDef.pm
-#usr/share/automake-1.17/Automake/VarDef.pm
-#usr/share/automake-1.17/Automake/Variable.pm
-#usr/share/automake-1.17/Automake/Version.pm
-#usr/share/automake-1.17/Automake/Wrap.pm
-#usr/share/automake-1.17/Automake/XFile.pm
-#usr/share/automake-1.17/COPYING
-#usr/share/automake-1.17/INSTALL
-#usr/share/automake-1.17/am
-#usr/share/automake-1.17/am/check.am
-#usr/share/automake-1.17/am/check2.am
-#usr/share/automake-1.17/am/clean-hdr.am
-#usr/share/automake-1.17/am/clean.am
-#usr/share/automake-1.17/am/compile.am
-#usr/share/automake-1.17/am/configure.am
-#usr/share/automake-1.17/am/data.am
-#usr/share/automake-1.17/am/dejagnu.am
-#usr/share/automake-1.17/am/depend.am
-#usr/share/automake-1.17/am/depend2.am
-#usr/share/automake-1.17/am/distdir.am
-#usr/share/automake-1.17/am/footer.am
-#usr/share/automake-1.17/am/header-vars.am
-#usr/share/automake-1.17/am/header.am
-#usr/share/automake-1.17/am/inst-vars.am
-#usr/share/automake-1.17/am/install.am
-#usr/share/automake-1.17/am/java.am
-#usr/share/automake-1.17/am/lang-compile.am
-#usr/share/automake-1.17/am/lex.am
-#usr/share/automake-1.17/am/library.am
-#usr/share/automake-1.17/am/libs.am
-#usr/share/automake-1.17/am/libtool.am
-#usr/share/automake-1.17/am/lisp.am
-#usr/share/automake-1.17/am/ltlib.am
-#usr/share/automake-1.17/am/ltlibrary.am
-#usr/share/automake-1.17/am/mans-vars.am
-#usr/share/automake-1.17/am/mans.am
-#usr/share/automake-1.17/am/program.am
-#usr/share/automake-1.17/am/progs.am
-#usr/share/automake-1.17/am/python.am
-#usr/share/automake-1.17/am/remake-hdr.am
-#usr/share/automake-1.17/am/scripts.am
-#usr/share/automake-1.17/am/subdirs.am
-#usr/share/automake-1.17/am/tags.am
-#usr/share/automake-1.17/am/texi-vers.am
-#usr/share/automake-1.17/am/texibuild.am
-#usr/share/automake-1.17/am/texinfos.am
-#usr/share/automake-1.17/am/vala.am
-#usr/share/automake-1.17/am/yacc.am
-#usr/share/automake-1.17/ar-lib
-#usr/share/automake-1.17/compile
-#usr/share/automake-1.17/config.guess
-#usr/share/automake-1.17/config.sub
-#usr/share/automake-1.17/depcomp
-#usr/share/automake-1.17/install-sh
-#usr/share/automake-1.17/mdate-sh
-#usr/share/automake-1.17/missing
-#usr/share/automake-1.17/mkinstalldirs
-#usr/share/automake-1.17/py-compile
-#usr/share/automake-1.17/tap-driver.sh
-#usr/share/automake-1.17/test-driver
-#usr/share/automake-1.17/texinfo.tex
-#usr/share/automake-1.17/ylwrap
+#usr/share/automake-1.18
+#usr/share/automake-1.18/Automake
+#usr/share/automake-1.18/Automake/ChannelDefs.pm
+#usr/share/automake-1.18/Automake/Channels.pm
+#usr/share/automake-1.18/Automake/Condition.pm
+#usr/share/automake-1.18/Automake/Config.pm
+#usr/share/automake-1.18/Automake/Configure_ac.pm
+#usr/share/automake-1.18/Automake/DisjConditions.pm
+#usr/share/automake-1.18/Automake/FileUtils.pm
+#usr/share/automake-1.18/Automake/General.pm
+#usr/share/automake-1.18/Automake/Getopt.pm
+#usr/share/automake-1.18/Automake/Item.pm
+#usr/share/automake-1.18/Automake/ItemDef.pm
+#usr/share/automake-1.18/Automake/Language.pm
+#usr/share/automake-1.18/Automake/Location.pm
+#usr/share/automake-1.18/Automake/Options.pm
+#usr/share/automake-1.18/Automake/Rule.pm
+#usr/share/automake-1.18/Automake/RuleDef.pm
+#usr/share/automake-1.18/Automake/VarDef.pm
+#usr/share/automake-1.18/Automake/Variable.pm
+#usr/share/automake-1.18/Automake/Version.pm
+#usr/share/automake-1.18/Automake/Wrap.pm
+#usr/share/automake-1.18/Automake/XFile.pm
+#usr/share/automake-1.18/COPYING
+#usr/share/automake-1.18/INSTALL
+#usr/share/automake-1.18/am
+#usr/share/automake-1.18/am/check.am
+#usr/share/automake-1.18/am/check2.am
+#usr/share/automake-1.18/am/clean-hdr.am
+#usr/share/automake-1.18/am/clean.am
+#usr/share/automake-1.18/am/compile.am
+#usr/share/automake-1.18/am/configure.am
+#usr/share/automake-1.18/am/data.am
+#usr/share/automake-1.18/am/dejagnu.am
+#usr/share/automake-1.18/am/depend.am
+#usr/share/automake-1.18/am/depend2.am
+#usr/share/automake-1.18/am/distdir.am
+#usr/share/automake-1.18/am/footer.am
+#usr/share/automake-1.18/am/header-vars.am
+#usr/share/automake-1.18/am/header.am
+#usr/share/automake-1.18/am/inst-vars.am
+#usr/share/automake-1.18/am/install.am
+#usr/share/automake-1.18/am/java.am
+#usr/share/automake-1.18/am/lang-compile.am
+#usr/share/automake-1.18/am/lex.am
+#usr/share/automake-1.18/am/library.am
+#usr/share/automake-1.18/am/libs.am
+#usr/share/automake-1.18/am/libtool.am
+#usr/share/automake-1.18/am/lisp.am
+#usr/share/automake-1.18/am/ltlib.am
+#usr/share/automake-1.18/am/ltlibrary.am
+#usr/share/automake-1.18/am/mans-vars.am
+#usr/share/automake-1.18/am/mans.am
+#usr/share/automake-1.18/am/program.am
+#usr/share/automake-1.18/am/progs.am
+#usr/share/automake-1.18/am/python.am
+#usr/share/automake-1.18/am/remake-hdr.am
+#usr/share/automake-1.18/am/scripts.am
+#usr/share/automake-1.18/am/subdirs.am
+#usr/share/automake-1.18/am/tags.am
+#usr/share/automake-1.18/am/texi-vers.am
+#usr/share/automake-1.18/am/texibuild.am
+#usr/share/automake-1.18/am/texinfos.am
+#usr/share/automake-1.18/am/vala.am
+#usr/share/automake-1.18/am/yacc.am
+#usr/share/automake-1.18/ar-lib
+#usr/share/automake-1.18/compile
+#usr/share/automake-1.18/config.guess
+#usr/share/automake-1.18/config.sub
+#usr/share/automake-1.18/depcomp
+#usr/share/automake-1.18/install-sh
+#usr/share/automake-1.18/mdate-sh
+#usr/share/automake-1.18/missing
+#usr/share/automake-1.18/mkinstalldirs
+#usr/share/automake-1.18/py-compile
+#usr/share/automake-1.18/tap-driver.sh
+#usr/share/automake-1.18/test-driver
+#usr/share/automake-1.18/texinfo.tex
+#usr/share/automake-1.18/ylwrap
#usr/share/doc/automake
#usr/share/doc/automake/amhello-1.0.tar.gz
#usr/share/info/automake-history.info
#usr/share/info/automake.info
#usr/share/info/automake.info-1
#usr/share/info/automake.info-2
-#usr/share/man/man1/aclocal-1.17.1
+#usr/share/man/man1/aclocal-1.18.1
#usr/share/man/man1/aclocal.1
-#usr/share/man/man1/automake-1.17.1
+#usr/share/man/man1/automake-1.18.1
#usr/share/man/man1/automake.1
diff --git a/lfs/automake b/lfs/automake
index e595b98b6..a7bc466c3 100644
--- a/lfs/automake
+++ b/lfs/automake
@@ -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.17
+VER = 1.18
THISAPP = automake-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 53c24c138faf3d2be4e30ababcccd4d157c03e815fc4b7f3e3063b6648cf254dfa63afe6e3285b21309dbf260335c3e67991db3825e7532b158b25ccaead83f5
+$(DL_FILE)_BLAKE2 = 45456d6d0fdcd1222c79980ede1df16dfbf18fa4d4698289dbef7c9e24ae8877881678974c5defcce0a9f46b72882b4603e457e8142722174ccf0e495f941550
install : $(TARGET)
@@ -78,7 +78,8 @@ $(subst %,%_BLAKE2,$(objects)) :
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar Jxf $(DIR_DL)/$(DL_FILE)
- cd $(DIR_APP) && ./configure --prefix=$(PREFIX)
+ cd $(DIR_APP) && ./configure \
+ --prefix=$(PREFIX)
cd $(DIR_APP) && make $(MAKETUNING)
cd $(DIR_APP) && make install
@rm -rf $(DIR_APP)
--
2.49.0
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH] curl: Update to version 8.14.1
2025-06-08 20:35 [PATCH] automake: Update to version 1.18 Adolf Belka
@ 2025-06-08 20:35 ` Adolf Belka
2025-06-08 20:35 ` [PATCH] hwdata: Update to version 0.396 Adolf Belka
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Adolf Belka @ 2025-06-08 20:35 UTC (permalink / raw)
To: development; +Cc: Adolf Belka
- Update from version 8.14.0 to 8.14.1
- Update of rootfile not required
- Changelog
8.14.1
Bugfixes:
o asyn-thrdd: fix cleanup when RR fails due to OOM [20]
o autotools: recognize more Linux targets when setting `-D_GNU_SOURCE` [35]
o BUG-BOUNTY.md. mention the medium bounty amount in 2025 [5]
o cmake: fix missed version number for multi-pkg-config detections [14]
o cmdline-docs: mention HTTP resumed uploads to be shaky [21]
o curl: make -N handled correctly [34]
o curl: upload from '.' fix [9]
o dllmain: exclude from Cygwin builds [32]
o docs/tests: remove mention of hyper [23]
o docs: fix typos [12]
o ftp: fix teardown of DATA connection in done [31]
o http: fail early when rewind of input failed when following redirects [2]
o license: update some copyright links to curl.se [24]
o memanalyze.pl: fix getaddrinfo/freeaddrinfo checks [25]
o misc: fix spelling [15]
o misc: we write *an* IPv6 address [10]
o multi: fix add_handle resizing [3]
o spelling: 'a' vs 'an' [8]
o spelling: call it null-terminate consistently [6]
o test1510: fix expectation [19]
o tests: await portfile to be complete [1]
o tests: fix checks for https-mtls proto [30]
o tests: improve server start reliability [18]
o tests: move test docs into /docs [16]
o tests: re-enable 1510, document heimdal memleak [22]
o tests: test mtls also w/ clientAuth EKU only [28]
o tests: test mtls with --insecure [29]
o tls BIOs: handle BIO_CTRL_EOF correctly [33]
o tool_getparam: make --no-anyauth not be accepted [13]
o tool_getparam: refactored, simplified [4]
o tool_getparam: remove two nextarg NULL checks [11]
o VULN-DISCLOSURE-POLICY.md: the distros list wants <= 7 days embargo [26]
o wolfssl: fix sending of early data [7]
o ws: handle blocked sends better [27]
o ws: tests and fixes [17]
Planned upcoming removals include:
o Support for the msh3 HTTP/3 backend
o Supporting curl builds using VS2008
o The Secure Transport and BearSSL TLS backends
o The winbuild build system
o Windows CE support
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
lfs/curl | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lfs/curl b/lfs/curl
index e436991cd..2ca1123b2 100644
--- a/lfs/curl
+++ b/lfs/curl
@@ -24,7 +24,7 @@
include Config
-VER = 8.14.0
+VER = 8.14.1
THISAPP = curl-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = d8b7d58e6923366265a1d95d3a6f14002729dfb95d88b17ec925d096bd199b206f6c9645e1e4be3bc2d295e8898c35990eda6f45329396f38753725907e402a1
+$(DL_FILE)_BLAKE2 = 4ce2277d143084823855b714e86047a94d4c52a686b8d16d9ab76c31168f1a74d63dfa7608cff36706a8a0b9bf9cc611a9b99860b176a227bca580cd95e9cff2
install : $(TARGET)
--
2.49.0
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH] hwdata: Update to version 0.396
2025-06-08 20:35 [PATCH] automake: Update to version 1.18 Adolf Belka
2025-06-08 20:35 ` [PATCH] curl: Update to version 8.14.1 Adolf Belka
@ 2025-06-08 20:35 ` Adolf Belka
2025-06-08 20:35 ` [PATCH] iputils: Update to version 20250605 Adolf Belka
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Adolf Belka @ 2025-06-08 20:35 UTC (permalink / raw)
To: development; +Cc: Adolf Belka
- Update from version 0.395 to 0.396
- Update of rootfile not required
- Changelog
0.396
Update usb and vendor ids
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
lfs/hwdata | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lfs/hwdata b/lfs/hwdata
index e79684e36..00791fbbb 100644
--- a/lfs/hwdata
+++ b/lfs/hwdata
@@ -24,7 +24,7 @@
include Config
-VER = 0.395
+VER = 0.396
THISAPP = hwdata-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -42,7 +42,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = a96521ba4d8cc93bbbc26d3aacee7bce543736b0c941b8ffb43381ae8f91fc190819c55074549fc0e67d0f2218411fac06a7cb42eeccc33ee618d8c574c20786
+$(DL_FILE)_BLAKE2 = a4d74693a78719337dfecae11da0cbd437686da6ff29091961014e75ffe598734f34c62a00a7d0a13b64a02964fc4c5ff54f22a6f87aeebe693f2fa15e366d06
install : $(TARGET)
--
2.49.0
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH] iputils: Update to version 20250605
2025-06-08 20:35 [PATCH] automake: Update to version 1.18 Adolf Belka
2025-06-08 20:35 ` [PATCH] curl: Update to version 8.14.1 Adolf Belka
2025-06-08 20:35 ` [PATCH] hwdata: Update to version 0.396 Adolf Belka
@ 2025-06-08 20:35 ` Adolf Belka
2025-06-08 20:35 ` [PATCH] libusb: Update to version 1.0.29 Adolf Belka
2025-06-08 20:35 ` [PATCH] postfix: Update to version 3.10.2 Adolf Belka
4 siblings, 0 replies; 6+ messages in thread
From: Adolf Belka @ 2025-06-08 20:35 UTC (permalink / raw)
To: development; +Cc: Adolf Belka
- Update from version 20240905 to 20250605
- Update of rootfile
- 2 CVE fixes
- Changelog
20250605
fix: ping: Fix regression in -c1 (issue: #596, PR: #597, commit: a41fbf3)
20250602
Security release, fixes CVE-2025-47268 and CVE-2025-48964.
* ping
- fix CVE-2025-48964: Fix moving average rtt calculation
(commit: afa3639)
https://github.com/iputils/iputils/security/advisories/GHSA-25fr-jw29-74f9
- fix CVE-2025-47268: Fix signed 64-bit integer overflow in RTT
calculation (issue: #584, PR: #585, commit: 070cfac)
- fix: Fix integer overflow in large -s and -l values (PR: #586,
commit: f30f0e5)
- fix: Fix integer overflow in large -W value (PR: #588, commit: f7d1989)
- fix sS90x: Fix ipv4 ttl value when using SOCK_DGRAM on big endian
systems (PR: #591, commit: c9c82b4, regression from 7e7ffff)
- fix man: Fix ping man page syntax error (commit: e8c9d6d)
- fix: Translate error message (commit: 9651db5)
* tracepath
- fix: Cleanup min value of -l (PR: #572, commit: 65e3837)
* Meson build system
- fix: Fix installation of prebuilt manpages in dist tarball
(commit: dca2358)
- fix: build.sh: Fix tarball name (commit: b912d64)
* Localization
- New languages: Kabyle, Romanian
- Updated most of the languages
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
config/rootfiles/common/iputils | 14 ++++++++++++++
lfs/iputils | 6 +++---
2 files changed, 17 insertions(+), 3 deletions(-)
diff --git a/config/rootfiles/common/iputils b/config/rootfiles/common/iputils
index 83b2e7824..e30c44b0c 100644
--- a/config/rootfiles/common/iputils
+++ b/config/rootfiles/common/iputils
@@ -3,15 +3,29 @@ bin/ping
#usr/bin/clockdiff
usr/bin/ping
usr/bin/tracepath
+#usr/share/iputils
+#usr/share/iputils/arping.html
+#usr/share/iputils/clockdiff.html
+#usr/share/iputils/ping.html
+#usr/share/iputils/tracepath.html
#usr/share/locale/cs/LC_MESSAGES/iputils.mo
#usr/share/locale/de/LC_MESSAGES/iputils.mo
+#usr/share/locale/es/LC_MESSAGES/iputils.mo
#usr/share/locale/fi/LC_MESSAGES/iputils.mo
#usr/share/locale/fr/LC_MESSAGES/iputils.mo
#usr/share/locale/id/LC_MESSAGES/iputils.mo
#usr/share/locale/ja/LC_MESSAGES/iputils.mo
#usr/share/locale/ka/LC_MESSAGES/iputils.mo
+#usr/share/locale/kab/LC_MESSAGES/iputils.mo
#usr/share/locale/ko/LC_MESSAGES/iputils.mo
#usr/share/locale/pt_BR/LC_MESSAGES/iputils.mo
+#usr/share/locale/ro/LC_MESSAGES/iputils.mo
#usr/share/locale/tr/LC_MESSAGES/iputils.mo
#usr/share/locale/uk/LC_MESSAGES/iputils.mo
#usr/share/locale/zh_CN/LC_MESSAGES/iputils.mo
+#usr/share/locale/zh_Hant
+#usr/share/locale/zh_Hant/LC_MESSAGES
+#usr/share/locale/zh_Hant/LC_MESSAGES/iputils.mo
+#usr/share/man/man8/clockdiff.8
+#usr/share/man/man8/ping.8
+#usr/share/man/man8/tracepath.8
diff --git a/lfs/iputils b/lfs/iputils
index da687c73e..737f66790 100644
--- a/lfs/iputils
+++ b/lfs/iputils
@@ -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 = 20240905
+VER = 20250605
THISAPP = iputils-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 62ee614292fbf487d93d711ecbc11719d10f4dcb995bfd0d613459b49792ae4c8f0032a401fbf583206665ac4c592e90c30da5c75811340cc881c06a20a05318
+$(DL_FILE)_BLAKE2 = 16a87130f215d9e1bf27a8559a70ed24065d411d18eef0bbfaf36118ac8b097abd8b965b4842efa00d2cab6a03e93c9f49eec020f308f7cb6d8995651b8b5380
install : $(TARGET)
--
2.49.0
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH] libusb: Update to version 1.0.29
2025-06-08 20:35 [PATCH] automake: Update to version 1.18 Adolf Belka
` (2 preceding siblings ...)
2025-06-08 20:35 ` [PATCH] iputils: Update to version 20250605 Adolf Belka
@ 2025-06-08 20:35 ` Adolf Belka
2025-06-08 20:35 ` [PATCH] postfix: Update to version 3.10.2 Adolf Belka
4 siblings, 0 replies; 6+ messages in thread
From: Adolf Belka @ 2025-06-08 20:35 UTC (permalink / raw)
To: development; +Cc: Adolf Belka
- Update from version 1.0.28 to 1.0.29
- Update of rootfile not required
- Changelog
1.0.29
* Fix regression on macOS leading to timeouts in enumeration
* LIBUSB_API_VERSION bump for the new functions in 1.0.28
* Fix xusb regression displaying wrong error on claim failure
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
lfs/libusb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lfs/libusb b/lfs/libusb
index 2c782cfe2..4b12242d7 100644
--- a/lfs/libusb
+++ b/lfs/libusb
@@ -24,7 +24,7 @@
include Config
-VER = 1.0.28
+VER = 1.0.29
THISAPP = libusb-$(VER)
DL_FILE = $(THISAPP).tar.bz2
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 9bf506455fc1b981de155600936ab229f089ea28e58491076eab632455c4e814bf0336cd9326056a255508aa3956643c503af3ff2feda80bac036cf5cad86e80
+$(DL_FILE)_BLAKE2 = 74db11918fa704eae3a320838c84dd06427acd5e3f73263e965decd1a09f0a14ed2d1a3916bf7eada26ab1164a3955a9fa3bdff8e3294264c6f8e1137866652a
install : $(TARGET)
--
2.49.0
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH] postfix: Update to version 3.10.2
2025-06-08 20:35 [PATCH] automake: Update to version 1.18 Adolf Belka
` (3 preceding siblings ...)
2025-06-08 20:35 ` [PATCH] libusb: Update to version 1.0.29 Adolf Belka
@ 2025-06-08 20:35 ` Adolf Belka
4 siblings, 0 replies; 6+ messages in thread
From: Adolf Belka @ 2025-06-08 20:35 UTC (permalink / raw)
To: development; +Cc: Adolf Belka
- Update from version 3.10.1 to 3.10.2
- Update for rootfile not required
- Changelog
3.10.2
Bugfix (defect introduced: date 19991116): when appending a setting to a
main.cf or master.cf file that did not end in a newline character, the
"postconf -e" command did not add an extra newline character before
appending the new setting, causing information to become garbled. Fix
by Michael Tokarev.
Bugfix (defect introduced: Postfix 2.3, date 20051222): the Dovecot auth
client did not attempt to create a new connection after an I/O error on
an existing connection. Reported by Oleksandr Kozmenko.
Improved and corrected error messages when converting (host or service)
information to (symbolic text, numerical text, or binary) form.
Documentation: updated link to Dovecot documentation.
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
lfs/postfix | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/lfs/postfix b/lfs/postfix
index c7c48895e..5dd1a3c98 100644
--- a/lfs/postfix
+++ b/lfs/postfix
@@ -26,7 +26,7 @@ include Config
SUMMARY = A fast, secure, and flexible mailer
-VER = 3.10.1
+VER = 3.10.2
THISAPP = postfix-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = postfix
-PAK_VER = 47
+PAK_VER = 48
DEPS =
@@ -72,7 +72,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = ff2ff4a6fc61eb7f513124abc7a03f69b4c195967816a28a4708fbe7256e78959d499941747ef2fea7999bd2754e2e640e98e247a7870449cffb66ebf30ffee9
+$(DL_FILE)_BLAKE2 = b75fec52e837d43e0fa5d6ede3f44ccc62144133a2c433f536c566362b20a6a9b8a8cbf8e11f64d84fa751311cc9451158cda0edc212a0e45a9097530f41cea4
install : $(TARGET)
@@ -112,20 +112,20 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
cd $(DIR_APP) && sh postfix-install -non-interactive
## Install configuration
rm -vf /etc/postfix/main.cf.default
-
+
# update main.cf parameters to prevent smtp smuggling attack
postconf -e 'smtpd_forbid_bare_newline = yes'
postconf -e 'smtpd_forbid_unauth_pipelining = yes'
postconf -e 'smtpd_data_restrictions = reject_unauth_pipelining'
postconf -e 'smtpd_discard_ehlo_keywords = chunking'
-
+
mkdir -p /var/lib/postfix
chown postfix.root /var/lib/postfix
install -v -m 644 $(DIR_SRC)/config/backup/includes/postfix \
/var/ipfire/backup/addons/includes/postfix
mv /usr/sbin/sendmail /usr/sbin/sendmail.postfix
-
+
#install initscripts
$(call INSTALL_INITSCRIPTS,$(SERVICES))
--
2.49.0
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2025-06-08 20:35 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-06-08 20:35 [PATCH] automake: Update to version 1.18 Adolf Belka
2025-06-08 20:35 ` [PATCH] curl: Update to version 8.14.1 Adolf Belka
2025-06-08 20:35 ` [PATCH] hwdata: Update to version 0.396 Adolf Belka
2025-06-08 20:35 ` [PATCH] iputils: Update to version 20250605 Adolf Belka
2025-06-08 20:35 ` [PATCH] libusb: Update to version 1.0.29 Adolf Belka
2025-06-08 20:35 ` [PATCH] postfix: Update to version 3.10.2 Adolf Belka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox