From owner-dev-commits-ports-all@freebsd.org Mon Apr 19 22:18:40 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D752D5D9582; Mon, 19 Apr 2021 22:18:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FPLnD5ly7z4vl7; Mon, 19 Apr 2021 22:18:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B44D4272B3; Mon, 19 Apr 2021 22:18:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13JMIeMP040156; Mon, 19 Apr 2021 22:18:40 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13JMIelx040155; Mon, 19 Apr 2021 22:18:40 GMT (envelope-from git) Date: Mon, 19 Apr 2021 22:18:40 GMT Message-Id: <202104192218.13JMIelx040155@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Dmitry Sivachenko Subject: git: e46177066807 - main - Update to version 1.7.14. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: demon X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e46177066807ccfcb469ea9dd4ffa886359f3786 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Apr 2021 22:18:40 -0000 The branch main has been updated by demon: URL: https://cgit.FreeBSD.org/ports/commit/?id=e46177066807ccfcb469ea9dd4ffa886359f3786 commit e46177066807ccfcb469ea9dd4ffa886359f3786 Author: Dmitry Sivachenko AuthorDate: 2021-04-19 22:16:11 +0000 Commit: Dmitry Sivachenko CommitDate: 2021-04-19 22:16:11 +0000 Update to version 1.7.14. --- net/haproxy17/Makefile | 2 +- net/haproxy17/distinfo | 6 +++--- net/haproxy17/files/patch-ebtree-ebtree.h | 10 ---------- 3 files changed, 4 insertions(+), 14 deletions(-) diff --git a/net/haproxy17/Makefile b/net/haproxy17/Makefile index 26362b2372d5..044b96a7ffab 100644 --- a/net/haproxy17/Makefile +++ b/net/haproxy17/Makefile @@ -1,7 +1,7 @@ # Created by: Clement Laforet PORTNAME= haproxy -PORTVERSION= 1.7.13 +PORTVERSION= 1.7.14 CATEGORIES= net www MASTER_SITES= http://www.haproxy.org/download/1.7/src/ PKGNAMESUFFIX= 17 diff --git a/net/haproxy17/distinfo b/net/haproxy17/distinfo index 06c537bc4d6b..1a87e6d16569 100644 --- a/net/haproxy17/distinfo +++ b/net/haproxy17/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1616176335 -SHA256 (haproxy-1.7.13.tar.gz) = 53ae3ae722236a56cc8b584bf1f8ef422fc40e9ce032d244e256c486c1713600 -SIZE (haproxy-1.7.13.tar.gz) = 1766574 +TIMESTAMP = 1618870509 +SHA256 (haproxy-1.7.14.tar.gz) = 1f9fb6c5a342803037a622c7dd04702b0d010a88b5c3922cd3da71a34f3377a4 +SIZE (haproxy-1.7.14.tar.gz) = 1766999 diff --git a/net/haproxy17/files/patch-ebtree-ebtree.h b/net/haproxy17/files/patch-ebtree-ebtree.h deleted file mode 100644 index 4f5d4a03c32e..000000000000 --- a/net/haproxy17/files/patch-ebtree-ebtree.h +++ /dev/null @@ -1,10 +0,0 @@ ---- ebtree/ebtree.h.orig 2021-03-19 17:56:33.131201000 +0000 -+++ ebtree/ebtree.h 2021-03-19 17:54:50.584874000 +0000 -@@ -247,6 +247,7 @@ - #define _EBTREE_H - - #include -+#include - #include "compiler.h" - - static inline int flsnz8_generic(unsigned int x)