* [PATCH] ntp: Update to version 4.2.8p18
2024-06-18 10:48 [PATCH] iw: Update to version 6.9 Adolf Belka
@ 2024-06-18 10:48 ` Adolf Belka
2024-06-18 10:48 ` [PATCH] tmux: Update to version 3.4 Adolf Belka
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Adolf Belka @ 2024-06-18 10:48 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 10586 bytes --]
- Update from version 4.2.8p17 to 4.2.8p18
- Update of rootile
- Changelog
4.2.8p18 (Harlan Stenn <stenn(a)ntp.org>, 2024 May 24)
Focus: Bug fixes
Severity: Recommended
This release:
- changes crypto (OpenSSL or compatible) detection and default build behavior.
Previously, crypto was supported if available unless the --without-crypto
option was given to configure. With this release, the prior behavior of
falling back to a crypto-free build if usable libcrypto was not found has
changed to instead cause configure to fail with an error.
The --without-crypto option must be explicitly provided if you want a build
that does not use libcrypto functionality.
- Fixes 40 bugs
- Includes 40 other improvements
Details below:
* [Bug 3918] Tweak openssl header/library handling. <stenn(a)ntp.org>
* [Bug 3914] Spurious "Unexpected origin timestamp" logged after time
stepped. <hart(a)ntp.org>
* [Bug 3913] Avoid duplicate IPv6 link-local manycast associations.
<hart(a)ntp.org>
* [Bug 3912] Avoid rare math errors in ntptrace. <brian.utterback(a)oracle.com>
* [Bug 3910] Memory leak using openssl-3 <hart(a)ntp.org>
* [Bug 3909] Do not select multicast local address for unicast peer.
<hart(a)ntp.org>
* [Bug 3903] lib/isc/win32/strerror.c NTstrerror() is not thread-safe.
<hart(a)ntp.org>
* [Bug 3901] LIB_GETBUF isn't thread-safe. <hart(a)ntp.org>
* [Bug 3900] fast_xmit() selects wrong local addr responding to mcast on
Windows. <hart(a)ntp.org>
* [Bug 3888] ntpd with multiple same-subnet IPs using manycastclient creates
duplicate associations. <hart(a)ntp.org>
* [Bug 3872] Ignore restrict mask for hostname. <hart(a)ntp.org>
* [Bug 3871] 4.2.8p17 build without hopf6021 refclock enabled fails.
Reported by Hans Mayer. Moved NONEMPTY_TRANSLATION_UNIT
declaration from ntp_types.h to config.h. <hart(a)ntp.org>
* [Bug 3870] Server drops client packets with ppoll < 4. <stenn(a)ntp.org>
* [Bug 3869] Remove long-gone "calldelay" & "crypto sign" from docs.
Reported by PoolMUC(a)web.de. <hart(a)ntp.org>
* [Bug 3868] Cannot restrict a pool peer. <hart(a)ntp.org> Thanks to
Edward McGuire for tracking down the deficiency.
* [Bug 3864] ntpd IPv6 refid different for big-endian and little-endian.
<hart(a)ntp.org>
* [Bug 3859] Use NotifyIpInterfaceChange on Windows ntpd. <hart(a)ntp.org>
* [Bug 3856] Enable Edit & Continue debugging with Visual Studio.
<hart(a)ntp.org>
* [Bug 3855] ntpq lacks an equivalent to ntpdc's delrestrict. <hart(a)ntp.org>
* [Bug 3854] ntpd 4.2.8p17 corrupts rawstats file with space in refid.
<hart(a)ntp.org>
* [Bug 3853] Clean up warnings with modern compilers. <hart(a)ntp.org>
* [Bug 3852] check-libntp.mf and friends are not triggering rebuilds as
intended. <hart(a)ntp.org>
* [Bug 3851] Drop pool server when no local address can reach it.
<hart(a)ntp.org>
* [Bug 3850] ntpq -c apeers breaks column formatting s2 w/refclock refid.
<hart(a)ntp.org>
* [Bug 3849] ntpd --wait-sync times out. <hart(a)ntp.org>
* [Bug 3847] SSL detection in configure should run-test if runpath is needed.
<hart(a)ntp.org>
* [Bug 3846] Use -Wno-format-truncation by default. <hart(a)ntp.org>
* [Bug 3845] accelerate pool clock_sync when IPv6 has only link-local access.
<hart(a)ntp.org>
* [Bug 3842] Windows ntpd PPSAPI DLL load failure crashes. <hart(a)ntp.org>
* [Bug 3841] 4.2.8p17 build break w/ gcc 12 -Wformat-security without -Wformat
Need to remove --Wformat-security when removing -Wformat to
silence numerous libopts warnings. <hart(a)ntp.org>
* [Bug 3837] NULL pointer deref crash when ntpd deletes last interface.
Reported by renmingshuai. Correct UNLINK_EXPR_SLIST() when the
list is empty. <hart(a)ntp.org>
* [Bug 3835] NTP_HARD_*FLAGS not used by libevent tearoff. <hart(a)ntp.org>
* [Bug 3831] pollskewlist zeroed on runtime configuration. <hart(a)ntp.org>
* [Bug 3830] configure libevent check intersperses output with answer. <stenn@>
* [Bug 3828] BK should ignore a git repo in the same directory.
<burnicki(a)ntp.org>
* [Bug 3827] Fix build in case CLOCK_HOPF6021 or CLOCK_WHARTON_400A
is disabled. <burnicki(a)ntp.org>
* [Bug 3825] Don't touch HTML files unless building inside a BK repo.
Fix the script checkHtmlFileDates. <burnicki(a)ntp.org>
* [Bug 3756] Improve OpenSSL library/header detection.
* [Bug 3753] ntpd fails to start with FIPS-enabled OpenSSL 3. <hart(a)ntp.org>
* [Bug 2734] TEST3 prevents initial interleave sync. Fix from <PoolMUC(a)web.de>
* Log failures to allocate receive buffers. <hart(a)ntp.org>
* Remove extraneous */ from libparse/ieee754io.c
* Fix .datecheck target line in Makefile.am. <stenn(a)ntp.org>
* Update the copyright year. <stenn(a)ntp.org>
* Update ntp.conf documentation to add "delrestrict" and correct information
about KoD rate limiting. <hart(a)ntp.org>
* html/clockopt.html cleanup. <stenn(a)ntp.org>
* util/lsf-times - added. <stenn(a)ntp.org>
* Add DSA, DSA-SHA, and SHA to tests/libntp/digests.c. <hart(a)ntp.org>
* Provide ntpd thread names to debugger on Windows. <hart(a)ntp.org>
* Remove dead code libntp/numtohost.c and its unit tests. <hart(a)ntp.org>
* Remove class A, B, C IPv4 distinctions in netof(). <hart(a)ntp.org>
* Use @configure_input@ in various *.in files to include a comment that
the file is generated from another pointing to the *.in. <hart(a)ntp.org>
* Correct underquoting, indents in ntp_facilitynames.m4. <hart(a)ntp.org>
* Clean up a few warnings seen building with older gcc. <hart(a)ntp.org>
* Fix build on older FreeBSD lacking sys/procctl.h. <hart(a)ntp.org>
* Disable [Bug 3627] workaround on newer FreeBSD which has the kernel fix
that makes it unnecessary, re-enabling ASLR stack gap. <hart(a)ntp.org>
* Use NONEMPTY_COMPILATION_UNIT in more conditionally-compiled files.
* Remove useless pointer to Windows Help from system error messages.
* Avoid newlines within Windows error messages. <hart(a)ntp.org>
* Ensure unique association IDs if wrapped. <hart(a)ntp.org>
* Simplify calc_addr_distance(). <hart(a)ntp.org>
* Clamp min/maxpoll in edge cases in newpeer(). <hart(a)ntp.org>
* Quiet local addr change logging when unpeering. <hart(a)ntp.org>
* Correct missing arg for %s printf specifier in
send_blocking_resp_internal(). <hart(a)ntp.org>
* Suppress OpenSSL 3 deprecation warning clutter. <hart(a)ntp.org>
* Correct OpenSSL usage in Autokey code to avoid warnings about
discarding const qualifiers with OpenSSL 3. <hart(a)ntp.org>
* Display KoD refid as text in recently added message. <hart(a)ntp.org>
* Avoid running checkHtmlFileDates script repeatedly when no html/*.html
files have changed. <hart(a)ntp.org>
* Abort configure if --enable-crypto-rand given & unavailable. <hart(a)ntp.org>
* Add configure --enable-verbose-ssl to trace SSL detection. <hart(a)ntp.org>
* Add build test coverage for --disable-saveconfig to flock-build script.
<hart(a)ntp.org>
* Remove deprecated configure --with-arlib option. <hart(a)ntp.org>
* Remove configure support for ISC UNIX ca. 1998. <hart(a)ntp.org>
* Move NTP_OPENSSL and NTP_CRYPTO_RAND invocations from configure.ac files
to NTP_LIBNTP. <hart(a)ntp.org>
* Remove dead code: HAVE_U_INT32_ONLY_WITH_DNS. <hart(a)ntp.org>
* Eliminate [v]snprintf redefinition warnings on macOS. <hart(a)ntp.org>
* Fix clang 14 cast increases alignment warning on Linux. <hart(a)ntp.org>
* Move ENABLE_CMAC to ntp_openssl.m4, reviving sntp/tests CMAC unit tests.
<hart(a)ntp.org>
* Use NTP_HARD_CPPFLAGS in libopts tearoff. <hart(a)ntp.org>
* wire in --enable-build-framework-help
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
config/rootfiles/common/ntp | 3 +--
lfs/ntp | 6 +++---
2 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/config/rootfiles/common/ntp b/config/rootfiles/common/ntp
index fd1262e9b..7ca3ed1e7 100644
--- a/config/rootfiles/common/ntp
+++ b/config/rootfiles/common/ntp
@@ -10,7 +10,6 @@ usr/bin/ntpd
usr/bin/ntpdate
usr/bin/ntpdc
usr/bin/ntpq
-#usr/bin/ntpsnmpd
usr/bin/ntptime
usr/bin/ntptrace
usr/bin/sntp
@@ -18,6 +17,7 @@ usr/bin/tickadj
usr/bin/update-leap
#usr/share/doc/ntp
#usr/share/doc/ntp/html
+#usr/share/doc/ntp/html/.datecheck
#usr/share/doc/ntp/html/access.html
#usr/share/doc/ntp/html/accopt.html
#usr/share/doc/ntp/html/assoc.html
@@ -277,7 +277,6 @@ usr/bin/update-leap
#usr/share/man/man1/ntpdc.1
#usr/share/man/man1/ntpq.1
#usr/share/man/man1/ntptrace.1
-#usr/share/man/man1/ntpsnmpd.1
#usr/share/man/man1/sntp.1
#usr/share/man/man1/update-leap.1
#usr/share/man/man5/ntp.conf.5
diff --git a/lfs/ntp b/lfs/ntp
index aadfbd0c1..2d746c78f 100644
--- a/lfs/ntp
+++ b/lfs/ntp
@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
-# Copyright (C) 2007-2023 IPFire Team <info(a)ipfire.org> #
+# Copyright (C) 2007-2024 IPFire Team <info(a)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.2.8p17
+VER = 4.2.8p18
THISAPP = ntp-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 5c0e90a234cdeab76e7443b42dfd5a0c3c78693a11bdb0fa21c8def91adbdf9b9871498df9d211509632812a9107501da3470104122e9621577541ffd6cd1ab6
+$(DL_FILE)_BLAKE2 = 9a7bb767d2d8ae3a7224542df7978f8289cbdf28488c5e4dce4c549cdd1063259f69548898a352c0463ce83c4725bfd7c7dbf673ee3b74e490d7b1275760497c
install : $(TARGET)
--
2.45.2
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH] tmux: Update to version 3.4
2024-06-18 10:48 [PATCH] iw: Update to version 6.9 Adolf Belka
2024-06-18 10:48 ` [PATCH] ntp: Update to version 4.2.8p18 Adolf Belka
@ 2024-06-18 10:48 ` Adolf Belka
2024-06-18 10:48 ` [PATCH] traceroute: Update to version 2.1.5 Adolf Belka
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Adolf Belka @ 2024-06-18 10:48 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 6185 bytes --]
- Update from version 3.3a to 3.4
- Update of rootfile not required
- Changelog
3.4
* Add options keep-last and keep-group to destroy-unattached to keep the last
session whether in a group.
* Don't allow paste-buffer into dead panes.
* Add -t to source-file.
* Rewrite combined character handling to be more consistent and to support
newer Unicode combined characters.
* Add basic support for SIXEL if built with --enable-sixel.
* Add a session, pane and user mouse range types for the status line and add
format variables for mouse_status_line and mouse_status_range so they can be
associated with different commands in the key bindings.
* Add flag (-o) to next-prompt/previous-prompt to go to OSC 133 command output.
* Add options and flags for menu styles (menu-style, menu-border-style) similar
to those existing for popups.
* Add support for marking lines with a shell prompt based on the OSC 133 extension.
* Check for libterminfo for NetBSD.
* Add "us" to styles for underscore colour.
* Add flags (-c and -y) to change the confirm key and default behaviour of
confirm-before.
* Use ncurses' new tparm_s function (added in 6.4-20230424) instead of tparm so
it does not object to string arguments in c apabilities it doesn't already
know. Also ignore errors from tparm if using previous ncurses versions.
* Set default lock command to vlock on Linux if present at build time.
* Discard mouse sequences that have the right form but actually are invalid.
* Add support for spawning panes in separate cgroups with systemd and a
configure flag (--disable-cgroups) to turn off.
* Add a format (pane_unseen_changes) to show if there are unseen changes while
in a mode.
* Remove old buffer when renaming rather than complaining.
* Add an L modifier like P, W, S to loop over clients.
* Add -f to list-clients like the other list commands.
* Extend display-message to work for control clients.
* Add a flag to display-menu to select the manu item selected when the menu is
open.
* Have tmux recognise pasted text wrapped in bracket paste sequences, rather
than only forwarding them to the program inside.
* Have client return 1 if process is interrupted to an input pane.
* Query the client terminal for foreground and background colours and if OSC 10
or 11 is received but no colour has been set inside tmux, return the colour
from the first attached client.
* Add send-keys -K to handle keys directly as if typed (so look up in key
table).
* Process escape sequences in show-buffer.
* Add a -l flag to display-message to disable format expansion.
* Add paste-buffer-deleted notification and fix name of paste-buffer-changed.
* Do not attempt to connect to the socket as a client if systemd is active.
* Add scroll-top and scroll-bottom commands to scroll so cursor is at top or
bottom.
* Add a -T flag to capture-pane to stop at the last used cell instead of the
full width. Restore the previous behaviour by making it default to off unless
-J is used.
* Add message-line option to control where message and prompt go.
* Notification when a when a paste buffer is deleted.
* Add a Nobr terminfo(5) capability to tell tmux the terminal does not use bright
colours for bold.
* Change g and G to go to top and bottom in menus.
* Add a third state "all" to allow-passthrough to work even in invisible panes.
* Add support for OSC 8 hyperlinks.
* Store the time lines are scrolled into history and display in copy mode.
* Add a %config-error reply to control mode for configuration file errors since
reporting them in view mode is useless.
* A new feature flag (ignorefkeys) to ignore terminfo(5) function key
definitions for rxvt.
* Pass through first argument to OSC 52 (which clipboards to set) if the
application provides it.
* Expand arguments to send-keys, capture-pane, split-window, join-pane where it
makes sense to do so.
* Ignore named buffers when choosing a buffer if one is not specified by the user.
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
lfs/tmux | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
diff --git a/lfs/tmux b/lfs/tmux
index 19cc6b7f8..c7985c065 100644
--- a/lfs/tmux
+++ b/lfs/tmux
@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
-# Copyright (C) 2007-2023 IPFire Team <info(a)ipfire.org> #
+# Copyright (C) 2007-2024 IPFire Team <info(a)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 = Terminal multiplexer
-VER = 3.3a
+VER = 3.4
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 = 11
+PAK_VER = 12
DEPS =
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = e835ce0f136175521035a684419f221864edb0a9506d7d68cbc0239b1349e78949ebd96573a9d8651a2df6d99acb433075d6e0c20d7394a53fe6b44bd9e56069
+$(DL_FILE)_BLAKE2 = 2b1990b95d7439702e9287402d9828d4ecab573202c099aa482969c047b540d4b899f79d87587fc712e727d9cebf5fa7393512087e469fc355b4a30b1894e229
install : $(TARGET)
@@ -81,12 +81,9 @@ $(subst %,%_BLAKE2,$(objects)) :
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
-
cd $(DIR_APP) && ./configure \
--prefix=/usr
-
cd $(DIR_APP) && make $(MAKETUNING)
cd $(DIR_APP) && make install
-
@rm -rf $(DIR_APP)
@$(POSTBUILD)
--
2.45.2
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH] traceroute: Update to version 2.1.5
2024-06-18 10:48 [PATCH] iw: Update to version 6.9 Adolf Belka
2024-06-18 10:48 ` [PATCH] ntp: Update to version 4.2.8p18 Adolf Belka
2024-06-18 10:48 ` [PATCH] tmux: Update to version 3.4 Adolf Belka
@ 2024-06-18 10:48 ` Adolf Belka
2024-06-18 10:48 ` [PATCH] xfsprogs: Update to version 6.8.0 Adolf Belka
2024-06-18 10:48 ` [PATCH] zstd: Update to version 1.5.6 Adolf Belka
4 siblings, 0 replies; 6+ messages in thread
From: Adolf Belka @ 2024-06-18 10:48 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 4755 bytes --]
- Update from version 2.1.2 to 2.1.5
- Update of rootfile not required
- Update of traceroute patch as the source tarball has version number specified in its
directory structure.
- Changelog
2.1.5
* Fix rfc5837 parsing (Francois Rigault)
2.1.4
* Parse interface information (rfc5837) for ICMP extensions
* Add `fastopen' tcp module option (cookie negotiation only)
* Complete tcp module option `mss' to discover possible mss clamping
along the path being traced (idea and testing from Francois Rigault).
The argument is optional now.
Changed mss is printed once in a form of `M=NUM' at the first probe
it was detected on. (Actually, the mss clamping performed by
some previous hop).
Note, some routers may return too short original fragment
in the time exceeded message, making the check impossible.
Besides that the responses may come in a different order.
All this can lead to a later place of the report
(using -N 1 can help for the order).
* Complete tcp module option `info' to print returned tcp header options too
(all those that can be set or altered by `-O' for tcp module).
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
lfs/traceroute | 8 ++++----
...1.2-ipfire.patch => traceroute-2.1.5-ipfire.patch} | 11 ++++++-----
2 files changed, 10 insertions(+), 9 deletions(-)
rename src/patches/{traceroute-2.1.2-ipfire.patch => traceroute-2.1.5-ipfire.patch} (65%)
diff --git a/lfs/traceroute b/lfs/traceroute
index 12ff5d3f7..961e44771 100644
--- a/lfs/traceroute
+++ b/lfs/traceroute
@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
-# Copyright (C) 2007-2023 IPFire Team <info(a)ipfire.org> #
+# Copyright (C) 2007-2024 IPFire Team <info(a)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 = Packet route path tracing utility
-VER = 2.1.2
+VER = 2.1.5
THISAPP = traceroute-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = traceroute
-PAK_VER = 5
+PAK_VER = 6
DEPS =
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = e0a89b3f4eef6709bc696a30579645ca096c9c424fd577a988c6d93058858b047ec01f88258bc2e558a4ffc1cc8c047c89fcd9ab85914e2c3060df8a59f07c23
+$(DL_FILE)_BLAKE2 = b2e99398b23d064f96319c9ca677589175f4bde64bce1f1d3236fc94f0ae3aa00499a2ef4a5c66c3a5815e09e16c534d049c36745119850c90c8af879ef66c6b
install : $(TARGET)
diff --git a/src/patches/traceroute-2.1.2-ipfire.patch b/src/patches/traceroute-2.1.5-ipfire.patch
similarity index 65%
rename from src/patches/traceroute-2.1.2-ipfire.patch
rename to src/patches/traceroute-2.1.5-ipfire.patch
index 3d83d743c..15a07deae 100644
--- a/src/patches/traceroute-2.1.2-ipfire.patch
+++ b/src/patches/traceroute-2.1.5-ipfire.patch
@@ -1,6 +1,7 @@
-diff -Naur traceroute-2.1.2.orig/traceroute/traceroute.c traceroute-2.1.2/traceroute/traceroute.c
---- traceroute-2.1.2.orig/traceroute/traceroute.c 2023-02-13 18:37:06.000000000 +0100
-+++ traceroute-2.1.2/traceroute/traceroute.c 2023-08-29 17:36:52.703911135 +0200
+diff -Naur traceroute-2.1.5.orig/traceroute/traceroute.c traceroute-2.1.5/traceroute/traceroute.c
+
+--- traceroute-2.1.5.orig/traceroute/traceroute.c 2023-12-10 05:27:41.000000000 +0100
++++ traceroute-2.1.5/traceroute/traceroute.c 2024-06-07 16:25:38.063452139 +0200
@@ -31,6 +31,9 @@
#include "version.h"
#include "traceroute.h"
@@ -11,7 +12,7 @@ diff -Naur traceroute-2.1.2.orig/traceroute/traceroute.c traceroute-2.1.2/tracer
#ifndef ICMP6_DST_UNREACH_BEYONDSCOPE
#ifdef ICMP6_DST_UNREACH_NOTNEIGHBOR
-@@ -201,7 +204,7 @@
+@@ -215,7 +218,7 @@
memset (&hints, 0, sizeof (hints));
hints.ai_family = af;
@@ -20,7 +21,7 @@ diff -Naur traceroute-2.1.2.orig/traceroute/traceroute.c traceroute-2.1.2/tracer
ret = getaddrinfo (name, NULL, &hints, &res);
if (ret) {
-@@ -741,7 +744,7 @@
+@@ -755,7 +758,7 @@
buf[0] = '\0';
getnameinfo (&res->sa, sizeof (*res), buf, sizeof (buf),
--
2.45.2
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH] xfsprogs: Update to version 6.8.0
2024-06-18 10:48 [PATCH] iw: Update to version 6.9 Adolf Belka
` (2 preceding siblings ...)
2024-06-18 10:48 ` [PATCH] traceroute: Update to version 2.1.5 Adolf Belka
@ 2024-06-18 10:48 ` Adolf Belka
2024-06-18 10:48 ` [PATCH] zstd: Update to version 1.5.6 Adolf Belka
4 siblings, 0 replies; 6+ messages in thread
From: Adolf Belka @ 2024-06-18 10:48 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2438 bytes --]
- Update from version 6.5.0 to 6.8.0
- Update of rootfile
- Changelog
There is no changelog for this package. Change details can be found from the git commit
log https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/log/
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
config/rootfiles/common/xfsprogs | 3 +--
lfs/xfsprogs | 6 +++---
2 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/config/rootfiles/common/xfsprogs b/config/rootfiles/common/xfsprogs
index 7147620d3..c1c14c11b 100644
--- a/config/rootfiles/common/xfsprogs
+++ b/config/rootfiles/common/xfsprogs
@@ -20,8 +20,6 @@ sbin/xfs_repair
#usr/lib/libhandle.a
#usr/lib/libhandle.la
#usr/lib/libhandle.so
-#usr/lib/xfsprogs
-#usr/lib/xfsprogs/xfs_scrub_all.cron
usr/sbin/xfs_admin
usr/sbin/xfs_bmap
usr/sbin/xfs_copy
@@ -113,3 +111,4 @@ usr/sbin/xfs_spaceman
#usr/share/xfsprogs/mkfs/lts_5.4.conf
#usr/share/xfsprogs/mkfs/lts_6.1.conf
#usr/share/xfsprogs/mkfs/lts_6.6.conf
+#usr/share/xfsprogs/xfs_scrub_all.cron
diff --git a/lfs/xfsprogs b/lfs/xfsprogs
index c91368521..719237412 100644
--- a/lfs/xfsprogs
+++ b/lfs/xfsprogs
@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
-# Copyright (C) 2007-2023 IPFire Team <info(a)ipfire.org> #
+# Copyright (C) 2007-2024 IPFire Team <info(a)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 = 6.5.0
+VER = 6.8.0
THISAPP = xfsprogs-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 40d578bf5bf3da93c608d2a1c5af02f0ac3a99c695b8003f684b75ce01b8d89dc197620e724e5461da174e050068c352eff622e970ea748e53685ab942cc2e92
+$(DL_FILE)_BLAKE2 = 8c296698da1170bb7ff369c2bf5f156e812ddf43ee817369029ad951d6c1e18c20d093db385b9a523f6cb7ba3e01f8924eb3540b71efa4bec8bf3defe2418562
install : $(TARGET)
--
2.45.2
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH] zstd: Update to version 1.5.6
2024-06-18 10:48 [PATCH] iw: Update to version 6.9 Adolf Belka
` (3 preceding siblings ...)
2024-06-18 10:48 ` [PATCH] xfsprogs: Update to version 6.8.0 Adolf Belka
@ 2024-06-18 10:48 ` Adolf Belka
4 siblings, 0 replies; 6+ messages in thread
From: Adolf Belka @ 2024-06-18 10:48 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 4378 bytes --]
- Update from version 1.5.5 to 1.5.6
- Update of rootfile
- Changelog
1.5.6 (Mar 2024)
api: Promote `ZSTD_c_targetCBlockSize` to Stable API by @felixhandte
api: new `ZSTD_d_maxBlockSize` experimental parameter, to reduce streaming decompression memory, by @terrelln
perf: improve performance of param `ZSTD_c_targetCBlockSize`, by @Cyan4973
perf: improved compression of arrays of integers at high compression, by @Cyan4973
lib: reduce binary size with selective built-time exclusion, by @felixhandte
lib: improved huffman speed on small data and linux kernel, by @terrelln
lib: accept dictionaries with partial literal tables, by @terrelln
lib: fix CCtx size estimation with external sequence producer, by @embg
lib: fix corner case decoder behaviors, by @Cyan4973 and @aimuz
lib: fix zdict prototype mismatch in static_only mode, by @ldv-alt
lib: fix several bugs in magicless-format decoding, by @embg
cli: add common compressed file types to `--exclude-compressed`` by @daniellerozenblit
cli: fix mixing `-c` and `-o` commands with `--rm`, by @Cyan4973
cli: fix erroneous exclusion of hidden files with `--output-dir-mirror` by @felixhandte
cli: improved time accuracy on BSD, by @felixhandte
cli: better errors on argument parsing, by @KapJI
tests: better compatibility with older versions of `grep`, by @Cyan4973
tests: lorem ipsum generator as default backup content, by @Cyan4973
build: cmake improvements by @terrelln, @sighingnow, @gjasny, @JohanMabille, @Saverio976, @gruenich, @teo-tsirpanis
build: bazel support, by @jondo2010
build: fix cross-compiling for AArch64 with lld by @jcelerier
build: fix Apple platform compatibility, by @nidhijaju
build: fix Visual 2012 and lower compatibility, by @Cyan4973
build: improve win32 support, by @DimitriPapadopoulos
build: better C90 compliance for zlibWrapper, by @emaste
port: make: fat binaries on macos, by @mredig
port: ARM64EC compatibility for Windows, by @dunhor
port: QNX support by @klausholstjacobsen
port: MSYS2 and Cygwin makefile installation and test support, by @QBos07
port: risc-v support validation in CI, by @Cyan4973
port: sparc64 support validation in CI, by @Cyan4973
port: AIX compatibility, by @likema
port: HP-UX compatibility, by @likema
doc: Improved specification accuracy, by @elasota
bug: Fix and deprecate ZSTD_generateSequences (#3981)
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
config/rootfiles/common/zstd | 2 +-
lfs/zstd | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/config/rootfiles/common/zstd b/config/rootfiles/common/zstd
index 58eb75b3f..8d3aca46c 100644
--- a/config/rootfiles/common/zstd
+++ b/config/rootfiles/common/zstd
@@ -10,7 +10,7 @@ usr/bin/zstdmt
#usr/lib/libzstd.a
#usr/lib/libzstd.so
usr/lib/libzstd.so.1
-usr/lib/libzstd.so.1.5.5
+usr/lib/libzstd.so.1.5.6
#usr/lib/pkgconfig/libzstd.pc
#usr/share/man/man1/unzstd.1
#usr/share/man/man1/zstd.1
diff --git a/lfs/zstd b/lfs/zstd
index 068f972a3..df678ff3e 100644
--- a/lfs/zstd
+++ b/lfs/zstd
@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
-# Copyright (C) 2007-2023 IPFire Team <info(a)ipfire.org> #
+# Copyright (C) 2007-2024 IPFire Team <info(a)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.5.5
+VER = 1.5.6
THISAPP = zstd-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -49,7 +49,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 7680e27a0adacfb809d9fc81e06d3f99bf74df30374d3b5cb2d58f667dd1b7d5c41697e608592709e17c0e32277f20a6d615edee409b5d7cdcb15da2799a2350
+$(DL_FILE)_BLAKE2 = fe17cf0950f8ee2cc07bfa2b41e97f36a1832e396386cb94a55bede975dc974920578cf147b39eecbc5b53ff06fe0dc1fe781a4cab9bc9f767ea28c0e786422e
install : $(TARGET)
--
2.45.2
^ permalink raw reply [flat|nested] 6+ messages in thread