libprotobuf-nanopb0-0.4.6-bp156.4.3.1<>,BgR;I%z 5I OT,;8Ul[R^iFlyI\SWGZ_ J|OV2PWc.3Ҙk;' +JcV?>PV%$*Km.7l2?Bb?>8a slaw?r F5sbmH(PGFG+X~AH1>_GO @'i)&YnWDƓ- 9D'KNg~6Q5NuBXoGm.> oΆw T:8A/Vf&VlQ[u(ƴ'퍀0  M0x5vg8_gXȦjBwq T9EO^|+uXF^8" 5Im{lorKm j'M-j>@,d?,Td ( B "(0H T ` x ~ h9(Y8`9:>'@'F'G(H(I(0X(8Y(D\(l](^(b)xc*d*e*f*l*u*v*w+x+y+z+,,,,PClibprotobuf-nanopb00.4.6bp156.4.3.1Shared library for nanopbShared library for nanopb - a C implementation of Google's Protocol Buffers data format.gR;obs-power9-06BSUSE Linux Enterprise 15openSUSEZlibhttp://bugs.opensuse.orgSystem/Librarieshttps://jpa.kapsi.fi/nanopb/linuxppc64le eA큤A큤gR8gR8b;b;gR8b;5cdb0e90f234d522297699101ca0bffe6f2a113a9fdb20ad0f7245d9c94e2f8a79dd6baba245a44ddf75e30767bc4be1b3a2b0cd0e225bc79688438c9fd49b46352b00d68ac90bd1d632c9d8ebb41bde678c63d729f3e587ce4b44c781a3fd14e2f2fc8fe3faa7dcb09dbe995db48c6ec5c1f72705db915101e4a83fed44f66drootrootrootrootrootrootrootrootrootrootrootrootnanopb-0.4.6-bp156.4.3.1.src.rpmlibprotobuf-nanopb.so.0()(64bit)libprotobuf-nanopb0libprotobuf-nanopb0(ppc-64)@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3gPD@ccױ@cױ@c@cc @a]`v@_ts@^f/^2@]@\3?@\3?@\U@[^Paolo Stivanin Paolo Stivanin Paolo Stivanin Paolo Stivanin Dirk Müller Paolo Stivanin Jan Engelhardt Jonathan Papineau Ferdinand Thiessen Dirk Mueller Michał Rostecki Tomáš Chvátal mrostecki@opensuse.orgMichał Rostecki Michał Rostecki Michał Rostecki Michał Rostecki - Add CVE-2024-53984.patch: Fix memory not released on error return (bsc#1234088)- Revert back to 0.4.6 since 0.4.7 breaks nanopb_generator.py thus breaking some packages (e.g. Criterion: https://github.com/nanopb/nanopb/issues/845)- Revert fix-missing-file.patch.- Add fix-missing-file.patch (generator/proto/__init__.py).- update to 0.4.7: * Fix comments generation for submessages * Fix handling of spaces in arguments passed through protoc * Fix problems with multiple files and mangle_names option * Fix generator error when using M_STRIP_PACKAGE without package name * Fix compilation error with fixed size array and FT_POINTER * Fix wrong format in Python Poetry project file * Fix unnecessary generator message when using --quiet * Fix enum_to_string with C++ Fix /* */ inside .proto file comment * Workaround python-protobuf version issues * Safeguard substraction in pb_read() with custom streams * Always include pb_release() as function, instead of macro. Allow using = instead of : with generator option -s * Allow specifying include format without special characters * Allow including headers from inside of extern C * Add option NANOPB_PB2_TEMP_DIR to store nanopb_pb2.py in a temporary dir * Add compile-time error message for when PB_FIELD_32BIT is needed * Add --c-style command line option for naming style * Add --protoc-opt to nanopb_generator.py * Add ENUMTYPE convenience macros * Add Bazel build rules- Add 'PB_ENABLE_MALLOC=1' so that we can build Criterion.- Update to release 0.4.6 * Fix passing of error message from substream callback * Fix regression in 0.4.3 where generator did not find all dependencies * Fix double-definition errors with size_union * Fix generator error with same inner message name * Fix infinite recursion in generator/protoc script * Use C11 static assert mechanism by default * Support --proto-path as alias to -I * Use memcpy instead of iterating on buf_read/write * Add generator support for PlatformIO * Improve handling of varint overflows * Improve optimization for little-endian platforms- Install nanopb also under /usr/bin/nanopb_generator.py - this fixes an error when using with protoc- Update to 0.4.5: * Fix CVE-2021-21401: Release of Invalid Pointer or Reference * Fix unordered field numbers inside oneof causing fields to be ignored * Fix pb_decode() not initializing fields inside oneof * Fix compiler errors with complex oneof hierarchy and sizeof() * Fix descriptor width calculation for 64-bit types * Fix compiler error in generated initializer for submessage callback * Fix duplicate union definition in generated file * Add support for including comments from .proto file - Update to 0.4.4: * Fix CVE-2020-26243, memory leak * Fix generator error when oneof contains a single unresolved field size * Fix unsigned enums not working correctly inside OneOf * Fix recursion depth exceeded error in generator * Add support for proto3 optional fields introduced in protoc 3.12 * Add better error message when enum type is not found * Allow specifying descriptorsize on field level also * Allow multiple targets to be created by calling NANOPB_GENERATE_CPP() - Update to 0.4.3 * Fix issue with unknown message sizes being referred inside oneof encoded size calculation * Fix problem with [default=xxxx, (nanopb).proto3=true] field option combination * Better support C++ types in generated structs * Use grpcio protoc * Make pb_decode_varint32() reject overlong varint encodings. * Performance optimizations * !! NOTE: version 0.4.3 changes layout of pb_msgdesc_t. It requires recompiling .pb.c files and thus breaks ABI compatibility. - Enabled build of generator (requires Python3)- update to 0.4.2: * Fix buffer overflow when encoding bytes with size set to 65535 (#547, GHSA-3p39-mfxg-hrq4) * Fix segfault with pointer fields and proto3_singular_msgs = true. (#504,#505) * Fix Windows 10 temp file handling (#486) * Fix macro name conflicts (ATMEGA32U4 UENUM and more) (#522) * Fix generator error with nested messages and default values (#487) * Fix nanopb_generator exception on enums with aliases (#535) * Fix compile error when struct members are called X or a (#492) * Fix sizeof(union ...) fallback not compiling with C++ (#415, #494) * Fix "missing required field" error with submessage callback (#544) * Fix field descriptor sizing with submsg_callback option (#545) * Fix protoc calling on Python 2 (#503) * Fix handling of varying NaN representations in PB_CONVERT_DOUBLE_FLOAT (#543) * Fix clang undefined behavior sanitizer errors. * Change generator to use Python 3 by default (#441, #509) * Binary packages updated to use Python 3 and grpcio-tools * Add support for infinity and nan floating-point defaults (#530, #538) * Add generator option sort_by_tag (#542) * Add type_override option to override type defined in .proto (#497) * Set proto2 enum fields to first value when no default is given, even if nonzero (#532,#539) * Include protoc-gen-nanopb in path in protoc wrapper script * Properly pass error status from protoc wrapper when calling binary protoc * Generator: pass --include_imports when calling protoc (#494) * Create intermediate directories when writing files to relative path (#512) * Add current directory to include path for protoc (#499) * Update readme to use nanopb_generator.py directly * Regression test for proto3 incorrectly considered empty (#504) * CMake: change package name to Nanopb for cmake 3.17 compatibility (#506) * CMake: remove find_package(PythonInterp) (#508) * CMake: use split --nanopb_opt only on protoc >= 3.6 (#515) * CMake: Relax python version spec, allowing Python3. (#534) * Swift package manager (#549) * Rename BUILD as BUILD.bazel (#537- Update to version 0.4.1: * Fix for CVE-2020-5235 - porential exploitable out of memory condition. * Fixes for AVR builds and tests.- As we download the tags directly no need for services and we can fetch it using URL paths - Do not build generators as those require python2 and we are removing that from the dsitribution - Update to 0.4.0: * Make nanopb_generator automatically compile .proto files (#462) * Allow installing as Python package from pip (#460) * Use protoc from grpcio-tools Python package if available (#463) * Change proto3 message types to be optional (#308, #452) * Add pb_decode_ex(), pb_encode_ex() functions. * Automatically rebuild nanopb_pb2.py * Use plugin.proto that comes with python-protobuf (#234)- Update to version 0.3.9.4: * Publishing nanopb-0.3.9.4 * Update changelog * Add test for PB_ENCODE_ARRAYS_UNPACKED * Fix "unused variable" warning when using PB_ENCODE_ARRAYS_UNPACKED * Fix undefined behavior with bool fields (#434) * Make fuzztest detect invalid bool values (#434) * .gitignore: don't ignore generator-bin files (#419) * Don't call stream callback with count=0 (#421) * network_server example: Detect count=0 in read_callback() (#421) * Add scons package to travis rules, for build automation * Introduce new compile time flag: PB_ENCODE_ARRAYS_UNPACKED * Add migration note about enum min/max * Use min/max enum value for min/max * Publishing nanopb-0.3.9.3 * Fix generator error with mangle_names option (#380) * Add testcase for #380 * Fix incorrect PB_STATIC_ASSERT for bytes inside oneof (#363) * Add testcase for #363 * Generator: Allow comma separated options in plugin mode (#343) * Fix encoding of fixed size arrays inside proto3 submessages (#376) * Add regression test for issue #376- Enable PB_FIELD_16BIT setting to add support for tag numbers > 255 and fields larger than 255 bytes.- Add nanopb-source package - some Go programs using gRPC need protobuf definitions which are included inside the source code, but are not included in the devel package.- Update to version 0.3.9.2: * Update changelog & authors * Fix splint test error (#359) * Clarify the usage of callback fields inside oneof sections in the docs * cmake: Include CMAKE_INSTALL_LIBDIR in CMAKE_INSTALL_CMAKEDIR * cmake: Allow to build a shared library * Made some changes for Error Output. * Update README.md * Further test fail fix for Windows- Initial release/sbin/ldconfig/sbin/ldconfigobs-power9-06 17334802510.4.6-bp156.4.3.10.4.6-bp156.4.3.1libprotobuf-nanopb.so.0libprotobuf-nanopb0CHANGELOG.txtREADME.mdlibprotobuf-nanopb0LICENSE.txt/usr/lib64//usr/share/doc/packages//usr/share/doc/packages/libprotobuf-nanopb0//usr/share/licenses//usr/share/licenses/libprotobuf-nanopb0/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Maintenance:18700/openSUSE_Backports_SLE-15-SP6_Update/0de4a27938a479ecf3ae37f75f15b294-nanopb.openSUSE_Backports_SLE-15-SP6_Updatedrpmxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=609e0633fcf2541161b08343300e3c0599290432, not strippeddirectoryASCII textPRRcqn :l=qJ1/utf-88baa1a9adaa77e6dc650513dd22d2cd9f44338b38af23063718843e911669363?7zXZ !t/%R]"k%+4,sS*Pq(HBl nԀ8B)m*0+=3$9/kO̝Hk;] }Sow C=/jqe0(E*gZAhޓJ4;ƒAA%NomCܖ*KrY/qp0)#>m޵WwWoicif#֟:m PGt_'>G9,JNjvAY?*,vPuYu13+>msN1mu,V:c ȳ)Z M8A:D ݗgZ#?:{ .=w. nޔ*|qm4JrybHg|SxS>%t0GAq{RHI-N;4S*xQ_-;}2++`;aєnȮwZ͂zE5 g|M`J7Et0n)lHfX^cN鷮xo[BWqإb\LVQn򻮈(+9u,9 ?TKMN9j,DFT JISPK_p4R t/E77ͯT᭡/v`mk%|}7dΤ)Kyjm׽)Cͺ@ahg>4-.u1>d2;=ԈVlR ktgR t~q&[krKv7' 1 W]v(yL xws^6(uNn#-Bqk 5qQ) #(0}g:4w~‰=ܩ[2{j;!Y- zUga9w ۄ3CUgfȞ?'ɨ*A$ #>0w}*&`vo8tܥ,Pia ^KKet8ZgJ򎷱 b|B*rI] GƦ嵈^Z]@I^NeGa¹gnEB ʶ])]:>,y f}dĿ5_z%~F&=4AJWE<џ<6D&rI[tΐJEI;%ǯF~|V͙%1a(nh?)@":剈1+͡n6tK5# 2 00 $ݸoդkaF;mJ+?t%%2?,TUcטƓFDl0̪4ꬸKSqdn8 #~B9o_=ELrX%6a#!C!Ṽ5o;dAF2fi3Ҫ"4"Ǭ^e~ r>4jeuE{ 8u*?_UG&k3cCv:SRU@s6Cz-\}Aɉԯ@l=NIX%4vEʓc9w ˁ6P9e0{rE5Vz.0bzE*CCmF{A|{_d:K Iژ L*M 0 Y>eYb0P#lT. ֨s<21-De=^m4| d/$XLjH[GHmr1  5i!IpP'Q+dc?}jX-g q|uZ~RG~.m%x"{y1~׿T$NB*ǘ>Ub3$f]`C_i0LC%VYزX;5?Ui T ( L-Fej#y7Ǩbd@P>^Ͷv맅JӃ zeJGRnpզHL+ڃW6e1 ݡjyĺ5?\!I^ B\6- D1'#=jYՙ3G/*](rS@~GHlv x#WTq-8Ef3}^ uBrݓCXzg /;+~35ʕ,?5b,tz]Af?G K1[}YE<ǻl4NtyQ߱,>PcG߭{๊YńTNn㙫>+o("Xh뭧'oѵ - ԄwBÉi/Ռ(Z]mva|S]fn*{nJefsG.=! ..=6dO*zFILok&^LS MΟJ?%zS2?Vn<@ h,eo =V8 jӹ3gMꁏ+ʉѮ)(Sꙓ?qѡWxYXEt{@g&e8LqŊ[>|cR[5aٟ526J,ڡ/l9`q =SAX^MB`.ƚ[KӼJk#yAzC{naObRp9}#%t84Ж=rYHsxPN_>[[/XŌs$my,$ܸ>s2md]J< -R)rBi#\.[զ_jRE#̖8ƏR&H٢+Lj찥n}ѓ⇭B2)'{h1P`XTR1RMj2|aȠy]DGþYTu$np}::¬߲4?^#&%ţ H#INg.DUKN&=o:|t%7 sSKy1u"nH٭Չ,X.L30*$הQ:rRԏ+ Ss>}aeIGD6l)# م iU7Aju*}̶̥IP+Zdn-!<1ݮqV2/R!̊+vqѼ]@&-fnG6esR\m-Q0<<31ZQwB )4V6O$AF_ڃ7 _"h[iwt7 ÐZY9V 3l9N߱C\+èrqkZL;C3`ˢ0RXLE"p!ɼIs6GԔO΢n9995OnP-5:6Uү^Ix7Z(_B\KSnC<|)~lboݪPIw }ఀ ܗyV4X`ay|Ͻ2ť\dCVsɐD0YP!Iy?Oa뵄\IC,*ai:Dzy:ǘ]Rgpu=8R,X@wa8"%}ޓ4฀MK$y@)H7KM*b l5X q:(LOftjkO\qt`hu-ס4ᲙlUtYC"9 1 xc<+st> H*!R}gCeS)JPPswEIfpW5C #rR}u&82fgJA_==>v Ɒ43 Oy۠D GѕLL|$2z1_l| OP>el3Gf!-v9ea9DOћcTTRY0Ev6bPYx:$V)Ui(l\Zǧ<܉?L;Pj7κPMDk^a>B9+7G$\,3//[A^H#2 $JF YZ