- Update from 2.6.16 to 2.6.17
- No change to rootfile
- Changelog
    2.6.17
        Security fixes:
            CVE-2025-13751: Windows/interactive service: fix erroneous exit on 
error
                that could be used by a local Windows users to achieve a local
                denial-of-service
        Bug fixes:
            Windows/interactive service: improve service pipe robustness 
against file
                access races (uuid) and access by unauthorized processes (ACL).
            upgrade bundled build instruction (vcpkg and patch) for 
pkcs11-helper to
                1.31, fixing a parser bug
        Windows MSI changes since 2.6.16-I001:
            Built against OpenSSL 3.6.0
            Included openvpn-gui updated to 11.59.0.0
                Authorize config before opening the service pipe
                Remove dependence on pathcch.dll not in Windows 7
            Included win-dco driver updated to 2.8.0

Signed-off-by: Adolf Belka <[email protected]>
---
 lfs/openvpn | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lfs/openvpn b/lfs/openvpn
index 9252c44f8..25e186f12 100644
--- a/lfs/openvpn
+++ b/lfs/openvpn
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 2.6.16
+VER        = 2.6.17
 
 THISAPP    = openvpn-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 
d4219d5974ecb0d73b865f436ed5a57874dee7295446a10d47354024564a25098ea2210f3356f3938fd24fb99c2310797bb70936ad5423eafad7cbacc94c71c5
+$(DL_FILE)_BLAKE2 = 
a5cff9bf4de85b647bd0cef808586b2cd29694ad0134ae6e4b3f74251c2ce0908cf86cbc041768f7fbc495e3ad5c5dbb9c491fe351b99da330dd2390142b353e
 
 install : $(TARGET)
 
-- 
2.52.0


Reply via email to