libbpf-devel-0.5.0-150400.3.3.1<>,*c@p9|47E&AV#SC1a8I.˼4 Ңohj|?Tw ⰺV5 4h<̕.T#=םg {-Wx Nǂ= z$|jq#rI';F*;YwH9b(T9eL1i ]v#Fe.]"R T%:}w?<(dnƲ )5hxefƶ-=]bʙL~̝~&>>"P?"@d " ?  +18   4  iH| =( b8 l 9 : _ F$G8HIXY\0]^b<cd fe kf nl pu v w!(x!|y!z!!!!"<Clibbpf-devel0.5.0150400.3.3.1Development files for libbpflibbpf is a C library which provides API for managing eBPF programs and maps.c@sheep19cSUSE Linux Enterprise 15SUSE LLC LGPL-2.1-onlyhttps://www.suse.com/Unspecifiedhttps://github.com/libbpf/libbpflinuxx86_64'RFHGJ28 N! ikA큤A큤A큤c@c@c@c@c@c@c@c@c@c@c@c@c@c@c@c@a9@c@a9@a9@a9@315e6697d02b77aea68f3a4fdf6c1e5ddff0ef47280a298fdc1951981e2b90d550d4b44b6bea631520598781cdc4e5823ed668d14b572e510551edc59993765464b77c97b089ca06203d0451407844fe93933b4e36e7315a294745fa29d058fbcd9a84d24281b9d1e95b65bf63d1137133ca7e3223420319d3b5b774233be2e531c18091d6bfcf2f7fec4b7da3ca625eaf36dcb4813cbefbfef2c311af53d0349dbd1fe8ea14d9aab35927d3c3b2e7864af5f42dbc0cc55a18c58d57f52feaf0ff36196b9d7ab8acdd4cb7c03b97779d8ec7aad1a16dcbd93313e09b8aab3554e5400b72cbc7a9ce4a250ccbc70bb243d214688aedf807c8e72c13e5107109fe4ca90a376030878e9c95732000fb4fdb71695ecf490ea884d046efd2d2786c605e39037ca82bba7c33d0e376299a8af993081a870a8eb2d409d87aebcd35bda90b4fe9eef950c652b1666d6d1d7eaa7fb2663210b576801d6a0778817c8b7098bdbec85ebf3ac58154553d4b8fbae3369eab11f95a94d660d8f031b593ccf63f8e3e48a75e667f4124b5a2f21953c97b132b6e7d206d41508744f2588a1e1406cc0fea707f4a200c17870b32aced4fe8acbd51401135873d038bb202a6b26789847f4addbd56e2d5be20c4ea0845e972672fc07b755fadaae5f7abd35d71e3496313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd0b9a4febcdee6de55872501d5c1a8f5d8b0d1650cd4d5351995ceb22e889f8calibbpf.so.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibbpf-0.5.0-150400.3.3.1.src.rpmlibbpf-devellibbpf-devel(x86-64)pkgconfig(libbpf)@@@    /usr/bin/pkg-configlibbpf0pkgconfig(libelf)pkgconfig(zlib)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)0.5.03.0.4-14.6.0-14.0-15.2-14.14.3cjDaQ@a(a@a@`@^(@^6^r]?shung-hsi.yu@suse.comshung-hsi.yu@suse.commsuchanek@suse.commsuchanek@suse.comgmbr3@opensuse.orgmsuchanek@suse.commrostecki@suse.commrostecki@opensuse.orgtchvatal@suse.commrostecki@opensuse.org- Fix use-after-free in btf_dump_name_dups (boo#1204391 CVE-2022-3534) + libbpf-Fix-use-after-free-in-btf_dump_name_dups.patch - Fix null pointer dereference in find_prog_by_sec_insn() (boo#1204502 CVE-2022-3606) + libbpf-Fix-null-pointer-dereference-in-find_prog_by_.patch- Update to 0.5.0: + New features and user-space APIs: - libbpf_set_strict_mode() allowing to opt-in into backwards incompatible libbpf-1.0 changes. See "Libbpf: the road to 1.0" and "Libbpf 1.0 migration guide" for more details. - streamlined error reporting for low-level APIs, high-level error-returning APIs, and pointer-returning APIs (as a libbpf-1.0 opt-in); - "Light" BPF skeleton support; - BPF_PROG_TYPE_SYSCALL support; - BPF perf link support for kprobe, uprobe, tracepoint, and perf_event BPF programs; - BPF cookie support for kprobe, uprobe, tracepoint, and perf_event BPF programs through bpf_program__attach_[ku]probe_opts() APIs; - allow to specify ref_ctr_off for USDT semaphores through bpf_program__attach_uprobe_opts() API; - btf_custom_path support in bpf_object_open_opts, allowing to specify custom BTF for CO-RE relocations; - sk_reuseport/migrate program type support; - btf_dump__dump_type_data() API, allowing to dump binary data according to BTF type description; - btf__load_into_kernel() and btf__load_from_kernel_by_id(), and split BTF variants of them; - btf__load_vmlinux_btf() and btf__load_module_btf() APIs; - bpf_map__initial_value() API to get initial value of mmap-ed BPF maps; - bpf_map_lookup_and_delete_elem_flags() API. + BPF-side APIs and features: - support for weak typed __ksym externs; - BPF timer helpers: bpf_timer_init(), bpf_timer_set_callback(), bpf_timer_start(), bpf_timer_cancel(); - bpf_get_attach_cookie() helper to get BPF cookie from BPF program side; - bpf_get_func_ip() helper; - bpf_sys_bpf() helper; - bpf_task_pt_regs() helper; - bpf_btf_find_by_name_kind() helper; - usability improvements for bpf_tracing.h when target architecture is missing. + Bug fixes and compatibility improvements: - improve BPF support detection on old Red Hat kernels with backported BPF patches; - improvements for LTO builds with GCC 10+; - pass NLM_F_EXCL when creating TC qdisc; - better support of BPF map reuse on old kernels; - fix the bug resulting in sometimes closing FD 0, which wasn't created and owned by libbpf itself. - Remove patches merged upstream + libdir.patch + libbpf-Fix-build-with-latest-gcc-binutils-with-LTO.patch- Fix LTO build (bsc#1188749). + libbpf-Fix-build-with-latest-gcc-binutils-with-LTO.patch- Depend on new enough Linux headers.- Create libbpf0-32bit needed by libdwarves1-32bit- libbpf is now a separate project, stop building from the kernel (bsc#1188419 jsc#SLE-17288 jsc#SLE-18805). - Fix LIBSUBDIR + libdir.patch- Add python3 as a build dependency.- Build libbpf from kernel sources, not from github sources, for consistency with bpftool package.- Reflect SUSE CFLAGS - Do not bother with obscpio if we are fetching direct releases - Remove patch 0001-makefile-Fix-install-target.patch seems to build/install without it just fine - Update to 0.0.6: + New features - new extensible bpf_object__open_{file,mem} APIs and DECLARE_LIBBPF_OPTS() macro to go with them - bpf_helpers.h, bpf_endian.h, and bpf_tracing.h are now distributed with libbpf - BPF CO-RE: added field size, field existence, and bitfield relocation support - BPF CO-RE: BPF_CORE_READ(), bpf_core_field_exists(), bpf_core_field_size() and other BPF CO-RE related helpers available through bpf_core_read.h header - bpf_object__open() API now auto-detects program type from its section name - BPF_PROG_TRACING programs support (incuding BTF-typed raw tracepoints, fentry/fexit programs) - mmap() support for BPF global variables - declarative map pinning support added - probe_read_{user,kernel}[_str]() BPF helpers added - bpf_get_link_xdp_info() function to get more XDP information added - a bunch of other AF_XDP changes + Usability improvements - no need for int version SEC('version') = 1; anymore - raw_tp/tp and uprobe/uretprobe section prefixes added - new bpf_program__get_{type,expected_attach_type} getters - preserve error code on program load failure + Fixes - btf_dump padding handling - bpf_object__name() returning name, not path - ELF section handling off-by-one bug fix - mem leak/double free fix in BPF program relocation code- Initial releasesheep19 1675772063 0.5.0-150400.3.3.10.5.0-150400.3.3.10.5.0bpfbpf.hbpf_core_read.hbpf_endian.hbpf_helper_defs.hbpf_helpers.hbpf_tracing.hbtf.hlibbpf.hlibbpf_common.hlibbpf_legacy.hskel_internal.hxsk.hlibbpf.solibbpf.pclibbpf-develREADME.mdlibbpf-develLICENSELICENSE.BSD-2-ClauseLICENSE.LGPL-2.1/usr/include//usr/include/bpf//usr/lib64//usr/lib64/pkgconfig//usr/share/doc/packages//usr/share/doc/packages/libbpf-devel//usr/share/licenses//usr/share/licenses/libbpf-devel/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:27678/SUSE_SLE-15-SP4_Update/503997111c77f37171efa5c2d69e3c97-libbpf.SUSE_SLE-15-SP4_Updatedrpmxz5x86_64-suse-linuxdirectoryC source, ASCII textpkgconfig fileUTF-8 Unicode textASCII textPRRRI9qJ$p' -<utf-86ac763bdc16031068c409e50409d47ade2e46fd0cd805008380d6c12fe7d2eec? 7zXZ !t/EQ]"k%ʽe8^ |E y6Ya(7QzLr 3[x&г xBrS_0\LQ`2v5?}MЛAq3|Aٽ-ft8~2j/(g:DY˾IJƷf8w:1@.3\R۾b1&(Qck#lK&C>٘(0?98wIᇣt&C,>*˶R?KAkͪ(_KBC%E%Q ɥ](=/oN)} 4sa7T+\]i*|Y]Y8sDEУȒR xk|#3\}!2 nBc<.^7b+TSK[/ ;KbCUrMjۮWyqL3Ne{ Ş!uo]#̊Q|VaSmհN3 d@Z`ꩀ :!"( )w}8$Z@P[ֹ0N(iÊw{-#áa-<v6xvn'kFf7w _j;? AW܌ C) 9K3]կTbG'u\oKaUQC~W].=vx |y cV?L(sNT{`6`Mղ\/~f8L]U[$yYH$g6WE xKjK[pHC+HM,%#j^{kO|[bb]TL56^R`VEn#!PUEbHU3?~翯R;uIཉG|i *"cFտc;e{V)ֻo\s^Ф<*źr(Y|2Jw01M  h ZU> -6Jfl. [pgCGޏ| *+A YZ