Received: by mail.netbsd.org (Postfix, from userid 605) id D05DE84ECB; Sat, 10 Mar 2018 16:32:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 18C9D84EC6 for ; Sat, 10 Mar 2018 16:32:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 3RmOD0sNytGK for ; Sat, 10 Mar 2018 16:32:18 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8D49884CD8 for ; Sat, 10 Mar 2018 16:32:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 864EAFB40; Sat, 10 Mar 2018 16:32:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1520699538186110" MIME-Version: 1.0 Date: Sat, 10 Mar 2018 16:32:18 +0000 From: "Havard Eidnes" Subject: CVS commit: pkgsrc/net/exabgp To: pkgsrc-changes@NetBSD.org Reply-To: he@netbsd.org X-Mailer: log_accum Message-Id: <20180310163218.864EAFB40@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1520699538186110 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: he Date: Sat Mar 10 16:32:18 UTC 2018 Modified Files: pkgsrc/net/exabgp: Makefile distinfo Log Message: Upgrade to ExaBGP version 3.4.23. Upstream changes: Version 3.4.23 * Fix: issue parsing some flowspec routes (backport from master) To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 pkgsrc/net/exabgp/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/net/exabgp/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1520699538186110 Content-Disposition: inline Content-Length: 1542 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/exabgp/Makefile diff -u pkgsrc/net/exabgp/Makefile:1.22 pkgsrc/net/exabgp/Makefile:1.23 --- pkgsrc/net/exabgp/Makefile:1.22 Sun Nov 5 08:35:16 2017 +++ pkgsrc/net/exabgp/Makefile Sat Mar 10 16:32:18 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.22 2017/11/05 08:35:16 he Exp $ +# $NetBSD: Makefile,v 1.23 2018/03/10 16:32:18 he Exp $ -VERSION= 3.4.22 +VERSION= 3.4.23 DISTNAME= ${VERSION} PKGNAME= exabgp-${VERSION} EGG_NAME= exabgp-${VERSION} Index: pkgsrc/net/exabgp/distinfo diff -u pkgsrc/net/exabgp/distinfo:1.14 pkgsrc/net/exabgp/distinfo:1.15 --- pkgsrc/net/exabgp/distinfo:1.14 Sun Nov 5 08:35:16 2017 +++ pkgsrc/net/exabgp/distinfo Sat Mar 10 16:32:18 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.14 2017/11/05 08:35:16 he Exp $ +$NetBSD: distinfo,v 1.15 2018/03/10 16:32:18 he Exp $ -SHA1 (exabgp/3.4.22.tar.gz) = 61be446cde1dc889ba5130d78fd95941c430fa41 -RMD160 (exabgp/3.4.22.tar.gz) = d6a62a32ab7bd5eb9fcca680db34decfc4e8cd17 -SHA512 (exabgp/3.4.22.tar.gz) = da727d5a0a81e1c09ef5a36f9fee7a5047524a1a59ba651c5252ca52c1f86c024c993584eed563b88ccf0a817e83b465a61fb9b824c97e323c6b9e737b8d5ab0 -Size (exabgp/3.4.22.tar.gz) = 544118 bytes +SHA1 (exabgp/3.4.23.tar.gz) = 25523fbc1a1ad3c44ced38f50697f5bca0808a52 +RMD160 (exabgp/3.4.23.tar.gz) = 4683067e93884fa1b41edcd13a8b335b09fc8778 +SHA512 (exabgp/3.4.23.tar.gz) = 50b8df2d33cb37efe204b709650200d4ec6de5cf1805ee5d0642723b50d6ec86d560795687631ab43069a5c5e85ee5eda89a98e76b58a21e3efa5e3632a84b92 +Size (exabgp/3.4.23.tar.gz) = 544183 bytes --_----------=_1520699538186110--