Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Oct 2018 22:45:28 +0000 (UTC)
From:      David Thiel <lx@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r482263 - head/sysutils/osquery
Message-ID:  <201810162245.w9GMjSpr093189@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lx
Date: Tue Oct 16 22:45:28 2018
New Revision: 482263
URL: https://svnweb.freebsd.org/changeset/ports/482263

Log:
  Update to 3.3.1.

Modified:
  head/sysutils/osquery/Makefile
  head/sysutils/osquery/distinfo
  head/sysutils/osquery/pkg-plist

Modified: head/sysutils/osquery/Makefile
==============================================================================
--- head/sysutils/osquery/Makefile	Tue Oct 16 22:36:46 2018	(r482262)
+++ head/sysutils/osquery/Makefile	Tue Oct 16 22:45:28 2018	(r482263)
@@ -2,13 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	osquery
-PORTVERSION=	3.2.6
-PORTREVISION=	3
+PORTVERSION=	3.3.1
 CATEGORIES=	sysutils
 
-PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
-PATCHFILES=	516061088514.patch:-p1
-
 MAINTAINER=	zi@FreeBSD.org
 COMMENT=	SQL powered OS instrumentation, monitoring, and analytics
 
@@ -24,6 +20,7 @@ BUILD_DEPENDS=	thrift>=0.11.0:devel/thrift \
 		${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR}
 LIB_DEPENDS=	libaugeas.so:textproc/augeas \
 		libboost_regex.so:devel/boost-libs \
+		libfuzzy.so:security/ssdeep \
 		libgflags.so:devel/gflags \
 		libglog.so:devel/glog \
 		libicuuc.so:devel/icu \
@@ -36,7 +33,8 @@ USES=		cmake:outsource libtool python:build compiler:c
 		libarchive ssl
 USE_GNOME=	libxml2
 CONFIGURE_ENV+=	OSQUERY_BUILD_VERSION="${PORTVERSION}" HOME="${WRKDIR}" \
-		SKIP_TESTS="yes" CC="${CC}" CXX="${CXX}"
+		SKIP_TESTS="yes" CC="${CC}" CXX="${CXX}" \
+		SKIP_SMART=1
 CMAKE_ARGS+=	-DFREEBSD=awesome -DCMAKE_SYSTEM_NAME="FreeBSD"
 BLDDIR=		${WRKDIR}/.build/${PORTNAME}
 TPVERSION=	3.0.0

Modified: head/sysutils/osquery/distinfo
==============================================================================
--- head/sysutils/osquery/distinfo	Tue Oct 16 22:36:46 2018	(r482262)
+++ head/sysutils/osquery/distinfo	Tue Oct 16 22:45:28 2018	(r482263)
@@ -1,6 +1,6 @@
-TIMESTAMP = 1527806933
-SHA256 (facebook-osquery-3.2.6_GH0.tar.gz) = 54d49f00eae5907f0f0c065b0ea01ffc48a1c977366d9b67d0aa3913f387d7bd
-SIZE (facebook-osquery-3.2.6_GH0.tar.gz) = 1934939
+TIMESTAMP = 1539636719
+SHA256 (facebook-osquery-3.3.1_GH0.tar.gz) = 8be01b98bea5c50c998e055308952698176859630bdf9bb8a281e517e823d18f
+SIZE (facebook-osquery-3.3.1_GH0.tar.gz) = 2060665
 SHA256 (osquery-third-party-3.0.0_GH0.tar.gz) = 98731b92147f6c43f679a4a9f63cbb22f2a4d400d94a45e308702dee66a8de9d
 SIZE (osquery-third-party-3.0.0_GH0.tar.gz) = 3535573
 SHA256 (516061088514.patch) = 8a6df3c6876573f0463b120dd29c205ecddf29b3c8ad1dd2548083dd16df8460

Modified: head/sysutils/osquery/pkg-plist
==============================================================================
--- head/sysutils/osquery/pkg-plist	Tue Oct 16 22:36:46 2018	(r482262)
+++ head/sysutils/osquery/pkg-plist	Tue Oct 16 22:45:28 2018	(r482263)
@@ -7,14 +7,22 @@ include/osquery/database.h
 include/osquery/dispatcher.h
 include/osquery/distributed.h
 include/osquery/enroll.h
+include/osquery/error.h
 include/osquery/events.h
+include/osquery/expected.h
 include/osquery/extensions.h
 include/osquery/filesystem.h
 include/osquery/flags.h
+include/osquery/killswitch.h
 include/osquery/logger.h
+include/osquery/numeric_monitoring.h
+include/osquery/mutex.h
 include/osquery/packs.h
+include/osquery/plugin.h
 include/osquery/posix/system.h
 include/osquery/registry.h
+include/osquery/registry_factory.h
+include/osquery/registry_interface.h
 include/osquery/sdk.h
 include/osquery/sql.h
 include/osquery/status.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810162245.w9GMjSpr093189>