From patchwork Wed Jul 10 22:20:22 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 2347 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 241B08808BA for ; Wed, 10 Jul 2019 13:20:30 +0100 (BST) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 45kJDY2KMRz51MrW; Wed, 10 Jul 2019 13:20:29 +0100 (BST) Received: from Devel.localdomain (p4FF568F4.dip0.t-ipconnect.de [79.245.104.244]) (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 45kJDV3B1Bz51MrR for ; Wed, 10 Jul 2019 13:20:26 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201904rsa; t=1562761226; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=Ua+qZIwiY/8DGgb3X59ysbyNau8ZuXrE/A2LW7B/M8A=; b=AEOdw1dUPKxT3fdEyiIz1mZdhISnVp3l8zASdzN+W4TvU6jDXlz++5a0uYiOlsDqXoIBXj K2wFaDqLfdlAe7cxrgIBrodkzb1Xz86rEX5Ne/ETdZCklUdu0ip5MHtBE99J2bTiszekUi GhMOxXLfHZigQb2Z73WW6LcilOIyl4xJp3AfNhosStA33FHk5zlq5YaLW+w52+JiClnsCE CE3S64rK0gqQCVs0V/aYXSr7oAYnpHugDH7s+ICBMyynuLywdF3/MCoWV9Gh2iHVpuBGgR nmTzCUSm7W+vn68GrHQYBOODn2qnBYVVnYHhMpL3MoOtqGpVDIkHruoLwJayiw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=201904ed25519; t=1562761226; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=Ua+qZIwiY/8DGgb3X59ysbyNau8ZuXrE/A2LW7B/M8A=; b=Zm0gl/+UEOF6cm1WTWX753n2mvUi7wT+YraOnyPob/X69FHm2i9VlEuPE1m7nZk9s8e2Kc /tjnitfQQAIdEKCw== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] squid: Update to 4.8 Date: Wed, 10 Jul 2019 14:20:22 +0200 Message-Id: <20190710122022.29663-1-matthias.fischer@ipfire.org> X-Mailer: git-send-email 2.18.0 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" Signed-off-by: Matthias Fischer --- lfs/squid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/squid b/lfs/squid index 92392ea21..7df658a20 100644 --- a/lfs/squid +++ b/lfs/squid @@ -24,7 +24,7 @@ include Config -VER = 4.7 +VER = 4.8 THISAPP = squid-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -46,7 +46,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = ec7be696032b962eac9ba5726940a3aa +$(DL_FILE)_MD5 = 08e018f2d8db4911ee90591284fa1ca5 install : $(TARGET)