* [PATCH] fetchmail: Update to version 6.5.6
2025-10-14 13:07 [PATCH 1/2] btrfs-progs: Update to version 6.17 Adolf Belka
@ 2025-10-14 13:07 ` Adolf Belka
2025-10-14 13:07 ` [PATCH 1/2] hwdata: Update to version 0.400 Adolf Belka
` (12 subsequent siblings)
13 siblings, 0 replies; 15+ messages in thread
From: Adolf Belka @ 2025-10-14 13:07 UTC (permalink / raw)
To: development; +Cc: Adolf Belka
- Update from version 6.5.5 to 6.5.6
- No change to rootfile
- Changelog
6.5.6
SECURITY BUGFIX:
* fetchmail-SA-2025-01.txt: CVE pending assignment by MITRE
An SMTP server advertising EHLO and AUTH, and if fetchmail is configured to
authenticate (esmtpname and esmtppassword given and non-empty), the server
might crash fetchmail by sending a "334" response without further blank to
fetchmail's AUTH request. This is in violation of applicable RFC-4952 though.
Fetchmail now detects this situation and reports it separately as
malformed server reply.
Fetchmail 6.5.6 has been released without waiting for translation updates
or CVE identifier, these will be provided in followup releases.
BUGFIXES:
* RFC-5321: When the --smtpaddress, --smtphost, --smtpname, -D or -S argument
is an numeric address literal such as 192.0.2.2 or 2001:0DB8::4321, properly
format that as such in the SMTP RCPT command as user@[192.0.2.2] or
user@[IPv6:2001:0DB8::4321].
* When printing output on the console while fetching mail, do not intersperse
another copy of our program name and date in the middle of a log line.
Workaround for older versions: --logfile /dev/tty (might also use
--logfile /dev/stderr) - but note this changes buffering behavior and may
output to appear later and without ticker marks.
* A few low-priority memory leaks in the command-line options parser were
fixed. Since this parser runs only once, leaks are harmless.
* Some minor code cleanups and robustness fixes were made, and we should
see fewer compiler warnings as a result.
CHANGES:
* Given the slow update schedules of some distributions, already add code
that checks if time_t() is good beyond the year 2038,
meaning time_t is either unsigned (which would last until 2106) or
64 bits wide. If the system isn't safe, warn on every launch of fetchmail
beginning 2028-01-01 at 00:00 GMT so users have 10 years to plan.
Fetchmail will also print a warning if time(time_t *t) overflows.
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
lfs/fetchmail | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lfs/fetchmail b/lfs/fetchmail
index 3a04ba881..2cd118aae 100644
--- a/lfs/fetchmail
+++ b/lfs/fetchmail
@@ -26,7 +26,7 @@ include Config
SUMMARY = Full-Featured POP and IMAP Mail Retrieval Daemon
-VER = 6.5.5
+VER = 6.5.6
THISAPP = fetchmail-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = fetchmail
-PAK_VER = 21
+PAK_VER = 22
DEPS =
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 73d7dafb33dd6d8efd70c4d4ab7cb6d43d8fc41b66eef9facdd2ac27300e9ff94b0a40b5c49d6fa6a91bd0625243f6805f7dbc681e851ead9910d2507914d16e
+$(DL_FILE)_BLAKE2 = cef4a2d2f7611cea3ab689c3cd6cedd7f598fef7f28908621b74d788fa8a3b747fb5b70fb3637052bce4f75eaa35f910ea7c41444becf9330248a6548a6cc984
install : $(TARGET)
--
2.51.0
^ permalink raw reply [flat|nested] 15+ messages in thread* [PATCH 1/2] hwdata: Update to version 0.400
2025-10-14 13:07 [PATCH 1/2] btrfs-progs: Update to version 6.17 Adolf Belka
2025-10-14 13:07 ` [PATCH] fetchmail: Update to version 6.5.6 Adolf Belka
@ 2025-10-14 13:07 ` Adolf Belka
2025-10-14 13:07 ` [PATCH 1/2] kbd: Update to version 2.9.0 Adolf Belka
` (11 subsequent siblings)
13 siblings, 0 replies; 15+ messages in thread
From: Adolf Belka @ 2025-10-14 13:07 UTC (permalink / raw)
To: development; +Cc: Adolf Belka
- Update from version 0.398 to 0.400
- No change to rootfile
- Changelog
0.399
Update usb and vendor ids
0.400
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 e83b6f37f..4f19edccf 100644
--- a/lfs/hwdata
+++ b/lfs/hwdata
@@ -24,7 +24,7 @@
include Config
-VER = 0.398
+VER = 0.400
THISAPP = hwdata-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -42,7 +42,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 415cf2e0e1735c4b0a2186421e85186f20ae3b165a8224923ef24471b98f3f923484072702c2f0c21dffe98ad2144459e14f2829b77c110e2397141da2bde676
+$(DL_FILE)_BLAKE2 = 40adc56864974dc68fd407980b3a071d2715d3aac80ec8812ad955bbd5462cef92a7dc4bf156c4e8da0395b53da29430db815f522cc8fcef1098cd33540828e5
install : $(TARGET)
--
2.51.0
^ permalink raw reply [flat|nested] 15+ messages in thread* [PATCH 1/2] kbd: Update to version 2.9.0
2025-10-14 13:07 [PATCH 1/2] btrfs-progs: Update to version 6.17 Adolf Belka
2025-10-14 13:07 ` [PATCH] fetchmail: Update to version 6.5.6 Adolf Belka
2025-10-14 13:07 ` [PATCH 1/2] hwdata: Update to version 0.400 Adolf Belka
@ 2025-10-14 13:07 ` Adolf Belka
2025-10-14 13:07 ` [PATCH 1/2] libgpg-error: Update to version 1.56 Adolf Belka
` (10 subsequent siblings)
13 siblings, 0 replies; 15+ messages in thread
From: Adolf Belka @ 2025-10-14 13:07 UTC (permalink / raw)
To: development; +Cc: Adolf Belka
- Update from version 2.8.0 to 2.9.0
- Update of rootfile
- Changelog
2.9.0
keymaps:
Add console keymap for Mac swiss german keyboards.
libkbdfile:
Detect archive type based on content.
Add support for decompressing files without using utilities. Use
ELF_DLOPEN_METADATA if possible.
utils:
loadkeys: Add --tkeymap to dump the keymap as text.
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
config/rootfiles/common/kbd | 3 +++
lfs/kbd | 4 ++--
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/config/rootfiles/common/kbd b/config/rootfiles/common/kbd
index 7344cfc19..7ecfba385 100644
--- a/config/rootfiles/common/kbd
+++ b/config/rootfiles/common/kbd
@@ -361,6 +361,8 @@ lib/kbd/keymaps/i386
#lib/kbd/keymaps/i386/fgGIod
#lib/kbd/keymaps/i386/fgGIod/tr_f-latin5.map.gz
#lib/kbd/keymaps/i386/fgGIod/trf.map.gz
+#lib/kbd/keymaps/i386/hcesar
+#lib/kbd/keymaps/i386/hcesar/hcesar.map.gz
lib/kbd/keymaps/i386/include
#lib/kbd/keymaps/i386/include/applkey.map.gz
#lib/kbd/keymaps/i386/include/azerty-layout.inc
@@ -532,6 +534,7 @@ lib/kbd/keymaps/i386/include
#lib/kbd/keymaps/i386/qwertz/hu.map.gz
#lib/kbd/keymaps/i386/qwertz/sg-latin1-lk450.map.gz
#lib/kbd/keymaps/i386/qwertz/sg-latin1.map.gz
+#lib/kbd/keymaps/i386/qwertz/sg-mac.map.gz
#lib/kbd/keymaps/i386/qwertz/sg.map.gz
#lib/kbd/keymaps/i386/qwertz/sk-prog-qwertz.map.gz
#lib/kbd/keymaps/i386/qwertz/sk-qwertz.map.gz
diff --git a/lfs/kbd b/lfs/kbd
index d77ab620b..7354ff551 100644
--- a/lfs/kbd
+++ b/lfs/kbd
@@ -24,7 +24,7 @@
include Config
-VER = 2.8.0
+VER = 2.9.0
THISAPP = kbd-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -42,7 +42,7 @@ $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
kbd-latarcyrheb-16-fixed.tar.bz2 = $(DL_FROM)/kbd-latarcyrheb-16-fixed.tar.bz2
kbd-latsun-fonts.tar.bz2 = $(DL_FROM)/kbd-latsun-fonts.tar.bz2
-$(DL_FILE)_BLAKE2 = 3b1917e37bbb4f2a975cf1f6bbfeba6a6ee486378d770c3b0232c62c40fe758181a15799f9119e3e4eedbb356a0677b3fba4b0afef135d346801693a6ef432cc
+$(DL_FILE)_BLAKE2 = 6f54dc139b7b20b5ac0f53129f67a9629c9bda22a09f7bd36dfa59500ac6fb87df18169872ca231645c1be6afb33fada97f096ef497f49547228dd01efa083f4
kbd-latarcyrheb-16-fixed.tar.bz2_BLAKE2 = d5c701333b9eae7e0c467aebee5b2217c3225dee615622f77e501569f1464a8c32380b2d4a522730db74a909e1ea746e660ea6849bbf48195af22bda73858d1b
kbd-latsun-fonts.tar.bz2_BLAKE2 = c3def1192331a65f3edcf608ca164370d2db0c61444f71fc83bf35cb86d417ae92582180ace853a3cf93e569a83a42fca054fbadbf7f5986a1abd17e8bb6691f
--
2.51.0
^ permalink raw reply [flat|nested] 15+ messages in thread* [PATCH 1/2] libgpg-error: Update to version 1.56
2025-10-14 13:07 [PATCH 1/2] btrfs-progs: Update to version 6.17 Adolf Belka
` (2 preceding siblings ...)
2025-10-14 13:07 ` [PATCH 1/2] kbd: Update to version 2.9.0 Adolf Belka
@ 2025-10-14 13:07 ` Adolf Belka
2025-10-14 13:07 ` [PATCH 1/2] openssh: Update to version 10.2p1 Adolf Belka
` (9 subsequent siblings)
13 siblings, 0 replies; 15+ messages in thread
From: Adolf Belka @ 2025-10-14 13:07 UTC (permalink / raw)
To: development; +Cc: Adolf Belka
- Update from version 1.54 to 1.56
- Update of rootfile
- Changelog
1.56
* Support the %b conversion specifier in the estream printf
functions. [rE6ac5332e4f]
* New spawn GPGRT_PROCESS_STDIO_NUL to be used on Windows to share
the "nul" device. [T7723]
* Support pipe I/O for GPGRT_PROCESS_DETACHED on Windows. [T7716]
* New mode keyword "share=xxx" for gpgrt_fopen. [rE461cb5a8ea]
* Change the default method to get the number of fds to close. This
fixes a spawning problem on certain POSIX machine. [T7696]
* Fix some cases of inheriting HANDLEs on Windows. [T7716]
* New system configurations for 64-bit Android, i686 Android, x86_64
Android and an armv7a alias to arm for Android.
* Set build specific build variable for zOS [rE7ee191f54c]
* Interface changes relative to the 1.55 release:
GPG_ERR_UNEXPECTED_PACKET NEW.
GPGRT_PROCESS_STDIO_NUL NEW.
1.55
* Rewrite the extended length path handling under Windows.
[T5754,rEfba44d619d]
* Add new test commands to the gpg-error tool. Allow command w/o
dashes and reformat the help. [rEc002490a8f]
* Silence warning from gcc 15. [T7621]
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
config/rootfiles/common/libgpg-error | 2 +-
lfs/libgpg-error | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/config/rootfiles/common/libgpg-error b/config/rootfiles/common/libgpg-error
index cf34b3bdb..c96fe87de 100644
--- a/config/rootfiles/common/libgpg-error
+++ b/config/rootfiles/common/libgpg-error
@@ -6,7 +6,7 @@ usr/bin/gpg-error
#usr/lib/libgpg-error.la
#usr/lib/libgpg-error.so
usr/lib/libgpg-error.so.0
-usr/lib/libgpg-error.so.0.39.2
+usr/lib/libgpg-error.so.0.40.0
#usr/lib/pkgconfig/gpg-error.pc
#usr/share/aclocal/gpg-error.m4
#usr/share/aclocal/gpgrt.m4
diff --git a/lfs/libgpg-error b/lfs/libgpg-error
index 12ee9a5cf..883663ce8 100644
--- a/lfs/libgpg-error
+++ b/lfs/libgpg-error
@@ -24,7 +24,7 @@
include Config
-VER = 1.54
+VER = 1.56
THISAPP = libgpg-error-$(VER)
DL_FILE = $(THISAPP).tar.bz2
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 75f0cd9f1cb8c85bd86f7f49c6be6ec7aa216e39a269b92c9231fa4c441e862ef0b666cc6639a154777f31526bb41b1f81796662c8b210616c4a04c3db8e3d68
+$(DL_FILE)_BLAKE2 = 2c84fe5cef8c77dc01f481aeacada815baf7fff85369a9c877dc4a11f2e3f84f37ad69a04213bc79765677dd2829a5074d7c8239b298429484378234cb4d2a66
install : $(TARGET)
--
2.51.0
^ permalink raw reply [flat|nested] 15+ messages in thread* [PATCH 1/2] openssh: Update to version 10.2p1
2025-10-14 13:07 [PATCH 1/2] btrfs-progs: Update to version 6.17 Adolf Belka
` (3 preceding siblings ...)
2025-10-14 13:07 ` [PATCH 1/2] libgpg-error: Update to version 1.56 Adolf Belka
@ 2025-10-14 13:07 ` Adolf Belka
2025-10-14 13:07 ` [PATCH 1/2] p11-kit: Update to version 0.25.10 Adolf Belka
` (8 subsequent siblings)
13 siblings, 0 replies; 15+ messages in thread
From: Adolf Belka @ 2025-10-14 13:07 UTC (permalink / raw)
To: development; +Cc: Adolf Belka
- Update from version 10.0p1 to 10.2p1
- No change to rootfile
- Changelog
10.2p1
Future deprecation warning
* A future release of OpenSSH will deprecate support for SHA1 SSHFP
records due to weaknesses in the SHA1 hash function. SHA1 SSHFP
DNS records will be ignored and ssh-keygen -r will generate only
SHA256 SSHFP records.
The SHA256 hash algorithm, which has no known weaknesses, has
been supported for SSHFP records since OpenSSH 6.1, released in
2012.
Bugfixes
* ssh(1): fix mishandling of terminal connections when
ControlPersist was active that rendered the session unusable.
bz3872
* ssh-keygen(1): fix download of keys from PKCS#11 tokens.
* ssh-keygen(1): fix CA signing operations when the CA key is held
in a ssh-agent(1). bz3877
10.1p1
Future deprecation warning
* A future release of OpenSSH will deprecate support for SHA1 SSHFP
records due to weaknesses in the SHA1 hash function. SHA1 SSHFP
DNS records will be ignored and ssh-keygen -r will generate only
SHA256 SSHFP records.
The SHA256 hash algorithm, which has no known weaknesses, has
been supported for SSHFP records since OpenSSH 6.1, released in
2012.
Potentially-incompatible changes
* ssh(1): add a warning when the connection negotiates a non-post
quantum key agreement algorithm.
This warning has been added due to the risk of "store now, decrypt
later" attacks. More details at https://openssh.com/pq.html
This warning may be controlled via a new WarnWeakCrypto ssh_config
option, defaulting to on. This option is likely to control
additional weak crypto warnings in the future.
* ssh(1), sshd(8): major changes to handling of DSCP marking/IPQoS
In both client and server the default DSCP (a.k.a IPQoS) values
were revised and the way these values are used during runtime has
changed.
Interactive traffic is now assigned to the EF (Expedited
Forwarding) class by default. This provides more appropriate
packet prioritisation information for the intermediate network,
such as wireless media (cf. RFC 8325). Non-interactive traffic
will now use the operating system default DSCP marking. Both the
interactive and non-interactive DSCP values may be overridden via
the IPQoS keyword, described in ssh_config(5) and sshd_config(5).
The appropriate DSCP marking is now automatically selected and
updated as needed over the course of a connection's lifetime.
ssh(1) and sshd(8) will switch between the interactive and
non-interactive IPQoS values depending on the type of SSH
channels open at the time. For example, if an sftp session is
using the connection alongside a shell session, then the non-
interactive value will be used for the duration of the sftp. A
connection which contains only interactive sessions is marked EF.
* ssh(1), sshd(8): deprecate support for IPv4 type-of-service (ToS)
keywords in the IPQoS configuration directive.
Type of Service (ToS) was deprecated in the late nineties and
replaced with the Differentiated Services architecture, which
has significant advantages for operators because it offers more
granularity.
OpenSSH switched its default IPQoS from ToS to DSCP values in
2018 (openssh-7.7).
IPQoS configurations with 'lowdelay', 'reliability', or
'throughput' will be ignored and will instead use the system
default QoS settings. Additionally, a debug message will be logged
about the deprecation with a suggestion to use DSCP QoS instead.
* ssh-add(1): when adding certificates to an agent, set the expiry
to the certificate expiry time plus a short (5 min) grace period.
This will cause the agent to automatically remove certificates
shortly after they expire. A new ssh-add -N option disables this
behaviour.
* All: remove experimental support for XMSS keys. This was never
enabled by default. We expect to implement a new post-quantum
signature scheme in the near future.
* ssh-agent(1), sshd(8): move agent listener sockets from /tmp to
under ~/.ssh/agent for both ssh-agent(1) and forwarded sockets
in sshd(8).
This ensures processes that have restricted filesystem access
that includes /tmp do not ambiently have the ability to use keys
in an agent.
Moving the default directory has the consequence that the OS will
no longer clean up stale agent sockets, so ssh-agent now gains
this ability.
To support $HOME on NFS, the socket path includes a truncated
hash of the hostname. ssh-agent will, by default, only clean up
sockets from the same hostname.
ssh-agent(1) gains some new flags: -U suppresses the automatic
cleanup of stale sockets when it starts. -u forces a cleanup
without keeping a running agent, -uu forces a cleanup that ignores
the hostname. -T makes ssh-agent put the socket back in /tmp.
Security
* ssh(1): disallow control characters in usernames passed via the
commandline or expanded using %-sequences from the configuration
file, and disallow \0 characters in ssh:// URIs.
If an ssh(1) commandline was constructed using usernames or URIs
obtained from an untrusted source, and if a ProxyCommand that uses
the %r expansion was configured, then it may be possible for an
attacker to inject shell expressions that may be executed when the
proxy command is started.
We strongly recommend against using untrusted inputs to construct
ssh(1) commandlines.
This change also relaxes the validity checks in one small way:
usernames supplied via the configuration file as literals (i.e.
that have no % expansion characters) are not subject to these
validity checks. This allows usernames that contain arbitrary
characters to be used, but only via configuration files. This is
done on the basis that ssh's configuration is trusted.
New features
* ssh(1), sshd(8): add SIGINFO handlers to log active channel and
session information.
* sshd(8): when refusing a certificate for user authentication, log
enough information to identify the certificate in addition to the
reason why it was being denied. Makes debugging certificate
authorisation problems a bit easier.
* ssh(1), ssh-agent(1): support ed25519 keys hosted on PKCS#11
tokens.
* ssh(1): add an ssh_config(5) RefuseConnection option that, when
encountered while processing an active section in a
configuration, terminates ssh(1) with an error message that
contains the argument to the option.
This may be useful for expressing reminders or warnings in config
files, for example:
Match host foo
RefuseConnection "foo is deprecated, use splork instead"
* sshd(8): make the X11 display number check relative to
X11DisplayOffset. This will allow people to use X11DisplayOffset
to configure much higher port ranges if they really want, while
not changing the default behaviour.
* unit tests: the unit test framework now includes some basic
benchmarking capabilities. Run with "make UNITTEST_BENCHMARK=yes"
on OpenBSD or "make unit-bench" on Portable OpenSSH.
Bugfixes
* sshd(8): fix mistracking of MaxStartups process exits in some
situations. At worst, this could cause all MaxStartups slots to
fill and sshd to refuse new connections.
* ssh(1): fix delay on X client startup when ObscureKeystrokeTiming
is enabled. bz#3820
* sshd(8): increase the maximum size of the supported configuration
from 256KB to 4MB, which ought to be enough for anybody. Fail
early and visibly when this limit is breached. bz3808
* sftp(1): during sftp uploads, avoid a condition where a failed
write could be ignored if a subsequent write succeeded. This is
unlikely but technically possible because sftp servers are
allowed to reorder requests.
* sshd(8): avoid a race condition when the sshd-auth process exits
that could cause a spurious error message to be logged.
* sshd(8): log at level INFO when PerSourcePenalties actually
blocks access to a source address range. Previously this was
logged at level VERBOSE, which hid enforcement actions under
default config settings.
* sshd(8): GssStrictAcceptor was missing from sshd -T output; fix
* sshd(8): Make the MaxStartups and PerSourceNetBlockSize options
first-match-wins as advertised. bz3859
* ssh(1): fix an incorrect return value check in the local forward
cancellation path that would cause failed cancellations not to be
logged.
* sshd(8): make "Match !final" not trigger a second parsing pass
of ssh_config (unless hostname canonicalisation or a separate
"Match final" does). bz3843
* ssh(1): better debug diagnostics when loading keys. Will now list
key fingerprint and algorithm (not just algorithm number) as well
as making it explicit which keys didn't load.
* All: fix a number of memory leaks found by LeakSanitizer,
Coverity and manual inspection.
* sshd(8): Output the current name for PermitRootLogin's
"prohibit-password" in sshd -T instead of its deprecated alias
"without-password". bz#3788
* ssh(1): make writing known_hosts lines more atomic by writing
the entire line in one operation and using unbuffered stdio.
Usually writes to this file are serialised on the "Are you sure
you want to continue connecting?" prompt, but if host key
checking is disabled and connections were being made with high
concurrency then interleaved writes might have been possible.
Portability
* sshd(8): check the username didn't change during the PAM
transactions.
PAM modules can change the user during their execution, but
this is not supported by sshd(8). If such a case was incorrectly
configured by the system administrator, then sshd(8) could end up
using a different username to the one authorised by PAM.
* sshd(8): don't log audit messages with UNKNOWN hostname to avoid
slow DNS lookups in the audit subsystem.
* All: when making a copy of struct passwd, ensure struct fields are
non-NULL. Android libc can return NULL pw_gecos, for example.
* All: Remove status bits from OpenSSL >=3 version check.
* sshd(8), ssh(1): Use SSH_TUN_COMPAT_AF on FreeBSD. Otherwise tun
forwarding from other OSes fails as soon as the first IPv6 message
is sent by the other side (which is usually a Router Solicitation
ICMPv6 message which is sent as soon as the interface is up).
* ssh(1), ssh-agent(8): check for nlist function presence before
attempting to use it instead of relying on the presence of the
nlist.h header. Mac OS X, for example, has the header but not
the function in the 64bit libraries.
* All: fill in missing system header files.
Create replacement header files inside openbsd-compat for common
headers that are missing on a given platform. Usually these are
just empty, but in some cases they'll include the equivalent file.
This avoids having to wrap those includes in '#ifdef HAVE_FOO_H'
and reduces the diff between Portable OpenSSH and OpenBSD.
* sshd(8): handle futex_time64 properly in seccomp sandbox
Previously we only allowed __NR_futex, but some 32-bit systems
apparently support __NR_futex_time64. We had support for this
in the sandbox, but because of a macro error only __NR_futex was
allowlisted.
* Add contrib/gnome-ssh-askpass4 for GNOME 40+ using the GCR API.
* sshd(8): let ga_init() fail gracefully if getgrouplist does.
Apparently getgrouplist() can fail on OSX when passed a
non-existent group name. Other platforms seem to return a group
list consisting of the numeric gid passed to the function. bz3848
* ssh-agent(1): exit 0 from SIGTERM under systemd socket-activation,
preventing a graceful shutdown of an agent via systemd from
incorrectly marking the service as "failed".
* build: wrap some autoconf macros in AC_CACHE_CHECK.
This allows skipping/overriding the OSSH_CHECK_CFLAG_COMPILE and
OSSH_CHECK_CFLAG_LINK macros used to discover supported compiler
or linker flags. E.g.
$ ./configure ossh_cv_cflag__fzero_call_used_regs_used=no
[...]
checking if cc supports compile flag -fzero-call-used-regs=used
and linking succeeds... (cached) no
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
lfs/openssh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lfs/openssh b/lfs/openssh
index 46151228c..bdaa19c9d 100644
--- a/lfs/openssh
+++ b/lfs/openssh
@@ -24,7 +24,7 @@
include Config
-VER = 10.0p1
+VER = 10.2p1
THISAPP = openssh-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 4ce353adf75aade8f4b2a223ad13e2f92cd23d1e60b4ee52bad0eaf036571229438cd9760dfa99c0e10fa09a8ac47b2bfb04eb183fb7b9287ac564ec75316a75
+$(DL_FILE)_BLAKE2 = 8c031b10b1642e21b46f7d1db84ba42692e378a54af3d8e5b5c8706c3a0a06d442a02ed8803063121e7ff325ea275cad4432b9eaa6a7f47a4d7cfad504953ab6
install : $(TARGET)
--
2.51.0
^ permalink raw reply [flat|nested] 15+ messages in thread* [PATCH 1/2] p11-kit: Update to version 0.25.10
2025-10-14 13:07 [PATCH 1/2] btrfs-progs: Update to version 6.17 Adolf Belka
` (4 preceding siblings ...)
2025-10-14 13:07 ` [PATCH 1/2] openssh: Update to version 10.2p1 Adolf Belka
@ 2025-10-14 13:07 ` Adolf Belka
2025-10-14 13:08 ` [PATCH 1/2] vim: Update to version 9.1.1854 Adolf Belka
` (7 subsequent siblings)
13 siblings, 0 replies; 15+ messages in thread
From: Adolf Belka @ 2025-10-14 13:07 UTC (permalink / raw)
To: development; +Cc: Adolf Belka
- Update from version 0.25.8 to 0.25 10
- Update of rootfile
- Changelog
0.25.10
* ci fixes [PR#722, PR#723]
0.25.9
* subprojects/pkcs11-json: Update git submodule [PR#719]
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
config/rootfiles/common/p11-kit | 2 +-
lfs/p11-kit | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/config/rootfiles/common/p11-kit b/config/rootfiles/common/p11-kit
index 2d3fbf246..f05a68068 100644
--- a/config/rootfiles/common/p11-kit
+++ b/config/rootfiles/common/p11-kit
@@ -15,7 +15,7 @@ usr/bin/trust
#usr/lib/libp11-kit.la
#usr/lib/libp11-kit.so
usr/lib/libp11-kit.so.0
-usr/lib/libp11-kit.so.0.4.3
+usr/lib/libp11-kit.so.0.4.5
usr/lib/p11-kit-proxy.so
#usr/lib/pkcs11
#usr/lib/pkcs11/p11-kit-client.la
diff --git a/lfs/p11-kit b/lfs/p11-kit
index 0676023c7..9ae835013 100644
--- a/lfs/p11-kit
+++ b/lfs/p11-kit
@@ -24,7 +24,7 @@
include Config
-VER = 0.25.8
+VER = 0.25.10
THISAPP = p11-kit-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -43,7 +43,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = d351b7b015920d7ecf1b9d3b4f1f3fc62c7ef46c1dc9ed3475b9ac7f5dbf5a47b2d2a19049e7eef81e35d0f993a860ee5df1864f0341596dca143140ae14e5c4
+$(DL_FILE)_BLAKE2 = 9f5a1be36a5b67ac35b294afdacf1b3a5c1c579b04e3407ea7bc6899cfe74330682653da50975a13e443b3a79379fdf6c6ed2a778933cf5dbba4fdf6dc52c99a
install : $(TARGET)
--
2.51.0
^ permalink raw reply [flat|nested] 15+ messages in thread* [PATCH 1/2] vim: Update to version 9.1.1854
2025-10-14 13:07 [PATCH 1/2] btrfs-progs: Update to version 6.17 Adolf Belka
` (5 preceding siblings ...)
2025-10-14 13:07 ` [PATCH 1/2] p11-kit: Update to version 0.25.10 Adolf Belka
@ 2025-10-14 13:08 ` Adolf Belka
2025-10-14 13:08 ` [PATCH 2/2] core199: Ship btrfs-progs Adolf Belka
` (6 subsequent siblings)
13 siblings, 0 replies; 15+ messages in thread
From: Adolf Belka @ 2025-10-14 13:08 UTC (permalink / raw)
To: development; +Cc: Adolf Belka
- Update from version 9.1.1406 to 9.1.1854
- Update of rootfile
- Changelog is not available. Generally each patch version number update is related to
a commit entry in the git repository. The details for all the commit changes can be
found at https://github.com/vim/vim/commits/master/
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
config/rootfiles/common/vim | 95 +++++++++++++++----------------------
lfs/vim | 4 +-
2 files changed, 40 insertions(+), 59 deletions(-)
diff --git a/config/rootfiles/common/vim b/config/rootfiles/common/vim
index e9108e17b..00e5ae3b2 100644
--- a/config/rootfiles/common/vim
+++ b/config/rootfiles/common/vim
@@ -92,6 +92,8 @@ usr/share/vim
#usr/share/vim/vim91/autoload/typeset.vim
#usr/share/vim/vim91/autoload/typst.vim
#usr/share/vim/vim91/autoload/vimball.vim
+#usr/share/vim/vim91/autoload/vimcomplete.vim
+#usr/share/vim/vim91/autoload/vimgoto.vim
#usr/share/vim/vim91/autoload/xml
#usr/share/vim/vim91/autoload/xml/html32.vim
#usr/share/vim/vim91/autoload/xml/html401f.vim
@@ -222,6 +224,7 @@ usr/share/vim
#usr/share/vim/vim91/compiler/perl.vim
#usr/share/vim/vim91/compiler/perlcritic.vim
#usr/share/vim/vim91/compiler/php.vim
+#usr/share/vim/vim91/compiler/phpstan.vim
#usr/share/vim/vim91/compiler/pip_compile.vim
#usr/share/vim/vim91/compiler/podchecker.vim
#usr/share/vim/vim91/compiler/powershell.vim
@@ -429,6 +432,7 @@ usr/share/vim
#usr/share/vim/vim91/doc/vim9.txt
#usr/share/vim/vim91/doc/vim9class.txt
#usr/share/vim/vim91/doc/visual.txt
+#usr/share/vim/vim91/doc/wayland.txt
#usr/share/vim/vim91/doc/windows.txt
#usr/share/vim/vim91/doc/workshop.txt
#usr/share/vim/vim91/evim.vim
@@ -458,6 +462,7 @@ usr/share/vim
#usr/share/vim/vim91/ftplugin/asy.vim
#usr/share/vim/vim91/ftplugin/autohotkey.vim
#usr/share/vim/vim91/ftplugin/automake.vim
+#usr/share/vim/vim91/ftplugin/autopkgtest.vim
#usr/share/vim/vim91/ftplugin/awk.vim
#usr/share/vim/vim91/ftplugin/bash.vim
#usr/share/vim/vim91/ftplugin/basic.vim
@@ -465,6 +470,8 @@ usr/share/vim
#usr/share/vim/vim91/ftplugin/bindzone.vim
#usr/share/vim/vim91/ftplugin/bitbake.vim
#usr/share/vim/vim91/ftplugin/bp.vim
+#usr/share/vim/vim91/ftplugin/brighterscript.vim
+#usr/share/vim/vim91/ftplugin/brightscript.vim
#usr/share/vim/vim91/ftplugin/bst.vim
#usr/share/vim/vim91/ftplugin/btm.vim
#usr/share/vim/vim91/ftplugin/bzl.vim
@@ -484,6 +491,7 @@ usr/share/vim
#usr/share/vim/vim91/ftplugin/cmake.vim
#usr/share/vim/vim91/ftplugin/cmakecache.vim
#usr/share/vim/vim91/ftplugin/cobol.vim
+#usr/share/vim/vim91/ftplugin/codeowners.vim
#usr/share/vim/vim91/ftplugin/conf.vim
#usr/share/vim/vim91/ftplugin/config.vim
#usr/share/vim/vim91/ftplugin/confini.vim
@@ -535,6 +543,7 @@ usr/share/vim
#usr/share/vim/vim91/ftplugin/falcon.vim
#usr/share/vim/vim91/ftplugin/fennel.vim
#usr/share/vim/vim91/ftplugin/fetchmail.vim
+#usr/share/vim/vim91/ftplugin/fga.vim
#usr/share/vim/vim91/ftplugin/fish.vim
#usr/share/vim/vim91/ftplugin/flexwiki.vim
#usr/share/vim/vim91/ftplugin/forth.vim
@@ -611,6 +620,7 @@ usr/share/vim
#usr/share/vim/vim91/ftplugin/karel.vim
#usr/share/vim/vim91/ftplugin/kconfig.vim
#usr/share/vim/vim91/ftplugin/kdl.vim
+#usr/share/vim/vim91/ftplugin/kerml.vim
#usr/share/vim/vim91/ftplugin/kivy.vim
#usr/share/vim/vim91/ftplugin/kotlin.vim
#usr/share/vim/vim91/ftplugin/kwt.vim
@@ -689,6 +699,7 @@ usr/share/vim
#usr/share/vim/vim91/ftplugin/odin.vim
#usr/share/vim/vim91/ftplugin/ondir.vim
#usr/share/vim/vim91/ftplugin/opencl.vim
+#usr/share/vim/vim91/ftplugin/openscad.vim
#usr/share/vim/vim91/ftplugin/openvpn.vim
#usr/share/vim/vim91/ftplugin/org.vim
#usr/share/vim/vim91/ftplugin/pamconf.vim
@@ -699,6 +710,7 @@ usr/share/vim
#usr/share/vim/vim91/ftplugin/perl.vim
#usr/share/vim/vim91/ftplugin/php.vim
#usr/share/vim/vim91/ftplugin/pinfo.vim
+#usr/share/vim/vim91/ftplugin/pkl.vim
#usr/share/vim/vim91/ftplugin/plaintex.vim
#usr/share/vim/vim91/ftplugin/plsql.vim
#usr/share/vim/vim91/ftplugin/pod.vim
@@ -786,6 +798,7 @@ usr/share/vim
#usr/share/vim/vim91/ftplugin/swiftgyb.vim
#usr/share/vim/vim91/ftplugin/swig.vim
#usr/share/vim/vim91/ftplugin/sysctl.vim
+#usr/share/vim/vim91/ftplugin/sysml.vim
#usr/share/vim/vim91/ftplugin/systemd.vim
#usr/share/vim/vim91/ftplugin/systemverilog.vim
#usr/share/vim/vim91/ftplugin/tap.vim
@@ -805,9 +818,11 @@ usr/share/vim
#usr/share/vim/vim91/ftplugin/treetop.vim
#usr/share/vim/vim91/ftplugin/tt2html.vim
#usr/share/vim/vim91/ftplugin/tutor.vim
+#usr/share/vim/vim91/ftplugin/twig.vim
#usr/share/vim/vim91/ftplugin/typescript.vim
#usr/share/vim/vim91/ftplugin/typescriptreact.vim
#usr/share/vim/vim91/ftplugin/typst.vim
+#usr/share/vim/vim91/ftplugin/uc.vim
#usr/share/vim/vim91/ftplugin/uci.vim
#usr/share/vim/vim91/ftplugin/udevconf.vim
#usr/share/vim/vim91/ftplugin/udevperm.vim
@@ -953,6 +968,7 @@ usr/share/vim
#usr/share/vim/vim91/indent/mp.vim
#usr/share/vim/vim91/indent/nginx.vim
#usr/share/vim/vim91/indent/nsis.vim
+#usr/share/vim/vim91/indent/nu.vim
#usr/share/vim/vim91/indent/objc.vim
#usr/share/vim/vim91/indent/obse.vim
#usr/share/vim/vim91/indent/ocaml.vim
@@ -1107,7 +1123,6 @@ usr/share/vim
#usr/share/vim/vim91/pack/dist/opt/editorconfig/doc/tags
#usr/share/vim/vim91/pack/dist/opt/editorconfig/ftdetect
#usr/share/vim/vim91/pack/dist/opt/editorconfig/ftdetect/editorconfig.vim
-#usr/share/vim/vim91/pack/dist/opt/editorconfig/mkzip.sh
#usr/share/vim/vim91/pack/dist/opt/editorconfig/plugin
#usr/share/vim/vim91/pack/dist/opt/editorconfig/plugin/editorconfig.vim
#usr/share/vim/vim91/pack/dist/opt/helptoc
@@ -1141,7 +1156,6 @@ usr/share/vim
#usr/share/vim/vim91/pack/dist/opt/netrw/autoload/netrw/fs.vim
#usr/share/vim/vim91/pack/dist/opt/netrw/autoload/netrw/msg.vim
#usr/share/vim/vim91/pack/dist/opt/netrw/autoload/netrw/os.vim
-#usr/share/vim/vim91/pack/dist/opt/netrw/autoload/netrwSettings.vim
#usr/share/vim/vim91/pack/dist/opt/netrw/autoload/netrw_gitignore.vim
#usr/share/vim/vim91/pack/dist/opt/netrw/doc
#usr/share/vim/vim91/pack/dist/opt/netrw/doc/netrw.txt
@@ -1273,6 +1287,7 @@ usr/share/vim
#usr/share/vim/vim91/syntax/autohotkey.vim
#usr/share/vim/vim91/syntax/autoit.vim
#usr/share/vim/vim91/syntax/automake.vim
+#usr/share/vim/vim91/syntax/autopkgtest.vim
#usr/share/vim/vim91/syntax/ave.vim
#usr/share/vim/vim91/syntax/avra.vim
#usr/share/vim/vim91/syntax/awk.vim
@@ -1297,6 +1312,7 @@ usr/share/vim
#usr/share/vim/vim91/syntax/cabalconfig.vim
#usr/share/vim/vim91/syntax/cabalproject.vim
#usr/share/vim/vim91/syntax/calendar.vim
+#usr/share/vim/vim91/syntax/cangjie.vim
#usr/share/vim/vim91/syntax/catalog.vim
#usr/share/vim/vim91/syntax/cdl.vim
#usr/share/vim/vim91/syntax/cdrdaoconf.vim
@@ -1326,6 +1342,7 @@ usr/share/vim
#usr/share/vim/vim91/syntax/cmusrc.vim
#usr/share/vim/vim91/syntax/cobol.vim
#usr/share/vim/vim91/syntax/coco.vim
+#usr/share/vim/vim91/syntax/codeowners.vim
#usr/share/vim/vim91/syntax/colortest.vim
#usr/share/vim/vim91/syntax/conaryrecipe.vim
#usr/share/vim/vim91/syntax/conf.vim
@@ -1544,6 +1561,7 @@ usr/share/vim
#usr/share/vim/vim91/syntax/karel.vim
#usr/share/vim/vim91/syntax/kconfig.vim
#usr/share/vim/vim91/syntax/kdl.vim
+#usr/share/vim/vim91/syntax/kitty.vim
#usr/share/vim/vim91/syntax/kivy.vim
#usr/share/vim/vim91/syntax/kix.vim
#usr/share/vim/vim91/syntax/kotlin.vim
@@ -1573,6 +1591,7 @@ usr/share/vim
#usr/share/vim/vim91/syntax/livebook.vim
#usr/share/vim/vim91/syntax/lnk.vim
#usr/share/vim/vim91/syntax/lnkmap.vim
+#usr/share/vim/vim91/syntax/log.vim
#usr/share/vim/vim91/syntax/loginaccess.vim
#usr/share/vim/vim91/syntax/logindefs.vim
#usr/share/vim/vim91/syntax/logtalk.vim
@@ -1662,6 +1681,7 @@ usr/share/vim
#usr/share/vim/vim91/syntax/nqc.vim
#usr/share/vim/vim91/syntax/nroff.vim
#usr/share/vim/vim91/syntax/nsis.vim
+#usr/share/vim/vim91/syntax/nu.vim
#usr/share/vim/vim91/syntax/obj.vim
#usr/share/vim/vim91/syntax/objc.vim
#usr/share/vim/vim91/syntax/objcpp.vim
@@ -1700,6 +1720,7 @@ usr/share/vim
#usr/share/vim/vim91/syntax/pilrc.vim
#usr/share/vim/vim91/syntax/pine.vim
#usr/share/vim/vim91/syntax/pinfo.vim
+#usr/share/vim/vim91/syntax/pkl.vim
#usr/share/vim/vim91/syntax/plaintex.vim
#usr/share/vim/vim91/syntax/pli.vim
#usr/share/vim/vim91/syntax/plm.vim
@@ -1809,6 +1830,7 @@ usr/share/vim
#usr/share/vim/vim91/syntax/shared/context-data-interfaces.vim
#usr/share/vim/vim91/syntax/shared/context-data-metafun.vim
#usr/share/vim/vim91/syntax/shared/context-data-tex.vim
+#usr/share/vim/vim91/syntax/shared/debarchitectures.vim
#usr/share/vim/vim91/syntax/shared/debversions.vim
#usr/share/vim/vim91/syntax/shared/hgcommitDiff.vim
#usr/share/vim/vim91/syntax/shared/typescriptcommon.vim
@@ -2023,9 +2045,8 @@ usr/share/vim
#usr/share/vim/vim91/tools/vimspell.txt
#usr/share/vim/vim91/tools/xcmdsrv_client.c
#usr/share/vim/vim91/tutor
-#usr/share/vim/vim91/tutor/README.el.cp737.txt
#usr/share/vim/vim91/tutor/README.el.txt
-#usr/share/vim/vim91/tutor/README.ru.utf-8.txt
+#usr/share/vim/vim91/tutor/README.ru.txt
#usr/share/vim/vim91/tutor/README.txt
#usr/share/vim/vim91/tutor/en
#usr/share/vim/vim91/tutor/en/vim-01-beginner.tutor
@@ -2050,81 +2071,41 @@ usr/share/vim
#usr/share/vim/vim91/tutor/tutor.vim
#usr/share/vim/vim91/tutor/tutor1
#usr/share/vim/vim91/tutor/tutor1.bar
-#usr/share/vim/vim91/tutor/tutor1.bar.utf-8
-#usr/share/vim/vim91/tutor/tutor1.bg.utf-8
+#usr/share/vim/vim91/tutor/tutor1.bg
#usr/share/vim/vim91/tutor/tutor1.ca
-#usr/share/vim/vim91/tutor/tutor1.ca.utf-8
#usr/share/vim/vim91/tutor/tutor1.cs
-#usr/share/vim/vim91/tutor/tutor1.cs.cp1250
-#usr/share/vim/vim91/tutor/tutor1.cs.utf-8
#usr/share/vim/vim91/tutor/tutor1.da
-#usr/share/vim/vim91/tutor/tutor1.da.utf-8
#usr/share/vim/vim91/tutor/tutor1.de
-#usr/share/vim/vim91/tutor/tutor1.de.utf-8
#usr/share/vim/vim91/tutor/tutor1.el
-#usr/share/vim/vim91/tutor/tutor1.el.cp737
-#usr/share/vim/vim91/tutor/tutor1.el.utf-8
#usr/share/vim/vim91/tutor/tutor1.eo
-#usr/share/vim/vim91/tutor/tutor1.eo.utf-8
#usr/share/vim/vim91/tutor/tutor1.es
-#usr/share/vim/vim91/tutor/tutor1.es.utf-8
#usr/share/vim/vim91/tutor/tutor1.fr
-#usr/share/vim/vim91/tutor/tutor1.fr.utf-8
#usr/share/vim/vim91/tutor/tutor1.gl
-#usr/share/vim/vim91/tutor/tutor1.gl.utf-8
#usr/share/vim/vim91/tutor/tutor1.hr
-#usr/share/vim/vim91/tutor/tutor1.hr.cp1250
-#usr/share/vim/vim91/tutor/tutor1.hr.utf-8
#usr/share/vim/vim91/tutor/tutor1.hu
-#usr/share/vim/vim91/tutor/tutor1.hu.cp1250
-#usr/share/vim/vim91/tutor/tutor1.hu.utf-8
#usr/share/vim/vim91/tutor/tutor1.it
-#usr/share/vim/vim91/tutor/tutor1.it.utf-8
-#usr/share/vim/vim91/tutor/tutor1.ja.euc
-#usr/share/vim/vim91/tutor/tutor1.ja.sjis
-#usr/share/vim/vim91/tutor/tutor1.ja.utf-8
+#usr/share/vim/vim91/tutor/tutor1.ja
#usr/share/vim/vim91/tutor/tutor1.ko
-#usr/share/vim/vim91/tutor/tutor1.ko.euc
-#usr/share/vim/vim91/tutor/tutor1.ko.utf-8
-#usr/share/vim/vim91/tutor/tutor1.lt.utf-8
-#usr/share/vim/vim91/tutor/tutor1.lv.utf-8
+#usr/share/vim/vim91/tutor/tutor1.lt
+#usr/share/vim/vim91/tutor/tutor1.lv
#usr/share/vim/vim91/tutor/tutor1.nb
-#usr/share/vim/vim91/tutor/tutor1.nb.utf-8
#usr/share/vim/vim91/tutor/tutor1.nl
-#usr/share/vim/vim91/tutor/tutor1.nl.utf-8
#usr/share/vim/vim91/tutor/tutor1.no
-#usr/share/vim/vim91/tutor/tutor1.no.utf-8
#usr/share/vim/vim91/tutor/tutor1.pl
-#usr/share/vim/vim91/tutor/tutor1.pl.cp1250
-#usr/share/vim/vim91/tutor/tutor1.pl.utf-8
#usr/share/vim/vim91/tutor/tutor1.pt
-#usr/share/vim/vim91/tutor/tutor1.pt.utf-8
#usr/share/vim/vim91/tutor/tutor1.ru
-#usr/share/vim/vim91/tutor/tutor1.ru.cp1251
-#usr/share/vim/vim91/tutor/tutor1.ru.utf-8
#usr/share/vim/vim91/tutor/tutor1.sk
-#usr/share/vim/vim91/tutor/tutor1.sk.cp1250
-#usr/share/vim/vim91/tutor/tutor1.sk.utf-8
-#usr/share/vim/vim91/tutor/tutor1.sr.cp1250
-#usr/share/vim/vim91/tutor/tutor1.sr.utf-8
+#usr/share/vim/vim91/tutor/tutor1.sr
#usr/share/vim/vim91/tutor/tutor1.sv
-#usr/share/vim/vim91/tutor/tutor1.sv.utf-8
-#usr/share/vim/vim91/tutor/tutor1.tr.iso9
-#usr/share/vim/vim91/tutor/tutor1.tr.utf-8
-#usr/share/vim/vim91/tutor/tutor1.uk.utf-8
-#usr/share/vim/vim91/tutor/tutor1.utf-8
-#usr/share/vim/vim91/tutor/tutor1.vi.utf-8
-#usr/share/vim/vim91/tutor/tutor1.zh.big5
-#usr/share/vim/vim91/tutor/tutor1.zh.euc
-#usr/share/vim/vim91/tutor/tutor1.zh.utf-8
-#usr/share/vim/vim91/tutor/tutor1.zh_cn.utf-8
-#usr/share/vim/vim91/tutor/tutor1.zh_tw.utf-8
+#usr/share/vim/vim91/tutor/tutor1.tr
+#usr/share/vim/vim91/tutor/tutor1.uk
+#usr/share/vim/vim91/tutor/tutor1.vi
+#usr/share/vim/vim91/tutor/tutor1.zh_cn
+#usr/share/vim/vim91/tutor/tutor1.zh_tw
#usr/share/vim/vim91/tutor/tutor2
+#usr/share/vim/vim91/tutor/tutor2.fr
#usr/share/vim/vim91/tutor/tutor2.gl
-#usr/share/vim/vim91/tutor/tutor2.gl.utf-8
#usr/share/vim/vim91/tutor/tutor2.it
-#usr/share/vim/vim91/tutor/tutor2.it.utf-8
-#usr/share/vim/vim91/tutor/tutor2.ru.utf-8
-#usr/share/vim/vim91/tutor/tutor2.sr.utf-8
-#usr/share/vim/vim91/tutor/tutor2.utf-8
+#usr/share/vim/vim91/tutor/tutor2.ru
+#usr/share/vim/vim91/tutor/tutor2.sr
#usr/share/vim/vim91/vimrc_example.vim
diff --git a/lfs/vim b/lfs/vim
index 574e3432c..7c4d0d115 100644
--- a/lfs/vim
+++ b/lfs/vim
@@ -24,7 +24,7 @@
include Config
-VER = 9.1.1406
+VER = 9.1.1854
THISAPP = vim-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = e50d541d6e8a0cb7a332a3a09ff1794f7cd347b16f76bc3b71645d28eddb1472683b4be7a307653cce0a2a79c7c7703383bc481dae6d35818b9179f9be14926d
+$(DL_FILE)_BLAKE2 = a5469910c381392b80c98c60d6c826b88c42bf0d8815f080297fbca44d9159fcfa2af79a3d5f1766c800d19ccb929979847dbe3677af95e448986cd88eefc2f3
install : $(TARGET)
--
2.51.0
^ permalink raw reply [flat|nested] 15+ messages in thread* [PATCH 2/2] core199: Ship btrfs-progs
2025-10-14 13:07 [PATCH 1/2] btrfs-progs: Update to version 6.17 Adolf Belka
` (6 preceding siblings ...)
2025-10-14 13:08 ` [PATCH 1/2] vim: Update to version 9.1.1854 Adolf Belka
@ 2025-10-14 13:08 ` Adolf Belka
2025-10-14 13:08 ` [PATCH 2/2] core199: Ship hwdata Adolf Belka
` (5 subsequent siblings)
13 siblings, 0 replies; 15+ messages in thread
From: Adolf Belka @ 2025-10-14 13:08 UTC (permalink / raw)
To: development; +Cc: Adolf Belka
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
config/rootfiles/core/199/filelists/btrfs-progs | 1 +
1 file changed, 1 insertion(+)
create mode 120000 config/rootfiles/core/199/filelists/btrfs-progs
diff --git a/config/rootfiles/core/199/filelists/btrfs-progs b/config/rootfiles/core/199/filelists/btrfs-progs
new file mode 120000
index 000000000..d7a2f6f52
--- /dev/null
+++ b/config/rootfiles/core/199/filelists/btrfs-progs
@@ -0,0 +1 @@
+../../../common/btrfs-progs
\ No newline at end of file
--
2.51.0
^ permalink raw reply [flat|nested] 15+ messages in thread* [PATCH 2/2] core199: Ship hwdata
2025-10-14 13:07 [PATCH 1/2] btrfs-progs: Update to version 6.17 Adolf Belka
` (7 preceding siblings ...)
2025-10-14 13:08 ` [PATCH 2/2] core199: Ship btrfs-progs Adolf Belka
@ 2025-10-14 13:08 ` Adolf Belka
2025-10-14 13:08 ` [PATCH 2/2] core199: Ship kbd Adolf Belka
` (4 subsequent siblings)
13 siblings, 0 replies; 15+ messages in thread
From: Adolf Belka @ 2025-10-14 13:08 UTC (permalink / raw)
To: development; +Cc: Adolf Belka
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
config/rootfiles/core/199/filelists/hwdata | 1 +
1 file changed, 1 insertion(+)
create mode 120000 config/rootfiles/core/199/filelists/hwdata
diff --git a/config/rootfiles/core/199/filelists/hwdata b/config/rootfiles/core/199/filelists/hwdata
new file mode 120000
index 000000000..ced911666
--- /dev/null
+++ b/config/rootfiles/core/199/filelists/hwdata
@@ -0,0 +1 @@
+../../../common/hwdata
\ No newline at end of file
--
2.51.0
^ permalink raw reply [flat|nested] 15+ messages in thread* [PATCH 2/2] core199: Ship kbd
2025-10-14 13:07 [PATCH 1/2] btrfs-progs: Update to version 6.17 Adolf Belka
` (8 preceding siblings ...)
2025-10-14 13:08 ` [PATCH 2/2] core199: Ship hwdata Adolf Belka
@ 2025-10-14 13:08 ` Adolf Belka
2025-10-14 13:08 ` [PATCH 2/2] core199: Ship libgpg-error Adolf Belka
` (3 subsequent siblings)
13 siblings, 0 replies; 15+ messages in thread
From: Adolf Belka @ 2025-10-14 13:08 UTC (permalink / raw)
To: development; +Cc: Adolf Belka
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
config/rootfiles/core/199/filelists/kbd | 1 +
1 file changed, 1 insertion(+)
create mode 120000 config/rootfiles/core/199/filelists/kbd
diff --git a/config/rootfiles/core/199/filelists/kbd b/config/rootfiles/core/199/filelists/kbd
new file mode 120000
index 000000000..9b85839b1
--- /dev/null
+++ b/config/rootfiles/core/199/filelists/kbd
@@ -0,0 +1 @@
+../../../common/kbd
\ No newline at end of file
--
2.51.0
^ permalink raw reply [flat|nested] 15+ messages in thread* [PATCH 2/2] core199: Ship libgpg-error
2025-10-14 13:07 [PATCH 1/2] btrfs-progs: Update to version 6.17 Adolf Belka
` (9 preceding siblings ...)
2025-10-14 13:08 ` [PATCH 2/2] core199: Ship kbd Adolf Belka
@ 2025-10-14 13:08 ` Adolf Belka
2025-10-14 13:08 ` [PATCH 2/2] core199: Ship openssh Adolf Belka
` (2 subsequent siblings)
13 siblings, 0 replies; 15+ messages in thread
From: Adolf Belka @ 2025-10-14 13:08 UTC (permalink / raw)
To: development; +Cc: Adolf Belka
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
config/rootfiles/core/199/filelists/libgpg-error | 1 +
1 file changed, 1 insertion(+)
create mode 120000 config/rootfiles/core/199/filelists/libgpg-error
diff --git a/config/rootfiles/core/199/filelists/libgpg-error b/config/rootfiles/core/199/filelists/libgpg-error
new file mode 120000
index 000000000..cad431339
--- /dev/null
+++ b/config/rootfiles/core/199/filelists/libgpg-error
@@ -0,0 +1 @@
+../../../common/libgpg-error
\ No newline at end of file
--
2.51.0
^ permalink raw reply [flat|nested] 15+ messages in thread* [PATCH 2/2] core199: Ship openssh
2025-10-14 13:07 [PATCH 1/2] btrfs-progs: Update to version 6.17 Adolf Belka
` (10 preceding siblings ...)
2025-10-14 13:08 ` [PATCH 2/2] core199: Ship libgpg-error Adolf Belka
@ 2025-10-14 13:08 ` Adolf Belka
2025-10-14 13:08 ` [PATCH 2/2] core199: Ship p11-kit Adolf Belka
2025-10-14 13:08 ` [PATCH 2/2] core199: Ship vim Adolf Belka
13 siblings, 0 replies; 15+ messages in thread
From: Adolf Belka @ 2025-10-14 13:08 UTC (permalink / raw)
To: development; +Cc: Adolf Belka
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
config/rootfiles/core/199/filelists/openssh | 1 +
1 file changed, 1 insertion(+)
create mode 120000 config/rootfiles/core/199/filelists/openssh
diff --git a/config/rootfiles/core/199/filelists/openssh b/config/rootfiles/core/199/filelists/openssh
new file mode 120000
index 000000000..d8c77fd8e
--- /dev/null
+++ b/config/rootfiles/core/199/filelists/openssh
@@ -0,0 +1 @@
+../../../common/openssh
\ No newline at end of file
--
2.51.0
^ permalink raw reply [flat|nested] 15+ messages in thread* [PATCH 2/2] core199: Ship p11-kit
2025-10-14 13:07 [PATCH 1/2] btrfs-progs: Update to version 6.17 Adolf Belka
` (11 preceding siblings ...)
2025-10-14 13:08 ` [PATCH 2/2] core199: Ship openssh Adolf Belka
@ 2025-10-14 13:08 ` Adolf Belka
2025-10-14 13:08 ` [PATCH 2/2] core199: Ship vim Adolf Belka
13 siblings, 0 replies; 15+ messages in thread
From: Adolf Belka @ 2025-10-14 13:08 UTC (permalink / raw)
To: development; +Cc: Adolf Belka
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
config/rootfiles/core/199/filelists/p11-kit | 1 +
1 file changed, 1 insertion(+)
create mode 120000 config/rootfiles/core/199/filelists/p11-kit
diff --git a/config/rootfiles/core/199/filelists/p11-kit b/config/rootfiles/core/199/filelists/p11-kit
new file mode 120000
index 000000000..e652deb67
--- /dev/null
+++ b/config/rootfiles/core/199/filelists/p11-kit
@@ -0,0 +1 @@
+../../../common/p11-kit
\ No newline at end of file
--
2.51.0
^ permalink raw reply [flat|nested] 15+ messages in thread* [PATCH 2/2] core199: Ship vim
2025-10-14 13:07 [PATCH 1/2] btrfs-progs: Update to version 6.17 Adolf Belka
` (12 preceding siblings ...)
2025-10-14 13:08 ` [PATCH 2/2] core199: Ship p11-kit Adolf Belka
@ 2025-10-14 13:08 ` Adolf Belka
13 siblings, 0 replies; 15+ messages in thread
From: Adolf Belka @ 2025-10-14 13:08 UTC (permalink / raw)
To: development; +Cc: Adolf Belka
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
config/rootfiles/core/199/filelists/vim | 1 +
1 file changed, 1 insertion(+)
create mode 120000 config/rootfiles/core/199/filelists/vim
diff --git a/config/rootfiles/core/199/filelists/vim b/config/rootfiles/core/199/filelists/vim
new file mode 120000
index 000000000..98613172e
--- /dev/null
+++ b/config/rootfiles/core/199/filelists/vim
@@ -0,0 +1 @@
+../../../common/vim
\ No newline at end of file
--
2.51.0
^ permalink raw reply [flat|nested] 15+ messages in thread