[arch-commits] Commit in osquery/trunk (PKGBUILD)
Anatol Pomozov
anatolik at archlinux.org
Tue Dec 17 19:52:13 UTC 2019
Date: Tuesday, December 17, 2019 @ 19:52:13
Author: anatolik
Revision: 537946
upgpkg: osquery 4.1.2-1
Modified:
osquery/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-12-17 19:23:56 UTC (rev 537945)
+++ PKGBUILD 2019-12-17 19:52:13 UTC (rev 537946)
@@ -1,7 +1,7 @@
# Maintainer: Anatol Pomozov
pkgname=osquery
-pkgver=4.1.1
+pkgver=4.1.2
pkgrel=1
pkgdesc='SQL powered operating system instrumentation, monitoring, and analytics'
arch=(x86_64)
@@ -8,15 +8,15 @@
url='https://osquery.io'
license=(Apache GPL2)
depends=(augeas boost-libs gflags google-glog aws-sdk-cpp librdkafka rocksdb gtest device-mapper rpm-tools dpkg lvm2 libelfin lldpd rapidjson sleuthkit ssdeep thrift yara lmdb)
-makedepends=(cmake ninja python2 python boost linenoise-ng)
+makedepends=(cmake ninja python boost linenoise-ng)
# patched version of smartools that we need to build statically to avoid collision with the upstream version
_smartmontools_commit=5f7669fba545f32a6d0c07e2be67df16f3eb354b
source=(osquery-$pkgver.zip::https://github.com/osquery/osquery/archive/$pkgver.zip
third-party-smartmontools.zip::https://github.com/osquery/third-party-smartmontools/archive/$_smartmontools_commit.zip
- devendorize.patch::https://github.com/anatol/osquery/compare/8e6fefb47ad2ae08f11f480e890ce991835ae7a6...8bf38f9223bfc7b743c25339c9175c148515d4f2.patch)
-sha256sums=('895a04605dc323b1fec7586cfc77430a93c08de1d16e6b19eb3358017723c0da'
+ devendorize.patch::https://github.com/anatol/osquery/compare/551d548b478f416bbfadaa0a0450c05873d2a9f6...8ab1e555bc0ce1816d99000596b085efe5161337.patch)
+sha256sums=('98962a38ca4bebfd87d483e5269c4364291b97f30c047489da99ebf3fdcc57d1'
'891f11acd804aa0d53dbec599e6a32ad9c1e5392a3eb4022714871f3a1ce95ee'
- 'a343efeea2a8ed4b2e74cf2fd843097bdeed274d24b303c5e317c0bd772daa11')
+ '81d2752eb4271d2821d42d5c09f3fa9a86e1c8f644673c4eee5061957ef7d636')
prepare() {
cd osquery-$pkgver
More information about the arch-commits
mailing list