Update to 2.7.0, which should fix pkg_packages for real this time.

This commit is contained in:
David Thiel 2017-08-31 18:24:18 +00:00
parent b4f956f617
commit ceb00de1cc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=449049
3 changed files with 8 additions and 6 deletions

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= osquery
PORTVERSION= 2.6.1
PORTVERSION= 2.7.0
CATEGORIES= sysutils
MAINTAINER= zi@FreeBSD.org
@ -15,6 +15,7 @@ BUILD_DEPENDS= thrift>0:devel/thrift \
bash>0:shells/bash \
linenoise-ng>0:devel/linenoise-ng \
asio>0:net/asio \
rapidjson>0:devel/rapidjson \
${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2
LIB_DEPENDS= libaugeas.so:textproc/augeas \
libboost_regex.so:devel/boost-libs \

View file

@ -1,5 +1,5 @@
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
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

View file

@ -19,6 +19,7 @@ include/osquery/sql.h
include/osquery/status.h
include/osquery/system.h
include/osquery/tables.h
include/osquery/query.h
lib/libosquery.a
sbin/osqueryd
@sample etc/osquery.conf.sample