apache: bump to 2.4.50 (#6248)

This commit is contained in:
kenmays
2021-10-07 13:03:52 -07:00
committed by GitHub
parent 902dc2bfae
commit 6f914751c8
2 changed files with 5 additions and 5 deletions

View File

@@ -3,11 +3,11 @@ DESCRIPTION="The Apache HTTP Server Project is a collaborative software \
development effort aimed at creating a robust, commercial-grade, featureful, \
and freely-available source code implementation of an HTTP (Web) server"
HOMEPAGE="https://httpd.apache.org/"
COPYRIGHT="1995-2020 The Apache Software Foundation."
COPYRIGHT="1995-2021 The Apache Software Foundation."
LICENSE="Apache v2"
REVISION="1"
SOURCE_URI="https://archive.apache.org/dist/httpd/httpd-$portVersion.tar.bz2"
CHECKSUM_SHA256="740eddf6e1c641992b22359cabc66e6325868c3c5e2e3f98faf349b61ecf41ea"
CHECKSUM_SHA256="6a2817c070c606682eb53ed963511407d3c3d7a379cdf855971467b00fb3890f"
SOURCE_DIR="httpd-$portVersion"
PATCHES="apache-$portVersion.patchset"

View File

@@ -1,11 +1,11 @@
From e3275c90c55224962fa0fc37e4db882412398023 Mon Sep 17 00:00:00 2001
From 6eeef2fc588b990d1e301cb4256d6b8a69b2afda Mon Sep 17 00:00:00 2001
From: Nav <nav@unlicrea.com>
Date: Mon, 15 Dec 2014 16:39:31 +0000
Subject: Fixed redefinition error
diff --git a/server/Makefile.in b/server/Makefile.in
index 1fa3344..d13b564 100644
index 8111877..35323c6 100644
--- a/server/Makefile.in
+++ b/server/Makefile.in
@@ -34,7 +34,7 @@ test_char.h: gen_test_char
@@ -18,5 +18,5 @@ index 1fa3344..d13b564 100644
# If export_files is a dependency here, but we remove it during this stage,
# when exports.c is generated, make will not detect that export_files is no
--
2.28.0
2.30.2