Hello community,

here is the log from the commit of package bcc for openSUSE:Factory checked in 
at 2020-03-04 09:39:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bcc (Old)
 and      /work/SRC/openSUSE:Factory/.bcc.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bcc"

Wed Mar  4 09:39:29 2020 rev:36 rq:781110 version:0.13.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/bcc/bcc.changes  2020-01-22 22:43:31.088492464 
+0100
+++ /work/SRC/openSUSE:Factory/.bcc.new.26092/bcc.changes       2020-03-04 
09:39:31.349896030 +0100
@@ -1,0 +2,35 @@
+Tue Mar  3 01:12:51 UTC 2020 - Gary Ching-Pang Lin <[email protected]>
+
+- Update to 0.13.0
+  + Support for kernel up to 5.5
+  + bindsnoop tool to track tcp/udp bind information
+  + added compile-once run-everywhere based libbpf-tools, currently
+    only runqslower is implemented.
+  + new map support: sockhash, sockmap, sk_storage, cgroup_storage
+  + enable to run github actions on the diff
+  + cgroupmap based cgroup filtering for opensnoop, execsnoop and
+    bindsnoop.
+  + lots of bug fixes.
+- Update libbpf to 0.0.7
+  + Major new features:
+    - BPF skeleton support;
+    - Kconfig extern variables support;
+    - STRUCT_OPS support;
+    - support for BPF program extensions;
+    - cgroup MULTI-mode support (bpf_prog_attach_xattr() API).
+    - bpf_send_signal_thread() BPF helper;
+  + Usability improvements:
+    - BPF CO-RE improvements (flexible array, LDX/ST/STX instructions,
+      improved conditional relocations);
+    - generic bpf_program__attach() API;
+    - SK_REUSEPORT program type support;
+    - bpf_link_disconnect();
+    - bpf_find_kernel_btf() API exposed;
+    - large instruction limit probing added;
+    - improved error message for RLIMIT_MEMLOCK.
+  + Fixes:
+    - fix perf_buffer handling of offline/missing CPUs;
+    - various other fixes and usability improvements.
+- Drop upstreamed fix: bcc-fix-test_map_in_map.patch 
+
+-------------------------------------------------------------------

Old:
----
  bcc-fix-test_map_in_map.patch
  v0.0.6.tar.gz
  v0.12.0.tar.gz

New:
----
  v0.0.7.tar.gz
  v0.13.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ bcc.spec ++++++
--- /var/tmp/diff_new_pack.LZiAZ9/_old  2020-03-04 09:39:32.473896704 +0100
+++ /var/tmp/diff_new_pack.LZiAZ9/_new  2020-03-04 09:39:32.477896706 +0100
@@ -26,10 +26,10 @@
 %{!?with_lua: %global with_lua 0}
 %endif
 
-%define libbpf_version 0.0.6
+%define libbpf_version 0.0.7
 
 Name:           bcc
-Version:        0.12.0
+Version:        0.13.0
 Release:        0
 Summary:        BPF Compiler Collection (BCC)
 License:        Apache-2.0
@@ -38,7 +38,6 @@
 Source:         https://github.com/iovisor/bcc/archive/v%{version}.tar.gz
 Source1:        
https://github.com/libbpf/libbpf/archive/v%{libbpf_version}.tar.gz
 Patch1:         support-clang9.patch
-Patch2:         bcc-fix-test_map_in_map.patch
 ExcludeArch:    ppc s390
 BuildRequires:  bison
 BuildRequires:  cmake >= 2.8.7
@@ -135,7 +134,6 @@
 %if %{?pkg_vcmp:%pkg_vcmp llvm-devel >= 9.0}%{!?pkg_vcmp:0}
 %patch1 -p1
 %endif
-%patch2 -p1
 
 pushd src/cc/libbpf
 tar xf %{SOURCE1} --strip 1
@@ -197,6 +195,9 @@
 
 popd
 
+# Remove the static libraries
+rm -f %{buildroot}/%{_libdir}/libbcc*.a
+
 %post -n libbcc0 -p /sbin/ldconfig
 
 %postun -n libbcc0 -p /sbin/ldconfig

++++++ v0.0.6.tar.gz -> v0.0.7.tar.gz ++++++
++++ 10423 lines of diff (skipped)

++++++ v0.0.6.tar.gz -> v0.13.0.tar.gz ++++++
++++ 292229 lines of diff (skipped)


Reply via email to