[arch-commits] Commit in osquery/trunk (PKGBUILD)

Anatol Pomozov anatolik at archlinux.org
Mon Aug 3 21:37:48 UTC 2020


    Date: Monday, August 3, 2020 @ 21:37:46
  Author: anatolik
Revision: 668569

upgpkg: osquery 4.4.0-1

Modified:
  osquery/trunk/PKGBUILD

----------+
 PKGBUILD |   21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-03 21:35:47 UTC (rev 668568)
+++ PKGBUILD	2020-08-03 21:37:46 UTC (rev 668569)
@@ -1,22 +1,23 @@
 # Maintainer: Anatol Pomozov
 
 pkgname=osquery
-pkgver=4.3.0
-pkgrel=3
+pkgver=4.4.0
+pkgrel=1
 pkgdesc='SQL powered operating system instrumentation, monitoring, and analytics'
 arch=(x86_64)
 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 iptables)
-makedepends=(cmake ninja python boost linenoise-ng)
+depends=(augeas boost-libs gflags google-glog aws-sdk-cpp librdkafka rocksdb gtest device-mapper rpm-tools dpkg pacman lvm2 libelfin lldpd rapidjson sleuthkit ssdeep thrift yara lmdb iptables)
+makedepends=(cmake python boost linenoise-ng)
 # patched version of smartools that we need to build statically to avoid collision with the upstream version
-_smartmontools_commit=5f7669fba545f32a6d0c07e2be67df16f3eb354b
+_smartmontools_commit=6afcf545d2ab86d13a3ecb9f656aa81622031f2a
+_patched_osquery_commit=980285da36f48beca4ab90717ae52c2ea4c73266
 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/$pkgver...237764c7367a6056917b66eb0616101cc444699c.patch)
-sha256sums=('69b570a6e5b4d3a92a7f3812fc78137383aa564025d697cef6e8717e404e3b66'
-            '891f11acd804aa0d53dbec599e6a32ad9c1e5392a3eb4022714871f3a1ce95ee'
-            'b2f3dfbdd472f085c895807e7fefe11be3ec301afb4a2e172cdff2ceda3f6b62')
+        smartmontools-$_smartmontools_commit.zip::https://github.com/osquery/third-party-smartmontools/archive/$_smartmontools_commit.zip
+        devendorize.patch::https://github.com/anatol/osquery/compare/$pkgver...$_patched_osquery_commit.patch)
+sha256sums=('18228c7253ff079adefa2f80d5574c9004b07265329e74f55cae4d65139b41be'
+            '191848bf04ca6fe14a9634bdcff6f6e851aa59526f1f3fb168ad7c8c6d9b1d00'
+            'ec1774806594c766166b52527646bba0fe79e74ec70bab8160e08e3a88d0602f')
 
 prepare() {
   cd osquery-$pkgver



More information about the arch-commits mailing list