From owner-svn-ports-all@freebsd.org Tue Apr 25 20:55:36 2017 Return-Path: Delivered-To: svn-ports-all@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 CBC71D4F826; Tue, 25 Apr 2017 20:55:36 +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 8234F1D84; Tue, 25 Apr 2017 20:55:36 +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 v3PKtZWp076435; Tue, 25 Apr 2017 20:55:35 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3PKtZ3C076432; Tue, 25 Apr 2017 20:55:35 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201704252055.v3PKtZ3C076432@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 25 Apr 2017 20:55:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439419 - 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-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Apr 2017 20:55:36 -0000 Author: feld Date: Tue Apr 25 20:55:35 2017 New Revision: 439419 URL: https://svnweb.freebsd.org/changeset/ports/439419 Log: net-mgmt/rancid3: Update filtering of vtp_debug.log to only affect Nexus devices Added: head/net-mgmt/rancid3/files/patch-lib_nxos.pm.in (contents, props changed) Modified: head/net-mgmt/rancid3/Makefile head/net-mgmt/rancid3/files/patch-lib_ios.pm.in Modified: head/net-mgmt/rancid3/Makefile ============================================================================== --- head/net-mgmt/rancid3/Makefile Tue Apr 25 20:19:30 2017 (r439418) +++ head/net-mgmt/rancid3/Makefile Tue Apr 25 20:55:35 2017 (r439419) @@ -3,7 +3,7 @@ PORTNAME= rancid PORTVERSION= 3.6.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-mgmt MASTER_SITES= ftp://ftp.shrubbery.net/pub/rancid/ PKGNAMESUFFIX= 3 Modified: head/net-mgmt/rancid3/files/patch-lib_ios.pm.in ============================================================================== --- head/net-mgmt/rancid3/files/patch-lib_ios.pm.in Tue Apr 25 20:19:30 2017 (r439418) +++ head/net-mgmt/rancid3/files/patch-lib_ios.pm.in Tue Apr 25 20:55:35 2017 (r439419) @@ -1,11 +1,11 @@ ---- lib/ios.pm.in.orig 2017-04-19 20:53:52 UTC +--- lib/ios.pm.in.orig 2017-01-10 20:59:52 UTC +++ lib/ios.pm.in @@ -942,7 +942,7 @@ sub ShowFlash { # to: # vlan.dat # vlan.dat - if (/(dhcp_[^. ]*\.txt|vlan\.dat|sflog|syslog)\s*$/) { -+ if (/(dhcp_[^. ]*\.txt|vlan\.dat|sflog|snooping|syslog|vtp_debug.*log)\s*$/) { ++ if (/(dhcp_[^. ]*\.txt|vlan\.dat|sflog|snooping|syslog)\s*$/) { if (/(\s*\d+)(\s+[-rwx]+\s+)(\d+)(\s+)(\w+ \d+\s+\d+ \d+:\d+:\d+ .\d+:\d+)/) { my($fn, $a, $sz, $c, $dt, $rem) = ($1, $2, $3, $4, $5, $'); my($fnl, $szl, $dtl) = (length($fn), length($sz), length($dt)); Added: head/net-mgmt/rancid3/files/patch-lib_nxos.pm.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/rancid3/files/patch-lib_nxos.pm.in Tue Apr 25 20:55:35 2017 (r439419) @@ -0,0 +1,12 @@ +--- lib/nxos.pm.in.orig 2017-04-25 20:52:25 UTC ++++ lib/nxos.pm.in +@@ -490,6 +490,9 @@ sub DirSlotN { + # Drop accounting.log + /\s+accounting\.log$/ && next; + ++ # Drop vtp_debug.log and vtp_debug_old.log CDETS bug CSCuy87611 ++ /\s+vtp_debug(_old|)\.log$/ && next; ++ + next if (/BufferMonitor-1HourData/); + if (/ log\/$/) { + # change