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] epel10: Update to upstream release 2.7.6
Date: Wed, 05 Aug 2026 15:19:13 GMT	[thread overview]
Message-ID: <178594315316.1.2144732146938783795.rpms-openvpn-540ec9ca1a4b@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/openvpn
            Branch : epel10
            Commit : 540ec9ca1a4b3d4e308d278e496587fbd7b64b5a
            Author : Frank Lichtenheld <frank@lichtenheld.com>
            Date   : 2026-08-05T15:18:46+00:00
            Stats  : +9/-41 in 4 file(s)
            URL    : https://src.fedoraproject.org/rpms/openvpn/c/540ec9ca1a4b3d4e308d278e496587fbd7b64b5a?branch=epel10

            Log:
            Update to upstream release 2.7.6

Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
(cherry picked from commit 00d383bf9413806a09caa750e53ef56d135d236d)

---
diff --git a/.gitignore b/.gitignore
index 4b3322f..ab9678c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -124,3 +124,5 @@ openvpn-2.1.2.tar.gz.asc
 /openvpn-2.7.4.tar.gz.asc
 /openvpn-2.7.5.tar.gz
 /openvpn-2.7.5.tar.gz.asc
+/openvpn-2.7.6.tar.gz
+/openvpn-2.7.6.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 b905c8f..5eeb918 100644
--- a/openvpn.spec
+++ b/openvpn.spec
@@ -19,7 +19,7 @@
 %bcond_without tests_long
 
 Name:              openvpn
-Version:           2.7.5
+Version:           2.7.6
 Release:           1%{?dist}
 Summary:           A full-featured TLS VPN solution
 URL:               https://community.openvpn.net/
@@ -31,7 +31,6 @@ Source3:           roadwarrior-client.conf
 Source10:          gpgkey-F554A3687412CFFEBDEFE0A312F5F7B42F2B01E7.gpg
 Patch1:            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
 License:           GPL-2.0-only
 BuildRequires:     gnupg2
 BuildRequires:     gcc
@@ -236,6 +235,10 @@ done
 
 
 %changelog
+* Wed Aug 5 2026 Frank Lichtenheld <frank@lichtenheld.com> - 2.7.6-1
+- Update to upstream 2.7.6 release
+- Drop obsolete patch 0001-test_tls_crypt-Fix-issue-with-temp-file-name-on-big-.patch
+
 * Wed Jul 1 2026 Frank Lichtenheld <frank@lichtenheld.com> - 2.7.5-1
 - Update to upstream 2.7.5 release
 

diff --git a/sources b/sources
index 07e5eee..16c1370 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (openvpn-2.7.5.tar.gz) = cc671df2582b0eb2eb1a73d5466dec7593b94518bb6ab31cc31b3d6b14cbc91942fa55e3865b861626acc866bb329cbed0d7a73a37963bd32a2ebece7ba938d2
-SHA512 (openvpn-2.7.5.tar.gz.asc) = a60bf826a048e4b2f254fd9c9030e671c1cbea1a302b678b9ac49ae299f41543f2229058a8f91ee4d99ad3df190c3a63ecb0c981533ab1ac060bb881acc3f998
+SHA512 (openvpn-2.7.6.tar.gz) = 2e45d147f0983b6f343b6772c20b17e67bff0143e7bcf3c2a10551b77d9929c64c86e53b4ade5493023517f3ccd92b0c1011d03cb3543321d0f9faea408e6020
+SHA512 (openvpn-2.7.6.tar.gz.asc) = 79af977aa59ca3fcf0dc4c3f6c26d397e1b3eac85b92d1282440445486404a5943f1e1e55fed367be28fa38ccaba68cd08fd59613703b15b65f4d091360d02b4

                 reply	other threads:[~2026-08-05 15:19 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=178594315316.1.2144732146938783795.rpms-openvpn-540ec9ca1a4b@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