Date: Thursday, October 13, 2022 @ 17:24:13
  Author: anatolik
Revision: 1328021

upgpkg: osquery 5.6.0-1

Modified:
  osquery/trunk/PKGBUILD
  osquery/trunk/fixes.patch
  osquery/trunk/rocksdb.patch

---------------+
 PKGBUILD      |    6 +++---
 fixes.patch   |    4 ++--
 rocksdb.patch |    6 +++---
 3 files changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-13 16:22:56 UTC (rev 1328020)
+++ PKGBUILD    2022-10-13 17:24:13 UTC (rev 1328021)
@@ -1,7 +1,7 @@
 # Maintainer: Anatol Pomozov
 
 pkgname=osquery
-pkgver=5.5.1
+pkgver=5.6.0
 pkgrel=1
 pkgdesc='SQL powered operating system instrumentation, monitoring, and 
analytics'
 arch=(x86_64)
@@ -14,8 +14,8 @@
         ebpf-common.patch
         libaudit.patch)
 sha256sums=('SKIP'
-            '012fbeb4b3cdf16e4cc7d6e035b09a6dcd49e7184bd6c6a75c58d00ddef39eaa'
-            'd00f92037708c7e90fcb2b0d81170d2e89d7972d8e2aee4369027501b5dd7d45'
+            'b8a570a39a397e05237eeee950adba9fc67ff20b268b25818bbdfd6e6b616e64'
+            'f68fea00796db328edca1bc5e7a437522779220414f40c03708dc2ff9201cc8e'
             '88cba2eebd12079bf3a4a8c5ba4ed34b1b5ccd9f9ac3fa518f1591396176666d'
             '96218ef5b7d6d6deb3a7b4b3dfed8068b7e4d10acd5b19372b9882f89d4478a8')
 

Modified: fixes.patch
===================================================================
--- fixes.patch 2022-10-13 16:22:56 UTC (rev 1328020)
+++ fixes.patch 2022-10-13 17:24:13 UTC (rev 1328021)
@@ -1,4 +1,4 @@
-commit 64081e3051680b28549a1c4479b7feed63ed22ad
+commit cbb5568c62304fe0b9818dea18dcb1e8f4572866
 Author: Anatol Pomozov <[email protected]>
 Date:   Tue Sep 21 09:46:53 2021 -0700
 
@@ -185,7 +185,7 @@
  #include <queue>
  #include <thread>
 diff --git a/osquery/tables/networking/CMakeLists.txt 
b/osquery/tables/networking/CMakeLists.txt
-index 0f0ef1fc1..fb06352fc 100644
+index 9f7f64578..35b44accb 100644
 --- a/osquery/tables/networking/CMakeLists.txt
 +++ b/osquery/tables/networking/CMakeLists.txt
 @@ -30,6 +30,10 @@ function(generateOsqueryTablesNetworking)

Modified: rocksdb.patch
===================================================================
--- rocksdb.patch       2022-10-13 16:22:56 UTC (rev 1328020)
+++ rocksdb.patch       2022-10-13 17:24:13 UTC (rev 1328021)
@@ -1,4 +1,4 @@
-commit 7b8b1b01e558fae598fe63938f3f0b9d0a7f8f2a
+commit 5c151f702a5622aaabb1f1bb5ff4cf9532c1cf92
 Author: Martin Pöhlmann <[email protected]>
 Date:   Sat Oct 2 11:11:23 2021 +0200
 
@@ -8,10 +8,10 @@
     See: https://bugs.archlinux.org/task/72251
 
 diff --git a/.gitmodules b/.gitmodules
-index a1e1de71b..cfcaee966 100644
+index 236ffd86b..408fdceb7 100644
 --- a/.gitmodules
 +++ b/.gitmodules
-@@ -151,3 +151,6 @@
+@@ -148,3 +148,6 @@
  [submodule "libraries/cmake/source/aws-sdk-cpp/src/aws-sdk-cpp"]
        path = libraries/cmake/source/aws-sdk-cpp/src/aws-sdk-cpp
        url = https://github.com/aws/aws-sdk-cpp

Reply via email to