From patchwork Wed Aug 5 12:35:20 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tremer X-Patchwork-Id: 3295 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 4BMB0t5PQgz3x0d for ; Wed, 5 Aug 2020 12:35:26 +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 4BMB0s5MrCzk3; Wed, 5 Aug 2020 12:35:25 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4BMB0s4KdTz2xnM; Wed, 5 Aug 2020 12:35:25 +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 4BMB0r4RqDz2xB8 for ; Wed, 5 Aug 2020 12:35:24 +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 4BMB0q5Xnbzk3; Wed, 5 Aug 2020 12:35:23 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1596630923; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=5JtaoapVKxI/NvD4LqJk2LcgPsqRjCaCNrTNFBMB6s4=; b=VBCLJiLCHA1yhdBohFcAmwDacJIw09ALE6fZiB9oVhC+Tf5XBE4LY3ZQbYpkhGbZdR1D2y Sp0w4u1135ofPgAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1596630923; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=5JtaoapVKxI/NvD4LqJk2LcgPsqRjCaCNrTNFBMB6s4=; b=RLmXxhoWKk/Ap98l8XCWstliF179l2eVN20QNf1lE1KL15k8liw8sPPlXI7aC6LatQ53MS 4HDKoXt16sHFPPdZC+rD77pHtRqCKzw/z2mHMMBdiiLJ3XH3+v7yYGQeMq4ZOCpRRrOoFQ us59VhF/U4UhT6No6lBOpyi2qxeT/FArMS+Sdk31hGDu1cEgqVzCOfIQOWhQINIP7FsXS7 7B6hfkqzYM9VCOWD64pUyzUCkSvpHci7qmyBX2Yb8AUooRp4ibVkNG+PIOfsp0LPzJI4Uy cJuMSRBiq++gGT1aSgmNlF2htZXhip2fWPuOO1ktrs0KHPFqWuVAwM/MUFRV9Q== From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH] haproxy: Update to 2.2.2 Date: Wed, 5 Aug 2020 12:35:20 +0000 Message-Id: <20200805123520.21449-1-michael.tremer@ipfire.org> MIME-Version: 1.0 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: , Cc: Michael Tremer Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Michael Tremer --- lfs/haproxy | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/haproxy b/lfs/haproxy index bc5ef8021..ce44f8154 100644 --- a/lfs/haproxy +++ b/lfs/haproxy @@ -24,7 +24,7 @@ include Config -VER = 2.1.7 +VER = 2.2.2 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 = 15 +PAK_VER = 16 DEPS = @@ -48,7 +48,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = f0ddf67e2be18cfe1b996f9914cfa67e +$(DL_FILE)_MD5 = dfef423ff9f191c401d6b29e7eb9d6e2 install : $(TARGET)