From 4aacae768cd668a327f3976805a67d55deac32a4 Mon Sep 17 00:00:00 2001 From: mgb01105731 Date: Fri, 5 Dec 2025 15:06:19 +0800 Subject: [PATCH] Update code from upstream --- python-kdcproxy.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/python-kdcproxy.spec b/python-kdcproxy.spec index 7b50a19..417e4c1 100644 --- a/python-kdcproxy.spec +++ b/python-kdcproxy.spec @@ -1,8 +1,8 @@ -%define anolis_release 3 +%define anolis_release 1 %global realname kdcproxy Name: python-%{realname} -Version: 1.0.0 +Version: 1.4 Release: %{anolis_release}%{?dist} Summary: MS-KKDCP (kerberos proxy) WSGI module @@ -56,6 +56,13 @@ minimal configuration. %{python3_sitelib}/%{realname}-%{version}-*.egg-info %changelog +* Mon Apr 05 2025 Upstream Bot - 1.4-1 +- Sync upstream changes from commit 1773f28eeea72ec6efcd433d3b66595c44d1253f +- Fix SSRF vulnerability (CVE-2025-59088) by restricting DNS discovery to declared realms only +- Add wildcard realm section support for hierarchical realm configurations +- Introduce dns_realm_discovery option to restore legacy behavior (not recommended) +- Log warning for non-standard KDC ports discovered via DNS + * Tue Mar 26 2024 Zhao Hang - 1.0.0-3 - Rebuild with python3.11 -- Gitee