From patchwork Wed Jun 10 21:46:15 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 3194 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 49j0tS525Kz3yRF for ; Wed, 10 Jun 2020 21:46:24 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 49j0tR5HfZzsV; Wed, 10 Jun 2020 21:46:23 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 49j0tR48rsz2y5X; Wed, 10 Jun 2020 21:46:23 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 49j0tQ3h20z2xqW for ; Wed, 10 Jun 2020 21:46:22 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 49j0tN55rYzsV for ; Wed, 10 Jun 2020 21:46:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1591825580; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=WmWoIAMIavlujP8poI9hZzHxecC7H0Ga+k90qOcdo6o=; b=LYZmx0PanlWB9oa1EkUbad2qfam4wu4dS7RQC+gg3TB5Znj9elKNzp2ugjDXCjai1DQyp0 +HBnzhWLA7r783+/od4MAZVE8qoHPj684ASIoQjATr7GS1SxJInCKzOl6hJgC9JFMP1Ghz FxgEaX0H7Quo/rb+J0mJjy0EPtN0wlmIA4CvpPb9RWoyiPyl1fcYmxd9hmj4+VuGgfKxs5 /BDFxE7IQGLrpz/Z0iKJ/LgYJj6MzI3XROyZIpwChlTqfPqmhFZXlRAojpbniI56NG4uww yrYj1nU3RBQzdEhHvFpYQ5zfOIDomfGcHG31vB7VKQxHQABwA5qQtG6T8bheNA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1591825580; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=WmWoIAMIavlujP8poI9hZzHxecC7H0Ga+k90qOcdo6o=; b=o0n4npTdI3bf/I0X752IBJeo9xpYpxRcr/lJbkV1cFmcjoVj/cr2RnLuJbKWRHoJ7mpy5w 5hZlWAH2VntqoiBA== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] haproxy: Update to 2.1.7 Date: Wed, 10 Jun 2020 23:46:15 +0200 Message-Id: <20200610214615.8192-1-matthias.fischer@ipfire.org> Authentication-Results: mail01.ipfire.org; auth=pass smtp.mailfrom=matthias.fischer@ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 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://www.haproxy.org/download/2.1/src/CHANGELOG Signed-off-by: Matthias Fischer Reviewed-by: Michael Tremer --- lfs/haproxy | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lfs/haproxy b/lfs/haproxy index 62a1c4d10..bc5ef8021 100644 --- a/lfs/haproxy +++ b/lfs/haproxy @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # +# Copyright (C) 2007-2020 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 # @@ -24,7 +24,7 @@ include Config -VER = 2.1.4 +VER = 2.1.7 THISAPP = haproxy-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = haproxy -PAK_VER = 14 +PAK_VER = 15 DEPS = @@ -48,7 +48,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 100cccf98aaf3ba80b5fd070866ad115 +$(DL_FILE)_MD5 = f0ddf67e2be18cfe1b996f9914cfa67e install : $(TARGET)