librelp0-1.2.12-2.3.1<>,BCZ/=„JQ߸ \D2pDcsCGF& 냐I%\Mr蝭_5m@SPBZr $\/mwN\x: ϯ3=>ĈwBҮ 'VIdxxk/i 4ǜ0wZ,pd>c|zgdy*\y64bI#t+P%՝Tpo崝0HRғb𽩚%'9@q>;TY8-8w2*3><)?)td   3lp|      > PXbl(89`: B>&@&F&G&H&I&X&Y&\']' ^'*b'6c'd(he(mf(rl(tu(v(w) x)(y)0 z)dClibrelp01.2.122.3.1A reliable logging librarylibrelp is an easy to use library for the RELP protocol. RELP in turn provides reliable event logging over the network (and consequently RELP stands for Reliable Event Logging Protocol). RELP was initiated by Rainer Gerhards after he was finally upset by the lossy nature of plain tcp syslog and wanted a cure for all these dangling issues. RELP (and hence) librelp assures that no message is lost, not even when connections break and a peer becomes unavailable. The current version of RELP has a minimal window of opportunity for message duplication after a session has been broken due to network problems. In this case, a few messages may be duplicated (a problem that also exists with plain tcp syslog). Future versions of RELP will address this shortcoming. Please note that RELP is a general-purpose, extensible logging protocol. Even though it was designed to solve the urgent need of rsyslog-to-rsyslog communication, RELP supports many more applications. Extensible command verbs provide ample opportunity to extend the protocol without affecting existing applications.Zcloud112-openSUSE Leap 42.3openSUSEGPL-3.0+http://bugs.opensuse.orgDevelopment/Libraries/C and C++http://www.librelp.com/linuxx86_64-ȡZZffab2629f7c55cf1ebb9992116e76533librelp.so.0.2.0rootrootrootrootlibrelp-1.2.12-2.3.1.src.rpmlibrelp.so.0()(64bit)librelp0librelp0(x86-64)@@@@@@@@@@@@   /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.2.5)(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)libgnutls.so.28()(64bit)libgnutls.so.28(GNUTLS_1_4)(64bit)libgnutls.so.28(GNUTLS_2_10)(64bit)rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)3.0.4-14.0-14.4.6-14.11.2ZX*W8WrfWW@V@VVUS_@S*@S&S"@R&Q5Qޞ@Qޞ@QQvwP`K@OO@O8@KŮ@Thomas.Blume@suse.comndas@suse.comastieger@suse.comastieger@suse.comastieger@suse.commpluskal@suse.commrueckert@suse.deastieger@suse.comastieger@suse.comandreas.stieger@gmx.deandreas.stieger@gmx.deandreas.stieger@gmx.deandreas.stieger@gmx.deandreas.stieger@gmx.deandreas.stieger@gmx.deandreas.stieger@gmx.deandreas.stieger@gmx.deandreas.stieger@gmx.deandreas.stieger@gmx.deandreas.stieger@gmx.decfarrell@suse.comjengelh@inai.decoolo@suse.commrueckert@suse.de- EMU: VUL-0: CVE-2018-1000140: librelp: Stack-based buffer overflow in relpTcpChkPeerName function in src/tcp,c (bsc#1086730) * added 0001-unify-error-message-generation.patch- This updated library is needed for latest rsyslog(fate#320546)- librelp 1.2.12: * API enhancement: permit to set connection timeout * cleanup: replace deprecated GnuTLS data types by current ones- librelp 1.2.11: * do not accept more than one "open" verb on a connection * fix potential segfault when high-numbered fd is used in sender * make librelp not run in thight loop when out of sockets * flush the current recv frame if it exists if the client session is restarting * API enhancement: add configurable connection timeout- librelp 1.2.10: * fix a problem with sending large buffers * improve sender/receiver code * enable compatibility with older versions of GnuTLS- Make building more verbose- fix build on sle11. the sles_version conditional is just broken- librelp 1.2.9: * Ignoring return status when handling syslog frames now. Otherwise valid messages in the frame buffer will get lost when the remote connection is closed during meantime.- librelp 1.2.8: * fix segfault if KEEPALIVE is used- update to 1.2.7 - bugfix: librelp was incompatible with C++ without a real reason - bugfix: potential misadressing in wildcard match - bugfix: always last wildcard match was reported, not first - contains changes from 1.2.6 - report error when preparing for non-anon TLS and this is unsupported- update to 1.2.5: - permit to use anonymous TLS on platforms where GnuTLS lacks certificate verification function- update to 1.2.4: - correct API/ABI change in 1.2.3 - revert back to previous state (return void) * relpSrvEnableTLS(); * relpSrvEnableTLSZip(); These functions are now deprecated. - introduce new functions that return a state * relpSrvEnableTLS2(); * relpSrvEnableTLSZip2();- update to 1.2.3: - add ability to build librelp without TLS - API change: two functions that used to return void now return state: * relpSrvEnableTLS(); * relpSrvEnableTLSZip();- update to 1.2.2: - add capability to enable tcp KEEPALIVE - introduced new API relpSrvSetKeepAlive() to support KEEPALIVE - errors binding listener port are now reported via error message callback- update to 1.2.0: - support for epoll() added - API extension: relpEngineSetOnGenericErr- update to 1.1.5: This is a bug-fixing release that takes care of a memory leak on connection close as well as potential misadressing on session close. - bugfix: memory leak on connection close - bugfix: potential misadressing on session close- update to 1.1.4: This version of the library provides certificate wildcard name checks. It also supports enhanced performance options (burst support, requires support from the caller). It also contains some bug fixes, especially for BSD. - fix build problems on BSD - add ability to specify a non-standard RELP Window size - add burst support to the client API - wildcards are now supported in TLS name peer authentication - new APIs: relpCltHintBurstBegin, relpCltHintBurstEnd, relpCltSetWindowSize- update to 1.1.3: - increased performance of RELP connection - bugfix: potential segfault if no GnuTLS priority string was set - includes changes from 1.1.2: - add capability to specify the GnuTLS priority string This gives callers complete control over crypto parameters, like ciphers to use. - add certificate-based authentication - add capability to specify number of Diffie-Hellman bits to use - API extension: relpSrvSetDHBits, relpSrvSetGnuTLSPriString, relpSrvSetGnuTLSPriString, relpCltSetGnuTLSPriString relpEngineSetOnAuthErr, relpCltSetUsrPtr, relpSrvSetAuthMode, relpCltSetAuthMode - includes changes from 1.1.1: - added compression support for TLS - API extension: relpCltEnableTLSZip, relpSrvEnableTLSZip - includes changes from 1.1.0 - add TLS support - new api for creating listners: ... which permits us to set various properties before the listener is actually started. New callers should use it. Sequence is: * relpEngineListnerConstruct() * ... set properties ... (via relpSrv...() family) * relgEngineListnerConstructFinalize() This new style permits us to add/set additional listner options without the need to introduce ever-new listner create functions. Actually, their number would grow exponentionally, so this were a dead end. The old-style APIs relpEngineAddListner() and relpEngineAddListner2() are still fully supported (and supposed to be for a long time), but flagged as deprecated. - includes changes from 1.0.7: - ABI change: removed relpCltConnect2() API which was against librelp API philosophy This was only introduced in 1.0.6 and been in the code for a very short time. So we decided that the best thing to do is actually remove it (there is NO known released user, this changes was for yet unreleased rsyslog 7.5.0). - includes changes from 1.0.6: - enhanced API to permit binding a client to a specific IP address - includes changes from 1.0.5: - bugfix: compile problem on Solaris - includes changes from 1.0.4: - bugfix: busy loop on syslog sending as a client when server did not accept data; this was broken out only when the remote peer indicated that the connection as whole was broken. Now we properly timeout. - make -devel package require gnutls-devel to be useful- update to 1.0.3: - added relpCltSetTimeout() interface function - improved timeout handling - provide support for user-settable shutdown indicator - includes changes from 1.0.2: - added capability to support only IPv4/v6 instead of both- update to upstream 1.0.1: - added capability to stop server without canceling its thread - bugfix: interrupt of select() was not properly handled - add pkgconfig support- license update: GPL-3.0+ No indication of GPL-3.0 ^only^ files in package. Fedora also using GPL-3.0+- Remove redundant sections and tags from specfile - Enable parallel build- patch license to follow spdx.org standard- update to version 1.0.0 This version of librelp matured in practice and it is now time for a 1.0 release. Besides that, it includes a small number of changes: - bugfix: user callback never received remote IP address - bugfix: offers builder did use a fixed size string without bounds checking. I don't think this was a real issue as it was not exposed to the outside world, but now the buffer dynamically grows (which is the right thing to do). Thank to mterry for alerting me. - additional changes from version 0.1.3 - the callback on message reception did not contain a way to pass on a caller cookie (e.g. for an instance pointer). An additional interface has been added to support that. - cleaned up FDL license specifics - added libtool versioning - made librelp compile out of the box on FreeBSD - thanks to Michael Biebl for the patch - additional changes from version 0.1.2 - forward compatibility changes in support of our plans to use the rsyslog runtime in the future/sbin/ldconfig/sbin/ldconfigcloud112 15221235221.2.12-2.3.11.2.12-2.3.1librelp.so.0librelp.so.0.2.0/usr/lib64/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:7945/openSUSE_Leap_42.3_Update/24972c372e081b38411ce2035e86739c-librelp.openSUSE_Leap_42.3_Updatedrpmlzma5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c9cd41431d3a7b81af7cc54c5dd7d12c30318856, stripped PRR RRR RRRR R R RLHGm- ?@]"k%Y}d)' @`PuHW质aHT=xsWEiW=C6vp|jիg\2;*^*Cxsr Ns8ⶭI x 3`!ֿ ]([{uzHQeN4#]Lk[XA?b14E қ^mᩀs-KZv7l8L4/#n.7`n(Jg^xX3TT4(Yêm :d'79q =U/u+ $ uL!lH@Α ) = \G[MYM'!Æn=$POkq"["h U;UCR|N%RKM8s!%Ws o=J^{{PVe Ph8\lr+3}mIH X4I_F*sI(WNr0Qxĩ^S>GǼ>5l )Ւ`CthYMnToFxeN7S5 ^4m_zv%sb -|谑 :.]x"٭t:=R,CθDRA\fK8Q6>*ֱUe31lsWΧơOUk I}dbޕ_/;gϻ)X[+ws]+LF&^vF/TkQ2{[Ӣϒ,)(weܛ_'Jg$Y12xGf7&gv1 }yN4'Hrwhn0DeF0'{6Jj3 =z#1Z.oz^R,.Z8KX,!S B_O-w T-= rEأIJDsu~"_T|Z3Ml*X4t6| =X9Q9Z6%0jQzنqjB4)yx\g:-&VQcigDJ4מF${]*qKJ.>N/:mϒO|f~U&U(WeDeOAJ2FX>3Vz'0'|\J?;X4weZDLPrE=}TeޖNc[tׁ_`{"ڒaVYbꚘP{;@QMbv^ a +ʃgRזaj{T6Ԩ۰ד"9ҸflL~se^SoțKjm;T1<Й8Q.WYG_ 4פ2iCHGuBj8#%:\ڪZ,9!֟<nj?_FT+s},  x}P#L{{O) o}hcə>dj}&9v2Zs"ujY?ꛮ٤HʑRZ0U qB6+Ϝ4Jdbdp[=L3O|4rʽ@pނ&z"S<ĎB*30`OtQz>c5*CFr9o"-wI5iY'POڶ%MlA`s5 #b Hz wDl7/| Y{_D`djɒP$oHo T5Z/w7šͿl^J~PƬH L.9Op-zt _e a}bͿ(-C8)BP2\ B%晬9$Glǁ}FO}Ano}2/*w,LXFv!LyKhomՀ87,@G(є;(7vf@OH'N3JNrjҘ>:0cs "e?<\0qPleu (J2|6߆bn\}86>߄H YP -lvYfIh6@"4_2 Qٓ/| }9u.~z.ْS$! &T8$!Qa CeE#\ΦP8[ jmKąFhLև6豖`1 x{u] I ScaX$E'?OPS{%ظyҢl@]dn\+q:}O0?|hz4b4]i4l66_#vmL਽zis|z݋շ̡ȾոѲ&2rw/cc/J=b$ HҶ)Ӝ7n1z* f[U{όRj(N5eՏM)Dhnd' $"&C*sֿ֗O=_5- Z"âл0B sz?O75AJ3_ Ւz蘈c o̐8ͬ C۵? 0ƃ\so[&Gԥ19WMyrc?`IȸN,mdB-,7xc_]F䰸!`W GT@SxkZb(J<^4s! 6V= \b!EeLѦ +߄{[鉎_ɗ\b ؤz|;EC7gd~̵H,RBH_h Rѡ8+*j ͙wWnҝ]1#͖I\ 4֠}oUdQK˴`BP$ ,{LڬIF 2(:Qhz߉X2l2Da`ߘ%G #6aƯxj?WEt0KQPԁ%Y`dp*q2-ªȊLw͸v;"P;x6!:Q ME@{xQ|ǽ91¹^Yߗz[.~-(-{y Ű0W\^G;,$N&SR5<,?T 1m  N>dP&f'h73DDhzFk