libqb100-2.0.4+20211112.a2691b9-150400.4.3.1<>,E<ep9|':nYyԴ=ֈU&3'C/`d~QK a%iiG5u-:Z M%K3 Ul#F4H1{|>v>EYL=3Yu▤y>?F,hH8Ղ]5,o_J *r: }uv\wyܜ>@5l?5\d " / [ *< Rc    H \l T&(P8X%9%:%>1u@1F1G1H1I1X1Y1\2$]24^2cb2c3Sd3e3f3l3u3v4w4x4y4 z45 555XClibqb1002.0.4+20211112.a2691b9150400.4.3.1An IPC library for high performance serverslibqb is a library providing high performance client server reusable features. It provides logging, tracing, IPC, and polling.es390zl34SUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/System/Librarieshttps://github.com/ClusterLabs/libqblinuxs390xh_A큤eeeai71c288d6b6e2c353fde4266df6d5f30265b98df8283f610ade91ee6843ef82d300a89b0d18aacd4114decf79122db87bf35bddaf2bc50e383c9c9f4c263390b2libqb.so.100.2.1rootrootrootrootrootrootrootrootlibqb-2.0.4+20211112.a2691b9-150400.4.3.1.src.rpmlibqb.so.100()(64bit)libqb100libqb100(s390-64)@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.11)(64bit)libc.so.6(GLIBC_2.16)(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.2)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.9)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3daeaza@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: 3f7de657855bb9fb4e58777851735bf663fa7f3f/sbin/ldconfig/sbin/ldconfigs390zl34 16946090772.0.4+20211112.a2691b9-150400.4.3.12.0.4+20211112.a2691b9-150400.4.3.1libqb.so.100libqb.so.100.2.1libqb100COPYING/usr/lib64//usr/share/doc/packages//usr/share/doc/packages/libqb100/-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:30634/SUSE_SLE-15-SP4_Update/63185e73ca827838ca42fbbba1a57d45-libqb.SUSE_SLE-15-SP4_Updatedrpmxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=229b3d3e80f476a7e1c06490b2d9b330ab30774b, strippeddirectoryASCII text PRR RR RRRR RR R RY9(hc(D%Futf-8a09a214bb8c1d53ae4ed4f83c4cddbc124ce395c7ba3ec90ed4455206cdbf4d8?7zXZ !t/ e]"k%+ň|C0=$@U<8b=40mk7X{qU$r,zuxνkY=9:1^1MkyNXuwW0bxcUqk s8%iQ`A?8 ҿtL x ;1qPpQV\0K_Oד z,Ej/O ?UWUqq]S=N-\nX*%Hg6k͵A]c0kʀr_ag_Ue[~F>eC}5fAr}}pL V ~Ϳy< F]6!}R(D77[,uZR CUNِM(>BD8/H^?Q:1'BM{h8{hBع$\& umt˴[[,gfoQ KJz_`?p%p$sdU*>LjH^~A~fWӶ C=zhF:?o&eQLcv\qOzVB5صjPa(>] >yigm [u10 k␡6J0f,ci+g w ?1dR{za Ʈl70C{f#:0;mإ/}O>K ,O 6sW;|T )Ia/@|#3!+\P(PU#=HLZ^~& ~ *t\Qg'}뛶1ULS]N qYSη2_x3bR >@T/ߔ3_t n\5I2)2T>[VCƮ@K†5hqn݅ 碪9@,qXr"4(%y,l.c$ƷV8U;S#ntnehҧ#,f;)VewhP2)(Fl54#ӱi4A | +E~RhvX{^fFP"x.{b h%uw;KEUX}t%Q*03ryΌz4w00f'5 ^^ n[8K$ؿXcnc3)w4u\͙6ap=?o^II7i צPsIUD#Ba@gm i"KgcmqV n+ipH2q55Q}ċ $wtgz§Vw6T;BǴ!k5cTzEEɼjc#wMny}+ *@{]IbOHK)/| bD552ÏukՆ<>7pFԅ{b ?kݖJXtRrl3—Q`|LЦ3ٶ0jm=zݞ+ ,ր_ofz1-*. b"PZ&^Vo6_uJ˪ts'굖VR! j_8kKۈQ\#[ U !7ZMX \ĪX2!Q$S%|޼쇸lH5šRR\x]islq;2du t!\̤A[[Օ