public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Frank Lichtenheld <frank@lichtenheld.com>
To: git-commits@fedoraproject.org
Subject: [rpms/openvpn] f43: Update to 2.6.22
Date: Wed, 05 Aug 2026 19:25:56 GMT [thread overview]
Message-ID: <178595795692.1.12390332823434577601.rpms-openvpn-a07d48b1c2e8@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/openvpn
Branch : f43
Commit : a07d48b1c2e8a5e2648e15397be7a4dd56bc02e2
Author : Frank Lichtenheld <frank@lichtenheld.com>
Date : 2026-08-05T19:24:43+00:00
Stats : +8/-41 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/openvpn/c/a07d48b1c2e8a5e2648e15397be7a4dd56bc02e2?branch=f43
Log:
Update to 2.6.22
Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
---
diff --git a/.gitignore b/.gitignore
index cfe9698..4239732 100644
--- a/.gitignore
+++ b/.gitignore
@@ -120,3 +120,5 @@ openvpn-2.1.2.tar.gz.asc
/openvpn-2.6.20.tar.gz.asc
/openvpn-2.6.21.tar.gz
/openvpn-2.6.21.tar.gz.asc
+/openvpn-2.6.22.tar.gz
+/openvpn-2.6.22.tar.gz.asc
diff --git a/0001-test_tls_crypt-Fix-issue-with-temp-file-name-on-big-.patch b/0001-test_tls_crypt-Fix-issue-with-temp-file-name-on-big-.patch
deleted file mode 100644
index 9093284..0000000
--- a/0001-test_tls_crypt-Fix-issue-with-temp-file-name-on-big-.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-From bb285c2156009fbfbc3ceee439e71daf2cc3dc8a Mon Sep 17 00:00:00 2001
-From: Frank Lichtenheld <frank@lichtenheld.com>
-Date: Wed, 1 Jul 2026 17:57:20 +0200
-Subject: [PATCH 1/1] test_tls_crypt: Fix issue with temp file name on big
- endian systems
-
-Encountered by Fedora s390x build instances.
-
-Change-Id: Iba577d662b389de539b81034735e437199cb495d
-Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
----
- tests/unit_tests/openvpn/test_tls_crypt.c | 9 +++++++--
- 1 file changed, 7 insertions(+), 2 deletions(-)
-
-diff --git a/tests/unit_tests/openvpn/test_tls_crypt.c b/tests/unit_tests/openvpn/test_tls_crypt.c
-index 82b1dc89..1d8ac258 100644
---- a/tests/unit_tests/openvpn/test_tls_crypt.c
-+++ b/tests/unit_tests/openvpn/test_tls_crypt.c
-@@ -722,8 +722,13 @@ tls_crypt_v2_unwrap_checks(void **state)
-
- tls_options.tmp_dir = "/tmp";
-
-- /* Since we override rand_bytes the tmpfile name is non-random as well */
-- const char *non_random_tmpfile = "/tmp/openvpn_tls_crypt_v2_metadata__706050403020100706050403020100.tmp";
-+ /* Since we override rand_bytes the tmpfile name is non-random as well.
-+ * Build the expected name via the same code path as
-+ * platform_create_temp_file() */
-+ char non_random_tmpfile[128];
-+ snprintf(non_random_tmpfile, sizeof(non_random_tmpfile),
-+ "%s/" PACKAGE "_tls_crypt_v2_metadata__%08" PRIx64 "%08" PRIx64 ".tmp",
-+ tls_options.tmp_dir, get_random(), get_random());
- unlink(non_random_tmpfile);
-
- expect_string(__wrap_buffer_write_file, filename, non_random_tmpfile);
---
-2.43.0
-
diff --git a/openvpn.spec b/openvpn.spec
index 87b013a..041af5f 100644
--- a/openvpn.spec
+++ b/openvpn.spec
@@ -21,7 +21,7 @@
%bcond_without tests_long
Name: openvpn
-Version: 2.6.21
+Version: 2.6.22
Release: 1%{?dist}
Summary: A full-featured TLS VPN solution
URL: https://community.openvpn.net/
@@ -35,7 +35,6 @@ Source11: openvpn.rpmlintrc
Patch1: 0001-Change-the-default-cipher-to-AES-256-GCM-for-server-.patch
Patch2: fedora-crypto-policy-compliance.patch
Patch50: openvpn-2.4-change-tmpfiles-permissions.patch
-Patch51: 0001-test_tls_crypt-Fix-issue-with-temp-file-name-on-big-.patch
# Automatically converted from old format: GPLv2 - review is highly recommended.
License: GPL-2.0-only
BuildRequires: gnupg2
@@ -236,6 +235,9 @@ done
%changelog
+* Wed Aug 5 2026 Frank Lichtenheld <frank@lichtenheld.com> - 2.6.22-1
+- Update to upstream OpenVPN 2.6.22
+
* Wed Jul 1 2026 Frank Lichtenheld <frank@lichtenheld.com> - 2.6.21-1
- Update to upstream OpenVPN 2.6.21
diff --git a/sources b/sources
index e536bb3..6ae74f7 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (openvpn-2.6.21.tar.gz) = 44b1a09106da5f41516dc1d2a31e30d5ec4c683935e7bc7339990344ebaad1981ae4baa8d96a3747182f1c3ee083a75c8da7bdea318dac28bfa9900c8d600271
-SHA512 (openvpn-2.6.21.tar.gz.asc) = 719d8da03d393c972255cb919a2048e025e82d3b763b9acae129186351d0e5ab392bc2b9c4fa08390d0afb182c722826d78582cce32f3ad9693dab0301f6c7a7
+SHA512 (openvpn-2.6.22.tar.gz) = 4d5b01b564bddb5ac11fa956233c52440ccb9ce9853cdd9d15e0f6e8edebca6d23d56f0138ca8727e6303c1b1dfecd1d882bdec36a94f992ae2d90b2c9341640
+SHA512 (openvpn-2.6.22.tar.gz.asc) = b58a7cf03057f93ab96c504e10e2c76a1b314327802b4bb649f8feeae2abfb1b929dc2ddfdb3ba875df6ee46d434a4540f53157852146f3a654d42ba68fc6f8b
reply other threads:[~2026-08-05 19:25 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=178595795692.1.12390332823434577601.rpms-openvpn-a07d48b1c2e8@fedoraproject.org \
--to=frank@lichtenheld.com \
--cc=git-commits@fedoraproject.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