libgensiomdns0-2.6.1-bp155.1.6 >  A dk@kI%z G֊*&DVd^}%?YF8Z2r]'F/&g'c?6gD bv `UoRMJ|V6HrygO!ۆ(AX*>y'yFoUax.lP+l˸^ N6b-Jg=qs޲ܸ`Oƺ.ha3\Bk{աކm7ŕ^qZjMee V*FT#`H$VxH_Un>z>jӓPa|<~J #"e攧c^€}ZxrW64:s-8>ǁX1w7ƨpCƈe&Av)jy x{h$KL_E[˖P_>zPW}6l"L @~a݇+r,B rvc*oIO e 6 W姵 C+(49cfcde5a9098a825d7fcabbf8d7b49d35179cc025be9f624e209114be91ef200ae9ff0bc6cd72c6fc8cc396e759035964c37cc4fdk@kI%z b\_.o}vL2>\3ɺ,.{8ڵt}9in\l51h-'6<0jN¦Օ7J9R {5쒑0c*D8!i[tWaP*Uu,A/KچfŪwG9Ta9,ZS~]k^5]3@m|F$3Cm1ݷDw(_en"-S -t4Sr5$ _`8ypB eEdJ  ,1n# rǨJjL|tz|.66#GĂhmZlp7K|CႯ<׺L/pqMbHg䂚Ǯ?}ObuCԎA$iIr(%Y>p@,?,d ! K @ Zk    P P(M8T9: >(]@(lF({G(H(I(X(Y(\(](^)Rb)^c*d*oe*tf*wl*yu*v*w+x+y+z,4,D,H,N,Clibgensiomdns02.6.1bp155.1.6Library to abstract stream and packet I/OThis is gensio (pronounced gen'-see-oh), a framework for giving a consistent view of various stream (and packet) I/O types - mdns supportdk@Ocloud117SUSE Linux Enterprise 15 SP5openSUSEApache-2.0 AND GPL-2.0-only AND LGPL-2.1-onlyhttps://bugs.opensuse.orgSystem/Librarieshttps://github.com/cminyard/gensiolinuxx86_64gHXdk@9dk@Hdk@Edk@He986a3800edac13be4a474b5d0744491702d104921a8590802cf78ca1f8f0d377e734f9f36b6a524d5526e5dfc12bf42bebdee1853dd447b995d802232ff5108libgensiomdns.so.0.0.0libgensiomdnscpp.so.0.0.0rootrootrootrootrootrootrootrootgensio-2.6.1-bp155.1.6.src.rpmlibgensiomdns.so.0()(64bit)libgensiomdns0libgensiomdns0(x86-64)libgensiomdnscpp.so.0()(64bit)@@@@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibavahi-client.so.3()(64bit)libavahi-common.so.3()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)libgensiomdns.so.0()(64bit)libgensioosh.so.0()(64bit)libgensiooshcpp.so.0()(64bit)libpthread.so.0()(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(CXXABI_1.3.9)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)libstdc++.so.6(GLIBCXX_3.4.21)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3ccbbs@a@a@@aaral@a#`g@``_@_м@__|\@_p~_C_/@_p@_ @^^^^1^=@Dirk Müller Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke - update to 2.6.4: * https://github.com/cminyard/gensio/compare/v2.5.4...v2.6.1 * The internal structure has been reworked so that gensios are dynamically loaded by default and can be individually selected at build time. The library itself was getting too many dependencies, so these dependencies are pushed to the individally loaded gensios. There should be no difference from the user's point of view; gensios go into libexec and get loaded on demand. And you can write your own and stick them in this directory and it will pick them up. * The os interface and mdns code has been put into their own libraries. There were circular dependencies, and mdns brings a boatload of other libraries. They really aren't gensios, they are gensio support, so they needed to be in their own library anyway. This make the gensio library just about gensios. But it will change the way you have to link against it if you are using mdns. * The sound gensio is now no longer experimental, I'd say it's beta quality now. * An AFSK modem gensio has been added. It sits on top of the sound gensio and implements the 1200 baud modem used for AX.25 in ham radio. pty and stdio have a change in the way euid and uid setting work. There wasn't a security issue, per se, but the way it was before didn't work on BSD. This makes the usage more standard. - add splitprovides/obsoletes- Update to version 2.5.4 * Ratelimit - limit the data throughput on the write side of the gensio stack. This is useful if you have a slow device on a serial port that doesn't have flow control. * Sound - Yes, you can access sound on Linux * Fixed multiple bugs * This release adds a workaround for non-compliant AX.25 stacks. * It also fixes a long-standing bug with blocking I/O; in certain situations it can crash. This will not affect ser2net, but if you are using blocking I/O, it could affect you.- Udpate to version 2.4.1 * Added support for the AX25 Amateur Radio packet protocol * Rewritten the C++ interface- Update to version 2.3.6 * Another bugfix release- Update to version 2.3.5 * Bugfix release- Update to version 2.3.4 * Bugfix release - Update to version 2.3.3 * The major feature part of this is gensiot is rewritten to support a server mode, which allows it to continue to accept connections after a connection comes in. As part of this, it supports multiple threads, pidfiles, and output to syslog. This is useful as a stripped down ser2net, and also for creating a forwarding application, letting you convert a non-ssl connection to an ssl on, or receive ssl connections and forward them to a local application that doesn't support ssl. * The oomtests are getting better.- Update to version 2.3.2 * Bugfix release- We build gensio with support for SCTP, MDNS and OpenIPMI; let's adjust the requirements for the -devel package accordingly.- Update to version 2.3.1 * C++ support. The interface was already OO, this is a mapping into C++. It's light, but not much was required. * Built-in TCL and glib OS handlers were added. * 2-factor authentication support is built-in to the certauth protocol. * Support for elliptical keys was added to certauth.- Udpate to version 2.2.9 * A user noticed that doing a "send break" operation on a telnet connection would crash ser2net. It would only happen if rfc2217 was not enabled. I've uploaded a new version to fix the issue. - Udpate to version 2.2.8 * This release adds 2-factor authentication support to gtlssh.- Update to version 2.2.7 * Fix: multiple connections to UDP sockets not work correctly. - Update to version 2.2.6 * Mostly small bug fixes.- Update to version 2.2.5 * Mostly small bug fixes.- Update to version 2.2.4 * Minor bug fixes, including a long standing issue with UDP.- Update to version 2.2.2 * fixes a compile error if openipmi is not installed- Update to version 2.2.1 * rewritten the OpenIPMI SoL code so I could make it stable under adverse circumstances, and lots of fixes in the gensio code, it's stable and holds up well under duress.- Update to version 2.2.0 * Support for mDNS in gtlssh. * Some minor bug fixes.- Update to version 2.1.7 * bugfix release only * No user visible changes- Update to version 2.1.6 * fixed quite a number of small issues and things that weren't quite right. * No user visible changes- Update to version 2.1.5 * You can now set permissions on unix socket files * gtlssh-keygen was extended to make it easier to install new keys and transfer them to other systems on a key update. Basically, you can generate a new key then issue a command to copy them to other systems using the old key. * gtlsshd was fairly broken handling passwords if you didn't get the first one right. I don't use passwords very much, and I haven't figured out a way to automate tests on it. But it should work ok now. * Fix some minor bugs and a possible (low probability) crash in stdio. * Add some tcpd capability for setting th ename per-gensio.- Update to version 2.1.4 * telnet - There were some more negotiation issues. * serialdev - Fix issues with slow closes. A close could hang for a long time with pending write data, avoid this. * conacc - Added some extensions to make it more useful, general, and easy to test. * pty - Added the ability to create an unattached pty so another program can attach to it.- Update to version 2.1.3 * No major bug fixes or anything of that nature, some little things. The only bug that might be significant is with the pty gensio: it can close it's file descripter twice in some cases. New gensios: * perf - This is a fairly unusual gensio, but I created it so I could do performance measurements. It's fairly primitive, and I didn't uncover any performance issues in the gensio library itself, but I was useful to see how different buffer sizes affected performance. It does show that the Linux SCTP stack has some issues. * conacc - Another somewhat unusual gensio. This is a gensio accepter that takes a normal gensio string as a child. When started, it opens the gensio and when the open complete it reports a new gensio on the accepter. This has some interesting uses; see the docs for details. * Added missing man pages on the sergensio functions.- Update to version 2.1.2 * lots of little corner cases and race conditions are fixed and a few minor enhancements. If you are using in a multithreaded application, or using UDP, the relpkt, or the mux gensios, you should certainly upgrade. * One minor semantic change. UDP sockets are now opened without SO_REUSEADDR set. The UDP tests were occasionally failing, and it turned out that the two parts of the tests would sometimes get the same port, with predictable results. - Update to version 2.1.1 * fixes a build issue on newer gccs, a doubly-defined variable that I don't know how didn't cause an issue before. I've also been enhancing the tests a bit, and that shook out a few memory leaks that are also fixed.- Set CFLAGS+=-fcommon- Update to version 2.0.5 * Fix some license issues - Update to version 2.0.4 * ser2net will now retry accepters and connect back connectors if they fail to come up or get an error.- Update to version 2.0.3 * Add a control to allow stdio's stdin to be closed without closing the gensio. This will let you write some data and then cause the program to see EOF on stdin, but won't affect stdout or stderr from the program. * Add a config option to not install the man pages.- Clarify license- Initial package, version 2.0.2/sbin/ldconfig/sbin/ldconfigcloud117 16847504152.6.1-bp155.1.62.6.1-bp155.1.6libgensiomdns.so.0libgensiomdns.so.0.0.0libgensiomdnscpp.so.0libgensiomdnscpp.so.0.0.0/usr/lib64/-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.opensuse.org/openSUSE:Backports:SLE-15-SP5/standard/ec23063c5549b13ed5672ee73ca66e48-gensiocpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=ecd213eb753126edfd74d285b60f6731b5c4a748, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=3f115c7a35bb472acaaed803bbf99ad6fedbb6af, stripped PRRRR RRR RPR RRRRRRR R R RRR+Q'w7!/ biutf-874636988fc2523252be39f14fd96c5de527219486aead8669e9c1ed533bdcad6?7zXZ !t/5r] cr$x#Hl iCAۣɵ毞Vrw_ŢDKjl"6'#yhHHF*Ӧp|fr|Qx˔aB6`"Ĭ$އ| z9B+Z@CԠ4څ|7rӬn\baPKc^:NQR+Y3$o`/߼TXP+/w;|c8QQR%_6RJ#o0㧜3ጺbpE'dsޠ1unƬP ˯IˠS zOVagW#h&HԅW)!ְvVL[ k @"I%C`SO3!פQơKJZ+dKJ&1#Ѹ*!o3O'u5/ڽ&:!$AX^߈[%&7=X%I乤l̄ $9Bo]7]vIuBњ^ ρfG_[N/W־2 ʧ7gC ( {f5poDyi]]]p,ؚP@Io搶Zq*sO(  |j ܽfhF'B,^?z)b2^FWه;>ܻ0rt6޳bq>Jܒ]@64_ k%:.@4A>, T*,v;ty+AV..n '%[<:<5{v^:ߦ5#ك4U뵧Ĭzo(zREP? sgZ k+; 6uwT pd"&J섈̱q֮y{5O^eytAČuoLo ˣx&3m枹*dɅ:IGËF8Vtw+Ǹq 䆅Xq%hW) /GB<u"FMzO\~vUzPkҬ#IK+<;3Oʳ0Ŝ߇ `1ӭDWfr490U $u3&8̰V҄бqKIrNg]Ktr@O< h U>60jvi f'#ekA0IB}HnA'0JBs[h;zxwB*uԻ1 N`GEn5% qώfAvM`ownĻm]Sp|Rj-4񜇯9|[G=!ڮLئﵡ\cG%M(`elN$ql߅m9%u>_;d[m-\߉62w~h*1V 4%WE0⣂&F4TP/2QXnQ),T~u&OJgODL`syؕe>g, ( 3;L,>TͧbV- _ט M uCG:vZm` t\7tY lǵP{JulEgz?ٛqʿٺ(=8<@q"n *@U8duqK[[eSu XB7 S.?u"H%omt#k16z,9xk&V}"<"$L| w+6{HlKO<հQ%[' l@ox#"_Bw:&̹ 4 4_%MkJE`! 5o?Ã&d>Ÿ*SKA9 l˹c}FttDCv`$8:lt% f⾣}u&ohg*Ϧ<) '/.晭LQ Z3b[1ޭK|Fy:z9wG8܁8ML xppZ'l[se,cU& تv'M INk@eG☱S4la!Vi)L7Խݧi-6wU;'o][6]WWz𛈻UrsLCɈ'A~]LRhbyishCݤ "3lL1ӁޠYGl^63`pCχY;P2(dKkVk7}. '1ĆiP ϖlgDR= '΋yԖʴ6MсX8n6a߰wbf["㪴mҤB8jꋸ"x֥abZm' ŭv;(R!c:v/~O!6Pht5vE"Ҵ>m7  +r1Jtn1; \&8}-H vWH $i)TIL5o^fS? 3uibv 0a >y%,蕲 A/5 nS`;‘Uһ$v2E\#%SҠv{Θį*yRdxr Oxj!3B@Ƴ^ܻ?k\tk Wiko_߱#_a` @P`e'd(C|bc>45o^ֿ[eJ|̍5!*.E?E]W92SE4SyBΗ]` LbQ4tܘy'!бoH3'n!̈́tWnmJf.yYM2;F6-xKm%B//urUUKnVOLJ*?\k}E ˊ"s:"77~a;eL PQl{G9!b9ӡY䧂{ tPfO!Pl]e.;3#[rʋE=\pdT,%Bhjt[9IzO{ۅ&87dkBP?HK(lwL=_ <#1h8ms=B_[AF9bgtX-jd)l94oYLer5]/3y֬\vhuŇ S-CI,{0.wR#+~D^B{we%ͶB76Fwo *;܁[ VҲjQ&eX32+8huMjޜɆ!Xe1^3 t|`r6!aizW@m0݄ 8 JDXJWd2j!ˍYspPFxVKbUs"U<W{+m={nm-jF?-|Gx4CA fVV)07<]G-2TKr<40)-,L_#sKs{-X?%v!=׃6Q~^#nF m# whFN̹\ m>dSxzb4*'8fp1T._>($h7IX\G&ʓ@9(ٮS6/nw ߕ\|c&!6rq;+I<nE ^%n?F-4'ar2#l(;d1)~-xώ{Z|q#1 l7K|$X@dP`vrEny 8XK%mrxj^9L{j7O .=nxR9ǝTC0֣H9J As3s& =P#?Ihz/&dDڑxdB Az"P v,NHE?lIS.fi϶.[_W݀mUMr,l gS/0;;"#/QCA ey]kG }f3*wf ²7>dCYF6/;\:c&e 牔j ̅ɋG!5|G-4N h&9O"ZmqP B?mNuwJk~ %M ƷYA'}d xǣO£q5c75qѶ9Ұf!x٭ϋ)9p9P.qUq~K^ͦ{T}U0i1^kv7@aNQ^~U}hM W1 mŝbu.E{B;onаJll3xShUmr,Ѻ7sAVT1/^0 {ܒUH~YR-U׻d9Hr{s/|.|s%Y\Ts-XEW;w r*]0?F`F8TԚE[طzĈӴKHd3cwr UGnYN '}^c #<]H\޻mO+i) đ1 N2kT1&@_ܚ KÕ6Ys̜6#|3ډ{|8~ ?,0W!k#<.#xZXyyo_|@W l`qBpJVϪFB>ɤ0Drë>rҥ䓽 j$% pmSuetrZb,:<<ѲJ.ET^JǯŢҹNg&,&FuDtGq◱,jӄ ZY%SCNμ\0\:0%SՎ3 TqmI'`*=8RWЋOaӔ1 '|Β44o +;AvYR{ԯn싟3+z[2^}Y% 7 gڣw1 >jW'; :*^Ϭ2Ltg=`(i^)G1=X#Q-0>.OyRܔRL%zG\dgY 8+5?= GUXbXLHM""-Osi]WS ^y)z ;TZgKW^oua`7f@a'V6qI+xN Ű;錯1ؠxj_BI#z8ʄJCLJc_7D ~s!GaX& <\_LoPn>ȷF@hi|}h'h4Ay6qDaX7S)\Aבd%E4 v.s14g{~csEmXNǮ'ɯC1̹'#>9s S qh6\g|ڴ]ҬFEi0-E2YIs M3x(STfd?pN c=E] Ie)1R3l:I3D#GY+<:x{:\nH8r@* Wʢ`2cEhM;R;+QWNv|OoxÚNLGx- 7+)I2)QmٕW84'lL\Ql{@.a]qUW%W *YRSEJ mCqKf%"I!mEΪnԗ8 }-k+0(ǝ $,tp Jpc31Ne1SRY_ 31qB҄qPK#F!d^fة76YRr \OBB8h?iBޓC0^w#E `^\t>>|#HgML?2KCsgSMy |$,GA SdMSr7]Wn3 k& SZ|^Z9*6{K߁+xTLImxb#L ޸]IVAmI;cs:pP'VOk45T`+fuS bO~[Z^{(`Ҽ0(\^*'{F, f)4o;"+T)rǵ,¶qkٵ<\G7naUc(ڶ'2V'_!"Olw"7ѿ[ehY#2ɭEK?\ S>ALqШSe)Q;T)zb179hX)}6pl{Q:q/&:=3 F3 '|.lh0PtD19|iNR9tJ{+ҦNLx!nO0w^z<ܢ.bKāP5j%!x][0f_ r`iwiWecPK51B!x3j$ul9)W"%Ԅ$l1JDAM&Cg Ъ_ ]{$~¦i\B@ 2mEat !nU$|tX0/yc7lwb 8D.g=Y>&lhKy[{\b`,J1AS#^OsxK$1cK!yޟ#;5>=s =xf԰^+1-D'֖(3TP;ZHL^x)$'؈יvt,R䍶NX%&GvJNIZf8XP?Bnf𧞉­%0l^Sprx#ȱds~z([)M 6K[?iSwmEk pUoڱ_4Qǹٲ/c^>uc8n~x>H? Gl "čqQ&G?Jyʰ}jzI5n:'v05_tXre6kRqZ ~s$HR{ǽs@x'VKFðu$8nzmqH҂p}^>[m,|o0zQw  jJAҩ!%&/>Ʀ!s0edxQr΀jy&>I7)"\&WF]t({MSs,ŋ+ knުEr۹b 4Ѵ]gBU/j- qh7. jSMpf%MԹN胦͚; fEZF"Z,<'.YVM,ldOab'QIF1.8%[~HKOj0l:6,6#cb! rux.eHb\Ph].?W"H$X긽2%$O{5Af?p! `cZS.Z4ɥV& -CQr\bgUDx1z;$7~'$*X*C=m\]|pf^XQ.<sM]īеe1,| "91a>pcra9z=,k-$Tk\$ q6Ȁj`J#֋p>iaW=w7GpРAךiVKw9e$<!V[ŸM%R ?zЉr>?43yMcs>qCD=7w_)96 ?T`5C6V- -+ I^c 8pDR "@E@y ݚ7sܫPY|Ax'FrˇwaHye;fWjUF^=Sȯ7G%(^Utp:v>tFi8bQ>XH*gCsʸ΅lǃ_uXk%ȳ&:Dk}s* p ׵"vOln ?ʷ/;qe_;JɌY)@6Wh }HfFe>%Z}:vjx(v<~Nq7G-|I$ =v Å^I>\b%Zmg^}_pOxR^;2+J=t`|fƫ$X|( QQ$rFҏÿ]U@Hn)%qGIj\?wb#b wCa2 =U]/#`eb0 u ))`+?A̐"Ȍ7 ry՘L[Ys2RqR툶8=Iz)\vo#ޤr eB/|* Oc/vQ燛Qxfb&u`0˾>T?\d v}sD\Ρ,Dם徃*lU"8VŊm\8`Y8e>F^O}'?V†ꢢqʔ̳ψa`)=K9]zn9;n; :iB<$Nυ*6 %F$_T̲EkpH|Sܰ-ʂj4Qw]Piv<:7C $Ҵ7F't $nIUWRrogјE8KpS.oDӢ[(}P\Vd " &Q|$oVN=hrߺ 0iOU_)l[reXkBd"?8'LgkZ/nMXv7V?JfP+D+AiZB{UuӷU҆d7"7#)F -{T2ā5)nT$cÌ5{< &S֮!Hޅ;2 ޟlGz=50EGrॴ j{;_psc^ f ~=W"ӯ -04)RG;EwsWR?YRWҕZ6Y_ ~e]E.w; T=N!@(vu2}n3laʉ!lr%#BOp7#3a9 UAη;-'!@%bHvlN|TrOmrJԐl%s[у_S L޿f3"lm? S5 =v*9Y3*+@a=ʞVj>*=[Ɖ!ހ00<W%ȠHh1:9čj /Dk3eCJC]yXylVBk]A9|?'XD*1g=HǼL`2AĜbciYyi[`}H L#O8l!ܺ~?]$xCn6$WL{Ygu K`=|HGanјɤs{ HJ~6/<E\_(9/="чvU7˨'^z5-L#$xLT` HPT(_Xayɰyy#.BIsaf 0)3B52? jé|;! ѷ^0fPVx'JytoO }F?3Z]|jr;#Yvsjt!_uDBs<,/1C'SLޣXje!\vWa;Ӵ}L2MCG!'yxu.M(q`t vl Jm^T R>t#elVhzf\lHzKj亝5Hv7V"}:mE;c&:dlG"]HMsc0x+UVd4 3 5kQ+/)ZF.٬