virtme-1.37-bp157.2.6.1<>,(h"I%z OEDx0_oH_H5T)Michael Vetter Fredrik Lönnegren Michael Vetter Fredrik Lönnegren Michael Vetter Michael Vetter Michal Suchanek Michael Vetter Michael Vetter Michael Vetter Michael Vetter Johannes Thumshirn Michael Vetter Michael Vetter Michael Vetter Michal Suchanek Michael Vetter Marcos de Souza Marcos de Souza Robert Frohl Michal Suchanek Takashi Iwai Michal Suchanek ohering@suse.deMatthias Brugger Matthias Brugger Marcos de Souza Marcos de Souza Jan Engelhardt Marcos de Souza Marcos de Souza Marcos de Souza Marcos de Souza Marcos de Souza Marcos de Souza Marcos de Souza Marcos de Souza - Update to 1.37: The most interesting feature in this new version is the initial support for systemd. Until now, virtme-ng didn’t support systemd because it relied on a custom init system (virtme-ng-init) to speed up boot time. As a result, tests requiring systemd couldn't run inside the virtme-ng session. With the new - -systemd option, virtme-ng can now (optionally) boot with systemd in the virtualized environment, enabling full systemd interaction during testing.- Update to 1.36: * vng: Fix remote build * virtme_ng: run: --exec and positional arguments are mutually exclusive * virtme-ng: run: Fix quoting * virtme_ng: run: Fix `vng -- ''`- Update to 1.35: * Just a hotfix release to revert a change that broke some CI workflows - Update to 1.34: * This new version includes lots of improvements in the SSH protocol and a better support for the s390 architecture. * Now, by default, SSH connections to the guest are using vsock, a lightweight transport that bypasses the full network stack and can speed up testing workflows.- Update to 1.33: * Restrict the SSH port to localhost (to mitigate potential security risks when --ssh is used) * Support for running amd64 vng instances on non-x86 platforms (e.g., running an x86 vng instance on arm64) * A number of minor fixes here and there.- Update to 1.32: * numa: introduce --numa-distance * virtme-init: Start udev after mounting all filesystems * virtme: enable ssh support * virtme-ng: introduce --console and --ssh shortcuts * sshd: generate a custom sshd_config * virtme-ng v1.32 * virtme-init: Enable lvm usage * net: support multiple interfaces * udhcpc: add default route if announced * net: allow to specify the bridge iface * net: option to force net MAC address * github: pylint: new supported versions * feat: vsock support for remote console access * vsock: connect: generate helper script * vsock: connect: pass command to execute * vsock: connect: avoid issues with modified script * make: build virtme-ng-init by default * vsock: connect: support commands without tty * vsock: connect: execute given cmd with right user * vsock: connect: only use 'su' if needed * vng: pass '--user root' to virtme-run * vsock: connect: respect '--user' if defined * vsock: connect: respect '--pwd' and '--cwd' if defined * vsock: 'socat' is required * vsock: rename options to --client/--server * console: port: switch to 2222 by default * console: --client and --server are mutually excl * console: client: support --dry-run * README: mention 'socat' in the requirements * github: restrict builds on push to the main branch * sshd: look for overlayfs before modifying auth keys * setup.py: Do not fail when argparse-manpage is not available * Revert "Merge pull request #184 from hramrach/main" * Restore bash completions- Update to 1.31: * Fix a packaging issue, after an attempt to modernize the build system we realized that we were not installing the bash completion file anymore, so we have temporarily reverted the change to cut this new release. See gh/arighi/virtme-ng#181 * Initial support to run virtme-ng on macOS- Update to 1.30: * Initial support for NVIDIA GPUs passthrough * Possibility to use pre-compiled -rc kernels from Ubuntu mainline builds * Possibility to use virtiofs natively on arm64 * Some improvements to run virtme-ng cross-architecture and cross-distro * Bug fixes- Workaround python packaging deficiency- Update to 1.29: * Minor packaging fix, addressing an issue where the requirements.txt file was missing from the source tarball published on PyPI. This won't affect anyone, unless you're trying to build virtme-ng directly from the tarball available on PyPI- Update to 1.28: * setup.py: include dependencies parsing requirements.txt * virtme-ng: fix typo in command help * virtme-configkernel: disable nvram support * configkernel: config comment cosmetics * configkernel: act more like kernel's make O=outdir * vng-run: get kdir from O=outdir * vng: propagate --verbose to configkernel * vng: alias --custom to --config * run.py: add a --qemu-opts='...' option bundling hint to help * init: Always create /run/tmp folder * Don't require ".git" to be a directory * Specify "refs/heads/__virtme__" in git push - Add BuildRequires for python-argparse-manpage and install man page if we are on TW. Older versions don't have the dep yet- Update to 1.27: * Introduce VNG_PACKAGE to force a proper packaging version virtme-ng v1.27- Update to 1.26: * Proper integration with Arch * Inclusion of a vng manpage * The host's /tmp is now also visible from the guest * A new --configitem option that allows to quickly change specific kernel config options (with --build) * Bug fixes - Remove 0001-virtme-ng-fix-virtiofsd-search-path-on-openSUSE.patch- Fix virtiofsd search path + 0001-virtme-ng-fix-virtiofsd-search-path-on-openSUSE.patch- Update to 1.25: * significantly improve boot time with the microvm architecture (simply by enabling the RTC and avoiding unnecessary boot time that most kernels spend probing for a non-existent RTC) * virtme: make sure RTC is enabled with microvm * virtme-ng: silent lint errors * github: new test with KVM support- Update to 1.24: * The most noticeable changes include the support for the loop network type and the possibility to specify the --network command multipe times, both useful for kernel selftests testing * Moreover, there is a boot-time improvement in environments where the kvm acceleration is not available, such as container, cloud environments, etc. (using the q35 arch in qemu). * Notably, this new version is expected to enhance the performance of GitHub workflows that use virtme-ng.- Update to 1.23: * Fix breakage with QEMU 8.2.2 * Change behaviour of --kconfig, that will always override the .config if present (since there is not reason to use - -kconfig and not update the .config). * It is now possible to force the legacy cgroup v1 using the option -a "SYSTEMD_CGROUP_ENABLE_LEGACY_FORCE=1": the vng init script will mimic systemd behavior and mount cgroup v1, instead of v2. - Drop qemu-remove-unnecessary-serial-none-arg.patch- qemu 8.2.2 compatibility * qemu-remove-unnecessary-serial-none-arg.patch- Update to 1.22: * Fix potential sudo errors (in openSUSE, Fedora, CachyOS) * Propagate /proc/sys/fs/nr_open from host to guest * More robust parsing of upstream kernel versions * Small command help improvements - Update to 1.21: * When running in script mode do not hang in case of kernel panic, but return the special error code 255 (this allows to automate catching kernel panics) * Redirect kernel log to stderr on the host when running in interactive mode: this allows to easily save the kernel log to a file (or pipe it to another tool), simply by runing a vng -vr 2>/tmp/kernel.log * vng --dump can now generate a memory dump compatible with drgn * It is now possible to use virtiofsd with a btrfs root filesystem on the host (e.g., default openSUSE setup) * It is not possible to to use the microvm architecture with kernels that don't have built-in virtio-pci / virtio-mmio (e.g., stock openSUSE Tumbleweed kernel) - Update to 1.20: * The return code of a command executed in the vng guest is now transparently channeled to the host: this, together with stdin/stdout/stderr redirection, gives the complete illusion to run the command in the guest as if it was executed on the host and it can help to easily integrate vng with other CI tools/scripts * NUMA support: it is now possible to create multiple NUMA nodes, and assign CPUs to them, inside a vng guest, using the --numa option. * new --quiet option to override --verbose * new --disable-kvm option to explicitly disable hardware virtualization (KVM) * lockdep is now disabled by default during the kernel build - Update to 1.19: * The most noticeable change is definitely the support for running virtme-ng inside Docker containers. This opens the possibility for many other projects to use virtme-ng to potentially pick any arbitrary kernel to run their tests inside their Docker instances. * The other interesting change (this one only for Ubuntu users) is the --root-release argument (used together with --root) that allows bootstrapping a rootfs from scratch, selecting a specific Ubuntu release. The rootfs will be created from the latest Ubuntu cloud image of the target release. - Add dependency on `requests` - Add _service file: They use git submodule to get virtme_ng_init.- Fix python version checking- Requires setuptools and argcomplete, instead of just require it for building- Require qemu-tools instead virtiofsd for older SLE/Leap versions- Update to version 1.18 * restore old --run behavior * fix --user behavior- virtme-ng version: 1.17 * Fixes Leap build- Update project URL: https://github.com/arighi/virtme - Update to version 0.1.2 - Remove upstreamed patches - 0001-Add-save-initramfs-to-save-the-actual-generated-init.patch - 0002-Make-save-initramfs-show-command-output-more-useful.patch - 0003-Fix-the-error-message-for-mods-misuse.patch - 0004-Fix-the-mods-error-even-better.patch - 0005-mkinitramfs.py-Search-for-busybox-.-static-first.patch - 0006-mkinitramfs-Improve-the-find_busybox-algorithm.patch - 0007-Add-util.find_binary-to-find-binaries.patch - 0008-modfinder-Use-find_binary_or_raise-to-find-modprobe.patch - 0009-Enable-the-Xen-console-when-using-xen.patch - 0001-configkernel-Add-CONFIG_INOTIFY_USER-y.patch - 0002-Use-fsdev-multidevs-remap-on-QEMU-4.2.patch - 0003-Add-more-typing-annotations.patch - 0004-run.py-Extract-path-file-sanitizing-into-a-new-funct.patch - 0005-run.py-Introduce-blk-disk-argument.patch - 0006-Minor-sanitize_disk_args-cleanup.patch - aarch64-Fix-aarch64-support.patch- Add python-rpm-macros (bsc#1180125)- Update patch for aarch64 support. Does not break full emulation case.- Add patch to fix aarch64 native support. * aarch64-Fix-aarch64-support.patch- Add patches to include some fixes and the new --blk-disk feature * 0001-Add-save-initramfs-to-save-the-actual-generated-init.patch * 0002-Make-save-initramfs-show-command-output-more-useful.patch * 0003-Fix-the-error-message-for-mods-misuse.patch * 0004-Fix-the-mods-error-even-better.patch * 0005-mkinitramfs.py-Search-for-busybox-.-static-first.patch * 0006-mkinitramfs-Improve-the-find_busybox-algorithm.patch * 0007-Add-util.find_binary-to-find-binaries.patch * 0008-modfinder-Use-find_binary_or_raise-to-find-modprobe.patch * 0009-Enable-the-Xen-console-when-using-xen.patch * 0001-configkernel-Add-CONFIG_INOTIFY_USER-y.patch * 0002-Use-fsdev-multidevs-remap-on-QEMU-4.2.patch * 0003-Add-more-typing-annotations.patch * 0004-run.py-Extract-path-file-sanitizing-into-a-new-funct.patch * 0005-run.py-Introduce-blk-disk-argument.patch * 0006-Minor-sanitize_disk_args-cleanup.patch - Drop outdated patch: * 0001-mkinitramfs.py-Search-for-busybox-.-static-first.patch- Current Tumbleweed's busybox does not work with virtme. For now require busybox-static since it works; * 0001-mkinitramfs.py-Search-for-busybox-.-static-first.patch: Check for busybox-static over dynamically linked busybox - Change the dependency to busybox-static instead of the dynamically linked on.- Trim bias, conjecture and vision from descriptions. - Use noun phrase in summary.- Remove the python3- prefix from the final package - Added full source URL- Remove _service and add the virtme source code into the project.- Add busybox and qemu as dependencies of virtme. Now 'virtme-run - -installed-kernel' works out-of-the-box.- Newly released version 0.1.1 - Use an OBS service to download the tarball - Removed all patches, since they are all included in the new version- Add a new patch to support --mods auto in openSUSE.- Update virtme version with previous patches already included in the upstream project- Add patches to enable experimental --kdir with modules enabled- First version of the packagei04-ch4b 1754919714  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\1.37-bp157.2.6.1 virtme-configkernelvirtme-mkinitramfsvirtme-ngvirtme-prep-kdir-modsvirtme-runvirtme-ssh-proxyvngvirtme__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pycarchitectures.cpython-311.opt-1.pycarchitectures.cpython-311.pyccpiowriter.cpython-311.opt-1.pyccpiowriter.cpython-311.pycmkinitramfs.cpython-311.opt-1.pycmkinitramfs.cpython-311.pycmodfinder.cpython-311.opt-1.pycmodfinder.cpython-311.pycqemu_helpers.cpython-311.opt-1.pycqemu_helpers.cpython-311.pycresources.cpython-311.opt-1.pycresources.cpython-311.pycutil.cpython-311.opt-1.pycutil.cpython-311.pycvirtmods.cpython-311.opt-1.pycvirtmods.cpython-311.pycarchitectures.pycommands__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pycconfigkernel.cpython-311.opt-1.pycconfigkernel.cpython-311.pycmkinitramfs.cpython-311.opt-1.pycmkinitramfs.cpython-311.pycrun.cpython-311.opt-1.pycrun.cpython-311.pycconfigkernel.pymkinitramfs.pyrun.pycpiowriter.pyguest__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pycvirtme-initvirtme-snapd-scriptvirtme-sound-scriptvirtme-sshd-scriptvirtme-udhcpc-scriptmkinitramfs.pymodfinder.pyqemu_helpers.pyresources.pyutil.pyvirtmods.pyvirtme_ngvirtme_ng-1.37-py3.11.egg-infoPKG-INFOSOURCES.txtdependency_links.txtentry_points.txtnot-zip-saferequires.txttop_level.txt__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pycmainline.cpython-311.opt-1.pycmainline.cpython-311.pycrun.cpython-311.opt-1.pycrun.cpython-311.pycspinner.cpython-311.opt-1.pycspinner.cpython-311.pycutils.cpython-311.opt-1.pycutils.cpython-311.pycversion.cpython-311.opt-1.pycversion.cpython-311.pycmainline.pyrun.pyspinner.pyutils.pyversion.pybash-completioncompletionsvirtme-ng-promptvng-prompt/usr/bin//usr/lib/python3.11/site-packages//usr/lib/python3.11/site-packages/virtme//usr/lib/python3.11/site-packages/virtme/__pycache__//usr/lib/python3.11/site-packages/virtme/commands//usr/lib/python3.11/site-packages/virtme/commands/__pycache__//usr/lib/python3.11/site-packages/virtme/guest//usr/lib/python3.11/site-packages/virtme/guest/__pycache__//usr/lib/python3.11/site-packages/virtme_ng-1.37-py3.11.egg-info//usr/lib/python3.11/site-packages/virtme_ng//usr/lib/python3.11/site-packages/virtme_ng/__pycache__//usr/share//usr/share/bash-completion//usr/share/bash-completion/completions/-fomit-frame-pointer -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:Maintenance:19061/openSUSE_Backports_SLE-15-SP7_Update/2dd7729f5a6d846a5f241ca05cd48739-virtme.openSUSE_Backports_SLE-15-SP7_Updatedrpmxz5noarch-suse-linux    Python script, ASCII text executablePOSIX shell script, ASCII text executabledirectoryemptyPython script, UTF-8 Unicode text executableBourne-Again shell script, UTF-8 Unicode text executableBourne-Again shell script, ASCII text executableUTF-8 Unicode textASCII text  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR|(lxKYs.u]`61>e_}~Ak@# \y3%ۺI]݆wvyRy{p846.|(ÁNUפ; i3E6Z8p3Z;%>CBED=˫ɮ,4Pq(hiMDK>>LR_ZQ.f2K+H;o:`K?2[Ėt}ڣ9A1R\׽-3o8*b!؆yIۇ-QP9RGO˞b́zt^}Yt%NǮֆͰ~a 773u%<(.ҁ] u!F{.ƒN)pSl 0)-^,3m6Xt*'iI!bKsŭ'Wv3|wo](xS=Ҕ!ָǶ[gxrf uZ}ցCX= Zf8kWke+‘hd,En[72ͯ*3ȱ= \\Չ>Ylb}tDp❁uL' "g/0 PqLSK[!`l_`}N E涥 (PQS>]Յ?BE:{<e!OuPt`_oU3<&G !'d$=mS&fcokLLXE*Zx;#,%D BxYQCKRNdЖkơdo"-yGoYLF`:>[,ubruAweXX\;tY-Ogzv& [?r8E)G -3Paߩ{)e{b*(MY#aO߲cKB`Os~)ay]ta4*'}tci0*s-3 ͙э9 `C-(.x}2 ba!IvP iœ`zB{P{c$y)t6w;-Y0}ꅾzDCyp HrypPh} L*_<3צuV[k\̼NoWxP u?)Y_@fidg4lֶ8mMyV?nU0Q8DDՂ\~ejQyRhLyϐinPW=8_*h3a'=xik)F"Lu,9-лhv ԍ`B,azPWsw!Ɨ/Nm7Rn7*d`O=55g=_߹Wz9ݶQluL'l;fߔ MA͹S.سrG_"IXv :sEjXLr2 K\8HX?Jۈ3,.K['SSɚ_.QPY jXpnx߅,M:39+0m-*W5'?lJJ0"1'v7rCgLuFfQy/Q!fUxC4 [OtVcNЩI=2tXd, ĬG)BǾrPtJ&SŽ4)mTy%I"c%Y'%GsE5cO_W\ mώe26oolFvM.eHF: }E |qwd>I6jL {h@t8!k#;2׉eɮ-;x4(|>Nԃػ8!2 hyGSz S7?$.UiyB%PȥvW(ʾK$O 3߲RDO_ufe nHgXkF8wV![,,ʛE}T^(p[9Y0o&=duB/G)׍ / ;)`JpӈJ?#a3  &l 6$k;=}[% 5ۢ`tc*dIiM)Yy2Zⱄ:ʈ ʿJbaү/Sw;V6W!:θuḴ*E X6w)˖0H:KNh ̩ΤhwCH%QN`Q|Ĵ4@gG,w%kr=z xvcV?yQ)LۯUl*SC,Y(qFjS4w `@ ҄~_y֨|r[0n>s#76 #Q=0yBeLqsv<=[)MJ~]|Z!cj*3v͘rL,2ǡ1<ż7O@gD9SȽKV2uyoAER $`6KD|R6NsnPovT:XliSB <]hu,Ѭ7**O3V n~V/o W#|pgt`a\/*cֻT%`Iv ,/RƷ}MUS7fPx@f{xE+tq^WY9v話CFVū+KRBz{KS&Q;OmFPH YFp(A`k PbVnwD|tqeґh5|NFwz!BMr8gq4Ψyi SZPUo& kZ9)8)+>ƫn,Sl+םAqH8eD⣴[-Mڌ۾| ,fZ}MW__?;r]6F(y6d=yfߔ (Mlk_.aQ 2W٫0RMsy8Q% bm u;-Zi=#=O),m"BrMj 5_9(BȧUʑd ~īۚߩp \KN/`&M0iVrHwAԒX?a&Yw#ɾo&Zj/tp#M,B/ "$Ӵ@f"cJ̜_9TPwAF-ҁnsN?,2;m{%p5 fmlEĞ(cN[TLXGy9KNI{G?b^Y8Zbden! r>$ 5ɔT3#Y:;r}UsdPy;4y[ɨZ#L0TQ -lFNJi; q|T/NG6Fֲ,Ҙ}((;m%(e-g u=^ KO|Rg|1Xw(+~r9a\uSÏeZ(w"*;hDE*ו=]1xG?9ⱀ›6dW:m'(b!Ü8 wK Z_kx }5>N*O%s'\Ud5]1c 9'&$mN!#03q2Zسr;g댧$M˖H9Y7Y[;ARG {OK];.I+ ,!)j@z:B3yRΞp8Epf2E:`N)-e7)18V41yˍgR6u@QO7Z(!+'LMd0 Q?g0]7MЉV~S[N04'؝G̚'id(/(0 m;q+d#ٓ{ox#a4z+{d5N|C-{QY41BE7d)<ɖz1]I(t7JͧT]݃;07c.$䣶DtUsŎ&YǢįZ`m7v<29ΏuNOc6Vz)&$Qd@1woO/aYM'ic7Yc1){` cyo,>1a[U 'Ԥ1aFG=ڍ2if[Վ # 0Dz* $͚0q>]jwO䃋zl?XH5MNGb}]Ti L2_բ0(DJ5ɇz]?%J ~C o"*gn. \uY ~TX6 ?p>5c>{X"FO7V(' =v_ extMCX )9riu[A}#uY/$ y%)V!}ޫB0zP3ctQq,ؔ(:MWZcM6tʉPzXG'ɥBYuA2E)0 e:W{ndQp<{F,i1ܖÎ缹TU>Ӝ(f3PXx`:?61.SoM5QLޔ-[#ICh`zb..$ߑ 7ibkpw4(@6-ҘWfC8H?ɆEڻ;b|dvuR0 vN LݔE@ll@>.s}CծՒj˙k:xGDBpipIb1@B*&b[kd LП K7_1p~䂵Ma N|r3g-6`."7(fWaxoѦ糨Oq ҦXM*|`>e i>F^FTWNj&èAІhetB+-NPcGJfD!F?_i{cEI ncu}|\MQ`z'aÙx5P}"8f`Tm'L}Qp\ }ML^FEͲ"N9QU@æHIU;v* O_f[3YSp o䞆GMt)zke"EJj 8rرQ΅&d_q!+\hU} c,l\ҋD=i@d ) LL2CjNA럾m~Za=ܕúVCQfܔ'Г%鑇QhhkIA.CNE Yf~TCNADYs; +&m3! Bo#Y7" Gtd1Kr c4T9foAk3G0.+T^\C^P7#"]rG_ZoJG(Tpئ{#ڤk* DDf^2Ik5V##vEe`gVf#yQnhpN(>  A\˰V"Mڛ{D R@"[畵aLʊ;,s˕°@ӎQFh׭Lr)adk cgZ3[?򇘣ȨH}7h( !!0{WFA`7⁳yxzCGkRN,I秡$4f*tFOڴK OS0r+=>Rkc3@FNBQ1ouV\R:wjjvDE(. n]F-%tm Je0_@.@Хs}V!y\C2O}*DY il.b(C`&V<1l f!m8BA;Ey[tѠ /XF=+f׶MqnZƴZRv>!%OQ4S\/ZU`Pa$e2p.5T }NeO{#gv/\7gCAj++ v(]]\ν_ __ق`^ ұ J *3 qqy 7 1ټڄR8wK1\?u]EǷfV?pA _ vgˬzߌh GBK4<-}fu̳ d #6|;fG5uFeYO$7Qʄȯy9%?{u4aPggE'-3BYO4v2IXlSF2lY?Hi=NaA?>Y1t{#)t):VD&nS@Ăz9AcCZW`-_BKk9p}|*_Z.k'f']`BOI@|\/MqsIN-p­ &Why6R(51,(WQ j6@nۺ܃ƣB(@svqu tNrl7I|Jm Z8$@w{aOaڞ|oP7/z ] -[iCLjB+ߜ lNX[)Q'{ %:=Pe ^Dg[qpy/ fRP(3j'V$Q3ƚ0hF,2WlrȊB.u3C8Vs 3_#Dнp5'$O=2b2n`kh-|TPoTBk-ky[g.23M8I5( Ɠ=bBw2^8'm89;RCWE_I@D°hu'8wzb ٔsG>to j#j<Ի4L|کlߒ8W^/8FhJ[0Dڕ?r^ni x75 &~7тSUݪP(pޗi(vxC+puK;0 #$5f,RB;+q&{(#bD$QǕbiB f$1cshŬVXe2a!jI m7 a a10*`T2 :D_83?.-/3gݧ~^5sce(VOXKoU,z8k"͋jߣ޹Q{{cyAbΞֹuXGl;D n/咪r A,Kx&c5 wxiwy?mK+UH_>&]Ih|(5[YbEWթ.fVx8SFvNuKZz) {x zjjf|l6O5mGJb_Lq xsNˡb x뢫I/$9$Sx! R m14M, XxQ l_R~~@ȯ!pJ=tb$6n|֋g&fmu+s jy Vi6nW):jy8H+l<)0)#$D/Ǡ@ T hQ%Ԯ(;CHO>3C^ 0}L֢ dQT@2cI'r^'~F߷Iu}6[]+HKA(/2s@vKh@G `ѧcsJ|K?[L{ gkILf'i,(ZL|׆ldz&Ttһ6ysD X.ѽGix2lĚCOzz 69lΟ]NXyejcc~ȞXW Ύ);;=:^kRj# d#ÄOkaxd4A$\ Q’}>Y4rm2Ϡ0^VwO)2UVuow;5_5^c3 l銄3ZWqQ٭G(lcʩp [`W&BǷײ:p!$a?I0 h3m7$ `(iwX)jʚxkQ?ۀ0^>qf?A#4TZ6 //5ISH4r;Fwy=`2r7wU`!`<6Wta_B M)>|`?0P@o64 I2)Spht+f}/tOE&@˺0CtW_x>Y<0BJ!O"F١aBLu+a(j$ -/<<"&V)O9ccD'-5DΦәd;MK7T5UB}!'䶾+@2CEv)CQmBhB"}mCOĭUft((\F($xOH=¹ 0sxBozTK7K;Zn3ZjQa#yFCQB3Hȫ. =-&-(.!hnQDO ph^$FΘdRo9X;,U/m߰yOoXÆW,:swH\exw3}%uE9uU(f0 x4b%#;'A hu]%wV4"" NG[YaAx,@k 9c6t7vTmˬՄM*Gt}Xz$[nu̎KP8͌h cUy?q« U8b|&<r$Ql-lyW qZtUwF>)\Wgi|jD1] '#{ԷS?&*#wNoЫrC&36xK4e&ޕXXcB#ӒI*qT#.EaZe~Mƅ 4n¸$:+ P1gjck'm[:1 >!Ⱦc77.> 5&$#P'EZj&a{Sիyk1&4%*֩5dyXg!^ ;R~1飀e3U3k9j\ŚJ8s_?78sֹgl 4UaJOc24]);0y/4&?tٙ-YPwItb@a?-σȲ.ɖ˄N(2XdODPYlt.ג"H*bv8t'8 4v¢S |#`7xUM 2$a9>Gs`ƚv@y{-~P]@~2[ru,2>tŖ$6&8z7t*ۗS,*tC7ċ诠..J<unAz9hNٶ qybI_:,TH8Yuq,S:|'\c?[PNa1Kw`THk [?f2Mʓ|M8ubtc9xFRXSu9c5-I@^R3i>P,{ LN?Jb JDLQ! "&0XDAvW \14w. 5:IR.2&XզNke5pʌ ͼ5 >0+u'+IQ;FeR~.%= ~}NJS5;y"pc١Ɓ|* Y48%0::uQ{ h~YwQ^rf9LR9 #Q`'M+tvϡԄ`7P;m'e=9Q)4'0ILCMY&w /' RcV23Ҋ?XrE 9099"$$N11rQkt)CKAOM٢iӚNL>~ r ?b<}_dՂE(,5|F-NMuv& ])؋7h, _2.ĕ*}:Y~uP۠TGJD6)DI.֒xL@,Qeb#(JdupRܚA@r®DZxXCZ)01nKc!iv7頧͈_%=#DL0d8xLD^R$з-\\QZ.mf_ڹ``5K $ j Y/S~`O,?MǃEm[,D!`j1,9£fla؍ w wdGX+Bħٖ6PLf"o;mwz@hTKB=7jMet9xp7& `.fHINkAJ B35&})i$T^En_5k3a]η0sjӾ0;lUIy 1B%UjKy c U/M=*OS@)=,}3ݍUʵ-vk2Ϻ%vK{LH~! |xvGTۑg"Vqna>G4ʳbq4.wptŔ!bF+A-ƞHY*2`rEp,cȵxke8R-V//Mu栫,5Ͷ[r Ț&DK+=}f'RT 5)1)hurK\ׁkCޘZtzepTn7Ebz* ͷSiܘEየhD%I&L gڀZ]V"/RG+On@^L%s w(hF::|C9i,u+?snbTE1-8|Do5;+9X*Sz_OǛ.\2STrQu?#YEXwbOt=#C[b`nVjwYZJ:2S,9n`bZ>ŵ1439${ʳgv!rLaiʐhUoK g/q~wS_tp<Zw] 7d-F  24FB{ ^*mw3u54 S̵n*b*`H|%;T^*҄ZZ]P鹼h~%XU !\1!IEGOt(ɱIͰq0WZ&TԠ>aȧُLTpbaGCsN'd[][XEY=4sD.|N*s5~%$9QS>5 .SxJ\8\yݿG.Srqlַqa͚ܮ6}`VNMSq}'\  S17ҟ8mxggw1ߖvV6Mghgx?YD?V<qj߾bOS鲳y\%wO&JKKTmƝ4eacxIW.+ѫ-CVU-WmI#p@Ur$6n:} (0O% ɢ][=&G|ynv3סo;z2 $>)h#z@, i:^%N}