From 1cf05a8fdb7f7230a40d5a6bf2d210a56a3797e9 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Wed, 19 Mar 2025 10:23:23 +0000 Subject: [PATCH] import OL mod_proxy_cluster-1.3.22-1.el9_5.2 --- .gitignore | 2 +- .mod_proxy_cluster.metadata | 2 +- SOURCES/mod_proxy_cluster.conf.sample | 6 +++--- SPECS/mod_proxy_cluster.spec | 17 +++++++++++++---- 4 files changed, 18 insertions(+), 9 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..e4a80d2 100644 --- a/SOURCES/mod_proxy_cluster.conf.sample +++ b/SOURCES/mod_proxy_cluster.conf.sample @@ -10,11 +10,11 @@ MemManagerFile /var/cache/httpd/mod_proxy_cluster Listen 6666 DirectoryIndex disabled - + Require ip 127.0.0.1 - + ServerAdvertise on - EnableMCPMReceive + EnableMCMPReceive SetHandler mod_cluster-manager Require ip 127.0.0.1 diff --git a/SPECS/mod_proxy_cluster.spec b/SPECS/mod_proxy_cluster.spec index f04ca25..d3d968e 100644 --- a/SPECS/mod_proxy_cluster.spec +++ b/SPECS/mod_proxy_cluster.spec @@ -2,18 +2,18 @@ %define _jarsign_opts --nocopy # Update commitid and serial when new sources and release info is available -%global commitid 45265ef9c1f53c71af5241f9deae19fd839263c8 +%global commitid 42b64bbafb597df26b7c7441e922f295b238247c %global serial 1 Name: mod_proxy_cluster Summary: JBoss mod_proxy_cluster for Apache httpd -Version: 1.3.20 -Release: %{serial}%{?dist} +Version: 1.3.22 +Release: %{serial}%{?dist}.2 Epoch: 0 License: LGPLv3 Group: Applications/System URL: https://github.com/modcluster/mod_cluster -# You can get the tarball from https://github.com/modcluster/mod_cluster/archive/45265ef9c1f53c71af5241f9deae19fd839263c8.tar.gz +# You can get the tarball from https://github.com/modcluster/mod_cluster/archive/42b64bbafb597df26b7c7441e922f295b238247c.tar.gz Source0: mod_cluster-%{commitid}.tar.gz Source1: %{name}.conf.sample Source2: %{name}.te @@ -114,6 +114,15 @@ fi %changelog +* Tue Mar 04 2025 Sokratis Zappis - 1.3.22-1.el9_5.2 +- Resolves: RHEL-82135 - Update deprecated misspeled EnableMCPMReceive directive + +* Mon Feb 24 2025 Sokratis Zappis - 1.3.22-1.el9_5.1 +- Resoves: RHEL-80435 - Rebase mod_proxy_cluster to upstream 1.3.22.Final release + +* Thu Dec 05 2024 Sokratis Zappis - 1.3.20-1.el9_5.2 +- Resolves: RHEL-70140 - Rebuild mod_proxy_cluster against httpd 2.4.62 + * 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