From 5c7f32819b6fe35d5fd8ab60883a8c7b79439c01 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Wed, 15 May 2024 07:52:58 +0000 Subject: [PATCH] Import from AlmaLinux stable repository --- .gitignore | 2 +- .mod_jk.metadata | 2 +- SPECS/mod_jk.spec | 10 +++++++--- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index d6a4ddc..4ede74e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/tomcat-connectors-1c14fc065bc133887fdde55cab954691b3dc3aac.tar.gz +SOURCES/tomcat-connectors-3ad622409ae3335df9f353bef8ebc4d72a70fd6d.tar.gz diff --git a/.mod_jk.metadata b/.mod_jk.metadata index 0b5d757..44ccc1b 100644 --- a/.mod_jk.metadata +++ b/.mod_jk.metadata @@ -1 +1 @@ -78c942f3556d9b490c477f4a12c5217204c496ee SOURCES/tomcat-connectors-1c14fc065bc133887fdde55cab954691b3dc3aac.tar.gz +6e2832914fa375a76212bfc50d8adfa68a536077 SOURCES/tomcat-connectors-3ad622409ae3335df9f353bef8ebc4d72a70fd6d.tar.gz diff --git a/SPECS/mod_jk.spec b/SPECS/mod_jk.spec index e487f69..5c51e95 100644 --- a/SPECS/mod_jk.spec +++ b/SPECS/mod_jk.spec @@ -29,18 +29,19 @@ %define aprincludes %(%{aprconf} --includes 2>/dev/null) # Update commitid and serial when new sources and release version are available -%global commitid 1c14fc065bc133887fdde55cab954691b3dc3aac -%global serial 23 +%global commitid 3ad622409ae3335df9f353bef8ebc4d72a70fd6d +%global serial 1 Name: mod_jk Epoch: 0 -Version: 1.2.48 +Version: 1.2.49 Release: %{serial}%{?dist} Summary: Tomcat mod_jk connector for Apache Group: Internet/WWW/Servers License: ASL 2.0 URL: http://tomcat.apache.org +# You can get the tarball from https://github.com/apache/tomcat-connectors/archive/3ad622409ae3335df9f353bef8ebc4d72a70fd6d.tar.gz Source0: tomcat-connectors-%{commitid}.tar.gz Source1: %{pkg_name}.conf.sample Source2: uriworkermap.properties.sample @@ -171,6 +172,9 @@ command="s|/usr/local/bin\b|%{_bindir}|" %endif %changelog +* Thu Feb 29 2024 Sokratis Zappis - 1.2.49-1 +- Related: RHEL-27511 - Rebase to upstream 1.2.49 release + * Thu Jan 12 2023 Sokratis Zappis - 1.2.48-23 - Add entries for tmpfiles.d mechanism - Remove /var/run legacy location