From patchwork Wed Jul 18 04:13:30 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfgang Apolinarski X-Patchwork-Id: 1868 Return-Path: Received: from mail01.ipfire.org (mail01.i.ipfire.org [172.28.1.200]) by web02.i.ipfire.org (Postfix) with ESMTP id 5416160B60 for ; Tue, 17 Jul 2018 20:14:03 +0200 (CEST) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 2027F10BA537; Tue, 17 Jul 2018 19:14:03 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1531851243; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:in-reply-to: references:references:list-id:list-unsubscribe:list-subscribe:list-post; bh=lAFUrygYtUrwZeo8hN79zaTSnieUrP0h18MYmvVo/6U=; b=AwadQMlYfSwuy+jR5Mty35kbrLiBUYnwFZINSyzCkXrY0L+15euCUwchOCHHVnnpFW/OOy VdvRJd2p/DQSWXw9tkKJLlo3CzUfjrBQxksgyAYH+11XOu9Ini6DLSuZgY8bA784SkHaFQ icnzrkbWixlBTM1gFm2OEPhxzo2tizh8X/fwcfVB5YGZISJRXfEzGvUg5VwiAX2ScMm/l/ tPErj35KEc0ZaBF2fX/rGDUXrRDdxcvvby24PfxIzW6ZBiET58jiirAP/DVmaLQkNPOGpj MUowesDfurfOKyTT4ZYi8PWuhgHYsvjziT3PrSAw0eSvrSGZrjySsHx3ZI2/mA== Received: from gentoo-modula.duisburg.apolinarski.de (x4e3043f9.dyn.telefonica.de [78.48.67.249]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id DF38A1093706; Tue, 17 Jul 2018 19:14:00 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1531851241; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:in-reply-to: references:references; bh=lAFUrygYtUrwZeo8hN79zaTSnieUrP0h18MYmvVo/6U=; b=il+1liejnI3faAN3+n/AQfBOCz/HfO9vscPctjm/PCjxD079ej56bPBvXjfcOPRQo3GF+A a7ws2UinuyZTORODwwwKcA//szQ/JNNYo2pcOQf2uLCpNnLBu940gk24b+ficlPYl97vJ8 zs8JzZ2P7Lv+4fBtMgQ3AdYcnd53SxSN7ItdJjEtw1TUoB1PphiZx7nUsZM7U0Rlm9A+gg 2Gi32gmtXz3CGvERcW1mCVGEyoLvwfYakQj3odyYrPJgmD176R3Ruaqzt7L8W462JeM1Kr HzfCubg94rb3kBV7ME0RMMALRffPPvbno/8q02AJwJ8oR8JtpdQvhu6KuZE8aA== From: Wolfgang Apolinarski To: development@lists.ipfire.org Subject: [PATCH 1/1] Apache: Update to 2.4.34 Date: Tue, 17 Jul 2018 20:13:30 +0200 Message-Id: <20180717181330.24801-2-wolfgang.apolinarski@ipfire.org> X-Mailer: git-send-email 2.13.0 In-Reply-To: <20180717181330.24801-1-wolfgang.apolinarski@ipfire.org> References: <20180717181330.24801-1-wolfgang.apolinarski@ipfire.org> Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=wapolinarski smtp.mailfrom=wolfgang.apolinarski@ipfire.org X-Spamd-Result: default: False [-8.08 / 11.00]; TO_DN_SOME(0.00)[]; NEURAL_HAM(-1.98)[-0.659,0]; RCVD_COUNT_ZERO(0.00)[0]; RCPT_COUNT_TWO(0.00)[2]; FROM_HAS_DN(0.00)[]; MIME_GOOD(-0.10)[text/plain]; MID_CONTAINS_FROM(1.00)[]; RCVD_TLS_ALL(0.00)[]; REPLY(-4.00)[]; BAYES_HAM(-3.00)[100.00%]; ASN(0.00)[asn:6805, ipnet:78.48.0.0/13, country:DE]; DKIM_SIGNED(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; ARC_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[] X-Spam-Status: No, score=-8.08 X-Rspamd-Server: mail01.i.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" --- lfs/apache2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/apache2 b/lfs/apache2 index 16dd101d7..0e526a575 100644 --- a/lfs/apache2 +++ b/lfs/apache2 @@ -25,7 +25,7 @@ include Config -VER = 2.4.33 +VER = 2.4.34 THISAPP = httpd-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -45,7 +45,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 6ef469d3f16fffeb688bc6e0346823e5 +$(DL_FILE)_MD5 = 818adca52f3be187fe45d6822755be95 install : $(TARGET)