libgensiocpp4-2.6.1-bp155.1.6 >  A dk@kI%z |H Vk}6QQNؔ շ2wi,x){DK|CAmcB*G߆zjBRs| r*w_"^L"\l]!`+]aO!{.pQ_6ƕK&>?$ B"|쬁jV8[NV"yg*=ۃ ? Y+8#/3Aݭɭ(i}&$ E-PJ0da7b73fգ\i}x&d#S[ #m84ӄ,O@ |z4N`>J(9 @0I.+p1Bw`d|aF{>S.DM㷡Ѷ[ t$ᰶP]݆߳>·D7Tw#s`qN9}X7W}=b7%U`/q+=ǁ)*  3bXEWEfxۈ(5 _#Smh)`vV4nl>)m!j k!]nƉ?ϮU9)7]b_Sq`\~9]Q`(Α^C=XlD ?z62~)9At(?np@,,?,d  Jlp| "(08 < @ H  (|(89T: g>(@)F)G)$H),I)4X)8Y)D\)h])p^)b)c*Md*e*f*l*u*v*w+lx+ty+|z++++,Clibgensiocpp42.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. You create a gensio object (or a gensio), and you can use that gensio without having to know too much about what is going on underneath. You can stack gensio on top of another one to add protocol funcionality. For instance, you can create a TCP gensio, stack SSL on top of that, and stack Telnet on top of that. It supports a number of network I/O and serial ports. gensios that stack on other gensios are called filters.dk@Ocloud117PSUSE Linux Enterprise 15 SP5openSUSEApache-2.0 AND GPL-2.0-only AND LGPL-2.1-onlyhttps://bugs.opensuse.orgSystem/Librarieshttps://github.com/cminyard/gensiolinuxx86_64Pdk@Ddk@Hcdf15d4c0dda4f2472785ec6ced0cb361c19bed9aff10d25dec0ce9f806d1b84libgensiocpp.so.4.0.0rootrootrootrootgensio-2.6.1-bp155.1.6.src.rpmlibgensiocpp.so.4()(64bit)libgensiocpp4libgensiocpp4(x86-64)@@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(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)libgensio.so.4()(64bit)libgensioosh.so.0()(64bit)libgensiooshcpp.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.6libgensiocpp.so.4libgensiocpp.so.4.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]=be572b7cd3ed5a096948a209cc1ad24887839abd, strippedPRRRRRRRRR R R R R RR+Q'w7!/ biutf-8fd8b84cd7165749092d455d5619190cfc484b28a04a43d755f003cf6f17a97e7?7zXZ !t/ B] cr$x#Hn8]]>Oѩ|gI)؂:2D7#ëcKLf\'T)kXsfz%B4DKU Gk48cUX:.xCVW#Ӕ (6^=ll&20#l n)+~YϷӖ}xu&UzuQ-EyZIBuwa D6-p?|7tZTH!y)ʙ$|CYEJ;Z݇:s -ӂ "h+%V~u@Ҽ4p·㠄v*<|Еz;YI¬`O{ijpP yE&VRx l3)dJ4ե"AZ\A'8& d8} g:!/_ء*vY}6`E9T@?})y^{nmp1WE/~n뭓`m]ƞD Vsodq7O+(ohs^ɳ]CM2뼲΃~b\avx#zQ&ճPoN:!XǷlqPl)ҨSVA;BPHѸIB(Tΐ~"9p@X8Bhg pTɷ֡׼/89^%eJ%]=M4N #%s bk{SH¦b51QYSȋ!8[緯;;Y˲fŭ"@wxMA\uV#% B:^7ܺKؽJ?AXqҁCx0@U NJ,8_.(v5ǜs˶Œ+Ҋlf^oOjTlϿdNon{N\-_wlbFȺ  }3ᮃ2$^l+I7"Gv,7A`s=u`h{Roƛ!1':[S]AAۘ:=uQ<7p`&lU rg1g<`dQb'Mtj?4fkQxGiF! +,3vt Ԝ8MHJAf޵x #y1kWix~2S!O%wh#һ-͞} Yh /\/{L[syG<*j*GirNؠབྷHҠLboq߯onr>[sWV{2gxa֚R -;gʿuT@c[OU U~w`iC]\Lװ#M@}ݚ/LKWkj%-Ɇl)Ƀ &{C"GO1[+f^L`5*)au>!=W^rXmtoSƒV}BylFݺN&so}!:qz[|DdWqLE2lecJ,>/&}X?m( R%5B FOHVTE?O$@&~CgԢU@aX3iC¼i!qdɉf86k6+.=/c\UDԑZ(Kx')vL"b(Ֆ=Xz@#ջuN"w:5FOF)P"`a_[#)IdY($zcqmjS%DKeb(É?=t#iT.X\]6h;6cKD219> p?5$^G:[n`~w{?me>D0FGv o4=YϤ1_rٴIgTMEW4&*﫯l{v}4дA؀>W0<—YěQu%~AP'QvkøgN-OvomW긢n:YCl7%0xa[?3] 6c;dns!O]um~QqȦl9@-R+滍6azҋyto>o59i?vg믘>(ӧ[plHyqgn(Q#k2S^ vYϧ*Ő9i&<YfdT8r(:ňtuP,]2ZX@;@XZm!DvUU^HR[2:QC X-æhO,avl3 o~֩#"!OU Ծ>=&p6FRH|2őQmxKXr'\i5#. 1rN] Qx%~Pn/L1F 钐Ru;Η>LqS0v 2 x}S'YcFsr)6ɶ|Պ[(3pC[KS꒵~ŽWBM$<|Y%l=y+z45=Sɫ\":B꣛T~ 59D1-*5VFJōIi'CHAgS \\zPT>kJuYe,HB&h q넲5}8aڀcҕ1\>0QۛBg}Eۑz=AxWC5"taD$̾6o%CF[ubn* ˳pV}촻|LF~7YL49F2\=ES@'[jt5x#MY4pXQBwքϴBA`rF6jIKyu!.  c ZKlIZҳ xQ v„WwJsHT]Ann'1>ߺJCmpR<4,lsʡ4fDE3W;Ff X,}Q`ࣉ#?^[D$!0/<IcX8ޓdX+z>h:&0=\M6XM (p{*ij\mBυ^1aΌes-E|v}{OK{&L_M`l?ksϧ|\asrY`]l]AΊI9 E肞E\%.7&nk}K2gG})ꏭz1)BPLH:[(%rS,vnKmL֣rm:|j$A=N/}gb'= ?hZ!@|0LATSwP?K~<~|՞J/)} h$@`V_94wVˉ;ܚ|M90)Z% 6tW*Eݓ#WɲDaM!Dvv('K=f=;h=vTt<6*4r3YUL O gw숣@>\'/FHn/ KRL;k8q'UT-al$?`)ܠ884ح苎> Yww q^8Y 2Xݔn@'o5pձh1T+<sh+9PQ8)q[S˩R}nDEoK~O=`58B*LkbkcafxOႉ+Qx+GD+p"5=s/Ä"sH'm$fFn#2w=-Fwž!|D=YSnwh]x.6  $<.t$%PBf.`~ːE< "ze8u@-x= } mC ͝`A /ک~.A-vQ/H{՝լC`853SPHNbڭ\(? GM9UZOt8K­Nۚ7E[;*J^RB7Lݧv06lK@%Y@<ܝ=$y8NuntLC~Fu:h1k_꡶ufQj/cSJqGmOMH ;qq:AV)ǚkmYr#)/+h/ZkJd͂t>)`SF`;sJiT<+ԼM< З ͓\p|%lbWRF[jąοe-p$7Eϔ{'pϕ^3x88QB~>NcNI( Go[֨OwvOL0t3,6?wh|_# 7YA!YJXCS+IbbMvw^u)tࡹC2u&tV#tM U kM]* BR5\"H0YzD;!ߤR{]4M zġ3-cS%^2m; I*-Y@0Pg hg{^ k3\ψ{hnE9x`[OV)c%::U^ R {e> ƶ 1ޟ9:'sEHіbTnuT+Æ$6Z 9ѕbD@q;ø9~&b,VE;p)Z!ջH2t2_ѺJ 6K0* _FslD&Zt@|(e7!9"YSAtg < Q:bm HDp ^cqwpYZ#ÇH&oT!iݕw?锿GAogwR J|m=7)]X~fM%xά~ c(t2 g?4MЭkggLޗV( ſ$Lw/uj [RfP莻Gt` N=zxPRn,n*ᷮGe.Ӣ w@c.6<9bC6RG"޽}pΨh X+%HJ,@F:_vz]S %% !NoiPW| H1xJ-o;/|@:փb-)8M*Nr!Ly ¿s];yp7B|>&_{;p-9!ӯ>t\4F]3~5kCm/8ʻ$bx=.tT vɑ].n,QvG xU H6mu_/|$'h)lgl {NCH2` 1t!׋XьPQg=zkyN~m^ω{0M)Rd:CX7{H3&,ࠀ}Pz0oʝ2µ0`犣Kæy|:"gjv=%uv{s=I,66zc5Kg5xiG[`ؠhALߢW~be-ݛm"m6?G#3fkh]׏l ((Ÿ<S ڥqzޡi :k盽/Yd$!XqL:=[Z@(u'9ΐR6{h]"Oߒ] 1(Xo5cP^| ?uOC_ڑsމ." :md< FvGɪ8@n~ɖ ovKL1Ts>ؠ,mK%jw޲ko>wU!Q0{ɠ9GR^a`p9Po]9YCEjWa&b( jbM63wb,]>@LuLS5$3/-8w5,6"#݃k DΏAhpˁ-;vAbۖ,'N[oez]RmUl'Gڤx}Z %LMJQ=a\\G AnUF*' WHf$WPXSxBnb _]֡zOD 'Fc/U]ھ uCU@Aم!ڟ)J[BL:W׵oMtELB~++VjH|ـ x3ؙ#q8-~6HN6bs>1:k5(ŗ㶼3mTHqgS mIJ %soYkpG6s黮w~F'ڲL!sX8>Ϗ:VXT?W@#28vAjqH:2%Yay*+NT坸öD|7n!1/.܍M\g9NS &P+{1˨@զ!Z#b$̗6]' < Ε̇W:Y\Tt^SP}\a拺dX8{v;phn7 SCFMu"&P䢔o[zW@LŅOy'-u2HN^wcUFb Z)Tn!T +Eu7-&6voZ+qX$,(+$VUT;/^'5v,D\jE\ 7|}ÂD7 @jXߞwѭE.yi=c>D[;\1`Bul1v02.0m"!|9a .pnIf>-qYɡRaB}:NJLK, 8v TRUZvƽ׿t0ךHg~AYm?piz]&".p!` XQ42Cu(t]6(?RFibxf )z]%d/ԇmDPhr7ނ~S@v3V\~8\)0ڥP%JDXL)p˥Qς{n0.WU#3đj"|:g'΁jo̊#=8wܶzs€^et gmq*dv>6|GY#!q[/?s#Ψ-|sFM#AuY*Qt;@[bGySR\m8TeښÂP+nK kqB+J*e<8:sWӊL2jfbfdS sۤZSp 8gSN>:Y,23:B†*@> QDl =$'wysf&":&EQ2{A풍ZܨNs]8Q%l8/ktFu(`\/0]yJ(H.g k14ڏ۷krz=Gp:S MDЕȋќy}!{Dbb&c^մJ !wJ ֋YEHKwVADUIj2 `izv=zP`iYrSMvP,=H}-({ [ALym?XWSc~ `J :-&!Fpύ2*I+MU ޱ5Cu uM׏Q :LZNȼk#X#bX'yZcb[3#;]ܪ$f`+@U_3H\_zpIWs(s0~%<+(#gZզV2jWp -Z:OYΘW= 'Or2H?sgC_j9l ArJUE :&3 ښkηAn :Q~CZ?r}-# )J~v= /tN$ p˦(4!$?xm' ADדf }{p BAqv9YG?[bF""ZKfk\Q0E^.~O接ng8O_"|m>i鎘4 1(=Nrp!qEYzD]VO=S*91-{gѷqT&0AD5naa}ԫ2cq|@嗆YJ[0\۱Ted2Xi=2:tċzш X"MryZRx;|}. ҩ!z5bְgL(FHȫG Dԋr0 n\Wf#\ 1P!0$b,ZdԁQL"˺[%ЇF*9 2"p1Ya>a:# .3}|AO))+ lO6MBmV3+#u CG[Mz m4oq.scx(ISk]IF#Xg%tr*io'kpmUJ/CԈ Adz$:w84X.\֏m{4͟ ; K!z=$~RQ(3n\.FH/#F @uؽpOͽEArg.)YNd2ɸx& 1x>@^&=G+ f101Vi"pr $Q]d+D'TOx@ 2P/&FS/`#{lEy$+5|>*G2[Vxa!%36UqA_*L{ÙƊ {WKQvMl C>N5#Xu$m~`0=rv{ H2ece8.zD;eh88\& A32#}*g]`ޑ-T"fvfr yQ^%0N%9(jLHt@C׌h< N3a4[Bi<|qIL[s\]DB4B&d+',3˰سO5[_RLOw7$*'!Mɩ޽1d$X'_K,< :^B%Z#lJmx0NOx*k&QyNȖ'XX&UtlbG)q~Wx }O5}>J=>z^{:nS.kBǼTh1f-ta 4 0z;9xu0oEhr_µfעIUBXPd\1|UNrEc:TRr!ĵ=c=ǛOɂ/ qѨj %U nQධ3 T!GhTK:L$6Nl?нkʽ)aL ՜x*,@jTЈA0A0Ay͗B1DTfoCSG@@sڋp'`2@'J?Yh)}$h@,:θm9950:w޷kƾIC#Z 6N*H]%r/梙E~7l~A00734 -J8 ]̓y(d.cp ^Lp< ޼b!瘇 qj 毪a,='{eOکt 7f|n0>!uw&H{Ҕ6 j6Q=;:ݪKVr0FV=^ЕC "9X@[kr>."Gb37(W+q7MRba(v+Cۂ(̭yc+/sOP!7 G 7!ѭi&{B |0SieGcԆѮJH 4]6{/r`UK~q@<,+:KY`jiS w§3jGBURҸնMj1·fV7GY}рZ_\Dc:SZzh}Gsjhɛ}w|{ƿJKDdgtLC0WL.sa`_*%[m85,Sf3Y L݃ _0k'Ax\EMl*zGZ5.(RܾNWvj F#Pچy[tى"f$& ƜqccAzU 6( -]4͍0v ˯=_]|H-Io+$v4rmR)U{\dl.q#pKMHLc-H,)7RXzKși{ʫ<Q$CmPR}1ܘ϶3YeRT|/<HxmS΢eڸѯnk3Sh8ء(+eA&}=v^]Nw cخ7?5]Ƿ,fUd P:3x£"%G+?paa wY/r[Z`uv( c^ظ&ٕ1kO?ྐF %m0h:"p̏\p;=f|shmX.e ?z~zK' @\[ iZԤEAP=jd`7DBז&\wܬI.֒;\VekH ljtyyxMVK౭-]6̰g$}BbGDy\\a̘s'R/m|^B56'n\6쁵C~pb1x5r2j1}\g9p < S߈c# `][p[R$t=גk=@zgsx&*.eFMP6O*UX5T,ω\% F!ж $L.8>2^WW~ӵwedgU+ޏ 3^I M 3dT|^/^}4$+@-dA]J'c*-vc8.*Ż.]Y5D,gN)%-q1s|%a4ֵd 2c<6Dl[vď&i߱B`EQ{mϾOy(c_G4PMc6INlP~S!5 'BSRQA1`KmZL|u,?T XQc`hw[bGq AJ64RX02<21ހme;^d 7~jQ,NYCn. ܮEgVj3ÜnMVQPAZaxoGN2CVcȎ2jkZcn] n&̓oW>HOL}Ol5[6+jKU6#3ɗJi(\|;!LmYYir YZ