From 4ee752d16b7e55d5e5311a76288ec8c25fcfaac5 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Mon, 15 Sep 2025 12:23:40 +0000 Subject: [PATCH] import CS mod_proxy_cluster-1.3.22-2.el9 --- .gitignore | 2 +- .mod_proxy_cluster.metadata | 2 +- SOURCES/mod_proxy_cluster.conf.sample | 4 ++-- SPECS/mod_proxy_cluster.spec | 12 +++++++++--- 4 files changed, 13 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 57908f0..ef7e44b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/mod_cluster-45265ef9c1f53c71af5241f9deae19fd839263c8.tar.gz +SOURCES/mod_cluster-42b64bbafb597df26b7c7441e922f295b238247c.tar.gz diff --git a/.mod_proxy_cluster.metadata b/.mod_proxy_cluster.metadata index 07ec459..d0da44e 100644 --- a/.mod_proxy_cluster.metadata +++ b/.mod_proxy_cluster.metadata @@ -1 +1 @@ -935b675be019e46eb6fda817490d9b2249a5e11f SOURCES/mod_cluster-45265ef9c1f53c71af5241f9deae19fd839263c8.tar.gz +9a83b492b5c1efa6aa33a20d66709ed62d048bc7 SOURCES/mod_cluster-42b64bbafb597df26b7c7441e922f295b238247c.tar.gz diff --git a/SOURCES/mod_proxy_cluster.conf.sample b/SOURCES/mod_proxy_cluster.conf.sample index 5fa37c2..3ae810e 100644 --- a/SOURCES/mod_proxy_cluster.conf.sample +++ b/SOURCES/mod_proxy_cluster.conf.sample @@ -10,9 +10,9 @@ MemManagerFile /var/cache/httpd/mod_proxy_cluster Listen 6666 DirectoryIndex disabled - + Require ip 127.0.0.1 - + ServerAdvertise on EnableMCPMReceive diff --git a/SPECS/mod_proxy_cluster.spec b/SPECS/mod_proxy_cluster.spec index f04ca25..5cdbc85 100644 --- a/SPECS/mod_proxy_cluster.spec +++ b/SPECS/mod_proxy_cluster.spec @@ -2,12 +2,12 @@ %define _jarsign_opts --nocopy # Update commitid and serial when new sources and release info is available -%global commitid 45265ef9c1f53c71af5241f9deae19fd839263c8 -%global serial 1 +%global commitid 42b64bbafb597df26b7c7441e922f295b238247c +%global serial 2 Name: mod_proxy_cluster Summary: JBoss mod_proxy_cluster for Apache httpd -Version: 1.3.20 +Version: 1.3.22 Release: %{serial}%{?dist} Epoch: 0 License: LGPLv3 @@ -114,6 +114,12 @@ fi %changelog +* Mon Mar 3 2025 Vladimír Chlup - 1.3.22-2 +- Resolves: RHEL-80864: Bump serial to fix upgrade problems + +* Wed Feb 26 2025 Vladimír Chlup - 1.3.22-1 +- Resolves: RHEL-80864 Rebase mod_proxy_cluster to upstream 1.3.22.Final release + * Thu Feb 29 2024 Sokratis Zappis - 1.3.20-1 - Rebase mod_cluster to upstream 1.3.20.Final tag - Related: RHEL-27497 - Rebase to upstream 1.3.20.Final release