aboutsummaryrefslogtreecommitdiff
path: root/sysutils/osquery
Commit message (Collapse)AuthorAgeFilesLines
* devel/boost-*: update to 1.66.0Jan Beich2018-01-181-0/+2
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_66_0.html PR: 223922 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D13279 Notes: svn path=/head/; revision=459315
* Mark BROKEN: fails to linkAntoine Brodin2017-12-181-0/+2
| | | | | | | | | osquery/libosquery_additional.a(rocksdb.cpp.o):(.data.rel.ro._ZTIN7osquery17GlogRocksDBLoggerE+0x10): undefined reference to `typeinfo for rocksdb::Logger' Reported by: pkg-fallout Notes: svn path=/head/; revision=456677
* - Update to 2.10.2Ryan Steinmetz2017-11-142-8/+8
| | | | Notes: svn path=/head/; revision=454188
* devel/icu: update to 60.1Jan Beich2017-11-091-1/+1
| | | | | | | | | | Changes: http://site.icu-project.org/download/60 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 223373 Exp-run by: antoine Notes: svn path=/head/; revision=453790
* devel/boost-*: update to 1.65.1Jan Beich2017-09-251-1/+1
| | | | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_65_1.html PR: 218835 Approved by: maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month) Tested by: jhibbits (on powerpc64, earlier version) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D11582 Notes: svn path=/head/; revision=450560
* devel/boost-*: enable C++11 featuresJan Beich2017-09-251-1/+1
| | | | | | | | | | | PR: 218835 Obtained from: https://github.com/DragonFlyBSD/DeltaPorts/pull/690 Approved by: maintainer timeout (2 months) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D11582 Notes: svn path=/head/; revision=450557
* devel/icu: update to 59.1Jan Beich2017-09-251-0/+1
| | | | | | | | | | | | - Temporarily keep C++98 working in consumers for Clang's default -std= Changes: http://site.icu-project.org/download/59 PR: 218788 Submitted by: takefu@airport.fm, dcarmich@dcarmichael.net (early version) Exp-run by: antoine Notes: svn path=/head/; revision=450556
* Update to 2.8.0, which should fix problems with excessive RocksDB db usage. ↵David Thiel2017-09-224-32/+11
| | | | | | | 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-122-1/+23
| | | | | | | | | (https://github.com/facebook/osquery/pull/3634) - Bump PORTREVISION Notes: svn path=/head/; revision=449744
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-0/+1
| | | | | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275 Notes: svn path=/head/; revision=449591
* Update to 2.7.0, which should fix pkg_packages for real this time.David Thiel2017-08-313-6/+8
| | | | Notes: svn path=/head/; revision=449049
* Update to 2.6.1, which fixes a memory leak in the pkg_packages table. Enable ↵David Thiel2017-08-163-8/+8
| | | | | | | | | watchdog. Approved by: zi Notes: svn path=/head/; revision=448062
* - Update to 2.6.0Ryan Steinmetz2017-07-292-7/+7
| | | | Notes: svn path=/head/; revision=446904
* Make ninja opt-out in cmake.mkTobias C. Berner2017-06-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Using ninja instead of make (1) can lead to significant speed ups while building. Therefore switch from having the ninja generator opt-in to having it opt-out. Previously cmake-ports that wanted to use ninja could set CMAKE_NINJA=yes now, ports that do not work with ninja can set cmake:<existing args>,noninja Note, that needing this should be an exception and most often points to a broken cmake of the port. The ports using cmake were modified * removed USES=gmake, if ninja is used * removed MAKE_ARGS, if ninja is used * added the cmake-argument noninja if necessary PR: 219629 PR: 213331 Exp-run by: antoine Reviewed by: rakuco Differential Revision: https://reviews.freebsd.org/D10748 Notes: svn path=/head/; revision=444324
* Update to 2.5.1, which fixes remote TLS logging.David Thiel2017-06-193-10/+14
| | | | | | | Approved by: zi@ Notes: svn path=/head/; revision=443912
* - Update to 2.4.6Ryan Steinmetz2017-06-082-14/+14
| | | | | | | - Cleanup style issues Notes: svn path=/head/; revision=442949
* Update to 2.4.5, which fixes os version monitoring and adds kernel module ↵David Thiel2017-05-273-12/+7
| | | | | | | monitoring. Allow MAKE_JOBS. Notes: svn path=/head/; revision=441820
* Update to 2.4.4, adding sysctl and pkgng monitoring support.David Thiel2017-05-152-8/+11
| | | | Notes: svn path=/head/; revision=440968
* devel/boost-*: update to 1.64.0Jan Beich2017-05-021-0/+1
| | | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_64_0.html PR: 218835 Approved by: office (bapt) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D10472 Notes: svn path=/head/; revision=439934
* Update to 2.4.3, add OPTIONS.David Thiel2017-05-015-12/+39
| | | | Notes: svn path=/head/; revision=439914
* Fix build errors on 10.3.David Thiel2017-04-201-1/+9
| | | | Notes: svn path=/head/; revision=438997
* Update to 2.4.0, with working osqueryd support.David Thiel2017-04-1912-159/+30
| | | | | | | Approved by: zi Notes: svn path=/head/; revision=438896
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-1/+1
| | | | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707 Notes: svn path=/head/; revision=437439
* - Pushing out expiration date. Upstream is working on fixes.Ryan Steinmetz2017-02-231-1/+1
| | | | Notes: svn path=/head/; revision=434689
* - Deprecate this port due to repeated build/porting issues, inability for ↵Ryan Steinmetz2017-01-301-0/+2
| | | | | | | upstream to assist Notes: svn path=/head/; revision=432851
* - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOLDmitry Marakasov2017-01-111-7/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=431169
* devel/boost-*: update to 1.63.0Jan Beich2017-01-061-1/+1
| | | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_63_0.html PR: 215598 Exp-run by: antoine Approved by: office (bapt) MFH: 2017Q1 Notes: svn path=/head/; revision=430692
* - Mark BROKEN: does not build (error: no matching constructor for ↵Dmitry Marakasov2016-12-211-0/+3
| | | | | | | | | | | initialization of 'gflags::FlagRegisterer') - Add LICENSE_FILE Approved by: portmgr blanket Notes: svn path=/head/; revision=429103
* Remove dependency on devel/py-argparse which is expired and included inRene Ladan2016-12-041-1/+0
| | | | | | | | | Python 2.7+ / 3.2+ by default. sysutils/osquery fails to build because of C++ errors. Notes: svn path=/head/; revision=427780
* Do not use post-stage. Use post-install instead.Mathieu Arnold2016-12-021-1/+0
| | | | | | | | | | | | | | | The only reason to use post-stage is because the port needs to do "things" at a later time, like some plist manipulation. While there, fold post-install in do-install targets when they are defined. PR: 214780 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=427552
* devel/boost-*: update to 1.62.0Jan Beich2016-11-231-1/+1
| | | | | | | | | | | | | | | - Enable `long double` C99 math usage - Switch 9.x back to building with GCC Changes: http://www.boost.org/users/history/ PR: 199601 Submitted by: Chen Xu, bapt, amdmi3, truckman (based on) Reviewed by: rakuco (kde) (earlier version) Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions) Approved by: bapt (office) Notes: svn path=/head/; revision=426908
* devel/icu: update to 58.1Jan Beich2016-11-191-1/+1
| | | | | | | | | | Changes: http://site.icu-project.org/download/58 PR: 214384 Exp-run by: antoine Approved by: office (bapt) Notes: svn path=/head/; revision=426525
* - Update devel/icu to 57.1.Tijl Coosemans2016-09-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Clean up the Makefile. - Follow some upstream recommendations (--with-data-packaging=archive, --disable-renaming, -DICU_NO_USER_DATA_OVERRIDE). - Patch makefiles to install static libraries with INSTALL_DATA so they aren't stripped. - Patch config/mh-bsd-gcc to sync with config/mh-linux-gcc. - Fix endianness detection in ICU. The code wanted to use BYTE_ORDER defined in machine/endian.h, but this isn't visible because ICU is compiled with _XOPEN_SOURCE. Patch the code to use _BYTE_ORDER instead. - Compile ICU with C++11 compiler to enable move constructors. - Patch ICU to fix a problem with atomics in the case of a C++11 compiler without C++11 header <atomic> (like Clang on FreeBSD 9). - Bump all ports that depend on it due to library version change. - Add USES=compiler:c++0x to some ports that pick up -std=c++0x from ICU pkgconfig files. - Add USES=compiler:c++11-lib to graphics/libcdr01 because it also needs a C++11 runtime library now. Add this to all ports that depend on it so their executables load the right libstdc++.so on FreeBSD 9. PR: 205120 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=422711
* Convert some port to the new GH_SUBDIR feature.Mathieu Arnold2016-08-241-4/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=420796
* Bump PORTREVISION for the icu revert.Mathieu Arnold2016-07-061-1/+1
| | | | | | | | | | | | This time not bumping lang/php70, but devel/php70-intl which is the one really depending on icu. PR: 205120 With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=418153
* devel/icu: bump PORTREVISION on dependent portsPietro Cerutti2016-07-061-0/+1
| | | | Notes: svn path=/head/; revision=418119
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-17/+17
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Uses/cmake.mk: Replace CMAKE_ENV with CONFIGURE_ENV.Raphael Kubo da Costa2015-08-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of defining a variable that is almost always based on CONFIGURE_ENV, just use CONFIGURE_ENV directly. This also matches the behavior of other ports that do not use autotools (so most ports can just worry about CONFIGURE_ENV). Additionally, the fact that we do not use ?= means we do not have problems if another file in Uses/ needs to set CONFIGURE_ENV (with CMAKE_ENV, the order of the arguments to USES would matter). Ports which set CMAKE_ENV have been adjusted accordingly. In most cases, CMAKE_ENV was just replaced with CONFIGURE_ENV, the exceptions being: * databases/sqliteman: CMAKE_ENV line removed; setting QMAKESPEC there has no effect on the build system. * devel/freeocl: CMAKE_ENV line removed; FREEOCL_CXX_COMPILER is already retrieved from the CMAKE_CXX_COMPILER variable in the build system. * graphics/openimageio: CMAKE_ENV line removed; setting Qt variables there has no effect on the build system. Reviewed by: makc Differential Revision: https://reviews.freebsd.org/D3403 Notes: svn path=/head/; revision=394572
* - Update to 1.4.7Ryan Steinmetz2015-07-0365-3042/+37
| | | | Notes: svn path=/head/; revision=391287
* Convert a few ports to use the new multi-github framework.Mathieu Arnold2015-05-282-8/+5
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387743
* - Add mounts table supportRyan Steinmetz2015-05-183-2/+59
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=386686
* Cleanup DIST* variables.Mathieu Arnold2015-05-112-3/+3
| | | | | | | | | | | | | | When appropriate: - Try to use DISTVERSION{SUF,PRE}FIX - Replace PORTNAME-PORTVERSION by DISTNAME - Convert MASTER_SITES to use macros - Other light cleanup With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386097
* - Add users/groups table support for FreeBSDRyan Steinmetz2015-05-105-2/+101
| | | | | | | | - Update default config file locations - Bump PORTREVISION Notes: svn path=/head/; revision=386029
* New port: sysutils/osquery:Ryan Steinmetz2015-05-1069-0/+3124
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