aboutsummaryrefslogtreecommitdiff
path: root/sysutils/osquery/files
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/osquery: unbreak with boost 1.69Jan Beich2018-10-221-0/+13
| | | | | | | | | | | | | | | | | | | In file included from osquery/remote/serializers/json.cpp:11: In file included from osquery/core/json.h:15: In file included from include/osquery/system.h:23: include/osquery/posix/system.h:29:39: error: expected class name class DropPrivileges : private boost::noncopyable { ^ In file included from osquery/remote/serializers/json.cpp:11: In file included from osquery/core/json.h:15: include/osquery/system.h:42:36: error: expected class name class Initializer : private boost::noncopyable { ^ PR: 232525 Notes: svn path=/head/; revision=482782
* Update to 3.2.4. Clean up dependencies.David Thiel2018-05-041-14/+0
| | | | Notes: svn path=/head/; revision=469071
* - Update to 2.11.2Ryan Steinmetz2018-03-021-0/+14
| | | | | | | PR: 224180 Notes: svn path=/head/; revision=463364
* Update to 2.8.0, which should fix problems with excessive RocksDB db usage. ↵David Thiel2017-09-221-22/+0
| | | | | | | Bump to LLVM 4.0 on older os revs because the dependencies pull it in anyway. Notes: svn path=/head/; revision=450396
* - Fix build issues with upstream patch ↵Ryan Steinmetz2017-09-121-0/+22
| | | | | | | | | (https://github.com/facebook/osquery/pull/3634) - Bump PORTREVISION Notes: svn path=/head/; revision=449744
* Update to 2.6.1, which fixes a memory leak in the pkg_packages table. Enable ↵David Thiel2017-08-161-1/+1
| | | | | | | | | watchdog. Approved by: zi Notes: svn path=/head/; revision=448062
* Update to 2.4.5, which fixes os version monitoring and adds kernel module ↵David Thiel2017-05-271-1/+1
| | | | | | | monitoring. Allow MAKE_JOBS. Notes: svn path=/head/; revision=441820
* Update to 2.4.3, add OPTIONS.David Thiel2017-05-011-1/+1
| | | | Notes: svn path=/head/; revision=439914
* Update to 2.4.0, with working osqueryd support.David Thiel2017-04-198-112/+1
| | | | | | | Approved by: zi Notes: svn path=/head/; revision=438896
* - Update to 1.4.7Ryan Steinmetz2015-07-0362-3031/+29
| | | | Notes: svn path=/head/; revision=391287
* - Add mounts table supportRyan Steinmetz2015-05-182-1/+58
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=386686
* - Add users/groups table support for FreeBSDRyan Steinmetz2015-05-104-2/+94
| | | | | | | | - Update default config file locations - Bump PORTREVISION Notes: svn path=/head/; revision=386029
* New port: sysutils/osquery:Ryan Steinmetz2015-05-1064-0/+3005
osquery exposes an operating system as a high-performance relational database. This allows you to write SQL-based queries to explore operating system data. With osquery, SQL tables represent abstract concepts such as running processes, loaded kernel modules, open network connections, browser plugins, hardware events or file hashes. WWW: https://osquery.io/ Sponsored by: Beer from wxs@ Notes: svn path=/head/; revision=385963