picocom-3.1-bp153.1.16 >  A `B눜!M@eeeG.+"L#ZuQmjQ!r@(OWcχ1GZ d-#ALeޑNJJa MѬ$U+iz9qll(z3Dx@Hs'!DgGGN4UWj$ԹvcwO mo<,M(*w$0fa 6(_;=}Z_:fŢϔ@"%HFƛzD(ϸjltC649d707edd0e6df41abe8705972ae26b668b3d570b00bcae019c51c56ee828d500028c28d771df815b067b0410942190abc3c8b6̉`B눜!M@eeeE$_GD:ͭ Ovώso!( PjWjw޿s ΥߝPX(U)xOsdANɸ7F_& ak A^igo !J,8SM kD9(JQsz4oњZEx4A\0$r}-%U;"*Ҟ.oOd% gЙ)ƨ>p>.?-d   A "(0L Z h    0Sv  < (`8h9|:F)tG)H)I)X)Y)\)]*^*\b*c+[d+e+f+l+u+v+w-<x-Xy-tz-----Cpicocom3.1bp153.1.16Minimal dumb-terminal emulation programpicocom is a dumb-terminal emulation program, similar to "minicom", for the purpose of manual modem configuration, testing, and debugging. It can be used as a low-tech "terminal window" to allow operator intervention in PPP connection scripts (something like the "open terminal window before / after dialing" feature in MS Windows).`Bwold-atreju4~SUSE Linux Enterprise 15 SP3openSUSEGPL-2.0https://bugs.opensuse.orgHardware/Modemhttps://github.com/npat-efault/picocomlinuxx86_64.Z jF.#A큤`Bv`BvZrZrZrZr`Bv077d99ce51f434c75b9d67e422cccd21aee1a1af413a24db4d491acd018978105b7e3160bb40f94651e8191d53f632171cc831628dc1e9e7f3a0e651e7e7998d95bcb44ba77d7902aceb7f7f94e022b6afdb882892703d30efe21562cda410ba9273c6b2c55be95f0f0df292d87e8900e5bfdf5b510a6ea09e80306cf45c10f67af9e74a9898fbf3b8c7cb91b541b754a4c089c402e62856ddfc97180a3f42e40483fa798ae854dbcc714c883814404c4c7d4e62722e7b8e09bcae21bb1a2d68rootrootrootrootrootrootrootrootrootrootrootrootrootrootpicocom-3.1-bp153.1.16.src.rpmpicocompicocom(x86-64)@@@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.15)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1ZxG@ZtRU{@M@Gjengelh@inai.deavindra@opensuse.orgp.drouand@gmail.commseben@gmail.commseben@suse.cz- Trim rhetorics from description and compact it.- Update to version 3.1 * Added the --raise-dtr and --raise-rts options, for symmetry with - -lower-dtr and --lower-rts (see manual page for details) * Better build support for custom baudrates. Now custom baudrate support is enabled by default for some systems * You can always explicitly enable custom baudrate support for other systems and you can explicitly disable it, even for the systems it is automatically enabled for (see Makefile). * To see if custom baudrate support is enabled in your build, run picocom with the --help command-line option. - Includes 3.0 * Added the --logfile command line option * Added the --lower-rts and --lower-dtr command-line options. These options lower (reset) the respective modem control lines of the serial port, as soon as picocom starts and the port is configured. * Added the --initstring (or -t) command line option. This option can be used to send an initialization string to the serial port when picocom starts. * Added the --exit-after (or -x) command line option. Causes picocom to exit if it becomes idle for the specified time. * Added the -exit (or -X) command line option. Causes picocom to exit immediately after opening and configuring the serial port. * Added the --quiet (or -q) command line option. Suppress output from picocom that was not explicitly requested by the user. Errors and command responses are still printed. * Added the --no-escape (or -n) command line option. Disables the escape character. If given picocom will never enter command mode. * Added the --hangup (or -u) comand line option. If given together with --noreset, picocom will not reset the serial port to it's original settings on exit, but it will clear the modem control lines (typically DTR and RTS) to signal a modem hangup. * Added the [C-g] command that toggles the state of the RTS modem . control line. * Added the [C-w] command (write hex) that pompts the user for a string of hexadecimal values to be converted to binary and sent to the port. * Added "to hex" character mappings (???hex), which replace characters with their hexadecimal representation. For more see issue #75, and the INPUT, OUTPUT, AND ECHO MAPPING section in the picocom manual. * Standard input can now be a non-tty (e.g a file or a pipe). Useful in some occasions for doing trivial non-interactive stuff. * Changed the way picocom handles reading zero-bytes from the standard input. Now picocom waits for the output queue to be transmitted before exiting, or waits to become idle before exiting (if the --exit-after option is given). See the new section EXITING PICOCOM in the manual for details. * Picocom's serial port output queue is now dynamically growable. You can still set an upper limit when compiling picocom, or allow it to grow as much as your system's memory allows. Usueful, for example, for doing huge copy-pastes. * Fixed some minor backwards compatibility issues. Now you can use command-line options compatible with 1.x. * Now SIGINT, as well as SIGTERM, can kill picocom. May be useful when the standard input is not a tty. - Includes 2.2 * Improvement to read-buffering which can noticeably reduce CPU load under high baudrates. - Includes 2.0 * The "change-databits" command-key has been reasigned (from C-b to C-i); to make room for the new command "set baudrate" (C-b, see below), and for some symmetry with the new "set stopbits" command (C-j) * The short option letter for the --parity command line option has been changed from -p to -y; to leave -p for the new --stopbits command-line option (see below). * The default name for the history file has been changed to: '.picocom_history' (in the user's home dir). * The default input buffer size TTY_Q_SZ has been increased to 32KB. You can change it by editing the Makefile if you wish. * You can now select between 1 or 2 stopbits for the serial port, either via command-line option (--stopbits) or via command (C-j). * Added new command (C-b) that allows you to enter a baudrate numerically. This is particularly useful if you have compiled-in the "custom baudrates" feature (see below), as it allows you to enter arbitrary baudrate values. The old baud-up (C-u) and baud-down (C-d) commands are still available. * Added command that prints a list of all available command-keys (C-h or C-k). * It is now possible to disable the send- and receive-file commands (C-s, and C-r) by supplying an empty string as the argument to the --send-cmd and --receive-cmd options, respectively. When both commands are disabled, picocom no longer forks or executes any external programs. * Picocom no longer uses /bin/sh to run external commands for file-transfer operations. Parsing the command line and spliting it into arguments is now performed internally by picocom, using quoting rules very similar to those of the Unix shell. Hopefully, this makes it impossible to inject shell-commands when supplying filenames and extra arguments to the send- and receive-file commands. * Much improved serial-port settings handling and reporting. Whenever a port-setting is changed (baud-rate, parity, flow-control, etc) by a command, the serial port attributes are re-read, and if found different from the requested value, both values are displayed (first the requested, then the actual in parenthesis). The show-status command (C-v) also re-reads the actual terminal attributes and displays both: the requested values and the actual terminal settings (if they differ). This way C-v is able to "see" changes made to the serial-port outside of picocom (or changes made from within picocom but silently ignored by the serial port driver---which happens). * The show-status command (C-v) also displays the current status of the modem control lines (DTR, DSR, DCD, RTS, CTS, and RI) if available. * Picocom is now more clever regarding its output (writting to the serial port) pacing. It no longer calls write(2) to send (overly) large chucks to the tty in a single gulp. It limits the amount of data write(2) can send to the tty on a single call, based on the port's baud rate. This way no huge output buffers (relative to the baud-rate) accumulate, and they don't take "forever" to drain. * Added support for setting custom (arbitrary) serial-port baud rates. With this compiled-in you can, for example, set the serial-port's baudrate to 42000 bps, or 1234 bps, or other such arbitrary values. Custom baudrates can be set either through the command-line option (--baud), or using the new command "set baudrate* (C-b). By default the USE_CUSTOM_BAUD feature is NOT compiled in. You have to comment-in the respective lines in the Makefile and recompile picocom to enable it. * Added compile-time option (NO_HELP) that allows you to compile picocom without including any help strings. Disabled by default.- Update to version 1.8 * Adds support for the "linenoise" library, which allows line-editing and path completion when entering filenames for receive- and send-file operations. Support can be compiled-out if you wish. * Allows you to cancel a file-transfer operation, while entering a file name, by pressing C-c. This works with linenoise support and without. * Adds support for more high baud-rates. Now every baudrate above 115200 is compiled-in only if the respective macros are defined in the system header files. This should allow picocom with HIGH_BAUD support to compile cleanly for more systems. * Input-buffer size (TTY_Q_SZ) now defined in Makefile, and defaults to 1024. * Adds support for locking using flock(2) (now default). Old-style UUCP-lockdir code is maintained. Preferred locking style is selected via the Makefile. * Debian's xmltoman is now used to format the manpage. * Other minor fixes. - Changes from version 1.7 * No ChangeLog available - Update download and project Urls - Perform a spec-cleaner on the spec file- updated to picocom 1.6 * Added features: - Local echo - Configurable input mapping (CR --> LF, DEL --> BS, etc) - Configurable output mapping - Configurable local-echo mapping * Fixed URL in man page * Fixed misconception that prevented the correct setting of the odd-parity mode * Allow non-alpha escape keys (e.g. C-]) * Enabled support for higher baudrates up to 921600. Support is compiled-in conditionally on the HIGH_BAUD macro. * Silenced compiler warning * Changed default send_cmd to "sz -vv"- Initial packageold-atreju4 16149983913.1-bp153.1.163.1-bp153.1.16picocompicocomCHANGES.oldCONTRIBUTORSLICENSE.txtREADME.mdpicocom.1.gz/usr/bin//usr/share/doc/packages//usr/share/doc/packages/picocom//usr/share/man/man1/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/47b44e65a3ed267abcbafa214509258d-picocomcpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=d355bbb012357ab90ef14a8741cab8f4e08ac7d6, for GNU/Linux 3.2.0, not strippeddirectoryASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RRRRRRRR^汇utf-828b6922ffa06183d9771d3648fd54d1991b10111ace16c78b7e8d1619c05bc97? 7zXZ !t/~] crv9wHEgⅧm +>%Mxƕe;xp[CZFuXxȭ11F6=5!9SiԵ7!L$ DBqyU{MpB虇!z/w:&2m:k$DFE!r[R:ߑsR0P~!W>~j&-Pm H1M.yeߐIQsr+{lGo?G ̰gmΧQoy-ؖ?E1fکKmc:7Hf:? Y&mbR_tq>_z|3T_~^Z0<[1>ЅY5o\3*"2GY~+-d̬:o ;4qZM|o&ډt$  "b, _~o{ļ'_G3p:܄C"\Sw'췌吙]h5` h89sH ph@z8 τ/ 'Q=^VZeNhP*|`CxCs+@Rkv`uR*KB<yA0!S7(ZqنԶ78Y&~$8Lt:?ۇ#i<9.G`S膿Q25Z]P+B+]7KjQ94nک^{2 y7?6l07"DTdI\e⻂7V|9@ۮ1IPi o{(8^6Pݚ/j[{)RءJ+3u'f /Oa$jJ=xG[nV0׵sJgiW'hD){kGf p5:jJ7 Ճy :OKX.ӿl!C:`lxT v}AԏШ Ҷ+-6oM{eЩouN0iU1,d;/'NܾAFG{q>5T؟b2Q EKd 4mXٵizo-Gi8OMjmu!,#8r.ܾMD3}?'p" ,ڨՀ%rAi^i;XSˆ/V6gi][%k|wT`3~`Qm>TA?R3zV:FS'}7zf'ejT~\K?5հȝRՈ"[L1 hr, B ̀or"l{٬(GB*pSN Q_4o&#LIBàqdd#{cL~"@eAt;lΏLMpa7fu}J[Kmg0=7p:Ĭ 5%'7kn94.LXg1tCǚLTն1҈YX#r3Hf$eﴸ_r3IOYю#[;_z qEmd@P,Tc]EnS1| O0ȊXB3%7t>) x(f_AжyOސ,+Wٌ.B=b՘(fn5Ұk-&57?võ9't?slcy="_*el6Z1X5FDz!9lZ3~l2#"I:kÆ~RI} Q#W低@xSʅgW"瞴^=/Dk0Y5sxZ@P夰\HsI<*xKU s\tREhŪAɍZTJ+e)UzVߐY>5,zVU"4?W&z[қNot}PPK)GZH wmzr*0R#D"`zլ [0L{b 2(v &ȯ,|{cߏM5鑞xJ{_k:87+m^9Nj6yBZ'P EO֐+}ayV%.A5F .kP@6WO[ z-;گ珼\V*$}X b#;qC'FS輦Yvh,^N&vr]9;Y]cqF$mB{G~NI}Xm$bh_Ϲ&,$Oc6.k@w 0h5JquXʟZcl(V+LMYm*dq[ 36QݖXOOt:gxjhjZy4V4ΤfHgj5@\Y/ /C냚};BWK>{2nlѹl͗VŘK&="uoia ;\+ױy \ 3@$Rrt0n0JWmDS}8Є^11{_:g NDuA@T!>qh1H;BohG]sES/x#Р~ u;P zq"~!q pBG' o>n7')J& +#jE1=[e%W,KjSo>IUP^xf-) ԹU! Me-WAoG6:# 솮~Zx[b[D.uITӚ )c4MGb:`d^lw3%ֽHchnś~GqA*?D0fD.u2zL$_d'. n wkKe%}pt `OWt]7*\u36Va'fZRh _geҩSn6/룋2} /=]裌Rh96 4o2HŪqN>/'E~}1$.>b u=ъ4C2pY|pgc I40 Jf-Q9ˇGG./@En L,YʕN#Wy$:ȅޠƘQB|V)¿apC}B&ysOCw1.Mi&WQ1(6c$s@Žy^R4B ɇC߻}^ x+{r^J!3p2;SھeۓN*ei]3$+} Y.OqהVĵd# K,|&lkI(XЛd 8z{V*x 1pJ*lEu,lVI(Hpr6Lv\J8&F1`c|Cs$Gk-e)p 6)E6j/NfJ^'"ŵbOzjM:L 濯O?c#2(T ^LnQÑx.#䈥}939G{XCbbus1cZ2L\bbn7q̠ ? Ъu?lq[/gsaƧ;.~bNsZl׷HI  ez .4u~qb#q|F3ؗj1 W'y6([(@,{z ަ1ƍB #Za]$4,XI(96/=Lrнs˴4 vIeRq#6]m\ؙ׎>-}6omD5왙!H[忉rY65Y}K6 <+Z{x]H#5xkNv:hEU6I [ǹ=e#T%bPcԴ6_1W6WA Fمy=H`Y)'x ztH3?{ᐝӤ\FVNp,hBzwMkNq`Mt9:_W.Z1ɤTKa)рzs#rڦQB`k}3,:?}Қq[ f~,NjwfZnhbb=Sj6:p;]'͙v0;"`N&f1gA Y"(#^\:|uy¶X{ (38:̊m//=G􏵙GOUakʶחMf9yoYG'0k;{0HXLfx_4!+_6ZYfuL?@%iX(7p$"[v4iArb)|iZ W 3F.; hH?Z$84y=:CduuV#,)<[!Yl÷dpE"9!{^ѣa'N%*. R$B>gIm̯pRsQѶLv8l@Ye@2)Kɣӥn "&"#fjoҨR yR6 epumnwvl ~{`tS΃(w:7Di0H]Gʽ_mH聣9 BKV! $qyggCh8:v|+@9n0/jvOfL9-8 EY{lr]KTp=0S@̣M$NAъu!eddWGL,1 aaP¯yE4 C˃Ap*n-|/DA:2K$E >Fb-njMZ8b+ ty}O r\oUydw:g:Ð/_ظĿ<% 9,d r bjvxAѫ`} W8u-[~9o ]o7Qkg]Vc LYsP"׸?J_I1vEAG0Xum63d:7/.B>舮p6G ?iYyYɈkw~7̘L\}SdldİA@eG[jU5I' {i3CCmކi)^$cT}x*Qu]1Cޘ;bUC^oWre^wEulG2wDOI!=1 ;)쎷JNe*I,ܪu}P=7оcuDڎ sYPHƙKˏV1vZ6\޻1J|nGS.D2G\2D3:hIp5~ 7Fgvvן ȍ-;55=Hm.{CrBt=*^ @YÎo\\8,X"̔m4LZ.-Lk!$cYMںXrMD鿈MZI-KdE9k` $$ݯt7糵?4/ȟ@SI),Yҥ "j=pBrp1R)D4Q[IV!d&9V2_KᤢntG7Koμl˂^%lٺGPv܍5S[n($|jN]A吩(̃шMMdxQ۠96w]drZ|2|GDNSi[8Swj[a;nobmEӕ;lx$ "9K=JNƧIk/ec19%j񞯆j6Q|\ 7Py"~ tfƙ1($ cr5/^|w q'rIL͗-&>SI_,7zê} Z4+M^n0 \\tߧ0,`W7˙f Hm$CùZ4DGΎ@aꇉttLkRCnk^Ufž@:R?UT֦<:9s`4 Ս';g݁XHW tRD3Ʈn&BTzNċ&:\^ mldG&>SSQgkwK, NMxΌA)V6&c'WRdQ%QGJ'݅mC Cn~3 )q~qs*ɭQO{LS^%u~#8OnU&K k"=V-"Қ7`npcm >sui]_m1J'?AFg*2l:\YSAn8&n}Gs+I&ʅ6U~77̎j8}VҸZ.50Z^Rqbm_LٞmZ@ AzK#T#y']'|T_kO'y"YA}v6$W5s+=pǬ9"wU%8*~#&ۦSRߠL:A=;ܗ&ʢqo{ {[&B8mnTHǺz';tƊ !OF)suZؐY{ܔ#EpOŸ)xENf|QT"]3ciyK9Wra 1CepkTNf[ v X)j_ޚd~>-S)!=Yߤ^5( ?gz襝 HMshyEl t C;Hor+nqmanf,2͂rVܢ9bNcoFwX4 TBW-|pUW9\by h(rl׊8ǘK DRdȻt٢ l5;7h̑e7vu͌$a,hSTBo)tm-9n\ENV|ȗJ(R $P@%IoXt(æ.pT?bo!}ocS@F@H)WpjCA fDXyD 9ko;u'Y~NX#@ЁLcxbQXUblgDTXevHDLX߭$w43R%Av#} >6Y2&Dno$}&MwTܒ2@Ī @{.xD K:S鐥]9&5jw\g7ܛR+v%OdЉ `RqSYGL$ 󾀿P[x3/c~\Ȥ;]3 4uGf*n7o'7 6 PsÞ73jP6\5X~<~&uS`cd1SʶMJD?i)m^ ГP\1Px0FZM‗8%ANg1KT4F\S'Q"z%^\qezD%;'/̐II]X0=&cy4d|ArB} ĩlB0_S:bʮ l4+涨zr3Aq?Z]yhG)nDz?BQ&7A5f!#Bױl&ZNiI727)g̕Ke'-Zg̯d+E< R?<]hFg9&l+,8A545^mU, TљQ[_/&T]+%WxLRA3IcaCQpqPV+YdG0L E+^Fr+51G3Umz?o B쒳9yר^ܨ!pC~}<,G4! 3ޗ&:eVԔ7[Ꭼwj= ۬rEU*`<9NW@{2y_NyV0yqx0ɵEp)jM_˰ָp4aR $u}iŦxձUg<9!-}5Z̲)]V!y@M|У:`-+cW/.OOZKc>ndzFpKc1 ܕ.p tK$&<9}XkXp~ eMh7K-{xOWSsN|&ZLBYhQRKzU*HW74|{bvr뮶gt.dzD0ZBRb!l3mޙܳh)lI[ -ȶ@zBv^bC D %P΃RáimXv:wRcdw$MM@g2dk-}vJZ@ g6 \V]f=TfYaޫIi6PC!&qE̷pCQH[T",R9eĨˆfIf$@Gv=\^GیS/5 /YǤx%gIXVXpЌ[KQZs!K?\x}buhJ5K^HPL?i-}i.`ā6)(Ij &D-Ʌ`IFō9=؝TmY4^ N'Ũq\ y[бX }fgW+DLLg_>kwtodV7;S͘Pasv84di)3&JhUk?pZ$.w:Pf"z:YN/3n A,wV0&ܵcvP2t0 g~1LLOEMrfDk dqO7"8O]z'r~qm8nZdQ35nZ|OW4.k nðe/Gr&6okߴ=\.O cj/r])LL5 wg~XDY~8 {rdž+ b!ȴͳ %3ˬ"sČ9!5*|)Rg1,%ߖSTdQ]ȧ팛d:z%m`jv*ڽ=SӍ,ؑGlh1EB{}B~ qg# bPJwv7]."$}f?@֛5J2G^*hV.X󾗷}xz4o=\qHO Z,W`%cǺa*ұ0 kmM8#J8<߽([Ul:52l+RW#c0] =64%Dɵ-0o(ڲaH/l7[8$^%ᅴ_Hlq0jX3ܮ",%>G xe%~Z uP+ NU uTof.N6kkԣkY|-#.W 5gS'C<{Y\aew:w4SAIM`x0 dHk3({j@Xفh,gog2|J!)Jtv W[ 4S}@s{A !VwopsA$[@uC!O1=YES|H R)/"D1ȶ=ϵrx9N€sz|\0m݄iuȗ|ħҜ ο\lYRSz݈Y v]k|D/a,vBMx~PTdZ`hDr~%3*.Oœ:n2|Z.Ѡ|%*EJkgY(0yv'<85̈́p`h>FrKOHr_Dz'~k6̶2nV:D{/xu1L}o沪 Vg'lt3/o1'qdWm7'(3:qRKgw(0IBG(x5[4v/l7t=˛y[7^p)S.Y'5JOdK*0P-C91fL<Դ~b;qVE =dr?QKñ :vntEϬ) q}F_9+5ג3"5̩B!m#aoz1Ex,fzP3S3b3{N<+rrب\aA 67SL^ށI.NKȯKL>VH,A$UWq "s\ 0Igo S?EHY`ӕxIcLo&\A@{ ((UA7CH5Uw'yAѲ/6t_L%W';A\w_ ֝HʗDa9}Ɓ.]^o?-kjY\SrLNSzoAwi29N$6ј\ex~JI1". "ēx2m&+ ҄Fy 6ѯ_V/@WhfVZyvͦGA^/F?bWmiЗ$8_*t_-\cG͍-w68"fxqKm0(Ռe8C^!3`VT5 # b9lUV cf>3ʽ %U"`Nհ\r*.Z^pm1r.*91#Lj\}HI Su)I R&,^FBU8$YTPr\%rᜐzK񓼍Lfd yM"+z]Ly..ީ7JӚj,4YU5%"ީ:6:c;ʝRΦˈpe0W@0V'[M="}մcsS]UFփhRCI&PUD$@4yNikEcFng !8&fa\¶R7L$gW!H젥KD: DF~QмU>` '(5+*e*WTqT XRW4^NYϟ,=gsi t ш[|nJZ2 yyGkqUz3=jn\3}o2l\.y^g$PߥV=pV<݁G <Kd]+gbnl< ̣K,D,4_Oac1#Pu-}Q`ږi2D0`Vw>ɏJXCL6v[KiW=tMF̟؍\)fUSAcz;+X1‰:S) rGG36\ lu42r_7z>fSslR?SȅYs%bGRpV& *zC7%&,;W'MtaWVb5$0̑A\tOrT)2io`E3ɴ>reO=Svfҟ ƝuGddS6n-g8)RpI< S%PϱS>vԝ;G4 ("=po1nԙ|e~0ٸ5_Ĵ3ռ} c螣bbfcK)jg% ɚ;r#tdTd{É$@ f#\uέ׹XuULٱwU{SvcNiƏɆ2ړ,.A+,S2!դ,ǩ{m`(*]nM]MmeԺFfA$Hm[]'֟u{ɜ 4N JѨ.9]㵋f\_}c ~MHC¥CEzsL(0PPj*#V)%^Ea i7M?|ȳuklч,j^W:^ d 4 .ۮ~ WaX NmՌ4㱋J?l Es'1 hu!z5C,n/"HDN9KKA&ΜVt/q#uT[aLP\Ut-j+nKIE)m^UQt02…3\`5&~հH@RʬUD <Q4[LTحP"kf Sn9PV/B=\$$r)30K(3~(v9Srmz3h@鵗&;ΔXt{Q#|D0)*GS<@HV3&I9?j}*戙%'Ft5v s~Z-E }Vkn!Auڴ~󭆕yadx[rd$ mk}m$Ա\{ BTuwǿҖM(*1fPC#ҙSHŌRl gGD(xâ9a^a9%hnÛ!1K{ p(PmW1q/6 7$fHa }  500H/}# yP5e+':@ҥe$<^B4EO'$\aĭ .?(>mjE-@a4 Iph}MO8/V-O+}io!/'씛(qVX4d7/-.X Ve[o;۴_F )iC :ԚkD3t Uq{ ^. a^*[$}ѧ-{β~BT4'EEQOVY 7Qۥ}-/M#0*ދZg{<ʖ}nz-x01&M >WVGAfv(/K1xKӢ0C*vcX'#S,=ܙb/|aAQl5iO{;=4߬/>¾نOWJV# FJK72 G46۹ ԜȮZUV:|:gדEm6J MbmuOM*vzFUo?PVKZ $pqF\wVDXŌ B3p| '/ ;r|6էȯ4"Ϫ;reϧKq CdP1lZ~%bК-Ș"2֟R^6V@<# @xo6u[)NߢuD^5{fv[zk_L*FʹfZP<x05z7;^$[V'o7%3|ҋ4Q^"LLhFzʗ?I7VK5g*TI#%U¢J/C͜ 0r(NdWpB (|"l2Q D?TC6ιdr"S2zhaXEr=8k8 -q`!RK?iT-1_Z[E5r囗e>+~ [0 Y}]5~4 W b#$ -N&{_t$ }ӡjPM;_@.9t1p¨]ݷLʛz&%u>=ovP/ddBɘ$1tfq}"x @;"@6g.2gך%[EhDCˬvܥz/cfaJ`'c.mA#b5f- ^`/3,#NO +Oq !/_8 .% $; ׵ԝl_>K,l?[zl`e U# Dysk_SR~,toZkvEkXEf "#n'ަ`v9\d.Rۚ$Z\ זONm̓]A<"m+deJ7+?C)ԻHnO%}) !)-/)I(҅))>At]K6Ϣ MȨzmka5IQBN&}" F=OL;\ߜ7eH;pXYXvN_-zZ>GG0?:$cN\ձw:0l^#Z\ҋ p n($W*>4pM.[-R&KqCoz&޼2_)F;`ei5pl)*ZER6ɐa*HZ"$vBXvX h{nbC\~oh{Ŭ} w @8./=AFvgFŖOł8R1Y񺩀d@JԢBzppicÃ*p.Т{;8_H7P 6hY N.VNBR"ܲuY1;1P 7!.[/-6>TD X2߉\Sehip>kڐ)[lz׫*mf7PЬD'LOhy)=V>ʸt\%Hy >UU%+_k 'xTe҅טW߿aM_&&A-EFb;`􃙂vrx/H08*fcUL[^=j~?^;@ozMX<~l !%8Ȑj>Q.` tC+o7. px{ǕߌB<7.G b}ˡ:imF[sBɸCÝ-< yT`&, l|߉v}ԡǮ~33-sC CĖ.g $KδcVP5ZPxukͲ&=c KDS69?`}\]Ve&vV>R` !T1S0l/#',)awܰR*b#2r<)eh0P\~A)2?m\5T dPjI.P[.D3'܇0)~@?E4{(ܡ6N HblOUUnqΒDƄt""|n1Gc,/v#࿧Q/quA*F$tCrsJgy%8SL)|q :` 5:`#q:s=GcF#e%73?R&l-o]x zrl;āižoGNbPASDjYf]}!DH (,ݮtzIUrȲ s}0Ny]x6&A }ޟn'A=J⴪ ^u#kwvYMҴ:sػ^郡u|[' B<ƎÌO5A%cY^b-V7?Ic BAXuE[~UмV:!JnNڪ7WizXPңYr Cg*X&bE"T5\֕^WFƍ VL|G,5S$ffKO$(bZݚNEX4[MRK$q!2HHdۘi\i0%dbo6nS%oN՗Xv>3[&ۅ56 &f/E@QJ]C@xp`'U\b}Yn8 4x@V UĬg>~~<+1-x f+*76K Lw=^ӗQ+X"8o/ m 6y8biBWh0)KbY m47]O:jR3aVH >| sV jO$ qY9+m?1N;o0(tuЫcE+Dx2q<2߀,oH"vZ b ʫXWL͚Խ4 ORyIgyB:#?  !~F`.urxA7s;Cz~NJm ~Ygxul<@Bls} zT!*[rjޢ^3JL5Ӧl 2>;clgg T"ܭɠ}- +6eG: ϜںrC"alͩb"ə[h>_4iJ߆] R0o +F35_"߇} iȢs7)f٤cvXp؄xOÃu^( Z"V!;{yȞGAxDw+ыO\7kie`K#'扳Qy C Hkc!pT ]ی.-u'b۫-KAj;+֍ӛω 3c1!3!:/pI675.L?LO*wYQR<Ȫ_^_"Q\a㨖h cЀ}~ ݘ`?{iy胿n(2}$Xjrm)dN4?"DHX>N9X~]"}Ęr$_=CKE}V5_j VS-0YeVU] ?IZ{TNs|P$OUG~zK ]*5̷{x@`yv4jiu )M&b]ifr܏|(,*Q*(jk#6}9iaDCAK;}MeSds P:h7sxПѰď۶ЂެHVwvm5&vN $E33;6(Y?/1SxL6G<8 QE3ZR4]܀Hl5']$zr?~ ~Ac@4f5#SpIK9|O`X8F1ߎ gTlMCGaq%~ f~yj BŮi8[W20 BgoE/ON DǔEOVy-"Y ب3L{QGCJ5$,MҒ=R?I|Iɰ?!JQ/hFL?*6+>/Ȕ@k^jgcb/fh|K`hz&oԝ /IVd*7b mCmgե6?֨)ޘ/E WڈBpT24߿_6{h/3PEÏvE/9גP:㬁=v' 1&dy6QLysK"\DKc觙id6r-$lqyЉ7y0@-?ѺGt47)j" /8_,Вn~Xtk!MGPwb=y[ `7#ZEO~>YE~Oh" eN?T!LQKmf;Sg $0"Ҩǔ'[ :). &yH]/2>3jMu.ڟ6VO1],;aŗ?_wnF3[G>.<Ͻl06X$kpVYˠ:f'U\`Rbh6,̌8^gE Hr^M=Vڵ=1UCw%He1˔z>gt0kaçrUδf 4};;ݟw&~4ɔ;7sƮ< a蹆Eڂ8Tj+,vXb}Q,yQYD,:O5&$G!joFo 4cq굝h>+%6\e6GUؐ2_.^Zd)C!Dvc9*8eF̆5Τ_j,:(۝8Eۚ&#C!ۍ}7SDA~dM} ΎyN$&tGrm&m ] 9ߛոrQ]l f7YYqkmyRDԡ߄i՟o?؇DlHqAcT† pw8 V!7DI ׈Aa,>3Gg䈪|;|(}eL[b,,.Tu@237Bhh"_m.lg7_tR^iQ&Fi D^yn^o0k|_8Zb wB-zq`V˾u8qxT%MfصҤPq3J`sm%nM7Fq *Shَ]MKԆ귟mDuT.ݵh| v5Z!2-'``ZMZenpP!^M{;uj'Jy),i +762)xCcwr~ $p5 VIt SdOVˎh4ޜ^LS֭ͦ80mut3l"W6[ItX+.)cX{ NeKo`4b0:ϴΦ+̅Qx} FNj+)]QkཀྵU("6?uKUʰ(AcZ2ThT.η:a01rǛ٬4O%sdKĻ 6 ΌF`xTU"l8l<̞tf6zwsz9Ɉho ,z/8%'"\nLX-qÔ\~l匀(N ǢC|;}?2N2,qmts#ͲCv,3%=ȟ`K >(hŒw{09SO+)vۤP $LUVVšhAptL iOG-ȏ҃g: wlq߭wJAw4;0_+;yy/#iKt=<\tt)!UfN!؎M~]Qg+cw4` dj)"iV@MN12%2C&k`p,gB0R}yh.VSg4`'|Ϭ}8,Mu(9dpBߺKF|ТbS n;*[ ҡaKd2-ã!Jm-Vgz2W:Cvt񴰇jѾ@5&BQ?YnuRafM0)m$:/g(ڳ!R Y,UhaRyడ1x}YIּakć ͈!B"ۃqD  y' Pcqt%Q;}w,Mә8,=j"@jE*W1F==+Z5:* K4c\Cb2\+a--֥Zj^ӽMnh-GWVyiq%zv i+ҍ!Map1DZBr&ՖtGF}A0u`ם;R($}(h:rG=0RE-` Pa\kq}\i1x;2 cN!pZ`oÉ- ^Zf5$]'qkl{J\w_G>2Һžyy+q2K~f7P*x {@ &`6`Mz"u٢u4l\2-ܭUn Z,~= VzƄ(Tʚy5'nAZ0A&^SJݑsch)o%NӪ`[IA1I4 +<"CPZZmתT9oCjxI:Έ{:E܄+QOn YkiY>!c=Tj_kT7)S  &(C*&-&Ǭ Rj ͈Q:tVkL(ōT|/ҥ[?-ѓj}F /6K{{rFEL:YP:qq uy#ɋ:"OXhrM_MB!gZ0[_C/y7-Vlgȥ؉- A=@Md@&lpcͼ=%YgF 4)s#"fyDQMj&}P؄,v#%l9j\UZ"#'#4b4AdAY̋-?WZA;U]~&^6=470\ tQJʄݥd]˒Utˤ0EuӂdbR3w%~]( ƠL,BrD~ng.Azdz3^W |!Tooz]X;=̝p, x=m+xF A@O*:vWT,D\㿶Od?yN'q];8vB^TbiH\x;:+LB)7ˇcm7EbTfWƹڈKXo^bTs o\^LjrRe 0;9wGuLqN4bAbnvFPhԉ;q'8,NbdX5>4a+-tT{9?#Zzrike`Cb8; b#,~8Ȟío}ON:_aWZ_ֿWՁa, uSkqQR^/W%%/Ƶ\azi 0\xFPиh.} cw h2D>-d͐a]ߤ3 @qVg;'Ԑ]-KtüUM$y#wboƲMڜSӓM:Xb[13+qNo&Z,'|rǜ'jȝbOwԨ\Ԙ!~RiEE oԒhNX本/F"nv);#kgO =oEOxi.(]C% #d{ au{ٷ@a d(ڀN>cݟnN^cS &CqYJ6X[_h'WZiIxLoI9}}\HisDo W`B'K~u!}h1K f?MbSikAcuoW9hyrz^ `^-ɹh. pѽP " OtngXgIj`0?pc 2D! 5ˀ]鑢Hyl< Z?;7aT[kkc^VS%[iNluQK#w)e ]Πy 2 Тeh聻Q&d!hs ;IyCjCcq )}λz$|m;? vl (E \ 9dBE6~lcLr3 WH)Sw;]T fyB[D=qp6~m<;=[}{ ADgp=wa+Ph(3&*8[Ь c+p[蟳}~ ה<ŤP1ֱ^WR=U11}+e8,_I7?Ay^ǵׯ3Y%28 -zGGZA8}H\h{%%DS^(ő I +(E&} 0']0]g[ѮiϾz$ëNe`MQ$3(- U΍i#d*H:2XIXg%k])`h|Ϭ׾#ZPL{z3[>W[lR_5 }d2F>I.Go$x`Ʌ8RV\`2e˙;4E!xr0XV}ϸ}l.TE'eq }#œw6^gϷuDcLID,)raLs*'VBIԀr^77?9g Wlm8z /HwMiٹ5?[p2q6Et;s(~EjRlZrRP1]:%%L{]#>v z/ mb[ *ׇC/+4w6{T>Fg2ǟz;V IQJZZR9H[\5wT.} gG @--Ob@?=ك49>^(-񡠆 ݣq;WwPA\=ĴBDKCEJyhhOz?Z'+ uz(.ն_wPƣ1ItSn̗(`IK+#d I'LETʣ *^&F X&oI{4)By T3䮘RUsKhBfk:b5E,N:& xll98![[w˝)<= ttQl!+}#Ȅ:C$=L~{ְn`ef~˄'64Êl`搜qIud,ڔ/HM`+>|uȿ@C8@:.J_ b9U i>( V?Ќu#iGVio ?,/|΀Y`ݎfw{/EU,EA"@ÒGlowIfXha*m񔮟>{rmkS;K7\ JWrx[%"ȫH{Zt G4QFڗO~c`]s9\u.T>yNvəVpRy6k,yeh儇2?eTKo8+g ;++d)R/=Ƥ b =_2ED&#=͆j߸_ciշtH6 I/Q<ͬ44-x]<-)8VНg WLEbÄO]{Vgs9ho,~4EX[0 tCD cŠDz [ m'ur:ꪨb00v"dA(#L&8.$Bw&N {dGҏ"js;#6ɕMި'vqM_l0,-ȵ>o";aZ)HL>h~'{ cr2i2ME3+*#X%@֑܎}l^*AU\E_j7 5byU*нߊ?|})JNwegݍ esN?R|]%3~՝T "ebPr:NYGTSagyNjlꃳƩx5{!O=Lm9zvV.OH(Sb3ZeLoD@'*qc$k`Z.+= y)vM:cQ2M+{d)S Y)Sڳd+++d݀iqT ǭʞzP_gQI)$*#9~Q;v)u_E5rMk͙4)r8rȳ; -tdJ-Yq{>q (@!Wh{!JЖ!N@ tcr8Oنj2Ze wp?aTJXU Va3+TĆj~jAqKM7*v._&f؁gT)(D '7nL H" Z=VA~Q{$S#~0k.vԋs2=m%0X \bV3$b\Hhd1UX61$\VtC'a)p#5P īe aoe^s}9q{+XZo[UqD/l/l y!m~PLX8 ۪& l9^ץudh&KՇs>˧Rsi E"ӸUYL74Y#d{޴Jqv+^mpm!T&a;eu1X+I'Sn~)ڗ bǮs9pV)↭~1G{ ,0 'Cd†A%!1 ܋&|#PL\!)AbD=!t8k\F݌='HZ9%UTcy«{a`ko]u]~rSVRaHUYI˝mD $(Đ$Y&=h}poez'G/ !~ik,O+~fM~FPqSF~K_%4a aC'ju3%CUb8uÓ>ji;TU(BC3ߪ:ТUm:J?О49O,? ^Rw<0g%dX}_ʫ m[7 ω/顈Rh9qҮ|^ܭB!t&/{ٻW_̤t-?W>+-<ěaV.QyOiPYHP dMૣaxGd /c04\grzW3JJ:HiZ-xa=!|TOC+5}^2T q'K @ئ& ]G*G%R_UC!~6 &~BTtړRGŇ޹bPXvr0 K*;RHak(8Ǖ@g6W])F`,&L>P"]5߃P՟aъM+]FhtuAEoCqq eE:Ne11qAY̌ʱXèڦ-V,mP騎S R$jo@>9Eiq>Uc0'~Bʍ@V3LL^3Ejj*&UC\QX4 j3W93eBdQߊdZE7Oj13 /.ՌnlU%0ԑ'yh$Fly Dlӷ @ #?`cev1 @\6Y39<O#/X>պ̈N{G#%i[yԷ=ocp0> (]ShQU`Y Ȓ*y:,& t ]B-+қ|{}{Gf~G0M?6k6wiCtJ5 80]4 99Aֱ6:Ǣvf2{DENY1~_yC`yb*qd*YV2]kk;ゟL#rJr>:H38ԋO2D(VXgzaoJX@3"9t8aH1O nSwaTDV#<$瘦 :1o͸[ܪџ{,|ҜAS/Ûvk@u7Y4-W`u{6)Tĵ;TBGL@Vs}y T۷iFK› Ly߭ WpEP苗e'6 Ç݃T_π' dMiY'wj !1D=?B#j}q' blϔ#{wD[Uitn{gd(}+UVWCj'V![N%ñviHMa:<,/;{fzCtKQo8i) :R%!fH|WmQӈ8iqFc2M adç2Etk3K97Oi fٯ[fZYXo.͇\bt/yUtl"VJMS朰&BIYF@$WwAz|YVtW #д3e]-ٰ% _|lL|}0H80?Pؗ_ ѕ#"[%124R2% &@ ֚h48zȂ\Փ.ؒ"|*+-4wU[s I8 ̓Y<{0E{.|IK"\v#UI[Ѳih(MMmCݍ}H5B"{k+Atp`Lqe;@PD%4heQ6ei|lCVgmxUa:Mت!IJq'1Ig%Z5q1PTƧZFk4\V AP֊aT#mGیy`\YP}:N{-ݴh g]v6FcsWD3B aѼߎm,:r.C3ItkTz^8Z$ qX0}"[o,JH̉J}%`.%X<'8lpyK:ۭjRe,!r2Et0k+ExO ʘ,߀GC<n~Nt G֘X[Z-X$nS0մ;[GڝwyO|J9r`ٿ0[+" jt5ՊGOw lIZKp'z9dx.Ga2o<Jl8 WW Iˢ;)|Avi:9jUhe@ [clNI崰O[ǎ۾NMБGhxb~M5uu3z"A8 ]$ii䞇uBr!L UW=؏b;J-K('J nIl!?AD1p0'Umpj@d/G"7^MH,Ri5֬0Bm.ժ{]2m{,BG>! Eh=?-dK T/<}8'h|uͨo^'Cz{>[5<(}d˟Hߤd5>o~6mPPrh<< {Uj/)ɜULʹ1 +2T]c1p[`isǢ.#h~mVLwtK~3Uɔ]CaR=ʁqÁ=_31C]HtZfd'eKf R}]_'H /V[)sۖ3Z\orQm:(?tôk{mapp@p#naC}8A6[9wK{Tpp^# ڶhAȚj'Q<Ie,gλXOh樭BƾH i*ylm7 F\ }3Pv>9'SZ߳;0+N|e0<:D6oV2%gcl&!epsh>VVʑo1󅣔%W8Gmxi(Hաi oeL S]}cph ߻:$;JKWfaH."Ѣʑ7=Q-}%.one䆑#„Yj_3$ N4h)`#`mJ]}W//tKc Ms1EjABg? G?)3ρp0+"u#9!eO7m#wN"![W,{sޕls#c+WsW>EA{\!K 8޸fL04B4jj~\G ǣj!@NY]&=Ļ6\vNa|sbv̄owiOIUje&>}Y`gƢȂq#<_CqK=x;- E!AcgnPtQPW|' chE2+ > ^:]QSD$Ձ' yբsrrT?zo$WϬ|r~yQSϘ튏$7-&j47YN K V:+4pV?7݃X)z0Ib5CG,fyPb7`ꠈ''V:u'"Z!5Q]mS_͟# IӦޗ_)_#) cØf4F}'ilb.9 %6k}Yħ,⥎he(`D5jxpͺ ՗Kx!_.(mcHy"!reg)X"~錚.LUTkpV^v<>?Y'R?MNQ}f􊖕x>Jbh3YlO1\;eqK _\4fr~WD_ A]VXh0:o'fPa+ (U~B& UFVushn8C12Γh *f[Y q$KKKltSING3G?GgUˁl cEiO_1&]]'5yZUmy&֢|g`/^!kk))uuTc R5 ºFa?S;S<}.%~Q9iËnc1e&Q6~0OŤňnpe:dYʱ&)!Ƶ?nU;gK(WϫsHϰ@;jJ{i,N-/uhę.񚯙͓P„{Bvؾ8$Ů<4-ݑiazVFa` tabkiiU\~ڜ | aZt*MVZkTxCR^UCYa ~{&-xꁓz!wx_F _n{>f"ilsڌE:jL *6]ujVnzhV#Sf`PDPxrqN'n! pHQBت/҆p:3{vs*$l7(\dMް`H aqҴ}H+;<7S8FG;P&9 υ]xq.?dc:ߟW5܌{]: ^09"lB:jM崘Iѩ ]Zv>pLwVsVOÚ)W RaF0OS΁q͂09*;7A2bȕa~9<+2?# i.sQM*Y ؼ@xWG:tiX_@&f0nrF ?)I9`N}PMۋ,N,6}5Eʢ<4;]1;q4ivk0{H+ OׄS!Wo_M>/m"o#k;&馅2YQc=YHܭ+&?ې]QzCF~2N<SC|>_OY1vr?[^S?oPOUofx'=WXOhJRbڛ鴤syF&-uuk,QjħKtn OUDq蟫4  ̠Gw5T Bx\+com6´0;4s "sfDO[!mHIMr{rZlOWM8D"gGr$&LS핶N k59Xh!ٴWzlY1{&ep *GNu~‚2, txAP]AH?җU.OO A@Ōys2(hTd vDv`Aa5X+:$/&lO` '\Ռ*rt0uOD,R3דKL> $[luvO9OkZ4?u Tzu; MnG4 @F/K]ԓ.R3D@z/W}˚5g J5ay;փ  J<]?3$;V3^a?ƑxuPX96G^!q"osu41a%s%rgJf!3H,-e\m1O>e1@¡OPZ=}rBz*~l} Nu:`{gV$7|UvZ{j?SS+y3bFg6n0cO76`V7#> &'&@ǁ-7#bK&+׾A%R M],]&]Z{_N 5D}a0Ш-eB)):UEq;חmyُGbF|&ABQ{L]D8d|} 9JtxZ؅jv7Ն{m`x6YwmBŵoU3V,F" Ah/+_ ^,("yR^\8.rJeiAd[[AW @5 ^%b}wNQTܗmJR̞"tj t.P`*V*4jw mb'#P:|B:r\˶;|K]?LSEwE^vOX[n* z2TdDAi`tlu3ɸ3Azk9ܱR뺆uXjl%P>WU?p+,v25Ic|[6b+dFJU_`ʽ?ьI/dG|"X'NQ9Y8{iq vn[YTn^@ z&m*yt۾H*X}%4^C֮t1 :_;u ѝ/?s;\-It)žwnp 3 :KMJM4* 5[8h"V)L(AM yzx;KF3[/1r.ŷ0u YZ