From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Cc: Adolf Belka <adolf.belka@ipfire.org>
Subject: [PATCH] openvpn: Update to version 2.6.19
Date: Sat, 14 Feb 2026 16:20:37 +0100 [thread overview]
Message-ID: <20260214152040.3720549-17-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20260214152040.3720549-1-adolf.belka@ipfire.org>
- Update from version 2.6.17 to 2.6.19
- No change to rootfile
- Changelog
2.6.19
Bugfixes
make dist would fail to pack unit_tests/openvpn/test_common.h, breaking make check
on the tarball if cmocka is installed. Fix.
2.6.18
New features / User visible changes
disable DCO if --bind-dev option is given (no support for this in the old
out-of-kernel Linux DCO implementation)
on Windows, if using --ip-win32 netsh and not using the interactive service, IPv4
addresses would be installed as "permanent", possibly causing problems later on
with using that IPv4 address on a different interface. Change to "store=active".
(GH: #915)
Code maintenance / Compat changes
backport fixes needed to build unit tests with cmocka 2.0.0 and -Werror (some parts
of the old API have been deprecated and would raise warnings)
backport "ensure that all unit tests use unbuffered stdout+stderr" change,
otherwise we get no output at all if a unit test crashes
add explicit error message for failing read in multi_process_file_closed()
(reported by SRL)
test framework: permit overriding the openvpn binary called
configure.ac: remove use of PKCS11_HELPER_LIBS in mbedTLS checks (old code, purpose
unclear, effects non-useful)
configure.ac: try to use pkg-config to detect mbedTLS
Documentation updates
improve pull-filter documentation, emphasizing possible problems if used as a naive
security measure (reported by SRLabs).
Bugfixes
p2mp server: fix incorrect file descriptor handling on "inotify" FD during a
SIGUSR1 restart (GH: #966)
management interface: fix bug where --management-forget-disconnect and
--management-signal could be executed even if password authentication to
managment interface was still pending (Zeropath finding)
repair client-side interaction on reconnect between DCO event handling and
--persist-tun - after a ping timeout and reconnect, the DCO event handler would
not be armed, and the next ping timeout would not be received by userland,
causing non-working connections with nothing in the openvpn log (Linux and
FreeBSD only, GH: #947)
prevent crash on invalid server-ipv6 argument, calling freeaddrinfo() with a NULL
pointer. This only affects OpenBSD. (Klemens Nanni).
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
lfs/openvpn | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lfs/openvpn b/lfs/openvpn
index 25e186f12..10f1f54c4 100644
--- a/lfs/openvpn
+++ b/lfs/openvpn
@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
-# Copyright (C) 2007-2025 IPFire Team <info@ipfire.org> #
+# Copyright (C) 2007-2026 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 = 2.6.17
+VER = 2.6.19
THISAPP = openvpn-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = a5cff9bf4de85b647bd0cef808586b2cd29694ad0134ae6e4b3f74251c2ce0908cf86cbc041768f7fbc495e3ad5c5dbb9c491fe351b99da330dd2390142b353e
+$(DL_FILE)_BLAKE2 = 4eabecd3be43c7a45dbf2fb92236f568d5273978b18d5068200277771a5f6cad5fd3cc138232812c7f2e3c9a7812e73ca63c362ec942f361401c0712dc7d8498
install : $(TARGET)
--
2.53.0
next prev parent reply other threads:[~2026-02-14 15:21 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-14 15:20 [PATCH] core201: Ship hwdata Adolf Belka
2026-02-14 15:20 ` [PATCH] core201: Ship intel-microcode Adolf Belka
2026-02-14 15:20 ` [PATCH] core201: Ship libgcrypt Adolf Belka
2026-02-14 15:20 ` [PATCH] core201: Ship libpng Adolf Belka
2026-02-14 15:20 ` [PATCH] core201: Ship libuv Adolf Belka
2026-02-14 15:20 ` [PATCH] core201: Ship openvpn Adolf Belka
2026-02-14 15:20 ` [PATCH] core201: Ship vim Adolf Belka
2026-02-14 15:20 ` [PATCH] git: Update to version 2.53.0 Adolf Belka
2026-02-14 15:20 ` [PATCH] hwdata: Update to version 0.404 Adolf Belka
2026-02-14 15:20 ` [PATCH] intel-microcode: Update to version 20260210 Adolf Belka
2026-02-14 15:20 ` [PATCH] less: Update to version 692 Adolf Belka
2026-02-14 15:20 ` [PATCH] libgcrypt: Update to version 1.12.0 Adolf Belka
2026-02-14 15:20 ` [PATCH] libpng: Update to version 1.6.55 Adolf Belka
2026-02-14 15:20 ` [PATCH] libtalloc: Update to version 2.4.4 Adolf Belka
2026-02-14 15:20 ` [PATCH] libuv: Update to version 1.52.0 Adolf Belka
2026-02-14 15:20 ` [PATCH] nfs: Update to version 2.8.5 Adolf Belka
2026-02-14 15:20 ` Adolf Belka [this message]
2026-02-14 15:20 ` [PATCH] p11-kit: Update to version 0.26.2 Adolf Belka
2026-02-14 15:20 ` [PATCH] postfix: Update to version 3.10.7 Adolf Belka
2026-02-14 15:20 ` [PATCH] vim: Update to version 9.1.2147 Adolf Belka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260214152040.3720549-17-adolf.belka@ipfire.org \
--to=adolf.belka@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox