From owner-svn-ports-head@freebsd.org Thu Jun 8 19:04:49 2017 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 8D834C77CD4; Thu, 8 Jun 2017 19:04:49 +0000 (UTC) (envelope-from zi@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 69C746AB0B; Thu, 8 Jun 2017 19:04:49 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v58J4mWP036969; Thu, 8 Jun 2017 19:04:48 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v58J4mUk036967; Thu, 8 Jun 2017 19:04:48 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201706081904.v58J4mUk036967@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Thu, 8 Jun 2017 19:04:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442949 - head/sysutils/osquery 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: Thu, 08 Jun 2017 19:04:49 -0000 Author: zi Date: Thu Jun 8 19:04:48 2017 New Revision: 442949 URL: https://svnweb.freebsd.org/changeset/ports/442949 Log: - Update to 2.4.6 - Cleanup style issues Modified: head/sysutils/osquery/Makefile head/sysutils/osquery/distinfo Modified: head/sysutils/osquery/Makefile ============================================================================== --- head/sysutils/osquery/Makefile Thu Jun 8 18:24:13 2017 (r442948) +++ head/sysutils/osquery/Makefile Thu Jun 8 19:04:48 2017 (r442949) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= osquery -PORTVERSION= 2.4.5 +PORTVERSION= 2.4.6 CATEGORIES= sysutils MAINTAINER= zi@FreeBSD.org @@ -29,7 +29,7 @@ LIB_DEPENDS= libaugeas.so:textproc/augeas \ RUN_DEPENDS= ca_root_nss>0:security/ca_root_nss USES= cmake:outsource gmake libtool python:build compiler:c++11-lib \ - libarchive ssl + libarchive ssl USE_GNOME= libxml2 CONFIGURE_ENV+= OSQUERY_BUILD_VERSION="${PORTVERSION}" HOME="${WRKDIR}" \ SKIP_TESTS="yes" CC="${CC}" CXX="${CXX}" @@ -40,25 +40,26 @@ USE_GITHUB= yes GH_ACCOUNT= facebook ${PORTNAME}:tp GH_PROJECT= third-party:tp GH_SUBDIR= third-party:tp +GH_TAGNAME= 2.4.5:tp # Some options for things that bring in many dependencies OPTIONS_DEFINE= TSK AWS YARA LLDPD -TSK_DESC= Build with sleuthkit support +TSK_DESC= Build with sleuthkit support TSK_LIB_DEPENDS= libtsk.so:sysutils/sleuthkit -TSK_CONFIGURE_ENV_OFF= SKIP_TSK=1 +TSK_CONFIGURE_ENV_OFF= SKIP_TSK=1 -AWS_DESC= Support logging to AWS Kinesis +AWS_DESC= Support logging to AWS Kinesis AWS_LIB_DEPENDS= libaws-cpp-sdk-core.so:devel/aws-sdk-cpp -AWS_CONFIGURE_ENV_OFF= SKIP_AWS=1 +AWS_CONFIGURE_ENV_OFF= SKIP_AWS=1 -YARA_DESC= Build with YARA malware identification support +YARA_DESC= Build with YARA malware identification support YARA_LIB_DEPENDS= libyara.so:security/yara YARA_CONFIGURE_ENV_OFF= SKIP_YARA=1 -LLDPD_DESC= Support Link Layer Discovery Protocol +LLDPD_DESC= Support Link Layer Discovery Protocol LLDPD_LIB_DEPENDS= liblldpctl.so:net-mgmt/lldpd -LLDPD_CONFIGURE_ENV_OFF= SKIP_LLDPD=1 +LLDPD_CONFIGURE_ENV_OFF=SKIP_LLDPD=1 .include @@ -84,7 +85,6 @@ do-install: ${STAGEDIR}${PREFIX}/etc/osquery.conf.sample ${TOUCH} ${STAGEDIR}${PREFIX}/etc/osquery.flags - ${MKDIR} ${STAGEDIR}/var/db/osquery - ${MKDIR} ${STAGEDIR}/var/log/osquery + ${MKDIR} ${STAGEDIR}/var/db/osquery ${STAGEDIR}/var/log/osquery .include Modified: head/sysutils/osquery/distinfo ============================================================================== --- head/sysutils/osquery/distinfo Thu Jun 8 18:24:13 2017 (r442948) +++ head/sysutils/osquery/distinfo Thu Jun 8 19:04:48 2017 (r442949) @@ -1,5 +1,5 @@ -TIMESTAMP = 1495835263 -SHA256 (facebook-osquery-2.4.5_GH0.tar.gz) = 3c65038c06fce0aa3c027a47dc07e55a519118076b9e9a1704eb43a535f5e84c -SIZE (facebook-osquery-2.4.5_GH0.tar.gz) = 912358 +TIMESTAMP = 1496944739 +SHA256 (facebook-osquery-2.4.6_GH0.tar.gz) = 85bb3cdee8e8fc37c8137d433fa0387c8df2e898e37c4c368a7d6eedfca67439 +SIZE (facebook-osquery-2.4.6_GH0.tar.gz) = 914437 SHA256 (osquery-third-party-2.4.5_GH0.tar.gz) = 1c1021ce27a9997563a4b784b21cc03b07a6c40b65611620977d13de165efac3 SIZE (osquery-third-party-2.4.5_GH0.tar.gz) = 3229301