From owner-svn-ports-head@freebsd.org Sat Sep 10 17:03:54 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6C2DEBD5245; Sat, 10 Sep 2016 17:03:54 +0000 (UTC) (envelope-from feld@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 mx1.freebsd.org (Postfix) with ESMTPS id 4A02836F; Sat, 10 Sep 2016 17:03:54 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8AH3rbA027873; Sat, 10 Sep 2016 17:03:53 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8AH3ral027870; Sat, 10 Sep 2016 17:03:53 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201609101703.u8AH3ral027870@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sat, 10 Sep 2016 17:03:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421711 - in head/net-mgmt/rancid3: . 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.23 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: Sat, 10 Sep 2016 17:03:54 -0000 Author: feld Date: Sat Sep 10 17:03:53 2016 New Revision: 421711 URL: https://svnweb.freebsd.org/changeset/ports/421711 Log: net-mgmt/rancid3: Update to 3.5.1 - The hardecoded 3des cipher for ssh has been removed upstream - Remove a patch that automatically attempts to "svn up" before checking in changes. This patch may have been committed accidentally a couple years ago and deviates from upstream's behavior. If it is possible for your rancid svn repository to be updated outside of rancid's control it is up to you to resolve these potential conflicts and modify your scheduled rancid process to "svn up" beforehand. By instructing rancid to do this automatically it is possible for an administrator to make device config changes that rancid will not detect and will not show up in the automatic emails dispatched to the device administrators. Deleted: head/net-mgmt/rancid3/files/patch-bin__control_rancid.in Modified: head/net-mgmt/rancid3/Makefile head/net-mgmt/rancid3/distinfo head/net-mgmt/rancid3/pkg-plist Modified: head/net-mgmt/rancid3/Makefile ============================================================================== --- head/net-mgmt/rancid3/Makefile Sat Sep 10 16:40:00 2016 (r421710) +++ head/net-mgmt/rancid3/Makefile Sat Sep 10 17:03:53 2016 (r421711) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= rancid -PORTVERSION= 3.4.1 -PORTREVISION= 2 +PORTVERSION= 3.5.1 +PORTREVISION= 0 CATEGORIES= net-mgmt MASTER_SITES= ftp://ftp.shrubbery.net/pub/rancid/ PKGNAMESUFFIX= 3 @@ -69,8 +69,6 @@ post-patch: .endif ${REINPLACE_CMD} "s|par.1|rancid-par.1|" ${WRKSRC}/man/Makefile.in ${MV} ${WRKSRC}/man/par.1 ${WRKSRC}/man/rancid-par.1 - ${REINPLACE_CMD} "s|3des|3des-cbc|g" ${WRKSRC}/bin/*.in ${WRKSRC}/cloginrc.sample \ - ${WRKSRC}/man/cloginrc.5 ${WRKSRC}/man/clogin.1 post-install: ${LN} -s ${PREFIX}/libexec/${PORTNAME}/rancid-cvs ${STAGEDIR}${PREFIX}/bin Modified: head/net-mgmt/rancid3/distinfo ============================================================================== --- head/net-mgmt/rancid3/distinfo Sat Sep 10 16:40:00 2016 (r421710) +++ head/net-mgmt/rancid3/distinfo Sat Sep 10 17:03:53 2016 (r421711) @@ -1,2 +1,3 @@ -SHA256 (rancid-3.4.1.tar.gz) = 572964f01969bd18b198110a75013ec31ec2aba6ca582ebf6cd208c422fe3bfe -SIZE (rancid-3.4.1.tar.gz) = 486292 +TIMESTAMP = 1473526109 +SHA256 (rancid-3.5.1.tar.gz) = f3657930d6ebf855acd961c9acadeffb050cd9ed79809fad5db1c1f75ecfc711 +SIZE (rancid-3.5.1.tar.gz) = 501561 Modified: head/net-mgmt/rancid3/pkg-plist ============================================================================== --- head/net-mgmt/rancid3/pkg-plist Sat Sep 10 16:40:00 2016 (r421710) +++ head/net-mgmt/rancid3/pkg-plist Sat Sep 10 17:03:53 2016 (r421711) @@ -4,8 +4,13 @@ lib/rancid/acos.pm lib/rancid/arbor.pm lib/rancid/ciscowlc.pm %%COMWARE%%lib/rancid/cmw.pm +lib/rancid/aeos.pm +lib/rancid/bigip.pm lib/rancid/dell.pm +lib/rancid/edgemax.pm +lib/rancid/edgerouter.pm lib/rancid/eos.pm +lib/rancid/exos.pm lib/rancid/foundry.pm lib/rancid/ios.pm lib/rancid/iosxr.pm @@ -20,12 +25,12 @@ libexec/rancid/a10login libexec/rancid/alogin libexec/rancid/anlogin libexec/rancid/arancid -libexec/rancid/arrancid libexec/rancid/avologin libexec/rancid/avorancid libexec/rancid/agmrancid libexec/rancid/blogin libexec/rancid/brancid +libexec/rancid/brlogin libexec/rancid/cat5rancid libexec/rancid/clogin libexec/rancid/complogin @@ -72,10 +77,11 @@ libexec/rancid/rtftpcopy libexec/rancid/srancid libexec/rancid/tlogin libexec/rancid/trancid +libexec/rancid/ulogin libexec/rancid/wlogin libexec/rancid/xilogin libexec/rancid/xirancid -libexec/rancid/xrancid +libexec/rancid/xlogin libexec/rancid/zrancid man/man1/agmrancid.1.gz man/man1/alogin.1.gz @@ -130,10 +136,11 @@ man/man1/rrancid.1.gz man/man1/srancid.1.gz man/man1/tlogin.1.gz man/man1/trancid.1.gz +man/man1/ulogin.1.gz man/man1/wlogin.1.gz man/man1/xilogin.1.gz man/man1/xirancid.1.gz -man/man1/xrancid.1.gz +man/man1/xlogin.1.gz man/man1/zrancid.1.gz man/man3/rancid.3.gz man/man5/cloginrc.5.gz