From owner-svn-ports-all@freebsd.org Thu Aug 31 18:24:19 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 9FFC2E03527; Thu, 31 Aug 2017 18:24:19 +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 mx1.freebsd.org (Postfix) with ESMTPS id 5CC0A3714; Thu, 31 Aug 2017 18:24:19 +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 v7VIOIa6057795; Thu, 31 Aug 2017 18:24:18 GMT (envelope-from lx@FreeBSD.org) Received: (from lx@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v7VIOIKG057792; Thu, 31 Aug 2017 18:24:18 GMT (envelope-from lx@FreeBSD.org) Message-Id: <201708311824.v7VIOIKG057792@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lx set sender to lx@FreeBSD.org using -f From: David Thiel Date: Thu, 31 Aug 2017 18:24:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449049 - head/sysutils/osquery X-SVN-Group: ports-head X-SVN-Commit-Author: lx X-SVN-Commit-Paths: head/sysutils/osquery X-SVN-Commit-Revision: 449049 X-SVN-Commit-Repository: ports 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: Thu, 31 Aug 2017 18:24:19 -0000 Author: lx Date: Thu Aug 31 18:24:18 2017 New Revision: 449049 URL: https://svnweb.freebsd.org/changeset/ports/449049 Log: Update to 2.7.0, which should fix pkg_packages for real this time. Modified: head/sysutils/osquery/Makefile head/sysutils/osquery/distinfo head/sysutils/osquery/pkg-plist Modified: head/sysutils/osquery/Makefile ============================================================================== --- head/sysutils/osquery/Makefile Thu Aug 31 17:59:36 2017 (r449048) +++ head/sysutils/osquery/Makefile Thu Aug 31 18:24:18 2017 (r449049) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= osquery -PORTVERSION= 2.6.1 +PORTVERSION= 2.7.0 CATEGORIES= sysutils MAINTAINER= zi@FreeBSD.org @@ -15,6 +15,7 @@ BUILD_DEPENDS= thrift>0:devel/thrift \ bash>0:shells/bash \ linenoise-ng>0:devel/linenoise-ng \ asio>0:net/asio \ + rapidjson>0:devel/rapidjson \ ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2 LIB_DEPENDS= libaugeas.so:textproc/augeas \ libboost_regex.so:devel/boost-libs \ Modified: head/sysutils/osquery/distinfo ============================================================================== --- head/sysutils/osquery/distinfo Thu Aug 31 17:59:36 2017 (r449048) +++ head/sysutils/osquery/distinfo Thu Aug 31 18:24:18 2017 (r449049) @@ -1,5 +1,5 @@ -TIMESTAMP = 1502739110 -SHA256 (facebook-osquery-2.6.1_GH0.tar.gz) = 288e5455fedd4e7d5ea2ee123477b3f75630db14979205717268c25cbdca04fd -SIZE (facebook-osquery-2.6.1_GH0.tar.gz) = 957008 -SHA256 (osquery-third-party-2.6.1_GH0.tar.gz) = 1c58ad711f08656184e0d5b3fa53ecf5e9fef6034143e4c41c2989b54f6d5381 -SIZE (osquery-third-party-2.6.1_GH0.tar.gz) = 3264472 +TIMESTAMP = 1504120429 +SHA256 (facebook-osquery-2.7.0_GH0.tar.gz) = ce5fb4e6000904e998ca4cc9aae2c4125505d6b11e5f0c318456ee9ded8cc2dc +SIZE (facebook-osquery-2.7.0_GH0.tar.gz) = 973435 +SHA256 (osquery-third-party-2.7.0_GH0.tar.gz) = 264070dbe55e1cb3dd94b263b9110b863963cbde9363a08f49d7a27b2aa9e5f1 +SIZE (osquery-third-party-2.7.0_GH0.tar.gz) = 3264470 Modified: head/sysutils/osquery/pkg-plist ============================================================================== --- head/sysutils/osquery/pkg-plist Thu Aug 31 17:59:36 2017 (r449048) +++ head/sysutils/osquery/pkg-plist Thu Aug 31 18:24:18 2017 (r449049) @@ -19,6 +19,7 @@ include/osquery/sql.h include/osquery/status.h include/osquery/system.h include/osquery/tables.h +include/osquery/query.h lib/libosquery.a sbin/osqueryd @sample etc/osquery.conf.sample