From owner-svn-ports-head@freebsd.org Tue Oct 16 22:45:30 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E07AC10E40AB; Tue, 16 Oct 2018 22:45:29 +0000 (UTC) (envelope-from lx@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 96DF383BB7; Tue, 16 Oct 2018 22:45:29 +0000 (UTC) (envelope-from lx@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8DE4C22F2C; Tue, 16 Oct 2018 22:45:29 +0000 (UTC) (envelope-from lx@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9GMjTQ9093192; Tue, 16 Oct 2018 22:45:29 GMT (envelope-from lx@FreeBSD.org) Received: (from lx@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9GMjSpr093189; Tue, 16 Oct 2018 22:45:28 GMT (envelope-from lx@FreeBSD.org) Message-Id: <201810162245.w9GMjSpr093189@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lx set sender to lx@FreeBSD.org using -f From: David Thiel Date: Tue, 16 Oct 2018 22:45:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482263 - head/sysutils/osquery X-SVN-Group: ports-head X-SVN-Commit-Author: lx X-SVN-Commit-Paths: head/sysutils/osquery X-SVN-Commit-Revision: 482263 X-SVN-Commit-Repository: ports 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.27 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: Tue, 16 Oct 2018 22:45:30 -0000 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