From owner-svn-ports-head@freebsd.org Fri Sep 22 16:52:32 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 93C80E04FAD; Fri, 22 Sep 2017 16:52:32 +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 6801773AD1; Fri, 22 Sep 2017 16:52:32 +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 v8MGqVAX049131; Fri, 22 Sep 2017 16:52:31 GMT (envelope-from lx@FreeBSD.org) Received: (from lx@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8MGqVwN049128; Fri, 22 Sep 2017 16:52:31 GMT (envelope-from lx@FreeBSD.org) Message-Id: <201709221652.v8MGqVwN049128@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lx set sender to lx@FreeBSD.org using -f From: David Thiel Date: Fri, 22 Sep 2017 16:52:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450396 - in head/sysutils/osquery: . files X-SVN-Group: ports-head X-SVN-Commit-Author: lx X-SVN-Commit-Paths: in head/sysutils/osquery: . files X-SVN-Commit-Revision: 450396 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.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: Fri, 22 Sep 2017 16:52:32 -0000 Author: lx Date: Fri Sep 22 16:52:31 2017 New Revision: 450396 URL: https://svnweb.freebsd.org/changeset/ports/450396 Log: Update to 2.8.0, which should fix problems with excessive RocksDB db usage. Bump to LLVM 4.0 on older os revs because the dependencies pull it in anyway. Deleted: head/sysutils/osquery/files/patch-2f60dd0fd3ef5df9d19368c0d17d96990d088d1a Modified: head/sysutils/osquery/Makefile head/sysutils/osquery/distinfo head/sysutils/osquery/pkg-plist Modified: head/sysutils/osquery/Makefile ============================================================================== --- head/sysutils/osquery/Makefile Fri Sep 22 16:17:16 2017 (r450395) +++ head/sysutils/osquery/Makefile Fri Sep 22 16:52:31 2017 (r450396) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= osquery -PORTVERSION= 2.7.0 -PORTREVISION= 2 +PORTVERSION= 2.8.0 CATEGORIES= sysutils MAINTAINER= zi@FreeBSD.org @@ -67,9 +66,9 @@ LLDPD_CONFIGURE_ENV_OFF=SKIP_LLDPD=1 .include .if ${OSVERSION} < 1100000 -BUILD_DEPENDS+= clang38:devel/llvm38 -CC= clang38 -CXX= clang++38 +BUILD_DEPENDS+= clang40:devel/llvm40 +CC= clang40 +CXX= clang++40 .endif post-patch: Modified: head/sysutils/osquery/distinfo ============================================================================== --- head/sysutils/osquery/distinfo Fri Sep 22 16:17:16 2017 (r450395) +++ head/sysutils/osquery/distinfo Fri Sep 22 16:52:31 2017 (r450396) @@ -1,5 +1,5 @@ -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 +TIMESTAMP = 1506029964 +SHA256 (facebook-osquery-2.8.0_GH0.tar.gz) = 2ebb8c513e684a29f5bad0b95ffbc00cc063514566ae15a62e3c3928cfa51dc5 +SIZE (facebook-osquery-2.8.0_GH0.tar.gz) = 994679 +SHA256 (osquery-third-party-2.8.0_GH0.tar.gz) = cbfb9a2bde1c8b8e53566f7dd7599bc6b91910e657c5efcff8ebb212f2ea5830 +SIZE (osquery-third-party-2.8.0_GH0.tar.gz) = 3264454 Modified: head/sysutils/osquery/pkg-plist ============================================================================== --- head/sysutils/osquery/pkg-plist Fri Sep 22 16:17:16 2017 (r450395) +++ head/sysutils/osquery/pkg-plist Fri Sep 22 16:52:31 2017 (r450396) @@ -13,6 +13,7 @@ include/osquery/filesystem.h include/osquery/flags.h include/osquery/logger.h include/osquery/packs.h +include/osquery/posix/system.h include/osquery/registry.h include/osquery/sdk.h include/osquery/sql.h @@ -20,6 +21,7 @@ include/osquery/status.h include/osquery/system.h include/osquery/tables.h include/osquery/query.h +include/osquery/windows/system.h lib/libosquery.a sbin/osqueryd @sample etc/osquery.conf.sample