public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Robert Scheck <robert@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/radsecproxy] epel10.2: Upgrade to 1.11.3 (#2499720)
Date: Fri, 17 Jul 2026 19:34:11 GMT [thread overview]
Message-ID: <178431685117.1.11673248587265581692.rpms-radsecproxy-8aee30605d35@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/radsecproxy
Branch : epel10.2
Commit : 8aee30605d35de780bdd38c300a60a5869699cd8
Author : Robert Scheck <robert@fedoraproject.org>
Date : 2026-07-17T21:32:30+02:00
Stats : +8/-44 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/radsecproxy/c/8aee30605d35de780bdd38c300a60a5869699cd8?branch=epel10.2
Log:
Upgrade to 1.11.3 (#2499720)
---
diff --git a/radsecproxy-1.11.2-openssl-4.0.patch b/radsecproxy-1.11.2-openssl-4.0.patch
deleted file mode 100644
index 57a9158..0000000
--- a/radsecproxy-1.11.2-openssl-4.0.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-From acbe243054d736acb583d15fd0650eff5b655c8a Mon Sep 17 00:00:00 2001
-From: Fabian Mauchle <fabian.mauchle@switch.ch>
-Date: Wed, 10 Jun 2026 11:01:45 +0200
-Subject: [PATCH] maintain compatibility with OpenSSL 4
-
----
- tlscommon.c | 8 +++++++-
- 1 file changed, 7 insertions(+), 1 deletion(-)
-
-diff --git a/tlscommon.c b/tlscommon.c
-index 4a2b8e0..fdf4ac6 100644
---- a/tlscommon.c
-+++ b/tlscommon.c
-@@ -116,7 +116,7 @@ void sslinit(void) {
- *
- * @param name The X509_Name to be printed.
- */
--static char *print_x509_name(X509_NAME *name) {
-+static char *print_x509_name(const X509_NAME *name) {
- BIO *bio;
- char *buf;
-
-@@ -904,9 +904,15 @@ static int certattr_matchothername(GENERAL_NAME *gn, struct certattrmatch *match
-
- static int certattr_matchcn(X509 *cert, struct certattrmatch *match) {
- int loc;
-+#if OPENSSL_VERSION_NUMBER >= 0x30000000
-+ const X509_NAME *nm;
-+ const X509_NAME_ENTRY *e;
-+ const ASN1_STRING *t;
-+#else
- X509_NAME *nm;
- X509_NAME_ENTRY *e;
- ASN1_STRING *t;
-+#endif
-
- nm = X509_get_subject_name(cert);
- loc = -1;
diff --git a/radsecproxy.spec b/radsecproxy.spec
index 21fe298..71378ad 100644
--- a/radsecproxy.spec
+++ b/radsecproxy.spec
@@ -1,7 +1,7 @@
Summary: Generic RADIUS proxy with RadSec support
Name: radsecproxy
-Version: 1.11.2
-Release: 7%{?dist}
+Version: 1.11.3
+Release: 1%{?dist}
License: BSD-3-Clause
URL: https://radsecproxy.github.io/
Source0: https://github.com/radsecproxy/radsecproxy/releases/download/%{version}/%{name}-%{version}.tar.gz
@@ -12,7 +12,6 @@ Source4: %{name}.service
Source5: %{name}.logrotate
Source6: %{name}.tmpfilesd
Source7: %{name}.sysusersd
-Patch0: https://github.com/radsecproxy/radsecproxy/commit/acbe243054d736acb583d15fd0650eff5b655c8a.patch#/radsecproxy-1.11.2-openssl-4.0.patch
BuildRequires: gnupg2
BuildRequires: gcc
BuildRequires: make
@@ -46,7 +45,7 @@ install -D -p -m 0644 %{SOURCE4} $RPM_BUILD_ROOT%{_unitdir}/%{name}.service
install -D -p -m 0644 %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/%{name}
install -D -p -m 0644 %{SOURCE6} $RPM_BUILD_ROOT%{_tmpfilesdir}/%{name}.conf
install -D -p -m 0644 %{SOURCE7} $RPM_BUILD_ROOT%{_sysusersdir}/%{name}.conf
-chmod 644 tools/*.sh
+chmod 0644 tools/*.sh
%check
make check
@@ -83,6 +82,9 @@ make check
%dir %attr(0750,%{name},%{name}) %{_localstatedir}/log/%{name}/
%changelog
+* Fri Jul 17 2026 Robert Scheck <robert@fedoraproject.org> 1.11.3-1
+- Upgrade to 1.11.3 (#2499720)
+
* Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.2-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
diff --git a/sources b/sources
index 9ae899a..dfe1f6f 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (radsecproxy-1.11.2.tar.gz) = 8de56c086afa270a7eabd97bca8c9d48f5ad2aca04b703820a523ce2f0a446d711714fe9d8f5ef479456e345b9fa04e9d9660d84de14c15097293e717187abf6
-SHA512 (radsecproxy-1.11.2.tar.gz.asc) = 1c0789d22c34b91a95e12666663b0a65ad5d2dfb37a52325e15988830fdfb7a1b2718480e8c1716b01c8ba80491ac1db5ddc2f8eb3f0a3dbbe8657979f23bcb8
+SHA512 (radsecproxy-1.11.3.tar.gz) = 3d20431a9d79456aaa38eaec99b69b6264bcbf8b58f0e342ca120c092192558a5c5bce2669ac647f953c414f2f3a996d1b0f0b006cd38e01ca0316b840556b44
+SHA512 (radsecproxy-1.11.3.tar.gz.asc) = f826ad2394fb5f70d63370649e512e374231a125fb6709d00ba6452c0d0789fa0afea4878550f48f32d72b338a630a5ea433e9d79ce8974e2a54bd0624975c88
reply other threads:[~2026-07-17 19:34 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=178431685117.1.11673248587265581692.rpms-radsecproxy-8aee30605d35@fedoraproject.org \
--to=robert@fedoraproject.org \
--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