From owner-svn-ports-head@freebsd.org Wed Sep 26 17:18:57 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0B34310B21C8; Wed, 26 Sep 2018 17:18:57 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AB7538635B; Wed, 26 Sep 2018 17:18:56 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A20571A23E; Wed, 26 Sep 2018 17:18:56 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8QHIuQj094521; Wed, 26 Sep 2018 17:18:56 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8QHIufk094519; Wed, 26 Sep 2018 17:18:56 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201809261718.w8QHIufk094519@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Wed, 26 Sep 2018 17:18:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480749 - head/net/ucarp X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/net/ucarp X-SVN-Commit-Revision: 480749 X-SVN-Commit-Repository: ports 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.27 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: Wed, 26 Sep 2018 17:18:57 -0000 Author: yuri Date: Wed Sep 26 17:18:55 2018 New Revision: 480749 URL: https://svnweb.freebsd.org/changeset/ports/480749 Log: net/ucarp: jcpierri@gmail.com takes maintainership Also add to pkg-descr and update WWW. PR: 231726 Submitted by: Josmar Modified: head/net/ucarp/Makefile head/net/ucarp/pkg-descr Modified: head/net/ucarp/Makefile ============================================================================== --- head/net/ucarp/Makefile Wed Sep 26 16:27:39 2018 (r480748) +++ head/net/ucarp/Makefile Wed Sep 26 17:18:55 2018 (r480749) @@ -5,7 +5,7 @@ PORTNAME= ucarp PORTVERSION= 1.5.2.20171201 CATEGORIES= net -MAINTAINER= ports@FreeBSD.org +MAINTAINER= jcpierri@gmail.com COMMENT= Userlevel Common Address Redundancy Protocol LICENSE= ISC Modified: head/net/ucarp/pkg-descr ============================================================================== --- head/net/ucarp/pkg-descr Wed Sep 26 16:27:39 2018 (r480748) +++ head/net/ucarp/pkg-descr Wed Sep 26 17:18:55 2018 (r480749) @@ -3,4 +3,8 @@ in order to provide automatic failover. It is a portab implementation of the secure and patent-free Common Address Redundancy Protocol (CARP, OpenBSD's alternative to the VRRP). -WWW: http://www.ucarp.org/ +Because UCARP does not require "promiscuous mode" on interfaces, it may be a +suitable option in environments where carp(4) may be difficult to deploy, +such as in clouds or other virtualized infrastructures. + +WWW: https://github.com/jedisct1/UCarp