Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
Merge pull request #52 from reporter4u/master
Browse files Browse the repository at this point in the history
Issue #51: Update to 2.4.53 for security issues, bugs and improvements
  • Loading branch information
jeffsheltren authored Mar 22, 2022
2 parents 344a934 + 1742168 commit bf82bf5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,23 +23,22 @@ index 2a7e5d1..eb28321 100644
AC_DEFINE(HAVE_SYSTEMD, 1, [Define if systemd is supported])
fi
fi
diff --git a/configure.in b/configure.in
index 3618a5a..74a782b 100644
--- a/configure.in
+++ b/configure.in
@@ -234,6 +234,7 @@ if test "$PCRE_CONFIG" != "false"; then
--- a/configure.in 2022-02-24 23:18:42.000000000 +0100
+++ b/configure.in 2022-03-15 09:22:30.660247473 +0100
@@ -239,6 +239,7 @@
AC_MSG_NOTICE([Using external PCRE library from $PCRE_CONFIG])
APR_ADDTO(PCRE_INCLUDES, [`$PCRE_CONFIG --cflags`])
APR_ADDTO(PCRE_LIBS, [`$PCRE_CONFIG --libs`])
APR_ADDTO(PCRE_LIBS, [`$PCRE_CONFIG --libs8 2>/dev/null || $PCRE_CONFIG --libs`])
+ APR_ADDTO(HTTPD_LIBS, [\$(PCRE_LIBS)])
else
AC_MSG_ERROR([pcre-config for libpcre not found. PCRE is required and available from http://pcre.org/])
AC_MSG_ERROR([pcre(2)-config for libpcre not found. PCRE is required and available from http://pcre.org/])
fi
@@ -710,6 +711,7 @@ APACHE_SUBST(OS_DIR)
@@ -703,6 +704,7 @@
APACHE_SUBST(BUILTIN_LIBS)
APACHE_SUBST(SHLIBPATH_VAR)
APACHE_SUBST(OS_SPECIFIC_VARS)
+APACHE_SUBST(HTTPD_LIBS)

PRE_SHARED_CMDS='echo ""'
POST_SHARED_CMDS='echo ""'

7 changes: 5 additions & 2 deletions httpd24u.spec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

Summary: Apache HTTP Server
Name: httpd24u
Version: 2.4.52
Version: 2.4.53
Release: 1%{?dist}
URL: https://httpd.apache.org/
Source0: https://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2
Expand Down Expand Up @@ -71,7 +71,7 @@ Patch3: httpd-2.4.1-deplibs.patch
Patch6: httpd-2.4.3-apctl-systemd.patch
Patch8: httpd-2.4.35-layout-legacy.patch
# Needed for socket activation and mod_systemd patch
Patch19: httpd-2.4.43-detect-systemd.patch
Patch19: httpd-2.4.53-detect-systemd.patch
# Features/functional changes
Patch23: httpd-2.4.33-export.patch
Patch24: httpd-2.4.1-corelimit.patch
Expand Down Expand Up @@ -827,6 +827,9 @@ exit $rv


%changelog
* Mon Mar 14 2022 Reporter4u <[email protected]> - 2.4.53-1
- Updated to 2.4.53 from Upstream

* Thu Jan 06 2022 Steve Simpson <[email protected]> - 2.4.52-1
- Updated to 2.4.52 from Upstream
- Added patch r1894152 from FC
Expand Down

0 comments on commit bf82bf5

Please sign in to comment.