From owner-svn-ports-head@FreeBSD.ORG Thu Jun 11 10:49:46 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F18108AA; Thu, 11 Jun 2015 10:49:45 +0000 (UTC) (envelope-from bofh@FreeBSD.org) 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 DE0FA1E8F; Thu, 11 Jun 2015 10:49:45 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5BAnjUL083934; Thu, 11 Jun 2015 10:49:45 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5BAnfLX083915; Thu, 11 Jun 2015 10:49:41 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201506111049.t5BAnfLX083915@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Thu, 11 Jun 2015 10:49:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r389190 - in head/security/sguil: . 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: Thu, 11 Jun 2015 10:49:46 -0000 Author: bofh Date: Thu Jun 11 10:49:40 2015 New Revision: 389190 URL: https://svnweb.freebsd.org/changeset/ports/389190 Log: security/sguil: Fix wrong dependency for databases/mysqltcl [1] - Fix patch files to reflect 'make makepatch' - Convert to new @dir framework PR: 200762 [1] Submitted by: Trond.Endrestol@ximalas.info [1] Added: head/security/sguil/files/patch-sensor_snort__agent.tcl (contents, props changed) Deleted: head/security/sguil/files/patch-server__snort_agent Modified: head/security/sguil/Makefile head/security/sguil/files/patch-client__sguil.conf head/security/sguil/files/patch-client__sguil.tk head/security/sguil/files/patch-sensor__contrib__ossec_agent__ossec_agent.tcl head/security/sguil/files/patch-sensor__pads_agent.tcl head/security/sguil/files/patch-sensor__pcap_agent-sancp.tcl head/security/sguil/files/patch-sensor__pcap_agent.tcl head/security/sguil/files/patch-sensor__sancp_agent.tcl head/security/sguil/files/patch-server__lib__SguildLoaderd.tcl head/security/sguil/files/patch-server__lib__SguildMysqlMerge.tcl head/security/sguil/files/patch-server__sguild head/security/sguil/files/patch-server__sguild.access head/security/sguil/files/patch-server__sguild.conf head/security/sguil/files/patch-server__sql_scripts__sancp_cleanup.tcl head/security/sguil/pkg-plist Modified: head/security/sguil/Makefile ============================================================================== --- head/security/sguil/Makefile Thu Jun 11 10:45:09 2015 (r389189) +++ head/security/sguil/Makefile Thu Jun 11 10:49:40 2015 (r389190) @@ -46,7 +46,7 @@ CLIENT_RUN_DEPENDS= dtplite:${PORTSDIR}/ iwidgets>0:${PORTSDIR}/x11-toolkits/iwidgets \ gpg2:${PORTSDIR}/security/gnupg SENSOR_RUN_DEPENDS= barnyard2:${PORTSDIR}/security/barnyard2-sguil -MYSQL_LIB_DEPENDS= libmysqltcl3.052.so:${PORTSDIR}/databases/mysqltcl +MYSQL_LIB_DEPENDS= mysqltcl>=3.052:${PORTSDIR}/databases/mysqltcl AUDIO_RUN_DEPENDS= festival:${PORTSDIR}/audio/festival SANCP_RUN_DEPENDS= sancp:${PORTSDIR}/security/sancp WIRESHARK_RUN_DEPENDS= wireshark:${PORTSDIR}/net/wireshark Modified: head/security/sguil/files/patch-client__sguil.conf ============================================================================== --- head/security/sguil/files/patch-client__sguil.conf Thu Jun 11 10:45:09 2015 (r389189) +++ head/security/sguil/files/patch-client__sguil.conf Thu Jun 11 10:49:40 2015 (r389190) @@ -1,6 +1,6 @@ ---- client/sguil.conf.orig 2012-11-15 22:46:24.000000000 +0000 -+++ client/sguil.conf 2012-11-15 22:48:28.000000000 +0000 -@@ -18,7 +18,7 @@ +--- client/sguil.conf.orig 2014-03-29 00:41:36 UTC ++++ client/sguil.conf +@@ -18,7 +18,7 @@ set SGUILLIB ./lib set DEBUG 1 # PATH to tls lib if needed (tcl can usually find this by default) @@ -9,7 +9,7 @@ # win32 example #set TLS_PATH "c:/tcl/lib/tls1.4/tls14.dll" -@@ -46,12 +46,12 @@ +@@ -46,12 +46,12 @@ set HOME_NET "192.168.0.0/16 10.0.0.0/8" # If you have festival installed, then you can have alerts spoken to # you. Set the path to the festival binary here. If you are using # speechd from speechio.org, then leave this commented out. @@ -24,7 +24,7 @@ # win32 example # set WIRESHARK_PATH "c:/progra~1/wireshark/wireshark.exe" -@@ -62,7 +62,7 @@ +@@ -62,7 +62,7 @@ set WIRESHARK_STORE_DIR /tmp # set WIRESHARK_STORE_DIR "c:/tmp" # Favorite browser for looking at sig info on snort.org Modified: head/security/sguil/files/patch-client__sguil.tk ============================================================================== --- head/security/sguil/files/patch-client__sguil.tk Thu Jun 11 10:45:09 2015 (r389189) +++ head/security/sguil/files/patch-client__sguil.tk Thu Jun 11 10:49:40 2015 (r389190) @@ -1,6 +1,6 @@ ---- client/sguil.tk.orig 2012-11-15 22:24:35.000000000 +0000 -+++ client/sguil.tk 2012-11-15 22:26:33.000000000 +0000 -@@ -88,7 +88,7 @@ +--- client/sguil.tk.orig 2014-03-29 00:41:36 UTC ++++ client/sguil.tk +@@ -88,7 +88,7 @@ if [catch {package require smtp 1.4.3} s # Load iwidgets and namespaces if [catch {package require Iwidgets} iwidgetsVersion] { @@ -9,7 +9,7 @@ puts "The iwidgets package is part of the incr tcl extension and is" puts "available as a port/package most systems." puts "See http://www.tcltk.com/iwidgets/ for more info." -@@ -2053,11 +2053,11 @@ +@@ -2069,11 +2069,11 @@ if { ![info exists CONF_FILE] } { set CONF_FILE $env(HOME)/sguil.conf } elseif { [file exists ./sguil.conf] } { set CONF_FILE ./sguil.conf Modified: head/security/sguil/files/patch-sensor__contrib__ossec_agent__ossec_agent.tcl ============================================================================== --- head/security/sguil/files/patch-sensor__contrib__ossec_agent__ossec_agent.tcl Thu Jun 11 10:45:09 2015 (r389189) +++ head/security/sguil/files/patch-sensor__contrib__ossec_agent__ossec_agent.tcl Thu Jun 11 10:49:40 2015 (r389190) @@ -1,5 +1,5 @@ ---- sensor/contrib/ossec_agent/ossec_agent.tcl.orig 2012-12-17 22:47:18.000000000 +0000 -+++ sensor/contrib/ossec_agent/ossec_agent.tcl 2012-12-17 22:48:45.000000000 +0000 +--- sensor/contrib/ossec_agent/ossec_agent.tcl.orig 2014-03-29 00:41:36 UTC ++++ sensor/contrib/ossec_agent/ossec_agent.tcl @@ -1,6 +1,4 @@ #!/bin/sh -# Run tcl from users PATH \ @@ -7,7 +7,7 @@ # OSSEC agent for Sguil 0.7.0. Based on the "example_agent.tcl" code # distributed with sguil. -@@ -593,9 +591,9 @@ +@@ -593,9 +591,9 @@ if { ![info exists IPADDR] } { if { ![info exists CONF_FILE] } { # No conf file specified check the defaults @@ -19,7 +19,7 @@ } elseif { [file exists ./ossec_agent.conf] } { -@@ -604,7 +602,7 @@ +@@ -604,7 +602,7 @@ if { ![info exists CONF_FILE] } { } else { puts "Couldn't determine where the ossec_agent.tcl config file is" Modified: head/security/sguil/files/patch-sensor__pads_agent.tcl ============================================================================== --- head/security/sguil/files/patch-sensor__pads_agent.tcl Thu Jun 11 10:45:09 2015 (r389189) +++ head/security/sguil/files/patch-sensor__pads_agent.tcl Thu Jun 11 10:49:40 2015 (r389190) @@ -1,5 +1,5 @@ ---- sensor/pads_agent.tcl.orig 2012-12-19 21:25:26.000000000 +0000 -+++ sensor/pads_agent.tcl 2012-12-19 21:27:37.000000000 +0000 +--- sensor/pads_agent.tcl.orig 2014-03-29 00:41:36 UTC ++++ sensor/pads_agent.tcl @@ -1,6 +1,4 @@ #!/bin/sh -# Run tcl from users PATH \ @@ -7,7 +7,7 @@ # $Id: pads_agent.tcl,v 1.13 2011/02/17 02:55:48 bamm Exp $ # -@@ -332,7 +330,7 @@ +@@ -332,7 +330,7 @@ proc Daemonize {} { id process group set if {[fork]} {exit 0} set PID [id process] @@ -16,7 +16,7 @@ set PID_DIR [file dirname $PID_FILE] if { ![file exists $PID_DIR] || ![file isdirectory $PID_DIR] || ![file writable $PID_DIR] } { puts "ERROR: Directory $PID_DIR does not exists or is not writable." -@@ -380,16 +378,16 @@ +@@ -380,16 +378,16 @@ foreach arg $argv { } } # Parse the config file here Modified: head/security/sguil/files/patch-sensor__pcap_agent-sancp.tcl ============================================================================== --- head/security/sguil/files/patch-sensor__pcap_agent-sancp.tcl Thu Jun 11 10:45:09 2015 (r389189) +++ head/security/sguil/files/patch-sensor__pcap_agent-sancp.tcl Thu Jun 11 10:49:40 2015 (r389190) @@ -1,5 +1,5 @@ ---- sensor/pcap_agent-sancp.tcl.orig 2012-12-17 22:36:43.000000000 +0000 -+++ sensor/pcap_agent-sancp.tcl 2012-12-17 22:38:22.000000000 +0000 +--- sensor/pcap_agent-sancp.tcl.orig 2014-03-29 00:41:36 UTC ++++ sensor/pcap_agent-sancp.tcl @@ -1,6 +1,4 @@ #!/bin/sh -# Run tcl from users PATH \ @@ -7,7 +7,7 @@ # $Id: pcap_agent-sancp.tcl,v 1.2 2008/05/29 19:25:50 hanashi Exp $ # -@@ -754,13 +752,13 @@ +@@ -754,13 +752,13 @@ foreach arg $argv { } # Parse the config file here @@ -24,7 +24,7 @@ } elseif { [file exists ./pcap_agent.conf] } { -@@ -769,7 +767,7 @@ +@@ -769,7 +767,7 @@ if { ![info exists CONF_FILE] } { } else { puts "Couldn't determine where the pcap_agent.tcl config file is" Modified: head/security/sguil/files/patch-sensor__pcap_agent.tcl ============================================================================== --- head/security/sguil/files/patch-sensor__pcap_agent.tcl Thu Jun 11 10:45:09 2015 (r389189) +++ head/security/sguil/files/patch-sensor__pcap_agent.tcl Thu Jun 11 10:49:40 2015 (r389190) @@ -1,5 +1,5 @@ ---- sensor/pcap_agent.tcl.orig 2012-12-17 22:31:44.000000000 +0000 -+++ sensor/pcap_agent.tcl 2012-12-17 22:42:50.000000000 +0000 +--- sensor/pcap_agent.tcl.orig 2014-03-29 00:41:36 UTC ++++ sensor/pcap_agent.tcl @@ -1,6 +1,4 @@ #!/bin/sh -# Run tcl from users PATH \ @@ -7,7 +7,7 @@ # $Id: pcap_agent.tcl,v 1.13 2011/03/10 22:03:33 bamm Exp $ # -@@ -771,13 +769,13 @@ +@@ -771,13 +769,13 @@ foreach arg $argv { } # Parse the config file here @@ -24,7 +24,7 @@ } elseif { [file exists ./pcap_agent.conf] } { -@@ -786,7 +784,7 @@ +@@ -786,7 +784,7 @@ if { ![info exists CONF_FILE] } { } else { puts "Couldn't determine where the pcap_agent.tcl config file is" Modified: head/security/sguil/files/patch-sensor__sancp_agent.tcl ============================================================================== --- head/security/sguil/files/patch-sensor__sancp_agent.tcl Thu Jun 11 10:45:09 2015 (r389189) +++ head/security/sguil/files/patch-sensor__sancp_agent.tcl Thu Jun 11 10:49:40 2015 (r389190) @@ -1,5 +1,5 @@ ---- sensor/sancp_agent.tcl.orig 2012-12-17 22:43:39.000000000 +0000 -+++ sensor/sancp_agent.tcl 2012-12-17 22:44:56.000000000 +0000 +--- sensor/sancp_agent.tcl.orig 2014-03-29 00:41:36 UTC ++++ sensor/sancp_agent.tcl @@ -1,6 +1,4 @@ #!/bin/sh -# Run tcl from users PATH \ @@ -7,7 +7,7 @@ # $Id: sancp_agent.tcl,v 1.15 2011/03/10 22:03:33 bamm Exp $ # -@@ -582,16 +580,16 @@ +@@ -582,16 +580,16 @@ foreach arg $argv { } } # Parse the config file here Added: head/security/sguil/files/patch-sensor_snort__agent.tcl ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/sguil/files/patch-sensor_snort__agent.tcl Thu Jun 11 10:49:40 2015 (r389190) @@ -0,0 +1,35 @@ +--- sensor/snort_agent.tcl.orig 2014-03-29 00:41:36 UTC ++++ sensor/snort_agent.tcl +@@ -1,6 +1,4 @@ + #!/bin/sh +-# Run tcl from users PATH \ +-exec tclsh "$0" "$@" + + # $Id: snort_agent.tcl,v 1.9 2011/02/17 02:55:48 bamm Exp $ # + +@@ -680,13 +678,13 @@ foreach arg $argv { + } + + # Parse the config file here +-# Default location is /etc/snort_agent.conf or pwd ++# Default location is /usr/local/etc/sguil-sensor/snort_agent.conf or pwd + if { ![info exists CONF_FILE] } { + + # No conf file specified check the defaults +- if { [file exists /etc/snort_agent.conf] } { ++ if { [file exists /usr/local/etc/sguil-sensor/snort_agent.conf] } { + +- set CONF_FILE /etc/snort_agent.conf ++ set CONF_FILE /usr/local/etc/sguil-sensor/snort_agent.conf + + } elseif { [file exists ./snort_agent.conf] } { + +@@ -695,7 +693,7 @@ if { ![info exists CONF_FILE] } { + } else { + + puts "Couldn't determine where the snort_agent.tcl config file is" +- puts "Looked for /etc/snort_agent.conf and ./snort_agent.conf." ++ puts "Looked for /usr/local/etc/sguil-sensor/snort_agent.conf and ./snort_agent.conf." + DisplayUsage $argv0 + + } Modified: head/security/sguil/files/patch-server__lib__SguildLoaderd.tcl ============================================================================== --- head/security/sguil/files/patch-server__lib__SguildLoaderd.tcl Thu Jun 11 10:45:09 2015 (r389189) +++ head/security/sguil/files/patch-server__lib__SguildLoaderd.tcl Thu Jun 11 10:49:40 2015 (r389190) @@ -1,6 +1,6 @@ ---- server/lib/SguildLoaderd.tcl.orig 2012-10-12 21:07:19.000000000 +0000 -+++ server/lib/SguildLoaderd.tcl 2012-10-12 21:15:06.000000000 +0000 -@@ -220,7 +220,7 @@ +--- server/lib/SguildLoaderd.tcl.orig 2014-03-29 00:41:36 UTC ++++ server/lib/SguildLoaderd.tcl +@@ -220,7 +220,7 @@ proc InitLoaderd {} { } else { # Make sure its a MERGE table and not the old monster set tableStatus [mysqlsel $LOADERD_DB_ID {SHOW TABLE STATUS LIKE 'sancp'} -flatlist] Modified: head/security/sguil/files/patch-server__lib__SguildMysqlMerge.tcl ============================================================================== --- head/security/sguil/files/patch-server__lib__SguildMysqlMerge.tcl Thu Jun 11 10:45:09 2015 (r389189) +++ head/security/sguil/files/patch-server__lib__SguildMysqlMerge.tcl Thu Jun 11 10:49:40 2015 (r389190) @@ -1,6 +1,6 @@ ---- server/lib/SguildMysqlMerge.tcl.orig 2012-10-12 21:18:22.000000000 +0000 -+++ server/lib/SguildMysqlMerge.tcl 2012-10-12 21:19:41.000000000 +0000 -@@ -9,7 +9,7 @@ +--- server/lib/SguildMysqlMerge.tcl.orig 2014-03-29 00:41:36 UTC ++++ server/lib/SguildMysqlMerge.tcl +@@ -9,7 +9,7 @@ proc InitializeMysqlMergeTables {} { set tmpQry "SHOW TABLE STATUS LIKE '$tableName'" set tableStatus [mysqlsel $MAIN_DB_SOCKETID $tmpQry -flatlist] Modified: head/security/sguil/files/patch-server__sguild ============================================================================== --- head/security/sguil/files/patch-server__sguild Thu Jun 11 10:45:09 2015 (r389189) +++ head/security/sguil/files/patch-server__sguild Thu Jun 11 10:49:40 2015 (r389190) @@ -1,5 +1,5 @@ ---- server/sguild.orig 2014-06-23 21:54:25.595758574 +0600 -+++ server/sguild 2014-06-23 21:59:48.122743440 +0600 +--- server/sguild.orig 2014-03-29 00:41:36 UTC ++++ server/sguild @@ -1,6 +1,4 @@ #!/bin/sh -# Run tcl from users PATH \ @@ -7,7 +7,7 @@ # $Id: sguild,v 1.194 2013/09/05 00:38:45 bamm Exp $ # -@@ -221,7 +219,7 @@ +@@ -221,7 +219,7 @@ foreach arg $argv { ################################## # Do all priv account actions here. @@ -16,7 +16,7 @@ if { ![info exists LOG_PATH] } { set LOG_PATH /var/log/sguild } -@@ -321,7 +319,7 @@ +@@ -321,7 +319,7 @@ if { [catch {package require tls} tlsErr # Check for certs if {![info exists CERTS_PATH]} { @@ -25,7 +25,7 @@ } -@@ -351,13 +349,13 @@ +@@ -351,13 +349,13 @@ if {![file exists $KEY] || ![file readab if { ![info exists CONF_FILE] } { # No conf file specified check the defaults @@ -42,7 +42,7 @@ DisplayUsage $argv0 } } -@@ -484,8 +482,8 @@ +@@ -484,8 +482,8 @@ if { [info exists DISABLEUSER] && $DISAB # Load accessfile if { ![info exists ACCESS_FILE] } { # Check the defaults @@ -53,7 +53,7 @@ } elseif { [file exists ./sguild.access] } { set ACCESS_FILE "./sguild.access" } else { -@@ -511,8 +509,8 @@ +@@ -511,8 +509,8 @@ if { [file exists $ACCESS_FILE] } { #} # Load email config file if { ![info exists EMAIL_FILE] } { @@ -64,7 +64,7 @@ } else { set EMAIL_FILE "./sguild.email" } -@@ -524,8 +522,8 @@ +@@ -524,8 +522,8 @@ if { [file exists $EMAIL_FILE] } { } # Load global queries. if { ![info exists GLOBAL_QRY_FILE] } { @@ -75,7 +75,7 @@ } else { set GLOBAL_QRY_FILE "./sguild.queries" } -@@ -537,8 +535,8 @@ +@@ -537,8 +535,8 @@ if { [file exists $GLOBAL_QRY_FILE] } { } # Load report queries. if { ![info exists REPORT_QRY_FILE] } { Modified: head/security/sguil/files/patch-server__sguild.access ============================================================================== --- head/security/sguil/files/patch-server__sguild.access Thu Jun 11 10:45:09 2015 (r389189) +++ head/security/sguil/files/patch-server__sguild.access Thu Jun 11 10:49:40 2015 (r389190) @@ -1,5 +1,5 @@ ---- server/sguild.access.orig 2008-04-03 17:55:46.000000000 -0500 -+++ server/sguild.access 2008-04-03 17:56:50.000000000 -0500 +--- server/sguild.access.orig 2014-03-29 00:41:36 UTC ++++ server/sguild.access @@ -4,7 +4,8 @@ # This file is used by sguild for access control. It is read upon init # # or when sguild receives a HUP signal. # Modified: head/security/sguil/files/patch-server__sguild.conf ============================================================================== --- head/security/sguil/files/patch-server__sguild.conf Thu Jun 11 10:45:09 2015 (r389189) +++ head/security/sguil/files/patch-server__sguild.conf Thu Jun 11 10:49:40 2015 (r389190) @@ -1,7 +1,7 @@ ---- server/sguild.conf.orig 2008-04-03 17:47:18.000000000 -0500 -+++ server/sguild.conf 2008-04-03 17:53:11.000000000 -0500 -@@ -1,7 +1,7 @@ - # $Id: sguild.conf,v 1.29 2006/06/02 20:40:57 bamm Exp $ # +--- server/sguild.conf.orig 2014-03-29 00:41:36 UTC ++++ server/sguild.conf +@@ -5,7 +5,7 @@ + #set GROUP sguil # Path the sguild libs -set SGUILD_LIB_PATH ./lib @@ -9,7 +9,7 @@ # DEBUG 0=off 1=important stuff 2=everything. Option 2 is VERY chatty. set DEBUG 2 -@@ -63,7 +63,7 @@ +@@ -67,7 +67,7 @@ set TMP_LOAD_DIR /sguild_data/load # You MUST have tcpflow installed to get xscripts # http://www.circlemud.org/~jelson/software/tcpflow/ @@ -18,7 +18,7 @@ # p0f - (C) Michal Zalewski , William Stearns # If you have p0f (a passive OS fingerprinting system) installed, you can have -@@ -74,6 +74,6 @@ +@@ -78,6 +78,6 @@ set P0F 1 # Path the the p0f binary. Switches -q and -s are appended on exec, # add any others you may need here. Modified: head/security/sguil/files/patch-server__sql_scripts__sancp_cleanup.tcl ============================================================================== --- head/security/sguil/files/patch-server__sql_scripts__sancp_cleanup.tcl Thu Jun 11 10:45:09 2015 (r389189) +++ head/security/sguil/files/patch-server__sql_scripts__sancp_cleanup.tcl Thu Jun 11 10:49:40 2015 (r389190) @@ -1,6 +1,6 @@ ---- server/sql_scripts/sancp_cleanup.tcl.orig 2011-08-11 20:31:07.000000000 +0000 -+++ server/sql_scripts/sancp_cleanup.tcl 2011-08-11 20:31:26.000000000 +0000 -@@ -214,7 +214,7 @@ +--- server/sql_scripts/sancp_cleanup.tcl.orig 2014-03-29 00:41:36 UTC ++++ server/sql_scripts/sancp_cleanup.tcl +@@ -214,7 +214,7 @@ set createQuery " INDEX dst_port (dst_port), \ INDEX src_port (src_port), \ INDEX start_time (start_time) \ Modified: head/security/sguil/pkg-plist ============================================================================== --- head/security/sguil/pkg-plist Thu Jun 11 10:45:09 2015 (r389189) +++ head/security/sguil/pkg-plist Thu Jun 11 10:49:40 2015 (r389190) @@ -35,11 +35,6 @@ %%CLIENT%%bin/%%CLIENT_SGUILDIR%%/sguil.tk @mode %%CLIENT%%etc/sguil.conf-sample -%%CLIENT%%@dirrm bin/%%CLIENT_SGUILDIR%%/lib/tablelist5.11/scripts -%%CLIENT%%@dirrm bin/%%CLIENT_SGUILDIR%%/lib/tablelist5.11 -%%CLIENT%%@dirrm bin/%%CLIENT_SGUILDIR%%/lib -%%CLIENT%%@dirrm bin/%%CLIENT_SGUILDIR%%/images -%%CLIENT%%@dirrm bin/%%CLIENT_SGUILDIR%% @mode 751 %%SENSOR%%bin/%%SENSOR_SGUILDIR%%/log_packets-daemonlogger.sh %%SENSOR%%bin/%%SENSOR_SGUILDIR%%/log_packets.sh @@ -67,13 +62,6 @@ %%SENSOR%%%%SANCP_SENSOR%%etc/%%SENSOR_SGUILDIR%%/sancp-indexed.conf-sample %%SENSOR%%%%SANCP_SENSOR%%etc/%%SENSOR_SGUILDIR%%/pcap_agent-sancp.conf-sample %%SENSOR%%%%SANCP_SENSOR%%etc/%%SENSOR_SGUILDIR%%/sancp.conf-sample -%%SENSOR%%@dirrm share/%%SENSOR_SGUILDIR%%/init -%%SENSOR%%@dirrm share/%%SENSOR_SGUILDIR%%/contrib/portscan_loader -%%SENSOR%%@dirrm share/%%SENSOR_SGUILDIR%%/contrib/ossec_agent -%%SENSOR%%@dirrm share/%%SENSOR_SGUILDIR%%/contrib -%%SENSOR%%@dirrm share/%%SENSOR_SGUILDIR%% -%%SENSOR%%@dirrmtry etc/%%SENSOR_SGUILDIR%% -%%SENSOR%%@dirrm bin/%%SENSOR_SGUILDIR%% %%SERVER%%bin/sguild %%SERVER%%etc/%%SERVER_SGUILDIR%%/autocat.conf-sample %%SERVER%%etc/%%SERVER_SGUILDIR%%/sguild.access-sample @@ -129,8 +117,3 @@ %%SERVER%%share/%%SERVER_SGUILDIR%%/update_sguildb_v7-v8.sql %%SERVER%%share/%%SERVER_SGUILDIR%%/update_sguildb_v8-v9.sql %%SERVER%%share/%%SERVER_SGUILDIR%%/update_sguildb_v9-v10.sql -%%SERVER%%@dirrm share/%%SERVER_SGUILDIR%%/contrib/init -%%SERVER%%@dirrm share/%%SERVER_SGUILDIR%%/contrib -%%SERVER%%@dirrm share/%%SERVER_SGUILDIR%% -%%SERVER%%@dirrm lib/%%SERVER_SGUILDIR%% -%%SERVER%%@dirrm etc/%%SERVER_SGUILDIR%%