libqb-tools-2.0.6+20220323.758044b-150500.1.2 >  A cŌp9|${tSgH[Gn@KqԮ46C;9Dh<0MU3Jǰ!YwRoC+p fLYず+"rnp̆EKKT1xJ>Y#Z1l1.Et dH-I$ ,kȑo#s3xQytmp3#D-PfJڨs嵺)76*Qƾ8d615809a5caf0ea8c05d165af396fe5bf7e2b145effe4f0a1c204953796f4335853e0d61d9839ee8b39b7919e67556e556c4b96h$cŌp9|aŔ`x^0*ZVbQUnd _tADŽ‰\a D1R!&n6÷=-O+};%٬oQH8"5.fZC+f3UsbA|mL=XDLӦS,zeҨ'P֋r uaVLMT^14FLܒ\«Ӄĺo;E񒺙czTŔ?1l6?/^ &p>pA7?7d% 0 U"4 Jb     D h E hls(y8'9':O'F3hG3|H3I3X3Y3\3]4^45b4c54d5e5f5l5u5v5w6x6y7 z7 70747:7|Clibqb-tools2.0.6+20220323.758044b150500.1.2Utilities from libqb, an IPC librarylibqb is a library providing high performance client server reusable features. It provides logging, tracing, IPC, and polling.cAs390zl32|SUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/Development/Tools/Otherhttps://github.com/ClusterLabs/libqblinuxs390x_A큤c5c@b:?c13b9007c21a5d7a9945d2d23810c4673cc0eb94c83005542d1d140375877e598400a89b0d18aacd4114decf79122db87bf35bddaf2bc50e383c9c9f4c263390b2a1e0a19ed6b6098fd4f865c7bb927f990804ef6f159237932d84a2d4241dbf04rootrootrootrootrootrootrootrootlibqb-2.0.6+20220323.758044b-150500.1.2.src.rpmlibqb-toolslibqb-tools(s390-64)libqb0:/usr/sbin/qb-blackbox@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.4)(64bit)libpthread.so.0()(64bit)libqb.so.100()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-1 libqb01.0.34.14.3baG@b; b; aeaza@a^@_$_FN^^^] #\N\N\\\P@@\P@@\I[k@[ @ZKt@Z size_t - warnings cleanup: Wsign-compare: hdb: uint32_t <-> int32_t - warnings cleanup: Wsign-compare: array: int32_t -> size_t - warnings cleanup: hdb+loop_timerlist: Wsign-compare: (canary?) variables - warnings cleanup: Wshift-overflow: trigger arithmetic conv. to unsigned - Upstream version cs: 28dff090c74b6ba8609c4797294a5afe3fe73987 (v1.0.3)- fix internal object symbol's leak & expose run-time lib version (bsc#1074327) - bare fix for libqb logging not working with ld.bfd/binutils 2.29+ (bsc#1074327) - add extra run-time (client, libqb) checks that logging will work (bsc#1074327) - tests: add a script to generate callsite-heavy logging client... (bsc#1074327) - tests: new sort of tests dubbed "functional", cover linker vs. logging (bsc#1074327) - configure: check section boundary symbols present in the test (bsc#1074327) - qblog.h: better explanation + behaviour of QB_LOG_INIT_DATA (bsc#1074327) - log: use fdatasync instead of fsync where possible (#263) - Upstream version cs: c011b12fcaf093f0463901154c475905f51d783a- loop: don't bring runtime down for a trivial API misuse - Upstream version cs: ef4c3a15ea3d3c5d5f9364269cd02d78a308957b- Update to version 1.0.2 - Memleak fixes (#194) - Allow Linux to use filesystem sockets (#248) (fate#323415) - Upstream version cs: 608de6d59a3de0eef0fbcbd8f284acbc018daa9a (v1.0.2)- loop: Fix splint error - loop: Also set signals changed in qb_loop_signal_mod() back to SIG_DFL (bsc#1026176) - loop: don't override external signal handlers (bsc#1026176) - Upstream version cs: 59eacf07dd92af6917ed351c0c5e51ec5237965c- RPM group fix; use find -delete over rm.- [ringbuffer] Return error from peek if RB is corrupted. (bsc#1026176) - build: drop allegedly no longer intrusive syslog-tests opt-in switch - Upstream version cs: afdff97f1af8e1be916816ad8b6d5530fa7c6637- version: Update version for 1.0.1 release - rb: use new qb_rb_close_helper able to resort to file truncating (bsc#1026176) - rb: make it more robust against trivial IPC API misuses (bsc#1026176) - log_thread: logt_wthread_lock is vital for logging thread (bsc#1026176) - log: Don't overwrite valid tags (bsc#1026176) - ipc_shm: fix superfluous NULL check - log: Add missing z,j, & t types to the logger (bsc#1026176) - log: check for appropriate space when serializing a char (bsc#1026176) - Upstream version cs: 0a329683a76bc6aeb36f20f2bf6b43ba0440c4dc (v1.0.1)- further avoid magic in qblog.h by using named constants - defs: add wrappers over preprocessor operators - Upstream version cs: 6f2b3e85d0315288ee76869b99369e2b1f2f1b71- Update to version 1.0.0 - build: update library soname to 0.18.0 - build: enable syslog tests when configuring in spec - log: allow changing the identifier for syslog (+tests) - ipc: return -errno when getsockopt/setsockopt fail - ipc: set socket buffer size used by ipcs service - ipc: set socket receive buffer - includes: format __attribute__ func. annotations in qblog.h - spec cleanup: get rid of redundant %clean section - ipc: set gid on unix sockets - lib: store server peer credentials in qb_ipcc_connection - lib: create mmap files in socket directory - includes: Fix format string - ipc: Prevent fd and memory leaks in handle_new_connection() (bsc#947341) * Drop bug-947341_libqb-ipc-fd-memory-leaks.patch which has been merged upstream - Upstream version cs: 6fc24f855bfc8dadb4c84bf823b225680670b1c3 (v1.0)- ipc: Prevent fd and memory leaks in handle_new_connection() (bsc#947341) * bug-947341_libqb-ipc-fd-memory-leaks.patch- log: don't call dlopen inside dl_iterate_phdr() - ipc: Don't send the dispatch_del() function a closed fd - Upstream version cs: 1a7ea3b8d8bf9d5ffbbfdc785ace2b81e9f2356d- Update to version 0.17.2 (bsc#943486) - ipcc: valgrind "invalid file descriptor" warning - ipc: Increase the length of description field. - Upstream version cs: 4d817cc7e0b620acda8cc45266dc085c5bf48c59- log: Implement "extended" logging using a marker character - Upstream version cs: 35faa45558b0ae44e3a244fbd3e8f9405d535526- loop: fixes resource starvation in mainloop code (bsc#929835) - Upstream version cs: c3bcf25b72bf451c2ef79ec3946a1c48077a50a0- ipc_setup: yield to scheduler during new connection auth processing - kqueue: The udata member of the kevent struct is a void * - Upstream version cs: 83552692aa5425e50049b130eb2e17ea7b31217d- Bump release version to 0.17.1 - check_ipc.c: improve error checking during ipc stress tests - ipcs: Correctly allocate receive buffer size - ipc_socket: Signalhandler must be resetted to Default, use only cleanup_sigpipe to return from qb_ipc_dgram_sock_setup. - trie: allow modifying the trie map during the notify callback - Upstream version cs: 3f7de657855bb9fb4e58777851735bf663fa7f3fs390zl32 16695145612.0.6+20220323.758044b-150500.1.22.0.6+20220323.758044b-150500.1.2qb-blackboxlibqb-toolsCOPYINGqb-blackbox.8.gz/usr/sbin//usr/share/licenses//usr/share/licenses/libqb-tools//usr/share/man/man8/-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:SLE-15-SP5:GA/standard/558e0da65783d5dc051473b4462bcb4f-libqbcpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=4d88a71d0f7a404cbfc58215c3faed3f0d69e9d7, for GNU/Linux 3.2.0, strippeddirectoryASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RRRRRɅ I% utf-8f54fa1068add2257e27738098e8b8d4930f2bedbc8eb38348cd42a5b22a57e2e?7zXZ !t/o,] crv9w k9-5Bߦi2"D^P`Fj&zʅl2; &n:[J}Z<ӃDaUAw^jw.wp)"i8r\ ⓷'Ѝat-z`6\)ſA$ Q^g٧@491.'eaP9}loӨ΂_^nGܞJCmZ Ki}s0bM 4KY bvNC"˩~(ab͙crȏ31,_l[,U2Gg.P9aU %|sWS|JCgL*O ڨ5yb!L~*߻ַ%gle^iO9H8fC8@|7ʢ;;:8>{ޣ|*8DYL:+L]C  LłT *:/Ѡrh 7jj3Q%>ʎnf͓ѱe~ҽҎ.$!TܷU[IJ "&;zΓ#=q'|m21oq7HWR :nK~t0K"aA*'puJ} (c=gR.ؚDmtzk+ )au8kv3Pnvv䈕?zBԗzU\8$Irga0<+y\(0&PʔL=hrދ~! _jӬAֳ9*پĘǗQñt 7F%QޓfUH֬;5D7"Pe&п)]wgY"DLQJ¯Pc4A(:">тP/?d&p6iZՇ!@[6 C n-c#~hwpl&[/< бAD<!)./'?kN:hJN)"Ow>r[vhQ^awL‚Ohe?83lRhy]/R vKwJPVc@Y|ڴ!. YMwzsMwƸx@kO뙻D$3PwO(/ bzjUL-Bϕi#cRt{^ax U.`CL3I.^W&V0;p˺w*=k4z+Vf۫wbxEOA1͑*N9Qv,ɨȒJ?17vw5K*IJ cx(ewŅx.,諯=gMw`Y'0aXW2$iKi1>@\iټKC!$Wߚ; Ks7!w7"v;9 DАƋy#Ezu,0%2@ٞ38CJS t-nqM*4 JVl7a)S;iQjiJVrbC0uq\"n$g wL@*= "DZs W`\akf\UHgL+> %3њBY{V+CW7e  ƟBuxl!=WoԉaI|b/$XDf[!':A?zo!DiY f0CW!&K"`!?hNA8_~D!KPǺur4,rMD 5[NٛvKÓku_,4gxv0_ e`iDD({Sr<3ת1(CBkǤ,V NySҮxQ>@b@:r<.wrgMkrL"JAܹUCͦ"=kY!/=cf 2&u- 93%9Y#[3{G@Њ{m'?]\1/HXC"̮=XPTd#ۗM64 pZt7H56¸ǍFD]*) $VIHnfwGoyKzU; PQ뱴1`* "|vVkVmʷU:5ȢMNw%mfhڡ~( j+qC* ݈)n.ۜA$!E;z=,Uz%s?bJͨk FY&l^ 2d݃{\543hʝLL]O>2l}*R=Y6W.rSf~H/opDm=զ]QJ{c1PK<+pWDiy74 SlP>4',=q С̠|HP9f2'2'_?ˋ1[L_ʞnRts`6#)ʵ+$G7%@D+Z춞tɃ]hPቐ(sέ&;!3MdsrbOn}HΜKTkڣ$4mx(w]wUxrnCnJ.<y6|ԺۜԀG"KnR F<+%GeC(- ArS3KfG1f%ltH Pw_9&暸5C9%"8 VY;BcݿtF nS˩p ԴNNBhj4bNZi CF|!2I5$nڴSJh/]j4r=q++N]c&T,,P3:m.|ЮyY/bHzᆴrȽ[O]5G`a 9i'nx{3@J|lf&Hf߸͹^+bqݏPm8 uAP=n\4*l ƍ-KA'Ѿ`n4¤FBT?j'.[u}Jɞ?=I"eI?ǭ>kb iIX;sT۬~O3'KA XhupEBϔd@/DC܌b虁+x0h6:R-mv3RďRSPÿZ ˆA@OiK-W_FM-p(ZM 6,@m<ڷ[>co\{oyvd+K_lw HR \R_2Z ,@C (Ċ "h&v~ߦZZy(TwL# ' #khҙMn, &zE2Vغd?[͜ WG$҅ѣ`=1MCdе{F]\gzؤ C"=DBb!CA&98/9"ĺ8ireQ.?4M-' '2!I^) 3\q^w鳦mm{+f*Gumi[G\D@YQ>Nk< <,V.FАSB.<г(/o0iD.0Umc@.lx sOdOkn /˄YWIwK/_l0{XGcVxSkbc7 zh%{ VV7$BK7n)aOF3)]1Nm\Zg;^1 Ey}ίN1-3@w4h@^Љau&Ki:m DA A>΃p5lK@0o]s5-c|hpת//#O'K;!K9M;,()gL2+9~+[ojPp ԣ@Q]:-WTMk퉍C (9*x {ųR_3Wt&~~7Ni7JA# b&G*k07Ƕ,||.fbf݀V;I<}Ƌ'ƆO@3LIɥO[&`M@9pb{xX/V"e|%68b^we2<@UDh^o1&ʴ iSW,bi !9[ >[kXguKx!6˕˚tػ!"cq1fomyM(AfvӊٕUAsm2lTк+R,[ khZyJ/2E@*IZTt֨+XWU]87&sl~@zZY`Δ,m:73C(f <猿P&zxie߉ѵP\Oj:QzlL ,ꢼeaHP }k@v\xtWZ>|Cg?vT iRmρG e/od p^k.eq{(R+4 BV&{\:d`aY`P{\ITVBaD10!ݗWIBzU3(\(W\L +r^B/*;li]TxǼmb6,X _Cu׾{!l` Cn̯_/f7+R^q3U?Ndx/ti-<v:WD^>Qe㬜F w*V0IGxd d/ |W@<е9sG00*u$'Ffmޡ J1( dSg XgKl㨉)^T32/Lsj YVB~9p6m e @v^wqcs@8S \w;=d@Q/#ҙhX-gʞ$Iͨ Q'䛮?~ܿhLa 'F6 Ȣ~WPhNCbB) M|db՘zATЈv#ENhQB+M<εBg@8Eh;oLA#&LaN|qiAsqDϭk1`cAZBm/:,暺/֏6NN-8y^ \n3K {?-&@bJ&MW*d)P;u_ZNwqV##"@c}$NM݁r_~琏12+sFx OV B%(SS, p]#oZR3\NO;HLf^ޝ#Ґѭ=` 57lr+/J*²`';Z8?hHp3%-.bm`HƤy7P!zwIIcDRqq)[;u qDkG}Yy#$75NOVq+~hOuX{P ^.! iܯ=*qϰi:@˕]OII}dKҭq[] IK -McH:[JnxWŢr0%@ NX>X@}Ӄ-֧4f&'F]P&xF=։lA?çR0)CLwwv\qk`]z4$!ש^tSt]UvU*]gdfRF=> =˾?TXӻ'=6X~0`wmX9xv^ `+7 6P^2>XMIKn%7oSr!%-N7fOG'Y@ŰZdz M{:M(ұ@'ދ;dE> vs>Dn X%)V=2{f6d ^\C?H{r҈cLlZ.Ͳ?I`K*K454v[<4X=, Z/2{c5lt7>փ_qpM`&(ѥ8x^F)V3wxq)jUX6MU%uý)2nTҬ市5Vl.4ŸӴt&Yᑦ\/[֔sA.¬;H5*/[s%r$F 1_97"'f n*4!V0nm.\qY7&tvKJՓAC88{$#p7JgP|T#*4}UjxR 6XT[kVc9$̚yXUPGbi6LV*Nz+go8Hpy)\7sMistϰG~'͇$@lڸ ɖK|DDi]oփn[YO +k'7L_[qwyƋL,n*ƛvQAC^[ƛBL,x5-$U} jYB^ ߾nu^{MozStJ1?aJ☯ )W\5?b|7'fƤ0/ \ON)lC+| F󗩲rnڃGaimd,#:ݹ9fVrlJ(jg~}:?W6htYFGan9Px;MI\ZHH.E}#ǒ I% }=H)8&m1z=xovc%ZG6 Gk2KbdX`G6x+@\7efWw>iT'rYaI|kGxPN:'F.Vl]/ѻ\)h>-%j%^<FDЃR ޠr6jnuЖ`z9lU:yk{ WW%rrr 3Z Om4X@xL%,Wwe9Q2+LnAh8.;-\0DՆ8۱ݵpaAS4)t$(? |2ƌ,kjzHp}֛,LC^CZ ܚhqiy˽_v>Ӌ{{|zɗzz6ŕK Hpe)aOY<`I8^,%.&7arfFČDkt GSKIH i%8-)a=AuX=.wѨ.'V ]tZYR/-)AX)ԩ &&nXqj2㏍ъ}IfKq_PFsVR}%ۧdpLX 5bT=gJ߭ɦΕn`A6Pd)qW6:ؙii&=¢?ˉ bQbEL|Q-3 C_?x)nZ*[(+j-<@tB lH[X  YZ