Hello community, here is the log from the commit of package sysdig for openSUSE:Factory checked in at 2019-02-27 21:12:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sysdig (Old) and /work/SRC/openSUSE:Factory/.sysdig.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sysdig" Wed Feb 27 21:12:34 2019 rev:24 rq:674517 version:0.24.2 Changes: -------- --- /work/SRC/openSUSE:Factory/sysdig/sysdig.changes 2018-09-04 22:58:09.837409199 +0200 +++ /work/SRC/openSUSE:Factory/.sysdig.new.28833/sysdig.changes 2019-02-27 21:12:35.383185856 +0100 @@ -1,0 +2,45 @@ +Wed Feb 13 11:44:17 UTC 2019 - Martin Pluskal <[email protected]> + +- Update to version 0.24.2: + * Added the ability to specify a set of ports where data is captured with bigger snaplen (20000) (#1256) + * Made fd resolution work for getsockopt (#1280) + * Check getsockopt event before accessing it (#1284) + * Fixed snprintf placeholder for size_t/{u,}int64_t (#1279) + * Disabled reading environment from /proc by default (#1272) + * Excluding suppressed processes during initial /proc scan (#1269) + * Fixed Windows build in CYGWIN environment (#1270) + * Changes to eliminate warnings with gcc 5.4 (#1271) + * Trigger build errors for extra compiler warnings (#1265) + * Handling thread table overflows (#1263) + * Deleted threadinfos that we failed to add to the thread table (#1260) + * Reduce CPU usage (#1261) + * Lua parser interfaces (#1254) + * Fixed a compile issue when trying to make the project using VS2017 on Windows 10 (#1248) + * Added ifdef guards to socket options with (#1257),(#1258) + * Improved getsockopt()/setsockopt() support (#1188) + * Fix fd.net comparisons with in operator (#1252) + * Only check out sysdig for initial invocation (#1251) + * Build probe modules only with sysdig directory (#1244) + * Fixed spelling and copy/pased comment errors (#1250) +- Changes for version 0.24.1: + * Fix struct packing +- Changes for version 0.24.0: + * Switch to Apache 2.0 License: All userspace code moves from GPL to Apache 2 license. Kernel module switches to dual-license MIT + GPLv2. Enjoy! [#1233] [#1242] + * Complete IPv6 Support. Sysdig previously had partial IPv6 support, but this release rounds out full support for ipv6 addresses in filter fields, csysdig, etc. [#1204] + * loginuid support. Add user.loginuid & user.loginname to track login users, which do not change despite sudo/su operations. [#1189] [#1214] [#1218] [#1219] [#1227] + * Track connections by domain name: New fields fd.*ip.name allow matching connection ips with resolved domain names. [#1213] + * Add endswith filter to support suffix matching on strings [#1209] + * Add minikube support to the kernel module probe loader script [#1205] + * Improve error string return handling at startup/when reading capture files [#1215] + * Disable boot2docker kernel module builds for pre-built kernel modules [#1232] + * eBPF Support Improvements/Fixes [#1235] [#1236] [#1237] [#1239] + * Improve/fix windows build [#1242] + * Don't drop setns events when in dropping mode [#1198] + * At startup, wait a bit for an existing sysdig-probe module to be unloaded before loading a new one [#1201] + * Support extracting container metadata for containers spawned with just an image id and not an image name [#1207] + * Properly extract image metadata when the image contains a host:port component [#1206] + * Minor compilation bug fixes [#1212] + * Small packaging fixes [#1228] [#1229] [#1231] + * Fix an inconsistency when writing capture files containing unknown fds [#1234] + +------------------------------------------------------------------- Old: ---- sysdig-0.23.1.tar.gz New: ---- sysdig-0.24.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sysdig.spec ++++++ --- /var/tmp/diff_new_pack.KYnmg6/_old 2019-02-27 21:12:35.947185712 +0100 +++ /var/tmp/diff_new_pack.KYnmg6/_new 2019-02-27 21:12:35.955185710 +0100 @@ -1,7 +1,7 @@ # # spec file for package sysdig # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,10 +17,10 @@ Name: sysdig -Version: 0.23.1 +Version: 0.24.2 Release: 0 Summary: System-level exploration -License: GPL-2.0-only +License: Apache-2.0 Group: System/Monitoring URL: http://www.sysdig.org/ Source0: https://github.com/draios/%{name}/archive/%{version}/sysdig-%{version}.tar.gz @@ -29,13 +29,14 @@ BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: libb64-devel -BuildRequires: libelf-devel BuildRequires: libjq-devel -BuildRequires: lua51-devel -BuildRequires: ncurses-devel BuildRequires: pkgconfig +BuildRequires: tbb-devel BuildRequires: pkgconfig(jsoncpp) BuildRequires: pkgconfig(libcurl) +BuildRequires: pkgconfig(libelf) +BuildRequires: pkgconfig(lua5.1) +BuildRequires: pkgconfig(ncurses) BuildRequires: pkgconfig(openssl) BuildRequires: pkgconfig(zlib) ExcludeArch: %{arm} aarch64 @@ -56,6 +57,7 @@ -DUSE_BUNDLED_JSONCPP=OFF \ -DUSE_BUNDLED_LUAJIT=OFF \ -DUSE_BUNDLED_ZLIB=OFF \ + -DUSE_BUNDLED_TBB=OFF \ -DUSE_BUNDLED_NCURSES=OFF \ -DUSE_BUNDLED_OPENSSL=OFF \ -DUSE_BUNDLED_CURL=OFF \ ++++++ sysdig-0.23.1.tar.gz -> sysdig-0.24.2.tar.gz ++++++ ++++ 22439 lines of diff (skipped)
