From owner-svn-ports-head@FreeBSD.ORG Mon May 4 10:24:01 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C7511937; Mon, 4 May 2015 10:24:01 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B4E8E1B09; Mon, 4 May 2015 10:24:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t44AO1Yh021610; Mon, 4 May 2015 10:24:01 GMT (envelope-from melifaro@FreeBSD.org) Received: (from melifaro@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t44AO15i021608; Mon, 4 May 2015 10:24:01 GMT (envelope-from melifaro@FreeBSD.org) Message-Id: <201505041024.t44AO15i021608@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: melifaro set sender to melifaro@FreeBSD.org using -f From: "Alexander V. Chernikov" Date: Mon, 4 May 2015 10:24:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385390 - in head/net/bird: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 May 2015 10:24:02 -0000 Author: melifaro (src committer) Date: Mon May 4 10:24:00 2015 New Revision: 385390 URL: https://svnweb.freebsd.org/changeset/ports/385390 Log: Bump version to 1.5.0 (changelog below). Remove experimental and already included patches. Add OSPF: Fixes validation of LSA checksums from git. Remove clang gnu89 constaint. Version 1.5.0 (2015-04-20) Major OSPF protocol redesign. OSPFv2 multi-instance extension (RFC 6549). BGP AS-wide unique router ID (RFC 6286). BGP enhanced route refresh (RFC 7313). Link state support in BGP. Latency tracking and internal watchdog. Uses high port range for BFD on BSD. Increase max symbol length to 64. Allows to define unnamed protocols from templates. Fixes two serious bugs in BGP. Several bugfixes and minor improvements. Several minor option changes: - OSPF: Protocol-wide 'instance id' option added. - BGP: Parameters to option 'neighbor' extended. - BGP: Separate option 'interface' added. - BGP: Option 'start delay time' renamed to 'connect delay time'. - BGP: Option 'route limit' deprecated. Upgrade notes: For OSPF, there are deep internal changes, but user-visible changes are limited to log messages and minor changes in formatting of command output. For BGP, version 1.5.0 is essentially a minor release. There are two deprecated options ('start delay time' and 'route limit') and some minor formatting changes. Reviewed by: az(implicit) Deleted: head/net/bird/files/exp-ll.patch head/net/bird/files/exp-locks.patch head/net/bird/files/exp-templates.patch Modified: head/net/bird/Makefile head/net/bird/distinfo Modified: head/net/bird/Makefile ============================================================================== --- head/net/bird/Makefile Mon May 4 09:10:26 2015 (r385389) +++ head/net/bird/Makefile Mon May 4 10:24:00 2015 (r385390) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME?= bird -PORTVERSION= 1.4.5 -PORTREVISION= 2 +PORTVERSION= 1.5.0 CATEGORIES= net MASTER_SITES= ftp://bird.network.cz/pub/bird/ \ http://bird.mpls.in/distfiles/bird/ @@ -16,12 +15,10 @@ LICENSE= GPLv2 USES= bison gmake readline GNU_CONFIGURE= yes CONFIGURE_ARGS+= --localstatedir=/var -USE_CSTD= gnu89 -OPTIONS_DEFINE?= FIREWALL AGG EXP +OPTIONS_DEFINE?= FIREWALL AGG FIREWALL_DESC= Enable firewall protocol AGG_DESC= Enable aggregation protocol (EXPERIMENTAL) -EXP_DESC= Enable some experimental patches NO_OPTIONS_SORT= yes MAKE_JOBS_UNSAFE= yes @@ -34,7 +31,6 @@ PLIST_SUB?= VER="" FIREWALL_EXTRA_PATCHES+= ${FILESDIR}/firewall_support.patch AGG_EXTRA_PATCHES+= ${FILESDIR}/agg_support.patch -EXP_EXTRA_PATCHES+= ${FILESDIR}/exp-templates.patch ${FILESDIR}/exp-ll.patch ${FILESDIR}/exp-locks.patch .include Modified: head/net/bird/distinfo ============================================================================== --- head/net/bird/distinfo Mon May 4 09:10:26 2015 (r385389) +++ head/net/bird/distinfo Mon May 4 10:24:00 2015 (r385390) @@ -1,2 +1,2 @@ -SHA256 (bird-1.4.5.tar.gz) = ff485f0c64c5f762458e0f09e327e2f518a14b0247194c62ffa480d1eb3f9ffc -SIZE (bird-1.4.5.tar.gz) = 1284666 +SHA256 (bird-1.5.0.tar.gz) = 79d5c4254e25f5890626830ca42aae03735716bdf152ddd8368473d2b3c17b5d +SIZE (bird-1.5.0.tar.gz) = 1300141