aboutsummaryrefslogtreecommitdiff
path: root/sysutils/osquery
Commit message (Collapse)AuthorAgeFilesLines
* osquery build is not compatible with python3Antoine Brodin2019-01-091-1/+1
| | | | | | | PR: 234633 Notes: svn path=/head/; revision=489773
* Change cmake default behaviour to outsource.Tobias C. Berner2018-12-251-1/+1
| | | | | | | | | | | | | | Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine Notes: svn path=/head/; revision=488341
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 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, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* devel/boost-*: update to 1.69.0Jan Beich2018-12-121-1/+1
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_69_0.html PR: 232525 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D17645 Notes: svn path=/head/; revision=487266
* Remove compatibility code for FreeBSD < 11.2 from all ports.Rene Ladan2018-11-021-6/+0
| | | | | | | | | | Simplify some ports where DragonFlyBSD no longer needs to be special-cased. Submitted by: rene Reviewed by: bapt, jbeich Differential Revision: https://reviews.freebsd.org/D17724 Notes: svn path=/head/; revision=483807
* devel/icu: update to 63.1Jan Beich2018-10-231-0/+1
| | | | | | | | | | Changes: http://site.icu-project.org/download/63 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 232300 Exp-run by: antoine Notes: svn path=/head/; revision=482830
* 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.3.1.David Thiel2018-10-163-9/+15
| | | | Notes: svn path=/head/; revision=482263
* bump llvm depend for 10.x to llvm60.Brooks Davis2018-09-251-3/+3
| | | | | | | | | PR: 231290 Approved by: zi (maintainer) Sponsored by: DARPA, AFRL Notes: svn path=/head/; revision=480702
* devel/boost-*: update to 1.68.0Jan Beich2018-08-091-1/+1
| | | | | | | | | | | | - Switch to C++14 for libboost_system to support C++14 consumers Changes: http://www.boost.org/users/history/version_1_68_0.html PR: 229569 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D16165 Notes: svn path=/head/; revision=476723
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-1/+1
| | | | | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542 Notes: svn path=/head/; revision=475857
* sysutils/osquery: unbreak with boost 1.68Jan Beich2018-07-102-0/+5
| | | | | | | | | | | osquery/core/conversions.cpp:19:10: fatal error: 'boost/uuid/sha1.hpp' file not found #include <boost/uuid/sha1.hpp> ^~~~~~~~~~~~~~~~~~~~~ PR: 229569 Notes: svn path=/head/; revision=474401
* devel/icu: update to 62.1Jan Beich2018-06-291-0/+1
| | | | | | | | | | Changes: http://site.icu-project.org/download/62 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 229359 Exp-run by: antoine (only 10.4) Notes: svn path=/head/; revision=473551
* Mark these ports as broken on aarch64, and, where appropriate, on armvX.Mark Linimon2018-06-221-0/+2
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=473012
* Update to 3.2.6, which fixes some issues with host UUIDs.David Thiel2018-05-312-4/+4
| | | | Notes: svn path=/head/; revision=471247
* Add PY_FLAVOR to Python module dependencies.Mathieu Arnold2018-05-221-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=470610
* Update to 3.2.4. Clean up dependencies.David Thiel2018-05-043-26/+7
| | | | Notes: svn path=/head/; revision=469071
* devel/boost-*: update to 1.67.0Jan Beich2018-04-181-1/+1
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_67_0.html PR: 227427 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D15030 Notes: svn path=/head/; revision=467711
* devel/icu: update to 61.1Jan Beich2018-04-061-0/+1
| | | | | | | | | | | Changes: http://site.icu-project.org/download/61 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 227042 Exp-run by: antoine MFH: 2018Q2 (required by Firefox 61) Notes: svn path=/head/; revision=466648
* - Update to 2.11.2Ryan Steinmetz2018-03-023-12/+22
| | | | | | | PR: 224180 Notes: svn path=/head/; revision=463364
* 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