librelp-devel-1.11.0-150000.3.3.1<>,MdRp9|چݼˋ+{"Mcܲ6>:!USȵBȞL :5mndW,l\7IL=asYG8?rj|r$ ;inackBǁ [[Yd*{ɓ``6F;9QR(;^SbJ*3enb@o5X,H1 #q /P,92o<T'|&2kbbvPJ5t¯bz7]Y>>&(?&d $ ?x| #, X  n         D {    < X ( 8  9 L : $ F!zG! H! I! X!Y"\"0 ]"\ ^"b#1c#d$Te$Yf$\l$^u$t v$w%X x% y%z%%%%&Clibrelp-devel1.11.0150000.3.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.dRibs-arm-3SUSE Linux Enterprise 15SUSE LLC GPL-3.0+https://www.suse.com/Development/Libraries/C and C++http://www.librelp.com/linuxaarch6486s? U M_A큤dRdRdRdRZ1Z1cRZ1Z1Z1Z1eb1b0d99ab8f2aeffd04dda8300321a23bf0df15d4b57296bb8cc6ea5d54aefb68c8c7b3e3e3288595534d4a612aca6a30282775d0291ae9be30c40ecbd7ae086fa4fd848619b764b9505afab190e7c950628113c552fc7d8bc83aff8d344ecf1ed76f935566e93e3c3c0d9f8fad22eb6d8bbe406e2eb8470a4a2764d9fd9685597b09500b9115f7d401c90ee7a88b94522db5958c23906cbfb8dc7ea7d0c24adb98bd19b7e95bdeaa4fa861e5de0e7537fe6872b454214dbd7c9730164be37cd0bf46c860bdf4cf6936f9d37aa6fee0e3750757b43a64e3f3c1846262dc0ddcf21ef4b44c8f47705bf5082e06226633c264f705d7cc43e962561cccf8dfa3ca283dc57cb94975f88d3fb52055ea6abf93ee9e552382875bd4aa476701ac8a09librelp.so.0.5.1rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibrelp-1.11.0-150000.3.3.1.src.rpmlibrelp-devellibrelp-devel(aarch-64)pkgconfig(relp)@     /usr/bin/pkg-configlibgnutls-devellibrelp0rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.4.01.11.03.0.4-14.6.0-14.0-15.2-14.14.1d?Z=Y, @XX*W8WrfWW@V@VVUthomas.blume@suse.comastieger@suse.comastieger@suse.comastieger@suse.comndas@suse.comastieger@suse.comastieger@suse.comastieger@suse.commpluskal@suse.commrueckert@suse.deastieger@suse.comastieger@suse.com- update to librelp 1.11.0 (bsc#1210649) the previous version became incompatible with current rsyslog version 8.2106.0 - Important changes per version Version 1.11.0 - 2023-01-10 - code cleanup - AIX: Changed ERRNO handling after connect in tcp.c - AIX: Add handling for other ERRNO codes in tcp.c - bugfix/TCP: relpTcpGetRtryDirection onyl needs to check direction if SSL is active. - AIX: in relpTcpRcv we need to set RETRY_recv if errno is 0 - openssl: fix openssl exit code avoid double free of ctx - librelp hardening: Fix multiple minor issues causing debugging trouble - OpenSSL: fix depreacted API issues for OpenSSL 3.x - bugfix: compatiblity problem with openssl 1.1 - bugfix: Forward return code from relpEngineSetTLSLib to relpEngineSetTLSLibName - bugfix: make relpEngineSetTLSLib debug safe - bugfix: warnings reported by coverity scan - gnutls drvr bugfix: library called exit() under some circumstances Version 1.10.0 - 2021-02-16 - TLS handling bugfix Version 1.9.0 - 2020-11-24 - openssl bugfix: preprocessor check for tlsconfigcmd code - solaris compatibility fix: add strndup compatibility code Version 1.8.0 - 2020-09-29 - gnutls "bugfix": handle receives who break connection on close - gnutls bugfix: per-session memory leak - tls bugfix: RETRY not correctly handled in TLS Mode & CI improvement - bugfix: librelp.h contains duplicate function definition - removed some more externally visible symbols not being part of API Version 1.7.0 - 2020-08-25 - some internal cleanup (const attributes and such) - bugfix: library did export non-API symbols - openssl: Fix chained certificate files for older OpenSSL Version. - fix FD leak when socket shutdown is one-sided - TLS: Added call to destruct OpenSSL remains to relpEngineDestruct - fix memory leak on session break Version 1.6.0 - 2020-04-21 - fix namespace pollution - some non-API functions were exported - replsess: fix double free of sendbuf in some cases. - improve support for libressl - Modified GnuTLS priority according to standard crypto-policy guideline - tcp: Missing pUsr Copy to relpTcp Pointer fixed in relpTcpAcceptConnReq - report io errors for plain tcp connections Version 1.5.0 - 2020-01-14 - bugfix: too late termination of relp Engine on shutdown - build system fix: invalid default in configure help text - error message on invalid TLS library request added Version 1.4.0 - 2019-03-05 - build system: enable openssl by default, this means both TLS drivers are now build by default - support that both GnuTLS and openssl TLS drivers are active together - portability: use GCC __attribute__ only where supported - bugfix: build problem when HAVE_STRERROR_R is undefined - bugfix: openssl driver did not properly handle retries when sending - bugfix: in openssl mode, cert name validation did not work properly - bugfix: invalid handling of connection fail could lead to abort - a couple of minor and cosmetic nitfixes, improvements and cleanup Version 1.3.0 - 2018-12-11 - improved error reporting - bugfix openssl: anon mode did not work with openssl 1.1.0+ - bugfix: do not send multiple open commands Version 1.2.18 - 2018-09-18 - added non-standard "certvalid" auth mode to TLS authentication - bugfix CI: make distcheck did not work Version 1.2.17 - 2018-08-02 - added support for openssl - improve code quality: replace strerror() by portable equivalent - improve error message on connection failure - bugfix: 100% CPU utilization due to busy loop - bugfix: do not expose symbols that are not part of public API - bugfix: potential segfault when listener could not be bound Version 1.2.16 - 2018-05-14 - API changes * add new API: relpSrvSetOversizeMode() * add new API: relpSrvSetLstnAddr() - support additional hashes for fingerprint mode - bugfix: potential memory leak - bugfix: memory leak on protocol error - fixed a couple of minor issues: * fix memory leak when relp frame construction fails * removed unnecessary code * fix memory leak * fix memory leak on relpSrvRun() error * fix memory leak on relp listener construction error * also resolved all other issues reported by Coverity scan- librelp 1.2.15: * CVE-2018-1000140: A remote attackher could have used specially crafted x509 certificates when connecting to rsyslog to trigger a stack buffer overflow and run arbitrary code (bsc#1086730) * bugfix: invalid handling of snprintf() return code * bugfix: invalid assert predicate * some code cleanup * bugfix: error message on open error was truncated- librelp 1.2.14: * API extension: add relpSrvSetMaxDataSize()- librelp 1.2.13: * bugfix: duplicated lines after server reconnect- 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 usedibs-arm-3 1683135137 1.11.0-150000.3.3.11.11.0-150000.3.3.11.11.0librelp.hlibrelp.sorelp.pclibrelp-develAUTHORSCOPYINGChangeLogNEWSREADMEgfdl.htmlrelp.html/usr/include//usr/lib64//usr/lib64/pkgconfig//usr/share/doc/packages//usr/share/doc/packages/librelp-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:28858/SUSE_SLE-15_Update/9a59c1a9351e180e33dc0250255f0d7a-librelp.SUSE_SLE-15_Updatedrpmxz5aarch64-suse-linuxC source, ASCII textpkgconfig filedirectoryASCII textUTF-8 Unicode textHTML document, UTF-8 Unicode text, with very long linesHTML document, ASCII text, with very long linesPRei>ƉA/ Peutf-875ec9ecf49af773288f64c3455c1728b3a47a236b100ce7448f8b0bffcbda320? 7zXZ !t/f#!]"k%r=d)' }z̭H:@ek ֓NǦ8㎑(Px;?G$06&NP@54܆|^S.}_ol8/YgQ"К!hF[>ljgp]rH{ԧgqq߭򃘘ĒIsꇍdڇ,M̍nDž΃Bj0<Ů0Fޭbs&(rNrSQ!>m|G1OVѻP"}ꔁT+Vz_\teM:*ȋz)mDr %G̊]5%;&|xֈ*Oi鶭l0?ѽ4 pSbr9 w+Zd&Z8ԃHrV.w2 I )q:ɕ=Tߘ\Ut2ۣz >$=]{Vzm݆Lx}6ۡb[h"> K {M&Ku,誠#Z{+zz:95(Lc*8|R @ Ui$EPm8a (G CԺͅ>}RN)D uԮ$t &+iUC54UVSiT.v̻1ON&qG,c8M#,f8>>|=}ݲ [>l v;hn@2Byrys a!3T<}rJ7:DYX7A0&.qJO!=jS҉f0vKݠ)a53Z}\ ETc]yGi⠎8 >uZV4<݄ΐL^䣻_"K%L+ Cs]i}21,]+gϷ5KU+u(KL泧r@-GW`#AI}+1U V&4`e rAWF8H0azc"KkĒ=]&0ݲ~z?޹|1➬H|]`0- eBgĜes,9?ja'y{G|:0E4U J:9HGho8Q(P#SK"?lY }')?d_ J{ɢ{¿jXonݎä ׫cu&[9("wM1!ż ׷2\||y[Jf-Eyb9Rzٝ5"ø= Rá2křia$/ mGZFoM^ؼcJ(,P $Nws`vҕad27?6j_uQ&fBAcw7x-q2 fӏL7Z'W#7 =ibŤއM}sc7~]_sIfKrגP=c\Sx81.$*~P/[/ٞ962\1D~{42&ˤOR(hpYТ3lUf7DpP&m\V9ٟy'DXфj%l/Q=$}ۑH铏r)c2q"[@Hj^t^W 8nǪΒÓ~1{%=}5ϖb)RApB'3{[y엔V&38t Tuli; N!_e|iDg pqYf-~?ݞ{iOA,,)xd0=?X$Tik}+?l[+;H5gm@KEK8\7`kor-Q!'AMthUJZ\ڄ!rRrA &qoJm\@<&5ejF(Nq"/-2Bcg&5Z°8Fnu,jY^Ѻq jR.{40m1vm~xmQr^4U<5,a-=8SWۯl Xg1d* "SE 22o;HgeHp>(a lOt\S3whZ8nr ![ti$Q#69]vd)|/:E7}|[rpإ̷w?й!˔64^bSb~ʢAwA^fxo-uM?x5a=)Dz vh6}0o =MS ݔiiZUjhP1)dd39j,3J/8ud_& GF -ԏџl}PG}{g0'4@Jx}['r &6-9Cn .$R˄xy˼?i?+l$XÉ*sKT͌6C 9VLnĈ(ɤ%8St?quHn)Plm%;E?#W:& u%ވ+ru  yOL`zR9z;ĊFYmG\\~)Fw$Z(I/K85^-O3a8=u_c A]"O 5v[ks aVd%")b0^~X.^j31 S`ţ % <#N3Ik?+*dAbԏ0TtЛӕJqؕ\q7[\lo/ Xrt& ͑'HEdOŎx7?VTU-wcyeQnū;\ \,u86=l& *>Ĵi\woO^.d16?" 8xaIWq@UR2!ӟT#^l6-h81*slo^4h+P(mC^X9*/Y,i ʋWT8޻+QBOl0SĎc8l&T g o _wxm\ϽSTG +y51ڼ)Tknrld j ({=(D4]e{6_.Qql4̖ _}D8ϐzS&]ƻiN~ʝRtM~G!XMfw#dnco ۮ8|iW.1\M=5_éJfyUa-n$ \ 齋 1{!#Z.%.>p!+{b[Cek#`aO~儠U&P;ay\ےB_i`^m~}"62\P2/Zb@? MΡ-O8ƕ~:$э<0s+ G[z>(Qq)Z%ou%>>tlLjs<Ĝr 6C[Kt#h~=;Rwop޶T{1%/l?Аy\ av#Ƣ}G6lmՑfc0HpRч8<4P>lk@1c%4MWīV=I&1[5ޣ.#_yޱ53MTٛ% VڒήzoѩJo"֥-h™5p)Yag+6(T/r0 %qDq/H?dkn0<ȻR;|vM Л] A<hg+|rj6E !ꇀekvNSqD%a./f;QѼYp5n%h:le@V% |#9V谏?}mzX܏l : ?^!k%P k:$a޹:s)#v0hBn3=1t37tHbs .}5 Bc̹\=7;DYH 9'&(,!{xB˗7hk*HN-DW`LH&wi.b1L"ϕ[%w0w ٶFBI3+8ql= ?/VnMrftZ"a{l`@uӁRhTGn+|ר줲]( c߾]!oKޟ8sѤBP\:qҩ%ay*͞P2t[tLCe{w0v#@1ݲ2k,zR}%KQE11βvy)dցbO쨡RB@6NhW]ٷG&:+%! 6-۽.8 VV4i i RJ-Z%^qAFRoqSS~VT{uKL z[ 07'r֩|2HcCDxJww{0C`\Q&FbS5q'ptr1ޟr sPRK"n|wFliLdh$h^>>ΩglYlZ4Sm$IN4UCN jY]aijZdlBeu@=xӁS 9 %3N)>]$諹7z!<2?ju:xd Έ$Xy:~8# ! +fs(O='=J ||{.Z&_#DAgx7690דшVlߧi+[ք8>^iAuEOm5VG6vn;8ia!X4ˤJ<:wK`=?Wy2B#6bN#X noB׮E9698fqs4-";Gp sɹ8CP %4xWB}n7o9Q)ū'~ٜFillɼ1ѝ&[o2ipg 7W}A!&3~'0x@ RmMznAc|$j:ΐw'EGSYB':~a }TW70URY׭Qslƌ\Y)A?L`ӨS5~XBLmc%% +}$a`TӠ|J1`wp}6BYt4u_f8vb;[EeT5Q8Lٝm/4o&E.IkP0A.C0Ƅ̪tm\cͦraʰH r %Tk≟MT_*=ԓoAwuMIQ೮)z wbLr.aDCL]=o,ɥ$IǟRh#bѮpf_ 6j|w۸ǧ@XF,h-8FʁX_W52ᴛhל~ 7-ggC?*:M`I6cD! bWn?KKQOٷޛ՜ ,uhټ<"kP`\=4!PT3ڛ`e6W 7Ք{5|jJչ2&@XyR~--wlZ(_ծ|< B&ր?s/}aQл̎i`0&gx˻e|ZAtؑ=,.P,P.1R@ >T3ըľ eD&Gض0@JOݿ?xxUL2.:,}?xn7aN|ɥ60n:(4Bn~