diff --git a/www-servers/apache/apache-2.4.46.recipe b/www-servers/apache/apache-2.4.50.recipe similarity index 98% rename from www-servers/apache/apache-2.4.46.recipe rename to www-servers/apache/apache-2.4.50.recipe index 7a222946e..63a0292b7 100644 --- a/www-servers/apache/apache-2.4.46.recipe +++ b/www-servers/apache/apache-2.4.50.recipe @@ -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" diff --git a/www-servers/apache/patches/apache-2.4.46.patchset b/www-servers/apache/patches/apache-2.4.50.patchset similarity index 85% rename from www-servers/apache/patches/apache-2.4.46.patchset rename to www-servers/apache/patches/apache-2.4.50.patchset index 7dfe13338..2fce416ba 100644 --- a/www-servers/apache/patches/apache-2.4.46.patchset +++ b/www-servers/apache/patches/apache-2.4.50.patchset @@ -1,11 +1,11 @@ -From e3275c90c55224962fa0fc37e4db882412398023 Mon Sep 17 00:00:00 2001 +From 6eeef2fc588b990d1e301cb4256d6b8a69b2afda Mon Sep 17 00:00:00 2001 From: Nav 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