From patchwork Thu Apr 4 18:15:00 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 2167 Return-Path: Received: from mail01.ipfire.org (mail01.i.ipfire.org [172.28.1.200]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail01.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web07.i.ipfire.org (Postfix) with ESMTPS id 5922A85A0DE for ; Thu, 4 Apr 2019 08:15:09 +0100 (BST) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 44ZZ3013qVz5LFS6; Thu, 4 Apr 2019 08:15:08 +0100 (BST) Received: from Devel.localdomain (p4FF56007.dip0.t-ipconnect.de [79.245.96.7]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 44ZZ2w1wG7z5LFS2 for ; Thu, 4 Apr 2019 08:15:04 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1554362104; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=bV4C/beDU3WgQt6JQH4dstCTXh0YeVccutUSGsS8los=; b=fDEFLRxY6snXe9YxSabXdwve4fX287gndhrLOAz6Wul5Ih+EAfd1kE7RFEcAhA74ancSLr Vxz6yMmW2X8X+0kxOpE2T5WvyGnEbQlHlDySJahO5H8xVsqbcUEF0LXwW28OYagvoBbmdp T4fryehIjGjLJ8+V/qENM6pZw7EGO8MWBl4akzVO6WNugfpuFVPQHRihF9cHn22fMhSdL5 DAaSmV78PHF1lwdQskqa/Nl4lNZoe27IupH/FcNwoiFA2TX1GJ6YefIO5JP5HvMIENG2yy i17s4k938Atg9B/ww2zVf9KbypBvyL5Qbic8GfwuqVOO7Uv9bhS5DeWMMpewqQ== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] apache: Update to 2.4.39 Date: Thu, 4 Apr 2019 09:15:00 +0200 Message-Id: <20190404071500.18804-1-matthias.fischer@ipfire.org> X-Mailer: git-send-email 2.18.0 X-Spamd-Result: default: False [-2.10 / 11.00]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; DKIM_SIGNED(0.00)[]; MID_CONTAINS_FROM(1.00)[]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:3320, ipnet:79.192.0.0/10, country:DE]; BAYES_HAM(-3.00)[100.00%] Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=mfischer smtp.mailfrom=matthias.fischer@ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" For details see: http://mirror.checkdomain.de/apache//httpd/CHANGES_2.4.39 Signed-off-by: Matthias Fischer --- config/rootfiles/common/apache2 | 1 + lfs/apache2 | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/config/rootfiles/common/apache2 b/config/rootfiles/common/apache2 index ee09c6cbe..4866fb6bd 100644 --- a/config/rootfiles/common/apache2 +++ b/config/rootfiles/common/apache2 @@ -1646,6 +1646,7 @@ usr/lib/apache/mod_slotmem_plain.so usr/lib/apache/mod_slotmem_shm.so usr/lib/apache/mod_socache_dbm.so usr/lib/apache/mod_socache_memcache.so +usr/lib/apache/mod_socache_redis.so usr/lib/apache/mod_socache_shmcb.so usr/lib/apache/mod_speling.so usr/lib/apache/mod_ssl.so diff --git a/lfs/apache2 b/lfs/apache2 index be5ffd9ec..87f639efe 100644 --- a/lfs/apache2 +++ b/lfs/apache2 @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # +# Copyright (C) 2007-2019 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -25,7 +25,7 @@ include Config -VER = 2.4.38 +VER = 2.4.39 THISAPP = httpd-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -45,7 +45,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 4a2b87ca55e42017d21f18724c560084 +$(DL_FILE)_MD5 = 930e217ba2d71e708a3f1521ecae7ec0 install : $(TARGET)