picocom-3.1-bp155.2.10 >  A ddUI%z ܷ1|#}P@Xp\il4}c ghݺ҆gT~^s6b1"-in +W<‚E1`2ph>[_OpbL pOl 6ߋ8m"m$r1}DOz\E!rjR%&gm3"TɧxX4&7%E[p\{-Ģ9,Uf‰-CӴMPTxym3byn!28|u{/ YQ`IಙYTo!>VW5T]^iuJNmI82s6)I@rdEGm)VxCgOIUG7!Mj`#ukjkBіgHEJ_ 6p?=&W{]>(Uc39ȭ3:wкEB ET&#!5Zloݳ%n[>102d64b400c2d40e5fa5c2f6c81f1fa74d9a055a2e5b3f80ddff6448924db5ccfd8438356d400a1f6b3c2c3ee458992c70995bfaLddUI%z L (PYrTvi㒈щRxË(m93LhWKWiSHHEΣ+5:-{WnVZJEM.0I@ͅFQUk?w G!4xZ. [u毐x 2%De@W G\U*)+q:R452f\7Zf; jːzYi|?F;':QF*jEQn2aE`(eaZx\Ypmhޔbaq^G8͊Vq/6?zSɒ֥^{nY'O/ 끑BJm>?#@pQJ(ZذB"g۵n?M P39K {,rtI+GS#R1j@SCu"[͎RЫO8C7 ?|>i#^qk7T:IZIL:occuSB#D/!CdV>p>-?-td   A "(0L Z h    0Sv(89:aF)G)H)4I)PX)XY)`\)])^)b*Ac*d+Se+Xf+[l+]u+pv+w,x,y-z--$-(-.-pCpicocom3.1bp155.2.10Minimal 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).ddPobs-arm-11nSUSE Linux Enterprise 15 SP5openSUSEGPL-2.0https://bugs.opensuse.orgHardware/Modemhttps://github.com/npat-efault/picocomlinuxaarch64Z jF.#A큤ddPddPZrZrZrZrddP51cc1780666c0ceae9d5e67351f66b0b576ad4dddefaf07f6114395b1e8293055b7e3160bb40f94651e8191d53f632171cc831628dc1e9e7f3a0e651e7e7998d95bcb44ba77d7902aceb7f7f94e022b6afdb882892703d30efe21562cda410ba9273c6b2c55be95f0f0df292d87e8900e5bfdf5b510a6ea09e80306cf45c10f67af9e74a9898fbf3b8c7cb91b541b754a4c089c402e62856ddfc97180a3f42e40483fa798ae854dbcc714c883814404c4c7d4e62722e7b8e09bcae21bb1a2d68rootrootrootrootrootrootrootrootrootrootrootrootrootrootpicocom-3.1-bp155.2.10.src.rpmpicocompicocom(aarch-64)@@@@    ld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3ZxG@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 packageobs-arm-11 16843372323.1-bp155.2.103.1-bp155.2.10picocompicocomCHANGES.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-protection -gobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP5/standard/47b44e65a3ed267abcbafa214509258d-picocomcpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=981d9d2e8ebfe410328860d82945f63886722084, for GNU/Linux 3.7.0, strippeddirectoryASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RRRR @{۞"EDutf-82d34850913683fd05ebaf7edf161990abc0ad0f004ca2bd1c32876a514001931? 7zXZ !t/}] crv9wU8JMn-.KlNĒYHyLłOR$lˡ'Ui;X0j3<^ʗLVPE̮@SxF.wme]=3Y%~ʖ[t3Td GM&-ekK@϶1Kŏ3W*}ylƔtS^Mwf&KUi,+$םC2#T -`a=$W[(1SQEx~]q` Vޔ!.9_f)ly[Gx6;(k{%y8'*k9xpgPˈ:_,E"hXԜoLֺڦe:Ԗp1DzCrmCmy:AN:&[M?CҺl3پ.V{i k0 Mڤ:>9 q~''sö/5 iCxuP,rZ%Sc,]iyZ:N1Bo.Ӵ@x-d`5.u$2{x Wymt摾zߩƇEAJY>Q _Ԑ<ّt)6(FIP:Fb^o ?榓<1]<6pwyv+ UfEK h dzF('Ɍn"dǰAZ :~Sh.Tžm`(yv,A ݁ߦsVH ~/ZcS&[)eH`ъMxa3mKilW&KF|2CAHĭ4n7?Z+1$.h)Kg \ȇiMWJI2j`P7&Va2C /KdcNn JyZ38zm#^/=7~-}J;;B8j!z :G?lkSMNTBH똎.D"A;ȻM:Rmժrr{Vp:"uf]]_ 3 3{ V=sWJҶ<*GhkrnvH +ҁH.Pz[^\E.5]HE2(1Yh*n^G0e68BT2Mr/fB,mvL)]NrRv'~ QOOC.Mg&c^%£+ƛ) l9ݱɰM{xsf\ =)8(:@QJ#vJXb;Qr3+C?|rI4B\v\쬛oV^3V~͛6d1۠vz<%w7"ŦqDŽ nG%m޻JɯgэRC{t{BIC]Mwojj߂cj ӅI/08 ZKcLMGqjm6 9Ps0nlf󨐼A&dr; DRx6BEӜIuJ+Qi:ޘèn$o7 ;H@r"A leq/99qo/EAh R}(t6}nۅsBȽ'p=TSb2T)Y^l7jSaPGBMmU_ݣZ%&L'VV}Y/ J~MlgݵH[Z&$7JSkKR{3THя"bAt}l%|%r9fFT!E„u*93 S'/of (}mFj5w66 4b'x+.0Z4X`Uɀ“d_[[%{ɡ/Qr4*~riKu}]=FvaZj쫋uG[$*Q97{) fx|鄻& ?|@N6jAo*WԙyKAj5btd\ϒ So,am޳?`l{dU!r5/gH2f; )seIh'b8YCY|vm@Ot繬Q~o$feASru(yV~^(MNz\{ZҰN3>qleNLə|.fq F" >D L3Z8'Y뤻cb>#6.E3$BG8ա.&TK%A^bt{vЮ_1_VQ XH/j[sXǫTRg@:f9!  |KLkډ*#M:E'RLEcI.RF2^ a.LW{lqۈ @ 4Ģ@8ĔfA'C0L"x'd>wV|_ <&ygx׋t/m|_.ɺ>Kn"İQu />xCU = _oڬs* E8P`P-8p ΰWg)J\خ?C &5@ZꂿE 㖐5Q<Cd>Su^yéыNj+-N5ٝrDiпV |ˊ0rΚ9NJSRDt5U;,{A#{# #n+>bdC)E`jdK%Q3ZZ=0k[t9:vL|jJ;|c 8s  U$GlWI8DnWnD .7E* iDyE<~YЋNɑ3c 5|V؏|jl.U<^NWՈoz_xS~cB4[nqjSj+Qn~Bg(b1@X^ypϙ9t d\Wxi XRT 3YX=7KU. ;#52CR{F.e%՚M<gn y.@C!`X=h8fv]'8&fsl~|?JdjYDBly5Y-+۸΢8Rܯ^| D0H~3лzG[Z<UDk!^ݺ4ӿ!OqO*i;mUN4rz(8sBӠ@cD9&:Y78zH=)/ ޘ.Cjؼ-_ BB^YWBcXeA/DBjzʉ1*aoo2#רɚ<%.{9e<5I{.JT7?#]tU‰AiQ*h!_ӏ|q;]{?7jK"F&~=nѦ% )O禨)Fp9_UZ@M*LJM??O#[o!?Ti~=KIR\XY]u=6CQϐqǃHaoב h%RߵudwxfArǣ[HRb@i~+K{՞7?Y*tH0#A%PS0VFzUQ{Wc0 Lro)˽&z(MkB:dI‚jM_pO!x${<54թk^rda @ +&!LX8Dׄ _NɰYڅV;[~&:d '.Dcp8d&ԥydw׃ 8k@ڻ ZR,Y=x+LeVX$;M `[ÜPr{hU*a0n(_Xp\.գH"Kҟ#}VՇN^nVr~@ʏ hV}-\1Jhlf7Ʀ4:};i _Ni.?|Õ~G_:O}į.eג]]<2Ŏγ2Ah[Pߜ&{iˆGrp)(LqߌoKyYɛlnrkrgA{[W w+<]1P>UűO!_RhŝuvY|܍ʉF/1}?|NS )ľX{>uO8d[}!C_P{j ]rZlf}ݳ̯5օC]I 9]R {wMrѾ:6|SU֎e1~g,Z DDr Yl#C $,C^o蘥o|QY)BZ] ƨ]PikZy;?wO6J ?py.e9ve4H@s$|n Dz!00Y\@&y`dx!1#u\6Hmu+N^=JJm2\`ӆ&80&NGq&vij #?Շ!!~NwBz( <;< O,z]򲤢!z.b+Cr'RAQ^ʍi-٘AKg K0JEy@;8h9 $[g%刻rv>I{߽z'n,ʂƝϘ #(=,˓ h]awӜV_čXTONDMFكՐwmwqp;$0c-ou9RqeJ2~_%%؞.`8lPPׂR{n=P`v8wauB=%ytm԰.'N@K?Pz_̍{ i2?O]NjK[E䵒Ol"K9 T\AH`Ѹr Q|" 5oׄ :+Ô4UCv6'_c.kSEO-]{Kx+v]9X1,Vw u9!w k|#ڟa)KbKeG j&4{pzp-r 5I]41^=X6ajё_qH3ԥOpå bo{S_Xڸ(rZSu:r)9A0B5$0S4(FtKY-S 5) 2T/K[#_sG.esuO]8uǂNoL )5v]3֠sfwSbw>Yl5(5mVI1nF|eXe8_eRRß́i,d ɞ#C33B9Ɇ3DxtWkRQGQ FQkb ՊD&|0ҡwU]jG]P"7|{W~{ Yi]%AԂpo9jMMFCNEQ3y$erMw.g5Ès S+M:`}{ W S6½gC%R~`Dx"]\ yx ~vhi)$\R(]nE=FY1PG81WߖcZJJxc:sŕaÎ r5׷G:y ድhH>Q#]QKdYE٪kՒp-֪DRUb;%Q0R`ɯӉ1+Sm!V 'T<d>eɹSet;V.q'F5acGx)5|@=y36%/a5z5ۿӪw1LJ7O ;kbL^yT4uҹ6FeׄNYO#OڜwˏQ\O\3%Sze8F{ߪ]N"o0eH*WA w٭<P^hBqjY6ēEBMЪUWpW1(2MV_0]1l$LZ {A0nU-A8aul sҤ/vz|ۆRi*|),1Hor8B 6BIѺ:t6d^ѽLl]a0^)v2e/^&J1 HVM;YWB$ޭqlHs4t]aL gY;OG}:jzgOL6I)A2e_=)t[Tu53Ck :-N&"˪yr_:*g_Շi*gckn'Q3s @~t^2(MVV5_"x}͗>DHuɇǹuVCguؤk"?(f#(;[ϱnj\Pg,B?_}EW ӎfud.Tt2m{zc+M fTg{+!G;AϞnO3 k,J./;8|Ц}|x# ?|"ΏҚ@Ekq$M7gى8og?+wivnk#JnϮÏ(k9$t0qe#Obn+t%wI|o,j\Q!Aӱ@z*dBIYkr]ӹN^̉Լxu@r.sHa1@vг5B+\* leAu:Tr7A>Q^7_oPM'0j=귣nu=p۵SKT-< d\2*kŸd y@(4|Ȍbz !vL1_ E#r<C9h33V߂c4+ 8ǶR?X6֌2c;7(|"o(ٕvG3g#ki)7&+ mKԐ Uf}i(Ēّ .(Cy:"`U ۞7-3brE{0LCfDwx/u2*awڰToqܵz2>J;&䁡ҮйaŃgUb%g4klq3pF.!C%7??$֞F#ʛ3@G:Gtȁpӷt &.^b3e ;ɢ5wjy(y'(\6u[F "f'AGy?W«fX@tg_W*hY<$FsmBRV0x}}:)4NcŚbm%1iֺBl@lNKЀcN^!MSqȲ; .p娇c/)zx: 8\#MkϊFԏCԫVS2vk͍2٨gGXe:z1^aPѤ\ :y#\ȬH? ,/H?׻0`ܓ"tZϋ؇]Ρ!DRX^t0ګL^ ;a!;Bm G;'7X5iZ!Ҝט^y7{Xuuj$d"Hӟ2^>k{|On>dPܠIPG 3т$% EPb ( 筫MOYcU fQIc&UO@G",@Q CӂayV /-T,(cck`jh#^\[@{}̡ 1q8=@HXj) wm(g_?a33b~%CVSYE8K11s8}@M-Ag[;(C|?e,DE;KkFr.kUqz XڌQZg?[cYmS:*w>.-;7P;QVظI-jqw mηKɋ k{Xު|Sk&B̥4ѬpN!y?χV58p+ђf?̃bMD%>ܗjoਂbI/D%+,W/ ijv_k\ø/[>lYM1l7R[C K jO^ө{,cMQ[Y1~g̕OHq3ZENuCFQܤ?Y6.-1V_9Li)<\zLvtm #rR,O"dsk~a9{yRIMTdX NI/̸^rN{i{#Sf ٷC؉[Y4cM&Q@TSKNT]AVKVf!s`?rP"ZFL#Pu6![  IÓTPX+Wn#5<%/s"9蕘|jxMnw0[s- ls{?e92:¾Xz ^( p͜bkf[EəMi[[[A\q. }" y0"\ڣ4jd rdJ-عq\͒(FހZ/$vx}[?Zr!WN4c CPa+Nd3:?&S " 5 *?.]oD/]: YxMlO&4!awTSCY01w<$x)*1e%:e5M ¤X6Az]vm}}2$4.(-xm[- ps^I+~δU qGD8C5@Joi3<63i@3rpպ,&Ps29* Lt }XJ+C[}<)OsR3x>x!*AG"j \ܽ[Lq+vӗ&P{7\ 6hG59o (t<ϵiAG9TNu*׈ڟ)\,ʽyGC(iLE="6,wG,7 :v06 'z51n dqQ[&Kqޤx\ Uѽדe.]X*mx߇9(tg΋F_YsjXq7,>뿅ΣQU.$p5I wGחv+EIp֟S&/pbnPbÚ>+TD9eK3?C7.wսmDe<#ƥ ^{Rfo;H_}9ιY XWN/EB{'\‚D|AF.e1M{pq~u |5tnRб? ۵ۀCfq\bRW#.?^{oXKCa)FHU1Q"epxS. CSADC{j&l\>~Ya$EfyZz|1Im\thxl 3c5P넶OϩӼD+w(P{ d$Wʠu1« 7xQKI$IL>^_cΖLvmFS(aFwrDQ߮_!Ny˭'(ʏ=/<) *0<ㅴO,9+ %)KLrATnL~dtM&l`sGh(e2CK:o5j\'xT,C0-dsU_n`1Ȗ\$a_>F;Yk A8m r+\#Dlw ۵O;1UX0 =ȫz=FzI790K+<0ΊJDi-)[IT/)i%ĩ'd>: gCdPOSWk+A`J"JkZ8WIUT{a՚9Z$&l~ó0u ) )}']$Q|$8hHn WT@SV_&81u 0]G-D|Oz_^78-d3 ֠7ǔëD&ס-VbR \7t.;} _~(jERo-̧Ej/r"1<)EGZ{ T!f -m#m-1'=%R&S,  : =.I[ʼڢ@m+Or2]{@ %ô~R᝿?A3WgHaxP&@(R!U* #zK}i_mJHHZ<%?-0ͣ7+ #HT&fJ Sj s mT*o+>Ya(=Э!͎ IїΧAq!̘xu5(X*DB N__gG/bс5).H\2zXTx ¹@Nb׀*Ƕ[e.7Li9M&=W'>cR >SXe5LYψ&+.a(AB!cang(՝974 oR{'tagM;^fWtŖ6D@z{J+={)b n9"v=lrsFUnS)ٙҼ1/bbѡ=3[<վx̀Թ`v%EgƋ!54K'ERɴ=  u I/w1?o|Q }שzh Na8WG%,/9uxw[V _P-"} 4pœh X UIfj@F&BVjf8.*SgG_2b\xgV(MĄI~dfx/mb XCi?VbTo{Er'ۯ뛬,uK@j&zWN44q W<4^܄Ïߞ(/rJw{iuWukM9` >zøfY@vC:i( q=`( 0?qMb $pWaU+5TM?m#LCUWYk,3f}$){p߀!1QY P a*.?XFٗ$`_Hݧ%.8)47٭{Ѿ~:&`@& ,/qFŋ|()M5/ˈO~Se^64%va0KS( Yf 0夗PiȆEYr`}@nj qh(<ԶYlqbSg3ځ<톢4Pʩ j!H;% a"B~m٠yx؄_ZbҚ39F|sc|(S!O9]g)5D),֏(N[M]o8]OFEjD`кid*SD`w"#_jbDX&:o* un@XDxﺁ r&܊mYFc#' #na*oZb" yY著Yx~kJOậ7(*e)ݩ +/=?A78Sڜpzh^OZKӞLif&YJP:i&~P@0~^!}$Ex:@`=Vй6U3 [3`^O/w%/Mr;i=e:l|M`+(㔝{`5\$FrotA(Ng=pmKu$MB1IƮc3YbvFJ7?\@DEQ +RXFݏПT-0 L2A"Yf:+~ujW-Q2=7`[˜͑°Tv?}mObi jl?K-*s:@3FܮW6 >3Gsե{0r24Z ؛~8YNd&$|bP^}+0Hbc}<];,'A%|4E}ʏ2}CcFeQ)2`FRz})>>b[˺6Fg诶6pGeu9fay%%{T0~CY1spLH,-淥? Ɏ0.B^u>|§r9#7U(+;1pP.Ge]rg3fDK=F`Qbw|+Kx8Bǽ@EnʼB/O# I\f% wg, ;r²܅' N";úRq;'"a?9[y3j,ף0biݽ{) leBSI̘u 4BkJَ1?`'\@ j,u$3D HG*r;}7?*) v5[![}ú,XFJ #vziv!\%T/_8()>aEHӨ/\2-u$~)C(s2E$v)#·aچreuK9fC@b-F8,`UQ)X@2w;(܁Et,-x$߄N:4Jx3Ku„t`~.iٔHm'ܪN'W<)ުZP3i) _ӻ zPɢPKTcj*X5R&C^y˓G+JؒVq RWOvn] `޿+C*U<^Hp_S{e|Dkpw^\&$^~6MmWqٹ=eHhu1zsZ3(elD^}.Q0^lmX Bة (Syv8cڔ9ܨ:ձ:>0a2&wot<”t5OzE#'kX4/j2_s${VAS))o[YO!LdQxܞoV"<~ƍ : |khb2xHxaTd9!fK~vJJo˭j@>9DrӰj#ķbq9! 0HڰrE+oOJ3; DGP2Ѯ_t+?Dn`#@z|2c} X¹m\xŭ 1’}dFAy?'xHXO3]1 tchV[5}a2dlR-!.⡳%lYR1?=ըn:yL2jdCBh]+e ݝAi=Jf;Z!3yZtN}ԶI홇i_PQ@s^ѦDЮNwQۼ .B|÷zA#ӵt~CgG@Ӟes].FڨU͛_9 )V AƕU  K-9@= qGe'^t%p75 A pD $#^oM`1qfa 9`SoO<߄ꦣ'~x'^Xdm«ޮs/Nd.$LpoŢYtN!M]HS7a4 U\JUBK2!½n0Zண>RA/&:}h Z6}$ z'NiFe$ $ խ,4)ɕ> ‡k.UC܋3f6 >oe>'v##^=4g)P͖ X&͠#ntY1p/7nэ8!'hjKo}!F̬*<*p0 V3lT<0$}(껺tQXX:|53i҈Eaa=KcՕb Yqc'Hz T1z{}"< n쩵0zAP1M(`I$jQ:WeGY4x[ɟB1;+=]ߋH5K|={' `b#3td>J[u^ @, 웭$6|9=Ng_Ӌ#m16IȘ.gWӞF#6zhdC1"٧FAweu-,BV,cCORjR'(>Z>lmۣb~~SġUX`a+/n)wF5e *"$/`U،ȝZM8zj]zu5_3!Ǔ__=F 3"6u.5,RYy[3(~qsڢW1ep",a+r~uFoqz&ڭ["=ζL9{ $<ՠޏGPHvL“N 4 Z)Ik!og)Sw.A Ŵֶ=`&a\v4.T.+HuJdK{U;_HxKt^sIJ9>njj~4ɅNU{(F4X͕рZQ 9\qpA̖NS|TDN0{MrXP|uEXNP(x!&l^b} +}6i+zܦ:[U /8ǩPat/Ā 8TWkꪄK㥨r=j@m_#RpMpr--3f)Hl`򟮧^`̒1=fIwPw}ے D W` Y1|{Ŕ{|c#ې/l'AZE-L>ote(7)j׬I0xeUGඟb0ئpnU%^!g˵UYh SywJ"`^;0@rzçbtXe"D j>'mT7U3LFD'"g%F?g-HOuݥoi9y\OOjr'-Q-H [bAyN~`oVvH TR^dl w2Z˼_s"x#콄ٯ듆(m%±_hDOٍY:6RUL:3jך5y=~\xdI%Յ&5mţ ìfh,@>qw8]ɶ-Y'_'7~,ѕTNj04Kڱ($`ϫaq 6t/+H<p[uwCpzHSJ}qO:?K= ~L #]+u_`S󁭙|; "#FqN:"L Kϔ,D 03ЕlPXn 6<4TDRfLfc^L~<"6ay Gu \ӢsR+NC-lv,UpdpWUSQDR1}s\7'l 3 Pqi-C/m}g#hpK`0?Gl,C}L#b& )&|P!7@'ӆip䢮o(CjPdI4f+ۍn_s#iJ8OҚgIvk)BBzh!3f29?x5#g&:WΌg6]蒄p>j8H* ½GNI62LUՌy<=;]4]~FSz._$_ڲ]JQs`j qC8$ZA GovOO9^&nROlRFԋV{gɃ~_<+I+WH}Rf$yn;qB X([AWĺ+;+ziE .&r% 15ڤ;6rl>sǽ,#WXg#4"Ø=({vҏ׳k&2>jk4nF-޸o#~;(ai>8a•'!J̾:,ӯ.Q[%RZtw\݁u!o<ԝԈ%)aj*>"fFRM`8hޑfAhMFnɁ n/!o[5r;C.lT{#hqKoBRxͤ;۶8bjmr#cz&æ3ofȪ\#ؿwduEJh䦨!}8`ܟF3_k,VR4") I wvS[fZrQҘ;7&/Ռ D*jx `¹An;awG^ 1?WD/Tf F$'P0gJ?y֥5 f)V '|&ZKE~g ʱhҬuzAWKzN' +`_w?NĪ VS?k9EfX{Z!Dp0,aq7[1KtoҦ[< ~Nnpaہ#=_j]Q".(ٳPkZX8~IdU mu˝Π!O,ցɛضSw?&3 ZCTJl@< { fN4Kwb7RԚ~Z{)_T;}*JvS-FN7opX;㿓{(1.>KL1ѲTl)˾P_}{nyGjB)j[,Al mha 5LQ~iAdyrDByiբL텸2Etu"?z:ύU{J (4I-o.PezPuA^#mWrW{{ lB rYudҿk\X{-#vMLO~$&LBٮ`fzE.Я"Wewf`RaUs:& #F#YRW7GKFo/ dz{h}u MHuy^ڞ(Ybx$us 7UUR%Zp~XUk-ҫoñz'V-[C_ l3\6KsBD[cwXPT:ݑ0x|A@'l<5<ⲯUD3@k*ln)AR 'uX4q?í31&UKpZ{'FYl"P^]bywRt3BxT[DwJP @vW?ٕI|]`yC Ņsn,PKw>g[I-_C%R/'#|gd~OZ|5@4GlE)i k.+5'Fh+~G,,t%m, "-AaE9]ELC! [b|US*DrT}nf{ɦo)'f-;ͬe";_gN/M=faM+s؊*/%L#+Y?ֲMy^n]*AIl}`6'!tLH4R maA |mtY ]+U/TS OxɥscɁ~3F59 Y>\K/ xƷۡd3 +1om XL\daBp{mNeOo{+m Ixzn=k]IXG[ >,?GҞm¥EugBRGrc^~=4bWPq`ϼw9u@"t+4JvPt'VY^ȭ[؝趑 _'WR|,G哂^Cwv=6Xk/wBeȧUPOUy .rLZl.2 ol WkQ_mSpaIlҕw Z.54{*@ă_#5͔s8Bx3zay~&{yUC!^0D[)BW|_ϋJ1NiQ 'W/;3[BCD#t}Σ~GQW _a܍I2^Vd d@IPtZo;]ֆdxMLÆ"ņ>b~i/zP? ~R"Ǔsh\)OoԽ'|;Th jrRJ$Z_#A|$0^`'8)b0㙤'>V /"ʆBD3fOFܭ8$Eer3"SdF('g*=?9 KSמ8(@0.v[ J_ 5dU&TٷqɁ{?J4\E1ega(7 }uV׭pꋱx!)ޝg(.\H}QeT B&[i&ucouUHIF;#(SAK}W¼Cl;bsCSyݑׇolvF6q&$?+~,0]Lr_ɻá ݩ<:qog_}I9VZ) IȪPvQĩ~0]щ8)m6HQaZ!O#9B+EǙdNl謁 CB"eC'/&' 7<-SϝVlGWŸk O{}n8G"A¥X 5MMUFޙ_@I-d m}YA%Xq78K# \=+| k v`a$Wo5Z;N2n*+1kAfzSC@Z韁g:;)xl4rE.-H晩#)~IV_;:' E?IyP%o.˕u|8"FGu$^u+!JT&zjz o5hm\m7\-֠ŧگI mup@AR$ ڥ\xxDטY|i=T`i\OHN$o:>iܻzo(ΰy*f]h7^<=PQzJ!h.5nEE0(*ɵVDžB]<$6}{m<8fqKיzVv@d +X' Q,QʭV@U鲴lZזs5S*9 ys<.{vA}\[3`Wr\$6?Ly>[I%XN_^SIr%!~ +on+=*PNz,<[قE^ ur]Ka.?I)Ϡ>R>ON>*iaݭlQ*,(!;HGc9͕!Mp8X8 L BK yAEt(vj}fJ9-UBsa5" ~ Qk|ȇ?o 'a'Se@wWf] W%E+Xp m}nQE^7mdvv0b>Qc>@5|d_c8065>ԟf>1♹Xr0ƣ:!",MBEpI/;כn0.to$V=bf@n @dIٗEjDݺ8e9=(JC<%Ȕ()t2X395]j9x|I1Z@񆵋IWyV~Ny<>K#wy"8KGPKpSc+;CyKȓHXC lSj|IjL!l}ࠠ*4=c +aA;bII5Ь 'W8yLiEA|Ҙ+R(M: ȈnQOkvѹkEO(AC(R<ms}ΥΙԇ(1B~V:ys"%|/R'#'X;g{o.Xn)Ejr*{,xqKx @!AQҎfם(;9Hݚi(>4͉JJ$$0pk,ŀZ)&_:Fhzȋói0gPy̅v^-"YmN%`$K|G9@.*n KbX}FQg3iəeHُ?\.Zq-d"H_@%p :ۂ~|Dmv]od 13NFYP'Jزئ`?f4yN5`< #ڧi9S{GQZAeA;W(! Bb]IRnh}4۠UG`%pH?wY-M$5#MƀydlyҌB9r5` KGȲ8 ͿCd{Nms܎8"؁+VYaE$IrU3cvhqYǠ/U-y XrRז",?]bV4#KێrQrw0fgzB8dy-ߐǹ$gڙ4ʜ)(t~wK1{a%u屢PJI۱?fRjf.+ '6nd;>ܵ'n'[C}0.>߆W7Q9#y,'48k޷ZJ̺ߓ*WQg]5j k?$,/O#PY`'"Ü8&_ Dl߳"<ѯfo7P +2L$p1 T@_rKt8B. REX3}CZ︙n8*vMޫE= 20d"kM(_?4/rNufNl:]嘲1;24/RX#jv6k[I=S|sb#Mam:; 3 5:r,8׳z>6%8>3,A#ܦ`lB;< NQLU@6Z⇌jEړpgwĠ/xUi$U"F"SГXT]bRrρ%wU@L0 EnJ M[ *OܻLOMJ#E'GF-x1#xh`2wTCF )?P%!b$7t8G `ޮᒙ={:RG*Mog7-!I"5^]y&&&V5W 0(QgHˈ}?tDYyO- ޤ,ayi9R' N=S:(CY|R_$7ʷ+hRr&66k"[GBi,R]FĞ C)r4 y{%9}ҥ} إ ~ x;"C-+zZ%渝6Dfa 쯤 \6 A"bp4Zlw)_~u, o[r+rkKCl-R=@hf,s m (g^qކ=7ڡ{u2Z):`ɵOБ:Q| 4 9^ݞ?cB#MfZw{CJhKgMuEW{_' 6oJA:276;H@҅Wx ٪2bar` S{\5!LNS \=ӓ4,! 8Bbfz¡XBPymO?r US"iknP籒Q ѢP%IF 7)а8Kn#ڟ:/0jr$:I1LYYq} OÈyBܞVТnLUǚ}oWuR3'֢*R>H#oD r'n|g%#|To ߰5`\!RwHYb ];sY0傛bFpcޥWd@sD5`#Dy8UR/Ni_*:yUU!b2#= )Dېzۨd:쌋-/1jݡ1уc֥]iwE9J![Yޝ Wǂ':c/9[Ǫ,LMA\ ?&NrnE2S+_V^ɇu\dk$'ꊫh`ϯʌxST\elbDb ̽'of^3lD_ 3 pe{fkZ.ëTHZu֋ l1ԍ.)em&R$E7*@#7$4#\q]mŽiedTR4.$6mؠ z= [D[rC4&5y%.a WG\Dn= *XhN&H l&uy؀mmIh{D&r,mKϦnBOGs"U Q6ztb@i ]KDsEa@5WcKӍ܊Ƕt΋k> PO >J%' c{I T&ާ|5WKE>ɕ]&/tgzMݖ!dd;ؽB1J; ^W ={$DxbQMc&0ӆ^sxVAW>)H^+dDLQ(J22In|^p[VL;CK&[e|p)+R-|xF̭Z$Izm޶gQt2J/|UuDqW8cVJrb!nD~04OQș8uH 9 q7D\'r:Ҷ #QjÐ0-jZ~l}%p_M:~m()5ue8Π;)W_ Y=@:l[&7Y8hz>M+h@k:,H@)S(<\ չNM)o8FLɜFtT5;Jr;@lRQJ)Urɾ3IkOS`iF `z_FRi>lo_kV^e8h8㹰i7) PqÒJ 8.O!Qq4! Pg`ח#_a,Ϭ\d(B)¢RH9 .aF{%jq=#,cFH2ٕ?Voِ`$ Ë!#tv1U0:1%X<`ZsOBsl*F#.LJ&X8S̶>%49 Dvۤ/G@UڿěPAjD9PZHO#.x|] 9m#'1JIx]7s,?.3վ o@F m,X(q]}sL/wkm]OGc ȝFGyVEzRF++R^f`J3pfGˋ@Z$<^Gt1Sp 3T,O k?|CZ53bhuYQt/9`- DJK}N ԎHL}y!dBuub%?PVQ=3гmTJ< ,~?Çzo27bz)*>m VWNy nh!'de Y-!} _Q(6+_u;Bfv^ϟ'd}M.iX:^P߭؊{{4mMg3!AvM() Oa$+\?m33' />&I%i*p>Qpq孊l㛬4f{uI\c457M]!UKFuۋG6@7ZH v |\x+XG /ȎB+8_Y |BtW IK6g;B DJoޘfJ_FTś*cJ3aNiJfǖT{ݴkkz͏%B񭁠a $eEi[x'e|~ sXqߐx2=71#:kV+j#bjC] =m'-_%B2i!p{ʀBjۡjuH`'%1gm: %mou{m(y㊢K؛Oä/GVLE_\h+A"B}(2˓Cp= ZKH"0RfUTTOp]ݞ@[..ȹ(c2RWxݲ13vTc*DSOnu%,̟rJ';z43Zܣe~/*_ha4T-9pk;ޕM,.r盭)CEO :WwEZG 7fG A$0E'>5g6Ik"v:-z46̸kCh5\fVs QP ggȇ[Gn9ph]263F].VQ6n)h̴hl-sȜC?"ȺC|^ $_*~{i׌O yK yϯthFӞ&7yX&׆'[ qOJGD@,HrF D;7G+ Q2 N )lGгi8pjdN4r*%#6ku( e$E.(B%< '04wJJǺ@xH%4'ڈ]?-\ޗ;^v]wwAI&Q(Q "*z| (Di# r KƺcۣW9 >}?F!rq 45^B`7 5Q"aCRdv޴蟚q^=;ҋ#ΈW/&(ic%7Ժ\t9R$413:絟OC>eMF^yK={'ⳂF@?K+΄#}'ջc+jPt`_ͨh_X:%`) 9? C8pwm.WMi  S8yz2hlYhΏ$_m)2f,F&Үa;޸r\>gNT(X-QE2mX{Ly"-ʈM]O+ :Y^+)m(͚OML9s{#NEiG>I~AO?O8quS[le51:#̘Q},A| }ޔmwd6۽;-0Yވ̭"^엛(b`yMεB L~$$HBĪ,RCR6- b*]wQ@ l ~| ~E*@@*iHeD L/7%pw@LNp؏! )K#Hd︰ .ALi~h)0N=]V{^`|It<ƶcX/ ~kfeI`/T٠f[ڵz.8J+ dfۆT4"PvGʪހ,>;[rv/HIyd4)E_$ I ,WY"[HoYbY'9K@4p 4aD'}ʤ}cO`q+Oܻ^d‹822ERMJ}l+%8<g\|)E7 #s0E,r].ӆ;PgFY,\gAwT)HHЀb<a6Ns:hO8lw-D GRw4HΟ󲹩ѩEi*PcofQm#c" QRVw̝PqV}[]h WXw_["ϙ'a/98&Xr Y%m;#]J^/wkz.5M8YvR C ԩG?bY } R$xζQ4ekBZް ^mQm K":D WϪ6TIAu)Q$slϏ8tW͕OW(@7C݋a3b>VH7bB#Ah3$z;@uE^S;.~$ YKw.YmI)xs@SEI>ݶQ0_ݗ;I2%Y yiRny,12|^S b1g$ޗSuV[snq}i_iS\ _I6uUaqP 8 =6ܳ=1.!GHiS\9ǜO̽xk/Mi݆$}d)T,V_oTkr0y3qhQ1DW?n ޓ]zbAPU>TJ@85+J#HON)g j!IܫN- L3btB`M1WCe'I:MptMC2 c[ :R˪4iůLNua0ۿ0TֶL@Q rOJȅXT* ]|m@ulh}|/ &M81ͤ=/scEן#tW2-Wϣޟ{F+S9ldd 3i_f*-tN]/w){h jKQeD$"KZgJVuvz[JmCaspN{T/{8f 5Uy# 0_jN<.¬̍VA/7^5.\:.9C>j].KZ}ҝm?+¥pMm$7).CS"v@pR?#,|r;CO e,̺]ZzMʛ5Tl $J9_C2c\qg:Qsqp^!LƊ>Aޏk@+2m/ c/zi !TxQSR2>!ipw>C0bM./h(TM*fÛ-"dm2Y-(8oMo/w{͑8EIkVüL >/reifLy`z=07Wk[\yŹhjݰemɔ7$|mt퉯# (j~*Tſ,O\=CG1h ʵa7P5ˋ2G3Kyg'Qq }P庭gK׼.5*eod Ȑ蓮}$,,;o"%ٿ{yd bݕHu^rL*rꎐLF%_ؖ;v.守_ڎFDJ@ȷrcHˀޱ|]]o&~%~PFȥ}c(񫒼6* ᐈ[aPͅq:fXf.9VN&k NI R>O@'Ju}ၫw{;x%΁7;t%#ky_8?ߦIqfa@\ajÛ}D)9 0mIJ #jw{9}Ґ4x|.QʷF