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

Anatol Pomozov anatolik at archlinux.org
Sat Oct 17 02:44:24 UTC 2020


    Date: Saturday, October 17, 2020 @ 02:44:22
  Author: anatolik
Revision: 725245

upgpkg: osquery 4.5.1-1

Pull a bunch of patches from https://bugs.archlinux.org/task/68275

Modified:
  osquery/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-17 01:53:03 UTC (rev 725244)
+++ PKGBUILD	2020-10-17 02:44:22 UTC (rev 725245)
@@ -1,7 +1,7 @@
 # Maintainer: Anatol Pomozov
 
 pkgname=osquery
-pkgver=4.4.0
+pkgver=4.5.1
 pkgrel=1
 pkgdesc='SQL powered operating system instrumentation, monitoring, and analytics'
 arch=(x86_64)
@@ -11,13 +11,13 @@
 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=6afcf545d2ab86d13a3ecb9f656aa81622031f2a
-_patched_osquery_commit=980285da36f48beca4ab90717ae52c2ea4c73266
+_patched_osquery_commit=f54b2ca8b18dee86077521789788f9e29c8db317
 source=(osquery-$pkgver.zip::https://github.com/osquery/osquery/archive/$pkgver.zip
         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'
+sha256sums=('568af4bd2562e5321bbac68177b377b3ad386942e227511867981876cbce3e26'
             '191848bf04ca6fe14a9634bdcff6f6e851aa59526f1f3fb168ad7c8c6d9b1d00'
-            'ec1774806594c766166b52527646bba0fe79e74ec70bab8160e08e3a88d0602f')
+            'fbcfb24caa3786a37d371cd8e2e45fdc3095d6e526e97c0d403bba8be2683d0f')
 
 prepare() {
   cd osquery-$pkgver



More information about the arch-commits mailing list