Date: Fri, 22 Sep 2017 16:52:31 +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: r450396 - in head/sysutils/osquery: . files Message-ID: <201709221652.v8MGqVwN049128@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk> .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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709221652.v8MGqVwN049128>