mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update to 2.6.1, which fixes a memory leak in the pkg_packages table. Enable watchdog.
Approved by: zi
This commit is contained in:
parent
278fea7bb4
commit
75c1c01eb0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=448062
3 changed files with 8 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= osquery
|
||||
PORTVERSION= 2.6.0
|
||||
PORTVERSION= 2.6.1
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= zi@FreeBSD.org
|
||||
|
@ -41,7 +41,7 @@ USE_GITHUB= yes
|
|||
GH_ACCOUNT= facebook ${PORTNAME}:tp
|
||||
GH_PROJECT= third-party:tp
|
||||
GH_SUBDIR= third-party:tp
|
||||
GH_TAGNAME= 2.5.2:tp
|
||||
GH_TAGNAME= ${PORTVERSION}:tp
|
||||
|
||||
# Some options for things that bring in many dependencies
|
||||
OPTIONS_DEFINE= TSK AWS YARA LLDPD
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
TIMESTAMP = 1501352226
|
||||
SHA256 (facebook-osquery-2.6.0_GH0.tar.gz) = e2db49604a11ecf9eb5a73b6222bd944cfa0848bd18c25f0cfc3b55629f89cc5
|
||||
SIZE (facebook-osquery-2.6.0_GH0.tar.gz) = 946062
|
||||
SHA256 (osquery-third-party-2.5.2_GH0.tar.gz) = 71f5ee127e5a15e14593174a83944fb31c581f96c377c1faa10a50e0549b9c53
|
||||
SIZE (osquery-third-party-2.5.2_GH0.tar.gz) = 3229295
|
||||
TIMESTAMP = 1502739110
|
||||
SHA256 (facebook-osquery-2.6.1_GH0.tar.gz) = 288e5455fedd4e7d5ea2ee123477b3f75630db14979205717268c25cbdca04fd
|
||||
SIZE (facebook-osquery-2.6.1_GH0.tar.gz) = 957008
|
||||
SHA256 (osquery-third-party-2.6.1_GH0.tar.gz) = 1c58ad711f08656184e0d5b3fa53ecf5e9fef6034143e4c41c2989b54f6d5381
|
||||
SIZE (osquery-third-party-2.6.1_GH0.tar.gz) = 3264472
|
||||
|
|
|
@ -23,7 +23,7 @@ osqueryd_enable=${osqueryd_enable-"NO"}
|
|||
osqueryd_flags=${osqueryd_flags-""}
|
||||
osqueryd_config=${osqueryd_config-"%%PREFIX%%/etc/osquery.conf"}
|
||||
required_files=${osqueryd_config}
|
||||
command_args="--pidfile /var/run/osqueryd.pid --disable_watchdog --daemonize=true --database_path /var/db/osquery/osqueryd --tls_server_certs /etc/ssl/cert.pem --flagfile %%PREFIX%%/etc/osquery.flags --config_path=${osqueryd_config}"
|
||||
command_args="--pidfile /var/run/osqueryd.pid --daemonize=true --database_path /var/db/osquery/osqueryd --tls_server_certs /etc/ssl/cert.pem --flagfile %%PREFIX%%/etc/osquery.flags --config_path=${osqueryd_config}"
|
||||
extra_commands="configtest"
|
||||
configtest_cmd="configtest"
|
||||
pidfile="/var/run/osqueryd.pid"
|
||||
|
|
Loading…
Add table
Reference in a new issue