picocom-3.1-bp153.1.16 >  A `Bٜ!M@eeeg}lP;r_ň\ƒP]\K)R6a< `F8޳z6 ()ߨ*  VzX H+͢}T!S ӝTjA֪n࣎FOi xߕrV^,*Q..^+^ 3Iro0ְrehCF3}1K^#U>GTa4p1)A썫!}oBX)o#޵S);q7s ;6P}.e9Ήʍ̪HX!k^R6ּ,seb*lP򧎪ۛ=X0T1Ha*J:ns84b޿x6V!$qM@@5 CWeV>p>-?-d   A $,H V d   ,Or   (8 94:F),G)@H)\I)xX)Y)\)])^*b*ic+d+xe+}f+l+u+v+w,x-y- z-8-H-L-R-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).`Bs390p21&SUSE Linux Enterprise 15 SP3openSUSEGPL-2.0https://bugs.opensuse.orgHardware/Modemhttps://github.com/npat-efault/picocomlinuxs390x<8Z jF.#A큤`B`BZrZrZrZr`B04f6a3c1a421a73d78b2801f77c31772d499524c33120fd2fd491bb59e46a4f95b7e3160bb40f94651e8191d53f632171cc831628dc1e9e7f3a0e651e7e7998d95bcb44ba77d7902aceb7f7f94e022b6afdb882892703d30efe21562cda410ba9273c6b2c55be95f0f0df292d87e8900e5bfdf5b510a6ea09e80306cf45c10f67af9e74a9898fbf3b8c7cb91b541b754a4c089c402e62856ddfc97180a3f42e40483fa798ae854dbcc714c883814404c4c7d4e62722e7b8e09bcae21bb1a2d68rootrootrootrootrootrootrootrootrootrootrootrootrootrootpicocom-3.1-bp153.1.16.src.rpmpicocompicocom(s390-64)@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.15)(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.3)(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 packages390p21 16149992473.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-picocomcpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=425f153d781c46e1f81d80cd42172ba320fdb34a, for GNU/Linux 3.2.0, not strippeddirectoryASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RRRRRR&C--NGUnutf-8c796e1bb6c0f445e015fdb51494a9c441b025550f69a4faa7b47574aafef1005? 7zXZ !t/] crv9wHΙ2 ض Ъ8$}b(_çx'`~v]G(rցflY;C}%qW  YXF;l**&%a&#`}Uj[qωD^v^X.6S%& {.V%6G߯;/{Ae-ˠ4D*\ @U.AXckhՅ#F D&A0ݑ:X6ݗt~NTT-YD*{DxJC8 ^t#^8u5(!rx/tR%>+\>C-֔X䁷HFGc1PPIS>Go)mwy$?'i"XZ)TS'A)$tg|KGFkx|$Z~Gw hctI6Ԩ $cAvתM}E"[ZitOqN3'`"P.7O4Z1~Q^Z|T&Jbޘ$~/Y$Y.iasi˖ C'p9rV֡Z#=&@;dZZDI>v qFrXa`jM YHT*ql4;eye{μs&ZSL8|yF0|<OZKqkocnw,v[銞ޢXt t5$:Ӌ}v3a$ B!C{Tv*.,buAzpt93uD*`i. K\]̝53+"A z[9Tu&ͻG9)\"K^N[;WU+a 4>d䀃[AT#6e^nAGՁ} =heЪOQQYR+3$pd|y 90'ԟ-[!e]'(E]EPk悾>ܭD8-6ͯO5pztPLC͎ +9)L؎7ƚkb2TLC!]i%y7Ĉ'\ʬU&BՍjwr2k)Q|yظ3q8 L k.j>Ibq\93L'yRjTk@:؇SݽEP5رY#H/ħM'8zUPhQHLK[Sr"+J$N6]tc"?X~4xaƔ獁Hێvbr`:^ȊTs%Z&&u₄ĐKf;Dx冽H ب-uN/Gyewq9T.CΌW$.˒g`F]"Bsf[YEe {+5L֬R?t=654&U g˹wwS>C;W2Djs2GUTnF݀87$R>ozu\VLdD?'K=E+D"CDՋqC{PgA(l][[]mbm፺Y&#Ѱ tM?n7*wtE{ѝx`wguY*ϲ<+A|1D8.V"*VȴƮ;yUr8A_X,z S}D'|l'NFJEP?RlSW/)-I,ƙ3vavBIZW\bN[AH\kub>kΤO\b#Fb~9 hVu%R_3>5ηͷ *]{u^Aj JufyxNEWD0j1ˏu^o`'%}5kxE^6۪0q_P)`Nz6Z xu!O)5Zv Eme]k3$XݾM]Q)[NܝcMi) yy<'-؃hϺcwPnM!ӯ=))e+ q7P*ClOϠwuLT̒JOxa FW>8 o.gh4Bç ۣNTl!_bb*̡{>SMlwno hEc6U5޻-No#E@ /#)bưZ2}{AmO^ـz IK^B"@C&poD+!>TX2ㄈ~h]I f+GQ}c=m =KP<2KLCIAOxCڕrsBlPs[iW/>4\]i0B@!B>QZ=q~bZ1‹p;ő[6luۖ |IRsB&[D'pФ<(3qԮ,)x=x79Cldfu즍}qA\O^g7QJkomqptӵ fn\=,V FsLu޷i1&Z9~./v T)n>\}8aqE.qʜ' ] eݚj|?u}q }wヘynMZ3 u\R&prx*t)ycj}Y@%] AO-E4jN$ՏpV|9 ܧρ_&M5;ыQ(:lӝI3PMm~Ҋ,ȇ<;w{)VuB5!NZ'Q1"'y\^&HT Ywȷ]Z\I^yc<͸lʯSECaɇ. 7m ۄ֨PYXNt!qRUc Ofh它qz);q*ALњ,pT,<6$ñ?ٕѮ0pz84kBp V< 6XDp9UvL:)&Ģ #sGrLj 1"J^в81V_1N.: m~֋X^+?^ BK1j`߆E!},i5"h>I&jQ^f 0LCJ"A<i`l j,T7{az M~͈p|!z6qgnT=*T tn%JHdF3dGoJF8%|D̿?=bZct u7xXvw%n0 I }6.G~e|_1Ve>f#K͡,YieV]oq{F|PX5ү^KTPFl!6fTd,ÓRjKa,1H_BWc.V~Kq~7bCx|7)PV8=y*ua_P&EbB}$o%3F 6A+Is~i[.)*\I[RҺ>wlO>oֵ YK1 :^ Dhona}4 O88Y'?;[i'hxi|]QZfg~S?BK1 J(l̓)nxH飋 J>E:AXXDu95_o]CN^5϶o=gkhmv[/|RȵqC6#^ q@gC F𔼲~ īmDRiI?ʻevGDc`ZwO]mĎYC2 <:4VHPuN B k5ݟY%~-\1cNsZ1"` @U0=3%玽 ב ȷ s7|2]J+rM&' a[}jh"Y&c~]*\QٓPDNV 8f~4cpkijY§Vk~, M&&C`VezhlȨypkG˼/:]^дYxǵXҺYg)tPn6N?Ӈg]6^>Aq~ηSYzdy/0 ,: MFbN''ekS(/jIN[[ut0q =F.*x=pf^~1@9HE4D4o`t߇{)]-X5Vh)}'t今Ҽһ왑G=ΝZ ))0VR q۽'&d4v{ŎV$ژ7ʾAr>\)a(0X*`b1wa7ij/S0h< wr;}~ҵY裔%A+m2gλj@*;$ vEM[b&T S ?(* i~jwmQaIq-UB·䓚dH(CiݡH]x4g荻䠜zy.UhI>+{]r,|Cv>2:#:C=g(zjVڣN ðd(E-XLUTcySe oZT2t5;?ѣ4 wBJ]7!U&W4,p(R;i!0Yt(IbtxG-QLh)c{u$l-KP+ ;quƖ G­@D+Νma2ѤEڵL$W 3VWP֞GAJlnxoNb s!;sƛs5&np.y{vDsw(/!Y8p9>+u%FRs2!Eфu$ݜR*x}l0-lIu2҇L-~ʄABW9Lێڧ]Vl[#@^]Qщ?OeϾ@YnZ 9aV mi@igKj7;0l$,j=Ѷ^K<2kK-Wfd/t)"WrZN@b`X Mv62$ QU} TVϚ$ծTQ@F1X' 5@wGfjGb@25BW-˅Wu$H[Dv|g^_6!~\Ր I $%+a9{w{l%ȟ TH"4G,2vak,^aw$jXmr#KؑSOEҲ$gsp\ Q?[-Ϻ=_gw.aqkOi=^ʧYQ*e3Z60-vJY F~':b# j -މYYk)f(dy\#HmHVSdȹf,S k .R;zG <~" '(Y3 ?f/<@LIW 6OE`$H~ OIhC#j]M0gMH8oyݐV`c45vO 4ZT_ )2p?G=C:غq^ _"Ey>v6 G|7+2_=+2J6 S~Wm~ur3\dGQPGseŇOH^s:#8?&Yp.G`Gm8rJ~9OȈ\D{ ( O@xBN zuW+#?sc9 ߆閳j|yoX P ? K]Goo^HN 9 ,=ٲ !'||ѦS i.oQrb^qMХQmia 3[PiQ4CbvcñZ]xc7.wbP0K|: \&)e"'Z,ls ig|;n^M!G%Xa?v3`.ր>jp?P"b-+Q ";Ơ?W 1٣(rrnomR.Ɠ"2g%=id};y|f1B ۆ?c 9L2=)Q*!׭ssYw Zln/"EWς`-swҪ_=pyLJf uSh?scMڇkS!z KrdoXϙ_sr䥁Ppݺ-M1=9$dTE&A^5rzґ|EfB,ڼ*2HM0zz{#_w;-pkۦ?m6g#enJ -;g>kxe@ޭ'LⶏpPƆn/&y1mRm6G#hrHgR| Н zj(nz}77FƚAͽ<l Èp &zZn]O8GזtFd'5ʱxxD#KI: G./X zngj|Ņ0KD/h)y:a ^7{ǙZGy}ZOCBw]@$!GⲜO/0n0{n£J]fK3$=R+ (bm lLp6)ƻHZڼ=I_"hܛ%L])ׂFНk>PW M/k gcx:f Z>=o<;&H 4m1 \̩``9fOBZ1"K`a&|j wj'` F֯ާj vBK,~cAH,eI}2P:=;C 嚮js ;C}^q<E?Um$a97]ѫл FUZ_X"am0ϢIȍi\|u(,C,N$݂r7zR;vLNo6 /nt_wO!sdTV,*b'>Iy0Q]r I$>{Z"CxZܘS+s,܇RX1 <4H})[@11q 쯶ڼ2KBݚ5J\3G+-'Q ;eܺhyhfإߚ&*㪯J64|ZzwL)Lo?2,d $P8B)vfcY.aF޹eBSDz }gפD֤+q 2bb%p;#T1-,WCpLjFEA???8TfЂ` @KX-ih^1EzU/& xIxz$R1Xe_(J7,'mU%cOW~}S#0O2hԴwMs~TKB"1Ё e8Vb (8ybIMj_Bӣߎ Eʸ:f- usF25:H~mYog6:qK7g@8h]B;7!.Y;) 憆Z;bDH[A_Amy3, Dv˵XR<2S9Kc.iA8:bմafHۜ򘗺ZDl|HX$~;ZG-O`'^!&[#\)N՛8CKB_w-- exDWSt +_K%T &湝7 )>⌿ߦ5YvJ! ^% 3LjpztK鶱5)+^3z#Qgf9T|zsԬw7 ^ؽ&|: $9YPhd'Tt HP笛!3>|i*FF9 $LȾV%|O'2P~7vfLc)?b Ԋy~G .1ce-.ӆ? @J/K2cX,4vz#5 F̹5RХ eoW-9[{&&ba.]Hhk:Uk7JZ8Ohk)d=jZPz\K*Ou6oNӿW q3u?[Cn4O9)\ǰ:y[|mVhP:w dȎ5ݖ1>@:UWdc<21]xZ 2!87Q/̃HAO2#O15+v?- bL4<`Ja"NT=; 2Ytv^ Q@o`XҸ.hA8ǫfl[*`;EۿK0bPԺ]ckb2ן'RYo 6 $b{zEo@9ʠ3O?ץ*= W%[a_Wٸ*i2ώ%cR=h-[Zs.esQĩi#Vv3st$|.ME5i_v;=oJ[|:K~Ey$j+ ( nɊ Rmۤ.:`SֲPœ}Gz-ʷSW2 ܭyQ6Uމ(˾: P7 @9E9(DoNcPo]IWy\Dl0Lvc 7:q,> *{-_65FR;V"M?[&%Xk{J;K(7LE1"#wk*;Kd- 8vGa!zԥTGHw.A&{VC 7#F 4z4l.5;ҥV٣s-+?j"7*,6AD614TUDУuh4Cw`G!-t;El> S_MJ1>lt@yȉ"|wuěC7a}T/U=5O or6w9!?̕ R =Q#~aacjhU*/ay[-ڄo^Yd-P5Z[8\ ,P{w{+^#iltP&tp!&b8gE)?ob8`/Ӥ![QiƣkǙjm%&TΣW\y*7UpUwedƨQQC$UP f1wl!L̿wb{^¦;*?1BvD݂[pɐw${F_㲵e9*jqng;[ElnGb )xoh/ ouA!÷AFOՒ'z}1m`Q[v` C&2;dg{$َ .8HᦤO,PPs, "Gfa?N64[;BrҨ&M늶hRv:~o|]B9@\7=lN }h*U=3 }!DƋsa \,p>k}grli?(\&^@3781@kI7Cg $`Us>jKqѶ3e=mNk;~41 U,qAt*X! ߺFql| g7m9jUA,3e8j< KzGS-sHLxTgH^^vOς@0֧ftyNSٕ=śXpaI!1ax-lF!KxE t>Lp?^4RT*#.1|~ԩoM/ύ~ٛc&ѯ1ܷA?C%^4}`\[4f; ?|g5PoߔrչWҶz%dG=7-*γ `!OŸeԘ<\!>0F L6{f@2 7q % [*x,b=HŜ)JJ;x+v0j=#5ӿjO_ l`dz'F yx W"mEqZ>v8al gmG`{7 Vj RN58GŃY.||, d %cqaWR9_A~QO1/RQR dJgpǨ}Ȭ_KFgKΣR˃Xk(.#Lf^"-ap *gRooEz/0 quv 7#5$«x4Ft6C7kdY;22Y%jt!F_~.BR\C,%%>\=X%È K6C6F!_UиV}]V9{ewQdwQT+V=$0DP c ˓j ^ mIDHI;*7$3*]M9prRK F@k/X{ζ':Qzv)=oNW.Ni g8Ř':BjgWsEІY3ꈙ lGH-}8Gz_vO> ?&EknPU[ój}o]<ķm`r|c6^@X5;JfjTZ._2O\Q01*dc';ߢcn"{1%K2)c-TJ6ֈ>Ѻ l1E8UcuXwPuygX_d!6udVafOj&S(M i 1>|0UA<Lx}K*k.O1mP_bsee æ9Xs_d\s!A;_}  tҥ{ !;K@}'W fmet xTMt$K5 F \9.CqaXy<=[}9H"@[AzH.N -' cP&v({I0*TpתU?SNsN#&f'3Y̝tp ݢַ]QEXqJ\O#Qv&bXϧ+rY,gT /4O.P.5Y{Wjw1Ϟb{8ԫe__!0Wo;'X5Xc=2MD"}G.y*PRt gW.0(O(@^,%"[ |֠yYNq1p2w p罯w7} =WumٸT`ŖT~aㅡR< g"G&i]A9jҙ3}?0@jYOG(2ЩH9f-y^͊{QO̴CPl} ̌ȡ~FO,OPI3!͝ñ;b<"(@D/5=UnrIZ a 3Apj¿&}5@(8?1c)v"c4SV \Oܴu#oL=g$c55'nGU0q>IԷՆ\_x_/)Tk6?D{2oc7iPܮ=J^?;[j.ꥼXXWFjlJ5MlaBnxFuS =W*Ú]ac|Ԓ './pF(N=vsS5R*Aby:G-p '0J&\Sfk/3 ,uR4 /G«GDQu!ڗxk^ёj6zQ+>AunYv% Q=r#Lc{Fyϖ __w5<=Oم₌5>a*@Wʆ8Y9 t7j[>eBG@M"N\xQ6d1m?B7b4 LǕ9BfW5vΈ F%. cfF\vEAҸyR8i:GiXֱ nGVg(@ tB!Q2<ޚQAXfqWxbœƁ*C&M0W @kntD_̐ް%X"U^;ba ռW(_k5u n iqR -$AB@:iz_z3(jSG5)A.KEa˜Xpn lҠƲ.-Lڂ9mBv=9M4~Cݎ|1/ߡS(Q /\o{%`3_/j޾CKIgScrP@=d/URW(L?ߏT9KaS52ś3`Jg132cv[ZH@D,W1泲k8;^> 85*C5.w g(CՖi p.2(Eز<HC,$V9Kf#_)1C1J˚6mMm꓄$Y "#!?NFֳ#~("  Dj럶6xDk`U 7˺YX;%le8tO2BHq3.RG/Ϙp|TRt]^(ʐs` +1h/ ĸ4mEޢGɪ g%wwei}™@,?퀴+5 XYjQ谡YKXߕМV4X;0x %uܑ..9K~?M? 0Q!]*x0&nPUSPL9 :M,|/[#QhjIDY= '1phN$phyH[_Y7`[1"h{W/w_Zm 4zfZwB?&bvI՜(~/u:̟,oK%%'oG0dms>j11ߐ A2=M_8eaF2!.54/_W ׯU;u7 4>[ƃԼ0t^krNt@kpVUı)g︘-lV{\HA38"܄/xi]"OGgg1DFu[E9iƔ: ҵܖƭt-RzHvc!HEQf`c T|Eϴq31[/K4Aێ88}L5\EFˏн74'4QM"u1p,p癉sNu"k"S_!7 :Q{ ,髃X-Vxq.5$O)C!E9VFoGi`T=A*-eEҡFfſp1줡G,3Uoo1}.=_!7kJfڪoP͒)IV1i|JetZxv|5,\zrkC'o/4س{'ґ9w֨7 *?]B`* 3D32 i}$?fdCjα#T=rx"-k /ϫr0PAo(AX`rbޱ$( w$FU :ĹT7m~NZVѼcl#G:G9Kcը1͞t}׵d^ ǧB1[3͊_OmtmN3H{q!Z(hSH󓩿/V!0OAٝ|I7+xZG,QB8B 7S/D1UDCE;Vz@ jBH!8Rő Xj7eH[-} $-@"M]+_bpWXL!X >yPKw"0Pk*񑔬Lmp#ؽ|Gku^_ iޗ&OyroЄ6nž$%sa(x|mRRf*Tߧ|16c5-!ތ-~󗻛xx5tRJ!O$f Smib{E=E=<tӅ1 Þƕ.t@!@AˡDXM`sd$k5+w,yԤlHa9D@h<7D`Z5KϯÎFg PCylhMZD xʈtc+zcq%joˌ3 iU!E:7\4}F_<q:/8?*#][P[b8AQ" S-i&$ш_v9KF3¹A ?Bū`Ma {6MEjV^rT2n _bX 9FeyPQa ޗxEJ_薟"br2^+jDdP h۱3pd@PƨS/rw#g9k]V}^TR6ew~M 0erO,G; G긐ETjC:zPs3}][Pb:qm$uD֝ HaÑfk܈0_64g-n(V,~4.4iMӑh@?!udbZ?#J,H}1A`n}xs?2ee) 02OK*UI܉XȞ1*"Ll/gD<9šWيJBN-܄=P)J MJ_ՅrJ[ fşKWF$gƕ, B={mt} ߇:rʩ]s1Lj[ĝm~poHFƼt*KSE(I; ZaR,oxƄX?&g 9pɺ{N崞c2=K'_GwP IdEnj a]Zj$_O.Z޾. P:YPCpF==۾E&4wckwԅTtb$bNH$O4yHٖ<[^U\im:2rj"(Ҫ$Nlc #]2$ڞM[U^E%L~,0,M c76=$qCƻ3?W5؛͇+Khq~eO2~p{e/@dvT*;_51gemHZyw92qkʬVBJ^N6AgFV8\Җϗ0u%ۃb`Bs]] # UJ22 02);D+QJA-|4pz~gQ"6 tl? ƉA{d q͢IS"Tob~s8H p޷Z 6w&=@ o.%'Di%+W%%8BߵxEmC>(ip(S#Jgd-֩]5}WB `gy~J6tGv־xh&q= KP@tdZ.ww?]RqU30!qyz7cy1ym,X8_ܘm٨&"JJ/ԪqB X|P8V1LmJtKRaF ߳5tD (]%jI~&XT_H1{,n:~ 2";Ԅ[c6 SYIQUV` Z1aYfʼnu l ʽۚ3$R ]RꪓK}@%\VN2ܫ}.vٗj-`J$=: F^:gB},v$C~1bDJVtg=dᩢ|qyAT|Q>dW5"clT~ʏo:`+i=k缦6sC"Y~wwSTq1י-ε _ܤwy z6o8uk,`鏯BDc-fW<8ȑn~䘲{Ԕ,bq<$se}m$V,V~ RCJ/iu$}0:3&yLx3s/'֮ɥU\x܋rwqw]AB .Ha=_9YB'kp܀kwDc޻v+K""KmN{28\G+T::!2<úPZM^fnU Z?J` yS\Z_hD{,6K)= #?㌲ F: ͡౴T-Tj ٟ:A!d&m :\U~|sC/+0@$՞f 7YgYa OUx@hfgNr CQu9AXLCfxH,$؞U%.)2V @ O4ESrL$f#OQJŀm燍(Hǚ<T"|CA=AzER*|;) %_P"TZgW\vIG^o7S~ٵkA;(i [}͊}w#e= <].žh\5QhV=n2L,Ub#Ғ8>lc[mwɺ4R&j͞}9X_xNI%_v|.SX'`>}EPf_hC|2 :znJ26a_4$\񞍪iUԒM8_[kU-}ٞ◱޻6]bU|@@i",sMB `Muom,A>pTc:YC5;(Mhκv};dR飺˻-Q'cq?fՍ>thK=LŝcY4L86Jw&U{`'vF#.y&zL;ǾHji-+CSvTdz#Q " NiB=ضY0-l"ڗv^X2b `c̔CƢNn}f0kx5}-軏@]d8A^8*JuǩLj%1$RzSŕk fx0ݑ6L'쿴4ϳqkm))!WhG΀Qp~?j7+ȝ;)\tqƝly.Tv} {zx`2re]S=Qa'$O* D򁆧}Z6CЪPf梒=tF&5^e6jQ撲1{'uRҋ.ut_$QrTcrQ9E[^9'lRQLd"58YEm(#4E1XqFq?Tό+ \}9ԊOZHhϯұD։z?4rKN?7o+㇔J΅^%5[nY,M&ȊrcP"xVS]MǢ 9=Zcӹf8Б?-k细6'E` ҳUeMFXO].-B%lo~ TL|;UvfrBa|f@<ÊIXuq()Q׵L8U"WFsD,1/^& OŇc15UukiE=1@N"9 ;HFŻ62?v][tEԖ3rTWw[K5)CxR~˰s1y,zަ7e T4O6ȓ(l|7(e~/z/$ O-.ܟ-Jhͮ*2lG''p%Y.\ nϻ4IxNᾹ!?+e@{ܚE< gCByDf]=-R^bNJC*C0d*nng/XW'F=('C+Lܠ(_"ϽO$~3V,.8 ^ss,c'r31d;z~=>A71p\р2ũx3O=Zuu`0/jbʏ.ٕy8?{;la9$Up4_I@q~Ha.l8깩w1]Ӊv{=`b~DxAEPtU");%ٹ"C!7 (Y( Rq{)o`tV/@ Opb &.X0LkHu?ZGЩLĬD$AzO?āITE$Je!UP Vv* 6!ahXGD}Bu_ɡOyT!%Ο.[!Z^+<"Jsֲak$nl(J`x;*W@s-+~Qlwق6\FNNaa*aeAp n YD`7,CٴͰ~z4pp1'3P"5XIw|"f83fa%"V Ktl6-HK2mɄc 6Pͤi4.~Qqopk>HwXf) [tR{X׷  qΩjZ@~HWƴbŖ񘖗jYH]_m6y< {6eШ UN`&"3kIubIx}*ugUg/%!^ c՜c/0T- +ydD]w[MZV'^(#3NnPhg>6-yũYL19QWi^h{qzră Th,ԑ{u,ԶRPSWH.$;n z}䎞I }'1Uf{upLfmv2<|YFM-DGk?˽CqD-_Bba :+} }ʊfΪ̹Jy?gӳ`X5{ΗJk#(Xeq.آ1zpӶVi Ws1##z{H9ũ5>E=@IY|g`#_@?*O/zۼOaUr ϳHI~S, ǔY E/`EĴ#, k}BP DH;wH !c͑N+&xAXsT`)~1') =8.ܑB*k(1K˒=Q8=K0ۃ٪ @_] & }\Y͒gLu &^}8Զ27\ϪmS NPs(^:JHYZ&U  cInz⏗\aN ߋ׆|ČOԯ,~u]ztVfb^APv΋_G$b`,‹#pJ\8:kx9.dP*vTuP":DީBo bx!J%?P!|`e+D' [K|zZA]pY+W43ԫu0 aN}-շ5l28 u +헉C V| =a8J7ڨ+H)=OI0$ݠT{&WeU߄"4314 o"БvIs!h?ycXs @F5R[tð)+Y2IARe0Bi+Ժb;ȕ(Akj YVq ]X&QAy^IHzeq駐u1HvVt?5#08zJeO&Oʓh(_h3BҲGG1\h۳?_зJMD(s,;&I7{.c:5&az"qUlA%L4OHqT&-Ϛh(9p~g>Z6Q v0מVɡZodnW}Iq8~ڈڥˎa#PcɑG6[11 ǎu2!7Ix7;BR1l0gbgE[u:GR%E*i=1$fLhO8*EF]"ЁQ8ENI)/T}B]ac Tè"3q-=ɟ n/r*HY +WGRnP{R Vef+_g8>RCq$ qN,# @8E;a P<׌~6v8nu3 g\cYۄ*$a]3v3љ:F=|6<ֵke׶b{/9BGe \uA ɵ!Yg[I=wΫ]`fY3,fU ]UhsL"3p$6)XF oQ}@n/~!& wLeY{,GLuf?S~,U]vJXsp$ tD.hKC|D(dž1\"Qj]z\!aؚ[5G~-(Go _ c8H;Yvl3ٳӳHx'_<5ver!~ /xG}|k~x~4V"5R:) TW'.f4Q[DFeRϿVy -YxDBC"?+B6߂ X y3kV#l b.qr.O?TQ>o~ 1Oe$TmgM6I2Eg/@&o[A>oSRژJQ9[4';_+zO_s/=17V㙕sE.`:7UDm䍫/  @rۇڱ%н,5@^HWS~CT_l 8A#k#7c&W\ɓFdRؑ((P"8D:),ҨofKiNT2 }v FV.jHAf SJ5 Y3M*u ~D|ͬ YdZ]5 r` BA$y/j8jQxE7/)@nA|5V $]N"V;9'' 44^_V!929OI]$ա^7Of;rl/opk $>!I˓caXU8^`N_p]͐gdsVz0th,0FT~aS99L?hX`%)n uo-um(•z3;deK$ΓƔ=huwcQ~ұ--W7Eo -F]4,D.M |mRp:uQC3]p_16K")AQچ| ~GE+5Ϭ2[XyX=E ST>N!( ]=2kZZtTߖW滤ZVdgU[Õ6.^#N7)}T+&ř>kEV& Y@W|JNµFE&7tj`¦ qXoo,"N|Ū 1EQ dDOgs6.C }`(rT`2%wWW&}Z=ݽx7 7ϤPϴ[w=Θ08'-[QS%@k#wy0U!HtPyio_6Rop֜2ch3TZRHA~-kRb8GԷ'zǃ18 ޣ3{BneRPq4$?}P  5F¬2dATyz=J(GuwJ1eLbrs"IZg A,e"䣕zо b8e焭(ͯN̽K2SLuj.nsb-6兓SfAM{=|R;pknhƕDV ,у5uHp_ZJE&uGjrO{}cR#Wߥ9yvT g҇y&, a=aagH!-&21Td ,sG@tU9tfVE0XJa = }Wp%}b X#f$c¶H{$i^__'l-K'n9G1s;=m ( D>VaP#烐""<=OoyBX|=<0';}Ň%9\[B#5'"8`7!78 ǓBZ1l& 3REu ˢvYG@KܾXe;.eqȫfw@J WVR̰bg\4o)+5O 4I a|Dç|Mh%Q~gj*Xdq`ٺJtT]\zVVH'yOGA!>4B{ h5GiKH3#1୉<š4(\L15x.˖u DF[Ae߷Ο[Os"5eHgqt6BQ 6U@ L7PAFfd"X}n``4R'ը6o| C.YcҊ(UJJj*鼻knBfD5g4-5k~ƒח-0Zƾ 07TLv7P-4IKwR[Έ~xH&8&&JuSTmRhN@Q?r@`fzb亱^Mh97-HY3 Mo خ4RxrNָ||=&&&?5D6@ooFlq`OoVP5@U,O:^% E]NE嶧 Ĩ $|٢|GHؑ vLf=?ZBB&ru X[6-@IB1:]-!/ȱ`8zlHzjVFBU{w;`>iiwHqjGxEٱ ,WhЄWljI"9ahO \iQWI 0U\߳X':gYX DY*>ɍAg:%RқEʆjI><-_"h.~$` p|y'B֑ׅGA)q8EBCV֞,돗Y8CK9sBMw[_c :W]7S3LX+vTn\z;\9"s3=. ĽK\4 {j}^31\wQzm*5E cOΠ+Հxeg azRr^46*7jw0}XIx˗":yysq(gWHln2 }Q.ӈ1pcgԯ9d m=:gVQ6xIRN`Xwuy &ҎS1$x\tVx,GA&RN1☙g$d^ϩnrŪ 󌖺'Oׅ#nˢKM?=Nځg][վ>f3 U}e!.6Xvj5I?YVTY&`GW~1h _#mfJ|# *A7[y #] ڵ-H i4aYP6mek[C a\υ/mD2!ހ{JFVΜڼU(! a#tmL ?H;Hӻv+_>(a|2]JfҐtLPJU|Y Beʩ<7v}_,6o=zzjriÜ8ӵuxX`Zz/]~I,&6kh7+c3wv7ߝnwA^ PH-}XmL&~?21L]a@#" y/4d8|LNb=fn=KJHe*A,=GxD Dv-V{ԕKq~~fzU nS[g3!վ7?+3 xJ4oFɻZo`t@4}W(=AĊ✁l& ^`W"XI ϸYc1ẗ́Q+/J9 `>o?yb)aT꣯]W5jUY(ܼ~S2>TK/>{:V>|xyL%_D,'-Q17fPd$u\kq͇>GWl'-M:U2mo*+[5t5> #9?7'^=v\yȬ~ %kF>Nɛ!Ho`9O-V|0: n?Zhfw%%/8A*#A}vvnsV5҂3%dpb/uRnQS ;FLEU9dF5N'P!8_b I;MʢdC2nyg2 yf|Ϻu*B©(6ͽ6th|w#6L͍(5by?&2,"yDQɱx TF7*C+P!_XLo`WO*v\ '0GG@`o(DH)TNjOV!9%Kй2YBX ~;'O*2e'h ` =JGWϛcdRǓixlShkV`eoRa[Nׄ~u8ɶ&S_L22Lʰ6h`"?]S%f!Pd)IWwZ?ο$˒;B|p#\Nyu_ali߀!u,0n;&|9WJ#&Hv7ZzgaHjęKS[]2%'tk' V<^e9|~OuX7^V1bl{[6} d埗-Uۉj<iw@_U MH#՛05Pw+"gQ}mGL,;; F& GyӹuLZxKEc"~?"F:il(T :_4_9PAk?mہR7l"o+eU8y|d)B=p;3n/IGQKjQ o.mOn툵497gR j)wxa "*b_ͮGa *T-T[G`kq2pR#μ2V_q=,@ FdOp,Vz%'S(ӮYMRpj^|z!?e8e1nk,3TpTI߈7oh* l[#.b ҵȨXYauop@\E#!]8 ^jNSU9~$ca/Y͆ΣWA9^R~v9 yd1N$Y~Q0J8D+V/YJuzy89GqT|ˠ KE| RW}5FK]6=?ՅixΞTDug@| O]8+h^q׷c 6 V4H*_oB%hD<Ԅ1$ĜNJT ֱ*ǷlC vGPI3 ſ6'VnP|guAi23c-Z ނ}$j`1QڧxеI* {|JZ@ۛTFh2#\ * uNS Dȡ k"9`BO5pkP yX+`dt[ukVOS⣃:jרFN1t+SJ6mJ. BQ)?_[ҌPp`iΩuOR,*Ā)CakǼfH]9?-v3BdZYPU2U~ V[{fN}OlIO90[$ą{nS1xToN 9 52:QN#X1go6 vthp!sѵ=L߂YUc!ݭ`~ {KD-vL)UɭƓuh^vY.ޡRO yB.quvx`Oa09.p\7-h6ǍҰdEfZmTڤS=8CD8ʈc3d=N>XYIrh߮˳e؅WD0 ; 4$s^ B(!fñi|0{dӘZ1{%0);nPO(v )JJ'd!m{LQ 8uJXE$O鸓f _tV?ov4hDԟtݗ -p92Q Y`5%G[X1^^+O lB1gB .|Κn-[wPtHQ{L{گ>mlM ɟ53 ]x7o0Xޠɍd8*D=:ŝdh4{ە?͌ X%Iխ(XM Jxv"Kꋚc^M AC4٬i ;;E8֒GfYt 3XcG/iZi46EI\_Lzrjxpo-U$0L³eN\_zˊ0>U!;](-z,7V/ S/0a>Jus'Kj^4Ur_sjqq }i΍.Ss/sd8[5XXsW--7luuoSrhREu0mϷ)N*PO팟!>Mճ猻&6!˙$Xm12 DŮrg?{rx)^0H>N !t.CGV%xaҀ*l@=I:V<3 WgCٍܞFU7d({nWFS14Dp:d$%ZZW3bŞ!CfHY]]б<<~X_V`Q[ (OFocgҴ 恖<73 ~h*s;͓f yCAX6|۴6?=+v.5Ǖ1}YKJl3 gY !'_ ft zЪ:Ҭ8j >X3ڞui+͎ґ5H ֞B E]D %ReRddȪ)YG2QW=CcwN%!r!Lq ~!}j@&LKh:7Hh˘;v}~Mծ]CϚ !ȩ"63>9`UhHDlQ9 #ıM5/^X&6.^#Z(4/?7ÙR4)I3'&49\֊[ayN՟Gĝ8% &dԞs"Xg0"53dxuL{œXH9#`S -Ip|׺(ȑ~,[ 25+}B`t Յcy3U2υ*9=Ziڑ+~ajNX]@<a;q Ϭ'yqc07م,Wdp&e owv#h$(}$ 4i֋dI!0fDUP9ckI\X[',Ŏ|,#5l|oeUZVcZ82zD`\L+9U_q2J͆ Yd [*Gr]5FE=?TQ}@g3)FܔޞSxȨNS˒y+a cӇE3 #7JrX#& %{E`?:NY)oqyArSf<;( 14\ap*8p F9\yׄ-c5?![yLuF2FDj\5AL$PYvg~HYlDΛKlPU8!RD4^Ն8XiK8_T%m9B߅EO[ r굴]nhGS:}iuQ 1Kޒ*qhSұA|7XUr rD&wAt(.̧ǀ6"[9 I!/TP,KA|wf0U^9-T8GzZFQHz UPI`sI쥃O v&52o7[R=h&;^4K Dj` )\F1xL)2z?o2T6E"32s Qi ­?_Ƥ^ s_2kk7nhqzZ2Oe7vn[`EK13[AFf7_Zl{& LL >ZbG𘒨UB5qЛ:`BUS} >Jz& ;.g&xHuޑaṍA ]X 1׊_*q1y G:n9g].":L@jb(X,譕X8ykiOM<#w}LWʙB HK57 aV7Yi_VaˉSi野gǯT۲4x1 L3{D/mq+/:J3Hk }$!9ҭxvh爵C}wT߬t)w! FAN~HfE$E%b qf՚a8ڷ:jb}E+%j\x4r#V fL1o1I+1?]+qsqWO.)ʎr4l\T[`cyFpFŋDBpwCu]5 m"(bIɖcgiLȺ)|I}8_\X¬:L-N&`W?*k׸/ ^RN! NzD.JG,DP[1@xҚ ž//P yrS [M#Y}:z9[9>+-xg̽wzK洄> ZI+B|;})(Wan~2"P2Npl 8SϤIaQQ0qC"2ٻHY:G.Ҩ}zB걹KcTwe XvOf+SYwFt \ ͔).&kvP,,Kff.ri#mY[8s]AG^S搖D^=T%kR'dP!i{S6(ӄk$pT/ocSeU8]hȖ#\^ LW е'w $I*3͵Ǽ%JӫH  *E WRHhM~{7/c@};lpW|hP s?m3 7)h^]6,)`# z{J|)+A-꧈\=g A`䚢wwhHMA)WTdTz 4/#E^(JgޛfDdGպa^`i䫯Q~DdeI:;r/LyW(]0#'c%vx8w XxQ[8 #KBBF mʉ$-Mp72fm\t1X@+eb*y@I0Srzn1 b_`sf*57Yႆ@Ac:}Mo*a@*8D%#fXF7f0c̞؝nvfi/QBn&#VΧF5ӌ' 4 S=Ȭ[P~{Aad(cjg@9H}"]z9l2رL_BdtN'=Y١i19T bZ*jؠ^vM20DT<4;+ƛ&Q -T'ZBxD36rT).x ֖Ug\M65|<-Y9s|>fsbhc?e̺$ ϊQ֣S+bEVֳ8iXaqbC'݇b{Bb'f*oOHi $dVvNtk0K$Ъb/JcA> M̀5EQr 'P PK&$Ȯ=d @mSkc g*Z ; ٜwk0NwqLI]ek9Ĥ T RlIN`wrO=U8apsrGE%t!{^C%#aes o<R,^M2$44w:⨂gXļP{#0-M{V>&ߊ瑰\8`x^|jڍ>hEyF+fQG:,Hta=`yȲ]k}3Y-Fd OIDXY*l-Ƚ蚔JKIYLJL!ZآCEemd[ЁHp4;_9A؛+ w7C\iV42Ux˵$7T%n__nN:5Yk^;\\.D6 GW&YC< [E0CܺH Zcڷp)qJz3o[b=7ĥ' Kȱ)m{V UyHN,\Ɗٓ >\$Pj6>H%C9YHyz殥t 8r[ |귮5 WՕ&muW/tpJ5(F`, IvΪU^m/J|~[+egӑn"xlu{]˰7>s۶JaKwR$WY|g;,oIrm┓]Hr CEb(8CF;X1@xv#tz`1[F3W?>2˪;+ ƐSk]3r z*xat܏t+a]'{ b&&GnuFM*%;!R&ӌﹷஞRA@%o׽7^F]ZuGMSZvk\I^uo% :G]xpbUb&OZ0]ԼO7x^zsK> >q+&;ǂj1|#'YbFG*TS%,©D2CFa.-Q0.SiTtiVlH|d Qs s !VBױgGi;D?ps AֽwAQ<׌ٵH^^m^DY聽RJ (uݍ )TX*7ru:X0maKR=^x#Cw IRd]F :?@~;}k\'k\AުɯJ=j+Ŋq yhE+w|d6e|6[RjV 42!Q(mwrhO~ L6:lu6k4شq% YZ