bubblewrap-0.4.1-1.16 >  A ^p9|uRbN!QzT"X}**id  1ԛT->< JT$m›*zyW^Gy͠G0|M]*PGRt|[nᴺM/UnD1ސ:`j*T\TwӬ HR8V={Y * ȷ!*J,/yQ{ \@)FX94 h>~6O1XOfx$jb_QDߗ]"4\#R[,r)83f7e6d9bf9843529d7514f888e5f46ddddb5ebb19a32974b49ae06e49af96198f912951fb22b5db3a20895c0567000bcb4e6378L^p9|M?rPd õ?[}Wmpy#wЊ]^8[;NɴFh۸@k"+B&n'@ 6T)t?7nZZAXf0mΚ=byyELY7-)g| F&Lg<JINIo^8YJEW>1qĆڙ@Ȫ~,uI58a̡|_oݔ/E| }c@w1.vl>p>0?0xd   H *< Rh   L  &l$(89@: F)G)H*I*PX*`Y*h\*]*^+[ b,fc-d-ke-pf-sl-uu-v-w/xx/y/ z00(0,020tCbubblewrap0.4.11.16Core execution tool for unprivileged containersBubblewrap (/usr/bin/bwrap) is a core execution engine for unprivileged containers that works as a setuid binary on kernels without user namespaces.^sheep15SUSE Linux Enterprise 15SUSE LLC LGPL-2.0-or-laterhttps://www.suse.com/Productivity/Securityhttps://github.com/projectatomic/bubblewraplinuxx86_64  Jc' AA큤A큤A큤A큤^^^^y^]q^y^yWPWP^y^WP^a87328fd969d4bc9fbc62e56b15a393b2b23c7b47aa092a3ac02955a68da19e489f09205318fc84dc135d97494269ab7c5c1efda71b796c9e711aed13c51f0d1c101e8d2a56683cf5a8d82991a300cb36436e372dc37dbfc28952b2cc1ff78fad7ce88ff6014f184097f7527d406c14ba163d71bc93e31e95d784ae19c2b103f65300032fa925dd20f07b7ef8914c3847e26bb95731910c0054dc0c582bf98698fd08d3d6db04338dd4ac9b710b14b23a21162154359c6ef5cf16810802eed66f31665319d76a627acc9527e1999a55681836ec986fc2b1fbc320de75f4bb1d3b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c5ea76295cb43a8f93e8a51814396585649dbebe998844c4d6932c3dc99697ccfrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootbubblewrap-0.4.1-1.16.src.rpmbubblewrapbubblewrap(x86-64)@@@@@@@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.16)(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)libc.so.6(GLIBC_2.8)(64bit)libc.so.6(GLIBC_2.9)(64bit)libcap.so.2()(64bit)libselinux.so.1()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1^@]\Q\h[;@[IZVYdY@Y_wY&@X @XS@XW֘WWsebix+novell.com@sebix.atbjorn.lie@gmail.comalarrosa@suse.comsebix+novell.com@sebix.atalarrosa@suse.comsebix+novell.com@sebix.atsebix+novell.com@sebix.atsebix+novell.com@sebix.atsebix+novell.com@sebix.atsebix+novell.com@sebix.atsebix+novell.com@sebix.atsebix+novell.com@sebix.atsebix+novell.com@sebix.atwalters@verbum.orgklember@redhat.comignatenko@redhat.comwalters@verbum.org- Update to version 0.4.1: * retcode: fix return code with syncfd and no event_fd * Ensure we're always clearing the cap bounding set * tests: Update output patterns for libcap >= 2.29 * Don't rely on geteuid() to know when to switch back from setuid root * Don't support --userns2 in setuid mode * fixes CVE-2020-5291 * fixes bsc#1168291- Update to version 0.4.0: + The biggest feature in this release is the support for joining existing user and pid namespaces. This doesn't work in the setuid mode (at the moment). + Other changes: - Stores namespace info in status json. - In setuid mode pid 1 is now marked dumpable. - Now builds with musl libc.- Use /bin/bash instead of /usr/bin/bash in SLE12- Update to version 0.3.3: - This release is the same as 0.3.2 but the version number in configure.ac was accidentally still set to 0.3.1 - Update to version 0.3.2: - fixes boo#1136958 / CVE-2019-12439 This release fixes a mostly theoretical security issue in unusual/broken setups where `$XDG_RUNTIME_DIR` is unset. There are some other smaller fixes, as well as an addition to the JSON API that allows reading the inner process exit code, separately from the `bwrap` exit code. - Print "Out of memory" on stderr, not stdout - bwrap: add option json-status-fd to show child exit code - bwrap: Report COMMAND exit code in json-status-fd - man page: Describe --chdir, not nonexistent --cwd - Don't create our own temporary mount point for pivot_root - Make lockdata long enough on 32-bit with 64-bit file pointers.- update to version 0.3.1: * New feature in this release is --bind-try (as well as --dev-bind-try and --ro-bind-try) which works like the regular versions if the source exists, but does nothing if it doesn't exist. * The mount type for the root tmpfs was also changed to "tmpfs" instead of being empty, as the later could cause problems with some programs when parsing the mountinfo files in /proc.- update to version 0.3.0: * The biggest feature from this release is that bwrap now supports being invoked recursively (from other container runtimes such as Docker/podman/runc as well as bwrap itself) when user namespaces are enabled, and the outer container manager allows it (Docker's default seccomp policy doesn't). * This is useful for testing scenarios; for example a project uses Kubernetes for its CI, but inside build the project wants to run each unit test in their own pid namespace, without going out and creating a new pod for every single unit test. * Similarly, rpm-ostree compose tree uses bwrap internally for scripts, and we want to support running rpm-ostree inside a container as well. * Another feature is bwrap now supports -- to terminate argument parsing. To detect availablity of this, you could parse bwrap --version.- update to version 0.2.1: * All the demos are included * bugfixes for the demo files * There was an issue with mkdir when running bubblewrap on an NFS filesystem that has been fixed, so flatpak now works on NFS shares. * Some leaks have been fixed, including a file descriptor leak.- update to version 0.2.0 - bwrap now automatically detects the new user namespace restrictions in Red Hat Enterprise Linux 7.4: bubblewrap: check for max_user_namespaces == 0. - The most notable features are new arguments --as-pid1, and - -cap-add/--cap-drop. These were added for running systemd (or in general a "full" init system) inside bubblewrap. But the capability options are also useful for unprivileged callers to potentially retain capbilities inside the sandbox (for example CAP_NET_ADMIN), when user namespaces are enabled. Conversely, privileged callers (uid 0) can conversely drop capabilities (without user namespaces). Contributed by Giuseppe Scrivano. - With --dev, add /dev/fd and /dev/core symlinks which should improve compatibility with older software.- add group- fix build macro with rpm < 4.12 (non-Factory currently)- update to version 0.1.8 - New --die-with-parent which is based on the Linux prctl(PR_SET_PDEATHSIG) API. - smaller bugfixes- upgrade to upstream version 0.1.7 - note that this package was *never* affected by CVE-2017-5226 as it was introduced in version 0.1.6 - upstream changelog of version 0.1.7: This release backs out the change in 0.1.6 which unconditionally called setsid() in order to fix a security issue with TIOCSTI, aka CVE-2017-522. That change caused some behavioural issues that are hard to work with in some cases. For instance, it makes shell job control not work for the bwrap command. Instead there is now a new option --new-session which works like 0.1.6. It is recommended that you use this if possible, but if not we recommended that you neutralize this some other way, for instance using SECCOMP, which is what flatpak does: https://github.com/flatpak/flatpak/commit/902fb713990a8f968ea4350c7c2a27ff46f1a6c4 In order to make it easy to create maximally safe sandboxes we have also added a new commandline switch called --unshare-all. It unshares all possible namespaces and is currently equivalent with: - -unshare-user-try --unshare-ipc --unshare-pid --unshare-net - -unshare-uts --unshare-cgroup-try However, the intent is that as new namespaces are added to the kernel they will be added to this list. Additionally, if --share-net is specified the network namespace is not unshared. This release also has some bugfixes: bwrap reaps (unexpected) children that are inherited from the parent, something which can happen if bwrap is part of a shell pipeline. bwrap clears the capability bounding set. The permitted capabilities was already empty, and use of PR_NO_NEW_PRIVS should make it impossible to increase the capabilities, but more layers of protection is better. The seccomp filter is now installed at the very end of bwrap, which means the requirement of the filter is minimal. Any bwrap seccomp filter must at least allow: execve, waitpid and write Alexander Larsson (7): Handle inherited children dying Clear capability bounding set Make the call to setsid() optional, with --new-session demos/bubblewrap-shell.sh: Unshare all namespaces Call setsid() and setexeccon() befor forking the init monitor Install seccomp filter at the very end Bump version to 0.1.7 Colin Walters (6): Release 0.1.6 man: Correct namespace user -> mount demo/shell: Add /var/tmp compat symlink, tweak PS1, add more docs Release 0.1.6 ci: Combine ASAN and UBSAN Add --unshare-all and --share-net - upstream changelog for 0.1.6: This fixes a security issue with TIOCSTI, aka CVE-2017-522. Note bubblewrap is far from the only program that has this issue, and I think the best fix is probably in the kernel to support disabling this ioctl. Programs can also work around this by calling setsid() on their own in an exec handler before doing an exevp("bwrap"). - upstream changelog for 0.1.5: This is a bugfix release, here are the major changes: Running bubblewrap as root now works again Various fixes for the testsuite Use same default compiler warnings as ostree Handle errors resolving symlinks during bind mounts Alexander Larsson (2): bind-mount: Check for errors in realpath() Bump version to 0.1.5 Colin Walters (6): Don't call capset() unless we need to Only --unshare-user automatically if we're not root ci: Modernize a bit, add f25-ubsan README.md: Update with better one liner and more information utils: Add __attribute__((printf)) to die() build: Sync default warning -> error set from ostree Simon McVittie (4): test-run: be a bash script test-run: don't assume we are uid 1000 Adapt tests so they can be run against installed binaries Fix incorrect nesting of backticks when finding a FUSE mount- upgrade to upstream version 0.1.4 - Build also for Leap 42.2- New upstream version- Update to 0.1.2- Trivial fixes in packaging- Initial packagesheep15 1591408005 0.4.1-1.160.4.1-1.16 bwrapbash-completioncompletionsbwrapbubblewrapREADME.mddemosbubblewrap-shell.shflatpak-run.shflatpak.bpfuserns-block-fd.pybubblewrapCOPYINGbwrap.1.gz/usr/bin//usr/share//usr/share/bash-completion//usr/share/bash-completion/completions//usr/share/doc/packages//usr/share/doc/packages/bubblewrap//usr/share/doc/packages/bubblewrap/demos//usr/share/licenses//usr/share/licenses/bubblewrap//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.suse.de/SUSE:SLE-15-SP2:GA/standard/682faa9a149e5a3f4dbc632428aad155-bubblewrapcpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, BuildID[sha1]=36694d7f51167a651eecc01db22b5459ae05d61e, for GNU/Linux 3.2.0, strippeddirectoryASCII textASCII text, with very long linesBourne-Again shell script, ASCII text executablePython script, ASCII text executabletroff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix) R RRRRRRRRR R Rv<=~Lutf-8a7f76984deedbd3900b402fe0d8eda84f85716aae0606f25bc2cf8fac01fb203? 7zXZ !t/kz] crv9vWkԙAm&:p(c)xtW9ϊnT 1aQ'm4#iotI@\ 6˼aR2^X?TYF*{|h.+teӾb]Iic6s"DO_Hq(n={gA!;\Z}22aʩW5ϔu>d"+kb(ީ$ R}Y<&(6}0ęct]Q_~DEI;紑qn;ߛnhvaF;Ě\yv;;kpR (Urod5^zmѣ`~}7&sγrڀT7 ain4v"D< erKP]3AU[6[҇H oE$V ޲ΆQ"r~t,zflwvӯKSGIvv<֟e?F hAN0x] |,;f=4(<Nlj[t8S)qB;=zʯPL6AP[މaJ%+*_PkFjR>w&iBR)ʷ¸qw8Zu] 8 'rs&Yu*a, Į[A?>g+)Yb߶*_G>m-x+䷥_^C:rƃj5uUk`VKNjvWl6'Z]#3sU7eD_mZXffoE:1lݤOz9X\CI@hMsU`BAzR 1!r6Q_1'%T"C6L ySg \ү]ގC^S?֗4aff+üVYRX7f>zm5hwlãr/J%-F{OF -l4M#RW^q59H DVs!N_. "DՐ%fCm=ld-f{ڤ 'g歀\/ n=f>s;"ǒ tӲAju~!d!,#ZPJB~z<=6p19 [da~yzJm$$z I ?DCXG$xh$>YG>%jtȉV<2w[n[B;Kg]"<=XXP"jʡ_/?fji=5mBR>q6~c-lz16JdWx`|hI ;B5¡5n zra'2!_ l݂;4۝:L2% [Io`bA!67,PSĦlZ,W ׾HÖK3/NvIǂaUBoLFj%D~Ïk]BM>zM%<AkAwW=b}t[JnLq:XChx lFPx==O/ <d3n^ֆxEhwM}.@aw%!6pc\^Qr2Or s 0gkT{ڏ7mea=9;Z0sf 爴ftԣm.6ۍC&l u=T*ɴ>|%XPX}'XBԊnv%.f*/r@7w?p=e?)==>yЗe #skùZ5o[o~9S3|kuhqQACDsN&xГ߰& ZusI'U`HR"P" ZGEGZN%'|VeBfxr+W߱P=S$f ,>wtЯ2As5tmcueȢ|opXŗ́W:i^ە Ϟ.׹iJmba,8ج,H@>n;+R%3]wK<elӫggp(ⳗQrƞa4y8!ǛEwFn1ʲ2%yCBj3)ܯ$ٽS-6a!`kt!99[0hj- `p@H-l8t]ƸH&-Mφ^$Z j62LqDe ?8 etKyP۽dqo w;! Rp#ڎžAܬ$rǞmöKBjn*Y\Uy`|?+6ofrG[Zy& ] LC,H|5#%Ȅ{'x# R_\qܙ{֕w kwudE2H#m?F?ri8?Q6jM;eP >4l ,,t51*N&KVkug8I Fg5Ŵ)L.k)F`>pg% .MɤgkDl%"\5u$It\4X\-S!^fڄSA*ĺ{O]eCo H$I(ZsS(-klGs]hQxItˇ!8+!t ו2|E%T)^ggPJCA& =7gQWDS] hH薺aKHZ$><p nYVNKVBÝ ]"DLW7,~Ùo*P|=ibE$Y3,13bDJ!, !X*vc=Km2Z)-~q}e+tg32[ǛEB>XtZxʎg4Z x;sO`BX1PjIX3GUUk5(HgF ʈ7z|Ki')UYr2'!7iu1hVDX&=hzf6<  <;d%[hÊd=SKʿmRX1>ҨO<`Nd"Ƶ.8@Iu/Q&'%ui p;W^V:d;(b<32-&< H<؊(aQy^o]mjDÿjɫ'wn8@yZFnO8pU,._&D3E)BB~{ݟהp; _:qHy]0,L fhl܋?P$^!1$}755Ł٬ԻR"FNTM ;"Kz^I./{]z%QX)'Uç%'Ff bSCm7gQBfb9w!v)> IXk]E"rٓg9) (RE8$5 .w``}(3'O4Adé+AE#mQ ]{wqgP Gk0C)he&kwk hz{$pr,M~EUo. Vj]&C/hEqqKcoa!2 O.:~ [jO Ƈ] H<I8g.I ѓMD w\f푷uQZ~!a}ڃ[\@h 8/Eﵰt_ ͹ɓ R;IxkflT;Ջr{lOKZ1]&m4SjۅXIoj0}0ek 5 4TylIϳ:>(e}xgRYoWS߶  ܘAq4HvϘԁbbL{q߫!W/(贐i ͥ/m*0پfד WET 2+~vU՝I<(Ci>g5÷Ʉ{8~D!jU,W# m|dN)衻2."Elww95v^ >Z0?K 3iҰ a%:w(D3֥M7:kޮaRUf 11 IjmJ[NK&CYNn@78 a<q&%Oɪn/|{-T#bw~-x=P0nMϲ>gk!6pzQ|G0 A+K}=SCc%=%EAl@Q6Ĉp?֚.7W}L4B"e:Pa`atC%24&<05HE<];wd :ߴ6"D"G Wdpؤ8p +M:mZm3qL'x[50G/L2,m(, "v@XSsn(A^V8ޟ><Хdsxw$W?F X;xTD|"Zb>1@N~C?+pnh8le'I(DbZ&wbL(zTs>pe0FDegk7,UWc/R\0$c`A#(&q I0]E"!r8wP`$c?s!VL5^rXR e'"9Y3Br'Qt%.a؁;,؜xlT a׍d6mC{YK%:FRn05p<9uDQ&7cZ) L7݅"Ezubuk!7CMϩ[`$Ȭ)OpΌچkDGe<MV:>^T?/*Q++F 7`֝c 5,T;|bE5 MrZNMtdg\;X5Q|G%0V-[ dlt] T'R:x\7kD\yxEֽbs8fqОk݂͡*fn9*%~Gۘ/>3B 7mnևj#|Ki36bvxBP&B*W5iqa hJ:`msiX;pJH87v.2T6 M['m=[Ϡ\amF<кW /A=!p\nENSxihɚDRd#O;_KrĶKzan_~8Nph,6 }!:JWe|{#S٢&mq7T:Be$DdLBUӛ +i9"55M}#PAUqcbj /i.TL^͓=y炽yJqN%G@dVq{A};Ʈ1&9koRe@^Bt0 iyMi->ߞx w:  1:UmkȤ^(m}~$J},TRb o2Os3VCMyi&|m24,%6ƪlX)BX~˫ ܪxO 5:%VVw`/)C.n\<ז 'QKp4#Fo@. Lұ$йkL=pqwe y 0CRVH!PO/LUVI.bwR^: >v\$;|{-(sWr4(k5p<-94Ԓò'!f]MYt_>ĝ2fp a=\2~>ߦHM> H#&63YvN]DD05^8)(2iR|)!k`7Oݵ=u6lZ(2Eʔ.N1'u⨐K`wԅ)x!C$W] /2+FN׈ώUzbi"<&wmEJꕀ>W>4tC#/4%)⡶VyoS-}8OI?ؖ2,+$79;Gw㈐-r%ee f`!z͐ ]0v{:Q fvbͬ0]@ 1;Vʥ:yWhlg90d'anάIw͓BV`gi[/tzQ&~o7h=," '6o~*VQf2mG^OaiHt <-W =n4^ժbyа8vd_~ \J ,] 7ܝQY$F08M?IKOq.{xEd]|">ht¨ ͬn3I*'vm`:8}zgh}f-]a\(4EX Dα,i U6%!c0d2e*"[.H+3r!t}?rwTA*Ibr{F'ܡhI@)z|g?KD"r @^l%t"iɡ{NI, =w|3J"qdnG$cuǘ =|rY?UxO%݋ 5Xse -@^,nbl'mr/NyzfZ 7[,P/r9 0X%<՝Kjm Y l=~nO?')ݑ%8yT](K4-q%@ (bdkLoɏMvuUIA2Gڄ?r)+1iķq9E[՚558 vkp?msz%W#R3D '6/B,@R݀'(l/VO27Q>_$}W;S"[B#ʀzv!/q>}-=WBW-.)wW#8Pɕϡ-OدBpj)8^ŪZ`#:64Z`5"*2߁x7ru !.&!vyr?f^e 'tLV08_)/#?g@2lCL~D9X{+҃.&B $ɷ'5<Z(bqc=QU;秨hD#lF'&]S @R@DhN `-w1ZCtQGz mft*WXa$SX ':jq;Ab5ruuS?cp(Ɨ=vHIi)تv MPchbflkMỌ}:VC=qs![wLڝv6qFSϩ**!V1w񾙖g,?( ް`nSUW+ 5_ HʑĒڈ_"̼lWl5&6Bu!E&x3a+ћ1u8U\ǂ)j8lԦʫ7brp;ɻ|6Dө]@wET7,7fP wVkEy YQo)!u-Fʡp˒wfg "ʢu飜%1.NOUĥ#\o2QL Lg@a^JzPj5ꚤ{>YBNL/?R<|SAC@(_ls@h&&82{jYM.m`$%~@ ]:U  kL!ŜWt ;T$/ Vrn:Wq Тʚ¬TA1U* <a >B6hɽkOzx *jqG.Dpc$Ä&z_#$ p= ⃴C:zMJ\_7 {}sz*[(ܥe/n飠`:N9+UE[5TԫfS *hZ>=ԫ[hrI?7yf+ huRz}dkU\^Ԋ+z!@K #\c!YS  qui*V¡6yX(z !iĎ !g`5.ʎ@=UW * QtBsL'꤅Zj}^L[ϒNjT(rJ0 HUO.@Pm&,jm ޣTJ?޻?Hjy@H ;Ɔ.πQZ$ yid<UXaS+ jVLq(^?/Z8p1%ro]L &~ _u<){_H 0Vƙ݂NϵKqv K0gdۑ#b,1mAXbUU͎V4&7~2yMgOB T"m7Hޙ_#IW]ȹURQ  IxD7[xm뭚ϻa:]&V5Or ¸[u6d  ZPp} vyplDw Qie319Iw*}TQm;h|V1;쫂'd/ {W1t3gD>8MYŎJ0ti?3`dvї}gE/w6;Aڋ=i2{ɾ In]¯jjb~` 2;QJ5!ho$hƠLL`tXy!(џ> 0p!Xqn?}?7(rvݵy˻ ǘ!:S;2[ hu.BPL.bB1fAK# hZ`ѓ}8GhD%-u!>|*8b^=EET(DF4 q `W/1: xZ\#Pw;^F35 7TKa w؜s DPWEf|5S,!pGR*.b(+'QcCP} vtITXul=? ǂ]+ۣjcrny,Y2J_s#j2@pxQ r(0' 4PH0Vfƽ$tE_<%p|ɌT 4j0{uUR9CtzIEME6)[d{(k)|S*CHU~@1ƖU{3S LYMh7g5a1'5NU.K!*$(gW5enqod]3t]gs,,C>.t(]Bh=ϙ.yOce_{ț'"0p?ʔK)ugLI"-%t5Lg5Jn̞_cKa w wٍlY9nUBZ/D&Q~"߂řt Fn#@ְ`ٶGD~4HPά ACw$Υx:S@~p N{&a˫y+p7%XIM8Q3 6YUC@!H zf ފ,YOp}F<5ҾVxSwڙ’_&E&:oNy"bִݝX?'Myc`$}NL莨x},~)&={Ny(dJ!XcPwn!G*׌Z 3YAG҉N-*_ۀ":Mg VUD,ϢïD R"InfDyl~_Z9\ho/&>:LՒZj XC+^Op0QGN~ G'r'9(b`˝x95q |%;,KIq!I͏'.h;G(@_7D.ǥR"mF[—fGT#ת!|l;l~k4" ,Ec9R@LB4I2':b}NP^Uƌ0%I1=BS-6d5xjHWB3|xDD!2 g 24"hܼLd jRޕf?hJkQ rXMتQ%>ٕfЫ@pCRܘ%CQ,A}fsrFVI4s(7bP|-/g}giNb|&-l^o[]N'UU[,f-eJA>I0d.y z{|0 ^:Q_f= W .ce] x%2,:0nYmH`[  )ҡ;sjLT3H޹$Su*ίW/ae~eQGw#- R7 /`o{=1x LM o#Z[IA4L$$.'t24ܿ&To,'ˌ9tpl 40r,_b&Ҳ^T>:o^e+i AXq8(H(:%M|8k{p4Ću- ]us4LBSC˸P lwE,5ʮv=Ew2Qj!ާ< nn`%ڌ(*Oe֍Y)ևyO8[X|ȋ]0&` ̍2" b9EQϷzm.[CM93ǍUɀ^4'6/Zu%N0rM$BFBU0eP3oMK~auDɹ1{S=渁0 3@ŭsV6QĪaB|1 N/;jΔ̂6$H;O&6śYnCb7uxG._|p0,Az@xsuQ %,O[r&8hdtjt\Eߟ=:_ߕ aMuR2Yt;d _0ͯkh`3i9 }S-ҝ*0Pg'ͱAt #YrL@ [C:pq.3x[R [)VnSz@J|?o #=l14j,nk^%iR3WLyaBk40.5cG fGw ~7dx|+5O2*cBWCvEu{nxHnENBCFk[s8Y%Y}mlEC&D)Tc) R=ظ*X|֨"!V&$ |tdhwe)^2@ Onx\,9 F#= `ˆ\ZGmRʟE] ~9o9P3db#]rzǦG8dN(p6΋%bE=BJ)I:~'=dF1ZզXQ2Nƶ!pY;H@+`Tmt 6࠿v15]i2vpq _Z1z2#I}[ZGo@o:h`#L,GYj\M2y784A/՟䴶8D[f-Q֍[Zw6&o**vG'@a N̎W0Pnux~眾Za TR@ܥkl6bs+0b;INr0Kzږ S đOP-y 1r1ϗW2׹V^H#zuz*,㑯7ZXΈ-&g ^Bhh%OG` Xx=PepBVxڇ%)!*C~ ~4Z޲e:(ׅ]Oy+^V%zڑ`X&`Gvz] JdyC"/( 1X;#zO3-vīmaN}ږvo$K] `;]M|dѺHIl)W%m~mǁĕ>_WO6_PTWYy 'lT0uIJ"W, \a]!4I]Kzd_m%'FKlȽ>D]FiD:5ccKRfMh|xHK=޷rK] /$(hg9 j=wLa\ ޢYk$_(  m\d]d3bۃZ6.%Ls7{^ "24-v2մ (‹^ d?<$-\<\x-j),mNS`ZD7o>:7ggq-QzyO-ɴ{!%k,y0- Vcpj8|, QzFiTDv4>Qs(go76J?fq)y~ KSIAn~g 3ppO p*NY+%$ȉ.oQEf &pg-^ e>zGwR=|nMeo .^bOAQXx$HAG;񗌔v70@h@웨9[^-&FQNJ,t^z"tr1w} FyZjz1Mybּ̚ILMO> f$(Aȹ_E9@[%|6 )+|•{d 9:ג\ e0b 6M?4Nr/PM@3;ь/Gg|C2k7L `̴u-lK`-:].Iָɺs e̻.$Ӏ4I(G¿IE`9$_0zX&&nEפ3$K\*sgpP='wܻeh1=rR!<؟P! -Y-eą(mfS_ϓ߱ٝ9_ՔV"xy}di8жmQJhҒ5ÐNӈKC v/!]mk)@ҧX^5jfWѻLXwwWqy3k>_@T? K:/CbFQez"__Yi2w\UYO.9^ "7tCL[z#IWߺ`߫͢2H~Q< I `BbP̕Bt9ı? ;hL0|q^["- >U,EzEe5*=)IuD fT])F)D?3_1@}16Qe#»$97o"u-O+bl)۫ay|b6~S:x2{[/_/J)v[ d1w *'7 ˓РK 1CшVܐ0ܠșWڲQ9JzJiPhA>9t0~ z|Fn^M_D9]j_qNْ35\ikmȌ?@(>!xHYQMp^yF,cLϵjmɞ0ݲK[JaښD7h'BOr%/q+ܒɈ}M Io&ra",\~(>$Ѻ~` m`x{0LT6~B_-Unny+fw;YEr9X_A\$R9?`LಊܦSy?^&8gΧl!"S>+(kVAAkI@(?q4`( rnJ4m3g:R9(tlh1t*ޝM{ߚ 0t&; [j4O1zc4>ٚuA T4`4|>ПCZƈ[5_«OEa/td-Yc`h{#u(M Fc!0F& ut߂K_p&nb;7v\#ھ 1V6ӌmJށ-36"SƔİg0+wj3P5KqƫS C/~753:#n(j! ]|ߎ[ޜ s;QzW}$L=G~ d}[!끻独h 4ϳx`3ҹ ĒcA[:pc,!'񗄂zc Ė=F)TrERQqEG,T4 _w)렌MX=_ F'>nML{e S_ڄ]/к.Bq矴vb8pl | |C+O1 䵼]td80+_.s1mzo-f tʈʕT  -AMrVHHKgELaJ%ʇ MN3/d/f 3Lcg?N֨w;| w:d=9aZ .ZC{0PM]_~`kxLq ļ["<qK_VZᎻS祳9, uota=DQ N\7}Ggpl(}vl@ai"*Ӌdϩ,[摒rBl;a[5 ]hZ+hj Bφ;えܽ\S߈sq*:Io:0ݡ!@gpc^js;ER2jjPV$QXɺ쓝>:XP` pl B.lwaD#F֛v" }*`Q%.J5ثNAcr,v>g !?Kj_|]("R_^PA8`]#=m}'^7Rʦ \1cGUjTI0<ӤK Cַ)+;@sm%g5R{g`TKW&|u&W 8;ni$Ht-Mjc9R>f:YDN)OfyZʹ cd+nJ4Qy#d:]gb-Gf0>JD93w pW:R3+TrYVpNSXFH.n E2Yzl6Uv.ц&KDzQYayӟSid vݜ,Oe$=38YUud癳`QDI 7 r M%pV`HPtӳʧKw7#o.aQWu۪Dܸ3U; lm=݅2)y.cqbj*/U"q1Rg,*9h Ľ?WxN{A섾c~B]z1@<4(}6ߠSSBnY y[.;37*  T>bqB;E=ϫPYW4jPO{|wx.EI5f7L[fE] %l^Tt4d>7 'u]q]lQC\Kq:B?jk[; jz2&g2ˆrYҢ#B& Zf!IvyɻJ DIq"y+qہ),ύu`(\IǽZtYIpClE -/SΕAd _=*/}#h?9F>'_cq _ޤ|s5w4W3%0MJdl ?wȳz lr1Gf}%j41ת(f?죖0S (FD;ņ:JƊx#HKH'B . '4(P SZߜ"u4>?zL`+X])JՕ~)"Trׯ4*ÌŘķН+Zh_[ pT ߯^d_YcI&:?|%_F%N4Ẕ'y_3 n@ ;,Utfwr?>Nu 1 Df=6ݖ-\[oY1ʓCM? S0sQؐPלEvʜxQ K?QW`7}I/8D&:`6,P'PddzEIT% KĹ3jRѐ ͕wց@/L/}[_/9J0+dU9\H"CBcP"-3j%&·|r geUwg\zm ɐ>lu +\)=1&UGbg,BWt.h^Ԧ>X.5i0/%*\ʢsk<>pZwPm;@ڿ,Zx0Vl P1[vw itOLJc~B6eg"wXO !h\9d EWs )C;!CXibH~T-W,z؝+ V#MЩD%aDg7Kˁx< tdkrsw) E\TCgCd%T34ާ!a_fe^QhW=NsyLy,혎v'h4*|REqRO*Gln23Nx+H$[c1QFwCm|JnsܙBаҺE9M+9-kkr#fѩBV"]Xyd2y 99Sށ 8jS)mpn{[jBm'_?웄Hǚ1>̚/}̱?Ҁ&d L,CHu$ @dR3t$-q7ǻtFU|b),'Jn_{Q[s VlJK pӌ\nD!tB|7g< ,)l#ȫa^@s%E5Ҙj:Km˹"}l*=5iiE;h `JVΗP2oB%t%6l}G5e sgbD;Fx :{O`'",BߊIoYzTr)'>xt-۲V$A];z@cf j5 BG^(R}wW Qhԣ9,"ߡA–eZ3UMXcvG<! Ss_AtuP}؇f#o%zy)Zp -nF`5?<c GP.0/7|)olg<3zo,,*nD"8ʮ.zkˡǨRnd#>{f&D^;\duHĖIddsRWWTmG.gdq82YݳQak/[agS`HTNt77;kU}#)r>+TM|0gu:"^]ndK+)'Ov-nbx6Nq^xC>*gC~H.)[ٺ@'fQ `"ҺSOIWF w 6 n吤׉ DX_7ϒ05ʫjcNj) i={[϶2xV0I7 NàP)-$ji; _8,YF#"~ dCMBi9u wv9zqg+_=fSr*;1[{sqaW m"m+ {%M=LvcQR@v\dlfYf3#Ɯwf컔p0~7tMp*!47VS{P+X\$"1ڠ$7/;vlDH8B!>q^7mobVd=`Bl\ M136;O'qo q^z/nGoD8N>X<y% I a7@ rRruj9#9 W f_WF+.gj$]rB>3 \wCiHf6UU;T_/՞؋j|vW5mZ\3(J #4CIjz{ u=%W8w~iٟz1UjUDön#Ϗh_u& cwK)Q_a .lD+҈bũ8O' #k}FY{ ͝hd$8v~K! )In|ʧo9){GrC=Է\D #9AXz:6z"9[&T[`B*R uWLf!̴[kL /d/0cvX7*p A 5[aY1s/@߱ 6^`;Fq6¼ }' J w`!FQg9ɪ06G@(2'0[JNfz_*6ƕU(b|!xFPr3?ESUxQ1`9.,R.E%2xBē_ eصGl4arY<&X7]W ӋBFUАV̈́ɤBQQr_~#&~179v(Ȼ:F?@# fޡIBkY Z+0^nޞj;< v?(*2]xan%]/>ءfFt9Aܚ.:mǎ)o+}_0#a[S6 񔼥K WZ%aCCgC!~^[CޔB ׸00y?:Ud(}s?Uv6ll-GFC!!fN.~I%#iV霋1^4*n|p,s7WMSd9E*B!(;ow.CSr)#'I}q{D%Hx8ׄb,)_{R4ժg5SФTf5d}w?K ftteW"xmgVUc>rc%)ls:Xg+TZȆ^1 (A.7i3G2)h/(<f-.FX#z6661¬(6oj:Qol"!ܜ5!Acr{Mja]Y]cp_Jgp"pU͝w[='pJe3n`^K /ۇFAKʢBg'eWܠ[X,teI%m=ܬ'MIf}½H}RXT>neBG)$( ζ p:8;ר|A5Ok4"[zևͩHXZȾi?au_$ .2|F^,|M1gqT)F,wuR$_Jc=͍]8pkր观v3boe !b6'DXxP;yppn\-M*"Ƿ3D?>mT^z]8+AqR"'!N~_[@᪘9[iGroݢl`t$%dj.m󳕏6>헤r}BxcyqC2 &yIsC)'eCp0̈́I†֛pZC Rt23~߫_zOw-%˿y'|2^kV~Ф}f㸂n+` F"/Hf}wi"*[0l0=?"װ`iNdK=z=cJnc7$bͥ;10:8-Si|%xEZȈxR+]F4uX;8pb(5Vb Yp(dP; 0ayu1(˴ē2EWzbVF+;1)S) 8$\" GYʤ҃7gIWyvJ[uY =63 j{~?P6ӧb L: 3IxY k'p"hqC4ow|v(.x W$!ׄ 70Oa%tANCwPv8+Tfu?tT0-lG[zɡY^ MCY"Kŀ5 Vi2% j Ud5 [87ot5W 2k[؟hó T%59eMİ^JǽN۰dR}oQ*.~+wp =L?vh2}J^,%2g\ ܿgfQ@ 2sK IK#@ìOL0xLO*г^R]Ǹv!<{ǗU}f8P샞;BPoWZƴ; > 0O;^gU˜Uk`xg/`;QI!촾@Cx7 I 4! &4Xެ5?^Ժ(R/X>w[?8-Z0ς6^3΁Q3@5m APC޼Tef;*}:Ƽ7l,̕<} xϫ+4ij|8"H)|4@7U!?rⓋ&'vZa [iЩ0(n#K@Ziva+]ךԞp=l7>Ao|XM'=)\^>[ j9{ZūW]ABks/VI*Թe˙ Ͼde5.]?& ܍g1kJ[Y6^h뜼/Ż/>Xw?1 ] XfIxD'1*)4ˁL8FyW\} 37"4ky`Ը+~h{'qu Yƭ/H>e(^\ a̩ !1W鶢I1Z}THnr"B%O {%|Pu)v{_@y#`vx)}E7Wh4}7SE+%qS 4cj!lMLbFW8C=oiY]?p&}e|<s u-:d,9Eǩ-U ([Ö 5=]%jS@߷d4dԯoDNm^3qVSWo/ yS{dde0G?`Mq4'έI|fŠ'L)GޫY&]:\ۜ"Y1@0鮆ko(I{yДxVK[J&FH;7&3%vATNTG%E"*T *^Oj44+ t }4lsi^a o͔璪~N 5䐇imL1]1°L㏩+Z'!׫5t*uÌ6Ϋc,;e dhq)wL?0kdƢiX!0V9!/J^ 5)?taE{&L9M-J[ ?kq `R7oM I6 Q+TXC/-v?6h[$C)gHx^"qmj%sOi5n9%cr4R9ȣv 3:/}(%(P.lmm6 ;'NtVڃǡqq H;$=fAK驈{;HP&}sg W =g\ 7K׳f|:b]Z:H3HtZ˙<[\WJi.nW ++aջ ^cJuPs^a7r_B햖T!⸨7'T|QpGm/5T%M؎mcZ CDhFXJwV,QDV:Q4~QJQ [{M J*l#Ԯˮ9m+`PHS 1Scވ z2,N+aQ}B *fĨfh#CVZqx`ݏcy-jF>flkR3TYLZbW!1Ff3dEFmIms0j_*f?c)۫q1)RHi_8ŌH$r,tB!Xn**ҷOJoX[EppdkEmIV)iИu,< `ٴ0BX䮝W D/X&n}A՜]4݀W3xyS6X'B(W>9-wlUW؁O'9Obm,|5 ^Tˊ1Fhqy ZcY˝_uG~CTձ Q!"! r۫A (~rݷ<$fY | OOҪڃsb*҉  3(¾ݓ^9.?PK><S-E[scux2z5v{+X:L@B#$vaV}9nr( !]rY 0h"Y_yw%^K֛ |uޛJFqk#$T=]ErcPWڱ:tpdO0,FBMiTʳW#$bkؤܖM_{/jfl((IѤSY?8w5E?9,b@2y'>BmNN!:+'& { 3 Ο,jT"=z[^ao&=rլL0Pu 5<ĞN}z7qz:A"eohԻoDbDt#KKu. }30p{R{HwR2/ox꣈܈SDlth)@Ai3wi|dA sB!N (U!$?JLR ]epE0Qad~!@&/VKZL@IhM;!g[j@i#4d|Q}s1S.3*4)l!iF&]u^lP?bIJw7C&-tK,5 .mhL~N¸B*ʉ٩P<'$?|7"V\3GU*ZVMi#cɄ0jxJ  l)Bopg4zؑN(q5EU)IE(Ðm"CDQ eEO1y[. 9eonϛ,WIa#ڷ`O#ew>r`O;zNٕ4Y%H5vģ2gqTR7,_L:&S9%i[V}IKI= O1u POޠ8l=v[KTx0Q%K:7r]\ygpLhŕ)3$m?#GEy<sM(iTӟ W(J_F1[,D?{~^(2z(;7WwNxiK⿹$|AӼ+/wUxsv;h_0F;Q#HmmġKlҭEǰ$vqMёFaȉ@ ƃ0+#ڒ:a!F;5Q‘,{߆3 sE msl8PU[Yܼɴ P P]fsYLt]Φi(*r`p~_U86@݆ՐRjeVܷIs/.MhfR 4cJcdU1~ i2_[WHs͞8.4bqPg*f̹Efl : ^{G=ozzoq˝.@ـfݙ\75(VRP<t[d=q0>>9Y+s?Td?\ |3'IGShsbpa[k:j=I#O3yJ5z g^:?`-z"+ɔ?`}S#|7 F$uA/q\fvHkC۟wa>ࣼ+LͺD:4/aH U|lRU#=2ȟ"w[^;Qzao9 F7TB[yLL yiG=ޛPLNµZ = A.|]Zw ?@Y^.QOI*pv.if;Jn+.ؤ2ZOiD5yBI1@_ry-+:</+ևB8s5N x]IA`oa ^k@%@7TP[UX;'q$]:tkku0wlgᙳC7ml}R:41;~'%IՁ-XldiI%)6#^לhL׬o "IxC*X/Q!'1rA7j'|Opwq7]LR(Ci+0MP a $R2,(s;ZMoI"u%b@MַD~+oP0:ifA֎,ʣ^h{(GN'xʓ˅ڦ|Rd,?9R쏠$"|[ot,mcQ)hJU|;`z;q#y}E@+P Ɇ 4:p!btMNuc?V%ccfBTXt )%&`EȈ=O+ n|d5rs 2 GMV0F {2)ULdfǑ|"V4/6Gxt$;xfFXqQ՜o{2.XZ++Kv5rBFhی.9o,4”Ƽ*x_ V y)^g6Jw8l@FFd⑽L!>7] $S7V }X \]_mxevȷ(gfFB&kJ=S6PEb^2ZIcKBO#Kqo?~\ z,Ce*ͧc%6f; z-u!WAt-rQ~Fa`xDEY3X՜vO`OLh$HQլ"TiD= ȓ""i7eb0ψed&tXS!;6:Ł3ȐGBUG͇e7TiqN; I;}^%͡ dSYI$DNy> 3% *a4Piv"M6H~Y.%xm}Kgftt[q:{.w>xp>ZZ`O0dwcGbH&~497$0bv\3 Ӟ| eaw6Dy65:>X^x2,`ӱ?k 2rJ B*Sc{> T?uؖ8d[FU)j H==)![ӽ GAދdDnTKQ&JD>HT\[s@E PM$CSm'\įTED?cF|GIdeHo_H*c&;zmqj뛕5&HT=9UM gMi~~I zלd*X84Jk %+\Uټ?g]|BNe1MC- ބ9h4Ưg"8Β` .|WN Yqlf?&b=l(@Ҏߝ_\~&jG%҉O̪%$z*^ m6bv˦mdV\J~LsK-Kf&ԡMK'ODlGPetXL#`K=?SuUwV?Iuյ:dP`m_**@0YԲ4 vȤF0գV C} \pU f;e33ro :QNXLDz 3T-_lvEqd*ĖGNZİWI+4a% YZ