virtualbox-guest-tools-6.0.22-lp151.2.15.1 4>$  Ap^ /=„\[DLJdJj26p`?9 1rP-H]Ɓ_(~OxM4SJ|gJ?X qRF,Kzj'&~2 :\X&z!M9|xy(g*lv@qyQ=YogͺDTr{^¿؍LCTJTߟYvjS-me( h1?r D+(SŔWSW9*c764e5136b90adc7d8d2b2f025dbc801dcb34a235e2d519e9c7d552fb60c49d2aaf49aed5036e2f15af82ce2fcf2593fe23d147c \^ /=„n PMw { ՝Q 26ߔ 1OWT7wtG"<w5&2¬_ :xS]eqF[FL-SPzB i)qpOkB2Jεn4~IM1@%Kվ ((_ ۾p!0G3B7c;BuSn*O`*H|IIV4,!DjƔ~[‚[V3㔋Gբ4̯:(>pGN8?N(d  - Dhltx 8 A4 X  j  |    i      4 X ( 8!9$:;=Gk>Gs?G{@GBGGG HG IG XGYHZH8[H<\HD ]Hh ^HbIcJ3dJeJfJlJuJ vKMMMMMMN$Cvirtualbox-guest-tools6.0.22lp151.2.15.1VirtualBox guest toolsVirtualBox guest addition tools.^tlamb51:wopenSUSE Leap 15.1openSUSEGPL-2.0-or-laterhttp://bugs.opensuse.orgSystem/Emulators/PChttp://www.virtualbox.org/linuxx86_64# Add groups for seamless mode and shared folders: getent group vboxguest >/dev/null || groupadd -r vboxguest getent group vboxsf >/dev/null || groupadd -r vboxsf getent group vboxvideo >/dev/null || groupadd -r vboxvideo test -n "$FIRST_ARG" || FIRST_ARG="$1" # disable migration if initial install under systemd [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$FIRST_ARG" -eq 1 ]; then for service in vboxadd-service.service ; do sysv_service="${service%.*}" touch "/var/lib/systemd/migrated/$sysv_service" || : done else for service in vboxadd-service.service ; do # The tag file might have been left by a preceding # update (see 1059627) rm -f "/run/rpm-virtualbox-update-$service-new-in-upgrade" if [ ! -e "/usr/lib/systemd/system/$service" ]; then touch "/run/rpm-virtualbox-update-$service-new-in-upgrade" fi done for service in vboxadd-service.service ; do sysv_service="${service%.*}" if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --save $sysv_service || : done fi test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" -a -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -eq 1 ]; then if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl preset vboxadd-service.service || : fi elif [ "$FIRST_ARG" -gt 1 ]; then for service in vboxadd-service.service ; do if [ ! -e "/run/rpm-virtualbox-update-$service-new-in-upgrade" ]; then continue fi rm -f "/run/rpm-virtualbox-update-$service-new-in-upgrade" if [ ! -x /usr/bin/systemctl ]; then continue fi /usr/bin/systemctl preset "$service" || : done for service in vboxadd-service.service ; do sysv_service=${service%.*} if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --apply $sysv_service || : touch /var/lib/systemd/migrated/$sysv_service || : done fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable vboxadd-service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop vboxadd-service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable vboxadd || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop vboxadd ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable vboxadd-service.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop vboxadd-service.service ) || : fi exit 0: test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart vboxadd ) || : fi else # package uninstall for service in vboxadd ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi fi : test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart vboxadd-service ) || : fi else # package uninstall for service in vboxadd-service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart vboxadd-service.service ) || : fi else # package uninstall for service in vboxadd-service.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi fi[ |HA^ J^ ^ L^ ^ ^ L^ J^ J^ 81cbfb993926ca2ca9c897cb9c7c1288e181b6f67539ec46f8761f6362a41971812764e67abff02fab0ef1f6b84e143304c1941cf93564da14c254ccc9c5bfcc3a55be10fc49e3cd50db1eb81258df5319efab5cd3a970221dc9c3f4bd40ff64acaf0f042c50630a47c886d4b4385495beef224bcab9fdeb902670ba888779daf3dbab16c05d4194e52320b5c322a8061d5ae540a44d451bea16312fa00be026b00778c96ce101b88f2c7e9bf6cceaed2224ad9fbb13d006a969eb70e03111f2fb99137a5ee38aa61e167d0f9ba6a3dff30aa488301a4f39c92c6b0a36ef8c22../vboxadd-service.servicerootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootvirtualbox-6.0.22-lp151.2.15.1.src.rpmvirtualbox-guest-toolsvirtualbox-guest-tools(x86-64)virtualbox-ose-guest-tools     /bin/bash/bin/sh/bin/sh/bin/sh/bin/sh/bin/shlibc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.2)(64bit)libdl.so.2()(64bit)libdl.so.2(GLIBC_2.2.5)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)librt.so.1()(64bit)librt.so.1(GLIBC_2.2.5)(64bit)libz.so.1()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)virtualbox-kmp3.0.4-14.6.0-14.0-15.2-16.0.224.14.1^^@^]t@]>]<<]0_@],j] @\F@\\"\@\P\@\8\@\\O\@\f\@\ \C@\C@\\Z@\@\+@\mA@\b@\ac\R@\P@@\N\J@\@n@\?\=@\;(@\9\ @\ @\\l@[1[v[%@[@[0[ݍ[<@[@[[@[t[e@[;e@[2*[(@[(@[ L@ZnZZ@ZmZmZ@Z3@ZZZI@ZI@ZZw@Z@ZZ_@ZZu@Z`@ZX@ZF.@Z.s@Z+@Z"Z@ZfZ@ZZ@Y@Y6Y@Y{YYǞ@YéYX@YY)@YV@YV@Y@Y|xYoIYm@Ycl@YV=@YOYOYJ_Y;@Y9<@Y!@Y;@YY Y@Y@XXXP@X~@XCX@X@Xf@X@X @XX@XX@XzXZnXN@XEVXEVXD@X>@X2XXXX @XXX`@XWw@Ww@W%W֘WҤ@WiW@W@W@W@WhWhWt@Wt@Wt@W W@WgWWgWV@WLarry Finger Larry Finger Larry Finger Larry Finger Larry Finger Larry Finger Larry Finger Larry Finger Larry Finger Larry Finger Larry Finger Hans-Peter Jansen Larry Finger Larry Finger Larry Finger Larry Finger mvetter@suse.comMartin Liška Larry Finger Larry Finger Larry Finger Larry Finger Larry Finger Larry Finger Hans-Peter Jansen Hans-Peter Jansen Larry Finger Larry Finger Larry Finger Hans-Peter Jansen Hans-Peter Jansen Larry Finger Larry Finger Larry Finger Larry Finger Larry Finger Larry Finger Larry Finger Larry Finger Larry Finger Hans-Peter Jansen Hans-Peter Jansen Hans-Peter Jansen Hans-Peter Jansen Larry Finger Larry Finger Larry Finger Dominique Leuenberger Larry Finger Larry Finger Dominique Leuenberger Larry Finger Larry Finger Larry Finger Larry.Finger@gmail.comLarry.Finger@gmail.comLarry.Finger@gmail.comLarry.Finger@gmail.comLarry.Finger@gmail.commsuchanek@suse.comLarry.Finger@gmail.comLarry.Finger@gmail.comLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netmliska@suse.czLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netwbauer@tmo.atLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.nethschmidt@suse.comLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netrbrown@suse.comLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netmpluskal@suse.comLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netmeissner@suse.comLarry.Finger@lwfinger.netschwab@suse.dehpj@urpla.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.nethpj@urpla.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netdimstar@opensuse.orgLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netkukuk@suse.deadam.majer@suse.deLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netasn@cryptomilk.orgLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netwbauer@tmo.atmmarek@suse.czLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.nethpj@urpla.nethpj@urpla.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netbruno@ioda-net.chluizluca@tre-sc.jus.bradam@mizerski.plLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.nethpj@urpla.netLarry.Finger@lwfinger.neteich@suse.comLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netbwiedemann@suse.comLarry.Finger@lwfinger.netmailaender@opensuse.orgLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netidonmez@suse.comLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netidonmez@suse.comdimstar@opensuse.orgLarry.Finger@lwfinger.netLarry.Finger@lwfinger.netwbauer@tmo.atLarry.Finger@lwfinger.nettchvatal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comalarrosa@suse.commpluskal@suse.comtchvatal@suse.comjslaby@suse.commpluskal@suse.comtchvatal@suse.combwiedemann@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comwbauer@tmo.atzaitor@opensuse.orgtchvatal@suse.comcoolo@suse.commseben@gmail.comrenda.krell@gmail.com- Version bump to 6.0.22 (released May 15 2020 by Oracle) This is a maintenance release. The following items were fixed and/or added: Guest Additions: Build problems fix with Oracle Linux 8.2 (Red Hat compatible kernel) / Red Hat Enterprise Linux 8.2 / CentOS 8.2 (bug #19391) Guest Control/VBoxManage: fix handling of multiple environment variables supplied to 'VBoxManage guestcontrol VM run' (6.1.6/6.0.20 regression; bug #19518)- Version bump to 6.0.20 (released April 14 2020 by Oracle) This is a maintenance release. The following items were fixed and/or added: USB: Multiple enhancements improving prformance and stability VBoxManage: Multiple fixes for guestcontrol command Graphics: Enhancements in 2D and 3D acceleration and rendering API: Fix for exception handling bug in Python bindings Linux host and guest: Support Linux kernel 5.6 (bug #19312) This update fixes CVE-2020-2741, CVE-2020-2742, CVE-2020-2743 CVE-2020-2748, CVE-2020-2758, CVE-2020-2894, CVE-2020-2902 CVE-2020-2905, CVE-2020-2907, CVE-2020-2908, CVE-2020-2909 CVE-2020-2910, CVE-2020-2911, CVE-2020-2913, CVE-2020-2914 CVE-2020-2929, CVE-2020-2951, CVE-2020-2958, CVE-2020-2959 bsc#1169628- Deleted file "fixes_for_5.3.patch" - fixed upstream. - Version bump to 6.0.18 (released February 21 2020 by Oracle) This is a maintenance release. The following items were fixed and/or added: GUI: Update medium location shown im VM details when the Virtual Media Manager was used to move it Virtualization core: Ignore writes to MSR_IA32_TSX_CTRL to avoid Windows 10 VM crashes on very new Intel CPUs (bug #19169) DVD: Fix possible crash when ejecting the medium USB: Fix isochronous transfers to the VM for xHCI Serial: Avoid hangs due to inconsistent handshake signals when the config keeps it is disconnected Serial: Improve host serial port passthrough handling on Windows host VBoxManage: fixed creating a new VM using the default settings parameter (bug #19310) Linux guest: Support Linux 5.5 (bug #19145) Linux guest: Shared folder fix for loopback mounting of images - Version bump to 6.0.16 (released January 14 2020 by Oracle) This is a maintenance release. The following items were fixed and/or added: Virtualization core: fixed delivery of debug exceptions when the guest single-steps under certain rare conditions (6.0.0 regression) Virtualization core: fixed performance issue observed with Windows XP guests on AMD hosts (6.0.0 regression; bug #19152) Storage: Fix crash when using host DVD drive without medium Graphics: Improved fix for flickering on Windows host Audio: fixed crash in the HDA emulation when using multi-speaker configurations VBoxManage: fix "updateguestadditions" sub-command of "guestcontrol" VBoxManage: show graphics controller type in VM info API: support Python 3.8 Linux host: fix systemd service dependency for web service Linux host: Support Linux 5.5 (guest additions not yet) Linux host and guest: Support Linux 5.4 (bug #18945) Windows guest: Many fixes for drawing problems in the driver for VBoxSVGA Linux guest: improve resize and multi-monitor handling for VMs using VMSVGA (known remaining issue: do not disable a monitor "in the middle", causes confusion) Linux guest: Fix missing symbol issue for shared folder kernel module affecting some Linux 4.x kernels (bug #18926) macOS Guest Additions: Fix permissions of the uninstall tool (bug #19044) - Version bump to 6.0.14 (released October 15 2019 by Oracle) This is a maintenance release. The following items were fixed and/or added: Virtualization core: fixed an invalid-guest state guru meditation in some rare circumstances on Intel hosts Virtualization core: some fixes for systems with lots of processors Audio: relaxed VRM / VRA (variable rate audio) bit checks to provide more compatibility for guests running ALSA setups with the AC'97 emulation USB: made device capturing for passthrough more accurate and reliable on Windows host Network: fixed potential issue with interrupt signalling for network adapters in UEFI guests 3D: fixed flicker and redraw issues when using VBoxSVGA or VMSVGA graphics adapter (bugs #18562, #18956) 3D: fixed crash with some applications when using VBoxSVGA or VMSVGA graphics adapter (bug #18638) Linux host: support Linux 5.3, thank you Larry Finger (see also bug #18911) Linux host: improve python version detection during rpm package creation, can change package dependencies and fix some installation problems Linux guests: calls to aio_read(3) and aio_write(3) may fail inside shared folders (bug #18805) Linux guests: fix problem with shared folder unmounting in service script, thank you Denis Ryndine (bug #18853) Linux guests: VBox 6.0.10 GAs fail to compile on Red Hat/CentOS/Oracle Linux 7.7 and Red Hat 8.1 Beta (bug #18917)Added file "README.build" to documentation with instructions for me and any eventual successors. - Version update to 6.0.12 (released September 03 2019 by Oracle) This is a maintenance release. The following items were fixed and/or added: OCI export: handle empty disk image correctly API: fix potential crash when using the medium I/O functionality VBoxManage: fixed documentation of VBoxManage modifyvm uarttype documentation (bug #18759) Network: scrub inbound TCP URG pointer, working around incorrect OOB handling USB: Improved identification of power-saved devices on Windows hosts Audio: in the AC97 work around buggy guest drivers which reprogram the sampling rate, breaking audio in and/or audio out Linux host and guest: fix kernel module build for SLES 12 SP4 kernel 3D: fixed state saving and loading when the VBoxVGA graphics adapter is used with 3D enabled (bug #18802, 6.0.10 regression) Windows guests: fixed mouse cursor visibility updating Windows guests: fixed graphics corruption in Windows 10 search menu with VBoxSVGA adapter Windows guests: fixed dwm.exe crashes related to the WDDM driver for VBoxSVGA adapter when the VM has lots of RAM MacOS Guest Additions fail to start in 6.0.10 (bug #18793) Windows guests: fixed crashes when using shared folders (bug #18766) Linux guests: unprivileged users unable to create files inside shared folders (bug #18737) Linux guests: improve compatibility of vboxvideo.ko kernel module build logic (bug #18869)- Merge host kmp and guest kmp into a single kmp. The existence of two different kernel module packages is believed to be the reason that it is possible for a new kernel not to include the necessary kernel modules (boo#1142955). Files "virtualbox-host-kmp-files" and "virtualbox-guest-kmp-files" are deleted. File "virtualbox-kmp-files" is added. Files "virtualbox-host-preamble" and virtualbox-guest-preamble" are deleted. File "virtualbox-kmp-preamble" is added. File "fix_conflict_between_host_and_guest.patch" is added.- Script vboxdrv.sh, which is called from the systemd service file, incorrectly called a routine that does not exist when the kernel modules were not available. This call is changed to /sbin/vboxconfig that will build the modules if the requisite packages are available. If that is not true, the systemctl status vboxdrv will list the command needed to load the missing packages. This change address part of boo#1142995.- Version update to 6.0.10 (released July 16 2019 by Oracle) This is a maintenance release. The following items were fixed and/or added: Various vulnerabilities are fixed (bsc#1141801) inclding CVE-2019-2859 CVE-2019-2867 CVE-2019-2866 CVE-2019-2864 CVE-2019-2865 CVE-2019-1543 CVE-2019-2863 CVE-2019-2848 CVE-2019-2877 CVE-2019-2873 CVE-2019-2874 CVE-2019-2875 CVE-2019-2876 CVE-2019-2850 User interface: fix issue inputing controller names (bug #11579) User interface: fix resize problems with recent Linux hosts (bug #18677) Serial: fixed guru meditation when raw mode is enabled (bug #18632) Serial: fixed possible VM crash under certain circumstances USB: Fixed "unrecoverable error" problems in OHCI emulation (bug #18593, 6.0.6 regression) USB: improve captured device identification VBoxManage: fix reversed reporting of audio input and output (thank you Socratis Kalogrianitis) VBoxManage: fix controlling recording for running machine (bug #18723) Guest control service: various fixes Linux hosts: kernel module build fixes for various kernels (bug #18316) Linux hosts: support UEFI secure boot driver signing on Ubuntu and Debian hosts (bug #11577) Linux hosts: fix focus grabbing problems with recent Qt versions (builds from source only; thank you Fabian Vogt (SUSE) and Larry Finger; bug #18745) Windows guests: many shared folders fixes Windows guests: fix other services failing if seamless mode was not available Linux guests: kernel module build fixes for various kernels (bugs #18677 and #18697; fixes by Larry Finger and Gianfranco Costamagna) Linux guests: do not try to load old versions of libcrypt on recent guests in Guest Additions tools (bug #18682) Linux guests: udev rules for guest kernel modules did not always take effect in time Linux guests/VMSVGA: do not forget the guest screen size after a guest reboot OS/2 guests: various shared folder fixes File "fixes_for_5.2.patch" is deleted - fixed upstream. File "fixes_for_5.3.patch" is added to handle API changes in kernel 5.3. File "fixes_for_Leap15.1.patch" is deleted - fixed upstream. File "fixes_focus_steal.patch" is deleted - fixed upstream.- Revise instructions for case when VirtualBoxVM has the wrong privilege. Rework conditional code when applying patch for SLE15_SP1. File "fixes_for_SLE15.patch" deleted.- Fix Virtualbox for problem with stealing focus under Qt 5.13. File "fixes_focus_steal.patch" is added.- Fix build for SLE15 SP1 - add file "fixes_for_SLE15.patch"- Kernel 5.2, now in Kernel_HEAD_stardard, has some API changes. These are handled in the new file "fixes_for_5.2.patch".- Unused file "fix_LTO_builds.patch" removed.- separate vboxautostart.sh from vboxdrv.sh - add vboxautostart.service - clean up vboxdrv.sh - fix build of vboxvideo kernel module by replacing the relative drm include patch with an absolute include path (with sed) - build vboxvideo kernel module for openSUSE >= 15.0 - apply fixes_for_Leap15.1.patch conditionally only - add minimal patch fixes_for_Leap42.3.patch to build for 42.3 - fix path typo: %{_datadir}/pixmaps/virtalbox - > %{_datadir}/pixmaps/virtualbox- Version bump to 6.0.8 (released May 13 2019 by Oracle) This is a maintenance release. The following items were fixed and/or added: Core: fix saved state resume failures (bugs #18265 and #18331) User interface: show full file location in New Medium window. User interface: fix mouse click pass-through problems in multi-screen virtual machines (6.0.6 regression, bug #18567) Graphics: fixed a crash when powering off a VM without graphics controller (bug #18570) API: partial fix for dealing with VM config conflicting with other VMs related to medium UUIDs, now correctly flags VM as inaccessible (bug #17908) Linux hosts: fix kernel module build breakage in non-default build set-ups (bug #18620, thank you Ambroz Bizjak) Linux hosts: fix kernel module build breakage in debug build set-ups (bug #18621, thank you Ambroz Bizjak) Windows guests: notice file size increases in shared folders which were missed in certain cases Linux guests: make shared folders work with Linux 3.16.35 Linux guests: fix incorrectly read-only shared folders (bug #18345)- Modify "fixes_for_qt13.1" for i586 builds qith Qt 5.13- Limit all architectures to a maxium of 2 jobs. Without this restriction, 32-bit builds run out of memory, and 64-bit builds get strange crashes.- LTO builds still failing. Reset flag to nil. - Changed the way that the spec file limits the 32-bit builds to 2 threads. boo#1133492. If enough memory were allocated so that the full number of workers were allowed, the job would never be scheduled.- bsc#1130588: Require shadow instead of old pwdutils- Disable LTO (boo#1133289).- Updated file "Fixes_for_Leap15.1.patch" to handle one addition problem due to backporting of kernel APIa. Remove "BuildRequires: quilt" - that package is not needed. VirtualBox 6.0.6 fixes the following: CVE-2019-2656, CVE-2019-2680, CVE-2019-2696, CVE-2019-2703, CVE-2019-2721, CVE-2019-2722, CVE-2019-2723, CVE-2019-2657, CVE-2019-2690, CVE-2019-2679, CVE-2019-2678, and CVE-2019-2574 boo#1132827.- Version bump to 6.0.6 (released April 17 2019 by Oracle) The following files in the openSUSE implemetation are removed: "fix_32_bit_builds.patch", "fixes_for_5.0.patch", and "fixes_for_5.1.patch". These issues are fixed upstream. This is a maintenance release. The following items were fixed and/or added by Oracle: Virtualization core: nested AMD virtualization fixes User interface: fixed copying directories in file manager User interface: fixed operation progress in file manager when copying content User interface: fixed operation progress when deleting snapshots User interface: fixed unattended installation of recent Ubuntu guests User interface: various additional improvements Storage: fixed loading saved states for LsiLogic devices (6.0.0 regression; bug #18263) Storage: fixed fixed reading certain QCOW2 images and support version 3 of the format readonly Storage: Improved IDE PCI emulation to allow NetWare IDE drivers to use bus-mastering Graphics: Improved VMSVGA support to work with old X servers which previously showed only a badly scrambled screen Graphics: fixed invisible mouse cursor with VMSVGA emulation and without mouse integration (bug #18239) Graphics: make EFI work with VMSVGA emulation (bug #18282) Graphics: remember last guest screen size VMSVGA emulation Graphics: fix RDP to guests using VMSVGA emulation Graphics: various additional VMSVGA emulation fixes Audio: implemented audio device enumeration for the DirectSound backend Network: fixed unwanted padding bytes in Windows host adaptor network packets (bug #18202 and bug #18355) Serial: fixed possible crash on Windows when using a host device (6.0.0 regression; bug #18319) Serial: fixed loopback handling in the emulation causing garbage to be sent during boot with Linux guests (6.0.0 regression; bug #18319) Shared folders: fixed duplicate folders after restoring a saved state (bug #18373 and other) Drag and drop: fixed copying files from guest host (bug #18305) Recording: fixed modifying settings via VBoxManage (bug #18494) VBoxManage: crash fix (bug #18341) Fixed hangs during failed virtual machine start-up Linux host and guest: support Linux 5.0 and 5.1, thank you Valdis Kletnieks (see also bug #18515) Linux host: support kernel 4.4.169 (bug #18315) Linux host: fix logging when building Linux kernel modules (bug #18226) Linux host: clarified building Linux host drivers with secure boot (bug #18312) Installers: reduced size of packages Web services: work with Java 11 LibreSSL compilation fix, thank you Stefan Strogin Windows guests: fixed running applications which use complex display topologies with WDDM driver, fixed Skype for Business hangs (bug #17092) Windows guests: fixed an occasional guest crash with WDDM driver and VBoxSVGA adapter (bug #18369) Windows guests: shared folder file creation detection issue (bug #9276) Linux guests: shared folder performance and reliability improvements and missing features (bugs #17360, #819) OS/2 guests: shared folder fixes (bug #18376 and bug #18379)- The VirtualBox packages for both Tumbleweed and Leap 15.1 are now derived from the sources in Factory; however, the underlying kernels are very different in that vboxvideo.ko is built-into the TW kernel, thus the package did not try to build that module. The result is that Leap 15.1 guests have only 640x480 resolution (boo#1132439). These changes conditionally turn building of the kernel module back on. As TW does not need the module, it is only built for Leap 15.1.- An instance of /usr/lib/virtualbox/VirtualBoxVM being installed without SUID privilege has been reported as boo#1132379. Unfortunately, the error message thrown by VB in this case is rather opaque. To help the user recover, the wrapper /usr/bin/VirtualBox has been modified to check the permissions and pop up a warning describing the problem and showing the command needed to fix the problem. File "vbox-suid-warning.diff" is added.- Fix problems with use of files "virtualbox.permissions" and "virtualbox.permissions.paranoid" - they are deleted Removed setBadness line from virtualbox-rpmlinc.- Fix file "fixes_for_qt5.13.patch" - macro QT_VERSION_CHECK is not available for Qt < 5.13. Substitute the equivalent (qtmajor << 16 + qtminor << 8).- adjust patch virtualbox-fix-ui-background-color.patch to really fix the background color messing...- add patch to stop UI messing with Highlight Color for background - apply fixes_for_qt5.13.patch for Qt versions >= 5.13.0 only- Fix build with the pending Qt 5.13. File "fixes_for_qt5.13.patch" is added. bsc#1130503- Fix API changes for kernel 5.1.0 - add file "fixes_for_5.1.patch".- Remove requires on libvncserver for virtualbox-vnc.- Add setBadness('permissions-unauthorized-file',333) to rpmlintrc - Remove suid attributes from all files - add libgsoap version dependency >= 2.8.50 (recv_maxlength)- Fix virtualbox wrapper script virtualbox-wrapper.sh to check 60-vboxdrv.rules in /usr/lib/udev/rules.d, not /etc/udev/rules.d Logic is still flawed, until it doesn't take both locations into account - Add custom /etc/permission.d/virtualbox{,.paranoid} definitions - Add compatibility symlink to keep old desktop links functional- Add changes requested by Security - new file "security_fixes.patch" File UserManual.pdf is resent to clear error in build.- Part of the API changes for kernel 5.0 are not fixed upstream. Add file "fixes_for_5.0" back in.- Version bump to 6.0.4 (released January 28 2019 by Oracle) Files "fixes_for_5.0" and "fixes_for_gcc9" are deleted - the code was fixed upstream. This is a maintenance release. The following items were fixed and/or added: Virtualization core: support Shanghai/Zhaoxin CPUs. User interface: handle command line arguments to VirtualBox correctly (bugs #18206 and #18197) User interface: improvements to machine manager window, virtual optical disk creator, storage selector window and log viewer window User interface: various small fixes and improvements Audio: implemented time scheduling for the AC'97 device emulation to keep audio and video in sync Graphics: basic support for VMSVGA graphics device in virtual machines using EFI Network: fix occasional NATNet crashes (bug #13899) Network: worked around problems in certain PCnet drivers on old operating systems Serial: fixed connecting to pseudo terminals on POSIX hosts (6.0.0 regression; bug #18319) Linux hosts and guests: fix for building kernel modules against Linux 5.0. Thank you Kyle Laker- Converted vboxwebsrv to a systemd service. Previously, this was started through init.d. bsc#1116050 Files "vboxweb-service.service" and "vboxweb-service.sh" are added. File "vbox-vboxweb-init-script.diff" is removed. File "fixes_for_4.20.patch" is removed - the code was fixed upstream. File "fix_lib_search.patch" is added to fix the build of VBox0GL. File "fixes_for_5.0.patch" is added to compensate for API changes in kernel 5.0. File "virtualbox-system-x.patch" is removed. File "fixes_for_Leap15.1.patch" is added to fix build errors on Leap 15.1. - Version bump to 6.0.2 (released January 15 2019 by Oracle) This is a maintenance release. The following items were fixed and/or added: User interface: fixed creation of desktop shortcuts for starting virtual machines (bug #18207) User interface: allow the first run window to selecting host drives (bug #18230) User interface: fixed attaching empty host optical drives (bug #18223) User interface: implemented a new virtual optical disk creation window USB: modified Linux backends to reset USB devices (previously, most guest attempts to reset USB devices were ignored) PCnet: fixed a regression which caused some PCnet PCI guest drivers to not detect the emulated hardware (bug #18286) Linux hosts: fixed conflict between Debian and Oracle build desktop files (bug #18264) Linux and MacOS hosts: VirtualBoxVM command not accessible (bug #18257) Windows guests: multiple monitor fixes with VBoxSVGA graphics Windows guests: black screen with VBoxSVGA graphics when 3D is disabled (bug #18205) Linux guests: fixed building drivers on SLES 12.4 (bug #18213) Linux guests: fixed building shared folder driver with older kernels (bug #18238) OS/2 shared folders: fixed write regression introduced in 6.0.0 GA-Version bump to 6.0.0 (released December 18 2018 by Oracle) This is a major update. The following major new features were added: Implemented support for exporting a virtual machine to Oracle Cloud Infrastructure User interface: greatly improved HiDPI and scaling support, including better detection and per-machine configuration Major rework of user interface with simpler and more powerful application and virtual machine set-up User interface: a new file manager enabling user to control the guest file system and copy files between host and guest. Graphics: major update of 3D graphics support for Windows guests, and VMSVGA 3D graphics device emulation on Linux and Solaris guests Added support for surround speaker setups (as used by Windows 10 Build 1809) Added utility vboximg-mount on Apple hosts to access the content of guest disks on the host Added support for using Hyper-V as the fallback execution core on Windows host, to avoid inability to run VMs at the price of reduced performance In addition, the following items were fixed and/or added: Execution core: fixed single-stepping in certain circumstances (bug #17316) User interface: video and audio recording can now be separately enabled Audio/Video recording fixes and improvements Audio: better support for attaching and detaching remote desktop connections Serial port emulation fixes Serial ports: allow changing the serial port attachment while a machine is running (bug #6115) Networking: Added a workaround for older guests which do not enable bus mastering for the virtio PCI device Networking: fixed wrong RCODE from DNS AAAA query with --natdnshostresolver1 (bug #18171) iSCSI: In cases where there is no ambiguity, the LUN of an iSCSI target is automatically determined, for targets with non-zero LUNs Transparently resize disk images when merging if possible VBoxManage: support for DHCP options Fixed VNC/RDP (bug 18153) Guest Control: various new interfaces and features (see SDK documentation) Linux hosts: support Linux 4.20 (thank you Larry Finger) Shared folders: performance improvements Guest Additions: improved shared folder auto-mounting Windows Guest Additions: fix incorrect tablet co-ordinate handling with recent Windows 10 builds Linux Additions: fix for building vboxvideo on EL 7.6 standard kernel, contributed by Robert Conde (bug #18093) Linux guests: support Linux 4.20 (thank you Larry Finger) Linux guests: support VMSVGA in the Linux and X11 Additions MacOS Guest Additions: initial support OS/2 Guest Additions: initial shared folder support BIOS fixes ACPI: Up to four custom ACPI tables can now be configured for a VM- Version bump to 5.2.24 (released January 15 2019 by Oracle) This is a maintenance release. The following items were fixed and/or added: Linux Additions: fix for building vboxvideo on EL 7.6 standard kernel, contributed by Robert Conde (bug #18093) USB: fixed a problem causing failures attaching SuperSpeed devices which report USB version 3.1 (rather than 3.0) on Windows hosts Audio: added support for surround speaker setups used by Windows 10 Build 1809 Linux hosts: fixed conflict between Debian and Oracle build desktop files (bug #18264) Linux guests: fixed building drivers on SLES 12.4 (bug #18213) Linux guests: fixed building shared folder driver with older kernels (bug #18238) Patch "fixes_for_5.0.patch" is added to handle API changes for kernel 5.0. Contains fixes for: CVE-2019-2500, CVE-2019-2524, CVE-2019-2552, CVE-2018-3309, CVE-2019-2520 CVE-2019-2521, CVE-2019-2522, CVE-2019-2523, CVE-2019-2526, CVE-2019-2548 CVE-2018-11763, CVE-2019-2511, CVE-2019-2508, CVE-2019-2509, CVE-2019-2527 CVE-2019-2450, CVE-2019-2451, CVE-2019-2555, CVE-2019-2554, CVE-2019-2556 CVE-2018-11784, CVE-2018-0734, CVE-2019-2525, CVE-2019-2446, CVE-2019-2448 CVE-2019-2501, CVE-2019-2504, CVE-2019-2505, CVE-2019-2506, and CVE-2019-2553a bsc#1122212.- Remove test patch "change_default_net_adapter.patch". It was made obsolete by upstream changes.- Fix for latest gcc8 was incomplete.- Fix builds for the latest version of gcc8 and above. File "fixes_for_gcc9" is added.- proper permissions for /etc/vbox/*.cfg- remove ambiguous labels in vboxdrv: fixes restart and such - make autostarting synchronous again - improve README.autostart - add new autostart variables to the existing /etc/default/virtualbox in %post, if missing- replace switch_to_python3.6.patch with switch_to_python3.4+.patch- remove fixes_for_leap15.patch, upstream has incorporated it - add conflict with i4l-vbox due to shared /etc/vbox - adjust /etc/vbox permissions - add /etc/vbox/autostart.cfg - fix vboxdrv.sh: apply new autostart mechanics to stop_vms() - remove obsolete shutdown section in /etc/default/virtualbox - add VBOXAUTOSTART_{DB,CONFIG} to /etc/default/virtualbox - supply README.autostart- Fix the changes for kernel 4.20 API differences. The previous version compiled but had an error in logic.- Version bump to 5.2.22 (released November 09 2018 by Oracle) This is a maintenance release. The following items were fixed and/or added: Audio: fixed a regression in the Core Audio backend causing a hang when returning from host sleep when processing input buffers Audio: fixed a potential crash in the HDA emulation if a stream has no valid mixer sink attached -- thanks to Rink Springer (rink@…) Linux Additions: disable 3D for recent guests using Wayland (bug #18116) Linux Additions: fix for rebuilding kernel modules for new kernels on RPM guests Linux Additions: further fixes for Linux 4.19 Linux Additions: fixed errors rebuilding initrd files with dracut on EL 6 (bug 18055#) Linux Additions: fixed 5.2.20 regression: guests not remembering the screen size after shutdown and restart (bug #18078) Patch file "gcc8-configure.patch" removed. The issue is fixed upstream. Patch file "fixes_for_4.19.patch" removed. The issue is fixed upstream. Add file "change_default_net_adapter.patch" to set PCnet-FAST III as the default adapter. This helps with the vulnerability listed in bsc#1115041.- Update "fixes_for_4.20.patch" for one additional API change so that Kernel_HEAD_standard will build. The description of VB was modified as suggested by Jan Engelhardt.- Fix / simplify python3-virtualbox packages files section. Do not rely on --record-rpm for any version of python, since we can't use it across the band.- Made changes requested in comments for request 646211. 1. Sustituted /usr/lib/python3.7/site-packages/ => %python3_sitelib 2. Reverted change that eliminated use of %{_tmppath}/SITE_FILES for Python 3.6 3. As vboxapisetup.py in Python 3.7 no longer accepts the --record-rpm switch, SITE_FILES does not exist, and the individual files must still be listed.- Make necessary updates so that VirtualBox will build with Python 3.7 - boo#1113894 Change kernel module code to build against the API changes in kernel 4.20 - This change adds file "fixes_for_4.20.patch".- Require(pre) virtualbox by the -qt package: otherewise it might happen that virtualbox-qt is installed before virtualbox, which then results in files being assigned to group 'root' instead of 'vboxusers', as the group is only created later.- Version bump to 5.2.20 (released October 16 2018 by Oracle) This is a maintenance release. The following items were fixed and/or added: VMM: fixed task switches triggered by INTn instruction (bug #17979) Storage: fixed connecting to certain iSCSI targets (bug #17507) Storage: fixed handling of flush requests when configured to be ignored when the host I/O cache is used (bug #17573) Drag and drop: implemented support for UNC paths (bug #17146) Drag and drop: fixed resuming operation when restoring from a saved state (bug #17649) Drag and drop: fixed copying files with long file names (> 248 characters) from guests to Windows hosts (bug #17447) Drag and drop: fixed handling files with Unicode names on Windows guests (bug #15501) Drag and drop: fixed copying empty (0-byte) files to / from guests (bugs #14863 + #17443) Drag and drop: fixed copying over files from hosts to Linux guests (bug #16025) Networking: restore connectivity for guests bridged to host adapters that were unavailable temporarily (Windows hosts, bug #17090) Guest Control: fixed hang when using --wait-stdout and/or --wait-stderr (bug #17386). Needs updating Guest Additions Video recording: fixed starting video recording on VM power up (bug #17307) Linux Additions: various build fixes for kernel modules on recent distributions, and made sure modules end up in initramfs files Linux Additions: build fixes for 4.19, thank you Larry Finger Linux Additions: various small fixes for video driver This version also addresses the following vulnerabilities: CVE-2018-0732, CVE-2018-2909, CVE-2018-3287 CVE-2018-3288, CVE-2018-3289, CVE-2018-3290, CVE-2018-3291, CVE-2018-3292, CVE-2018-3293, CVE-2018-3294, CVE-2018-3295, CVE-2018-3296, CVE-2018-3297, and CVE-2018-3298. bsc#1112097- Fix autostart of VMs, which is no longer handled by the vboxes.service. A new routine "start_vms" is added to the start section of vboxdrv.sh, which is called by vboxdrv.service. Files "vboxes.service", "vboxes.sh", and "virtualbox-sysconfig.vbox" are deleted. These changes are to satisfy bsc#1107769.- Fix 2 API changes for kernel 4.19-rc1. File "fixes_for_4.19.patch" is added.-VirtualBox 5.2.18 (released August 14 2018) This is a maintenance release. The following items were fixed and/or added: VMM: See user manual. VMM: fix loading with recent binutils and self-built versions of VirtualBox (bug #17851) NAT: fix --nataliasmode sameports which is a valid setting (bug #13000) VRDP: fixed VM process termination on RDP client disconnect if 3D is enabled for the virtual machine- Version bump to 5.2.16 (released July 17 2018 by Oracle) This is a maintenance release. The following items were fixed and/or added: OVF: case insensitive comparison of manifest attribute values, to improve compatibility (bug #17357) Linux: build for openSUSE 15.0 (bug #17554) Linux: various build fixes for distribution builds, thank you Gianfranco Costamagna This update fixes CVE-2018-3005, CVE-2018-3055, CVE-2018-3085, CVE-2018-3086, CVE-2018-3087, CVE-2018-3088, CVE-2018-3089, CVE-2018-3090, and CVE-2018-3091. bsc#1101667.- Version update to 5.2.14 (released July 02 2018 by Oracle) This is a maintenance release. The following items were fixed and/or added: User interface: fixed a segmentation fault when accessing the interface through VNC (bug #16348) User interface: X11: handle repeating keys on the host system correctly (bug #1296, previously fixed, 5.1.0 regression) VMM: Fixed emulation of the undocumented SALC instruction VMM: Fixed emulation of so-called "huge unreal mode" (bug #17744); this in practice only affected Intel CPUs with VT-x without unrestricted execution. Keyboard: The PS/2 keyboard emulation has been corrected to not queue partial scan code sequences (bug #17709); this problem was likely only visible on Linux hosts due to losing the fix for bug #1296 Storage: Fixed CUE file support to correct REM keyword parsing (bug #17783) USB: Fixed a problem where the emulated xHCI device under very rare circumstances failed to report an empty isochronous transfer ring error, causing the transfers on the corresponding endpoint to stop. Audio: fixed Linux kernel log flooding (bug #17759) Apple hosts: make kernel driver load with Mac OS Mojave pre-release (bug #17805). Linux guests: made vboxvideo driver build with kernel 4.17 (bug #17801) and with pre-3.14 and EL 7.1 kernels (bug #17771) Removed "fixes_for_4.17.patch" - fixes merged upstream.- Fix typo in host KMP line.- Add file "fix_32_bit_builds.patch" to fix error in 32-bit builds. Add file "switch_to_python3.6.patch" to convert to Python3. Update warning regarding the security hole in USB passthrough. The text no longer refers to an old bugzilla entry (bsc#1097248). Script vboxguestconfig.sh is fixed.- Use %{?linux_make_arch} when building kernel modules (boo#1098050).- A second new include was needed for build with Qt5.11 - bsc#1093731.- Fix build errors with Qt 5.11 - b.s.c. #1093731. File "fixes_for_Qt5.11.patch" added.- Version bump to 5.2.12 (released May 09 2018 by Oracle) This is a maintenance release. The following items were fixed and/or added: Serial: fixed possible data corruption when sending data under certain circumstances Video recording: fixed starting / stopping recording under certain circumstances Linux hosts: support Linux 4.17 changes. Thank you Larry Finger Linux guests: support Linux 4.16 and EL 7.5 kernels (bugs #17676 and #17678) Linux guests: 3D fixes for recent guests (bug #17623) File "fixes_for_4.16.patch" is removed - fixed upstream.- The 3rd time is the charm.- Fix typo that broke builds for kernel 4.16.- Update "fixes_for_4.17.patch" for some additional API changes.- Add "gcc8-configure.patch" to fix boo#1090367.- Version bump to 5.2.10 (released April 17 2018 by Oracle) This is a maintenance release. The following items were fixed and/or added: Vulnerabilities CVE-2018-0739, CVE-2018-2830, CVE-2018-2831, CVE-2018-2835, CVE-2018-2836, CVE-2018-2837, CVE-2018-2842, CVE-2018-2843, CVE-2018-2844, CVE-2018-2845, and CVE-2018-2860 VMM: Fixed missing NULL pointer check in MMIO code Storage: fixed having multiple NVMe controllers with ICH9 enabled (5.2.0 regression) Network: fixed wireless detection regression when bridging to adapters with unbound IP protocols (bug #17543) Audio: Fixed interrupt storm in FreeBSD guests with HDA (bug #17219) Keyboard: Introduced a small delay to fix old software which expects to be able to read an incoming scan code more than once (bug #17592) NAT: Handle nameserver 0.0.0.0 which is a valid setting (bug #17584) BIOS: INT 15h/87h service must disable A20 gate when done Linux Guest Additions: fix a hang starting KDE Plasma- Add file "fixes_for_4.17.patch" to follow API changes in kernel 4.17.- Further updates for Leap 15 kernel API changes.- Remove extraneouos %posttrans macros- Update so that the system will build on the new Leap 15 kernel.- Remove version requirement on GLIBC. That was an error.- Updated the fixes for kernel 4.16.- Add file "fixes_for_4.16.patch" to handle API changes in kernel 4.16.- File "fixes_for_4.15.patch" removed - fixed upstream. File "fix_videocapture.patch" removed - fixed upstream. Version bump to 5.2.8 (released 2018-02-27 by Oracle) This is a maintenance release. The following items were fixed and/or added: VMM: added support for FSGSBASE, PCID, INVPCID CPU features for guests VMM: fixed EMM386 issue with detecting suitable page frame base (bug #10022) Front end: Linux: prevent VM window from jumping and auto-resizing to tiny size after resizing it on HiDPI screen Front end: Linux: fixed seamless regression caused by wm_class functionality (bugs #12534, #17304) Front end: switched to https downloads Front end: fixed crash while opening New machine wizard (s.a. forums topic 86592) Audio: added support for distinguishing recording sources in the PulseAudio mixer on the host when multiple VMs are running Audio: various fixes for the DirectSound backend Video recording: added better file seeking support and fixed playback of recorded files with certain players (e.g. Firefox) Audio: various fixes for Windows guest surround setups Audio: various fixes for HDA emulation Serial: fixed an issue where the serial port parameters in the emulation and host serial port got out of sync (bug #17116) Storage: fixed overwriting certain INQUIRY data for the DVD/CD drive attached to a AHCI controller Storage: fixed handling VMDK images created by Amazon EC2 VM export Network: fixed PXE boot regression in e1000 Network: Added a workaround for older guests which do not enable bus mastering for the virtio PCI device 3D: add environment variable to configure presenting 3D content on main thread (see bug #13653) Windows hosts: fixed indiscriminate binding of NDIS5 bridged driver, that caused PPPOE malfunction (bugs #16407, #17489) Windows guests: fixed incorrect function error when using shared folders in certain applications (bug #14118) Linux guests: Linux 4.15 support (bugs #17311, #17320, #17282) Linux guests: fixed black screen when 3D enabled in guests (bug #17463, 5.2.6 regression) Linux guests: suppress setuid and setgid in shared folders- Modify virtualbox-vnc to require libvncserver0 (bsc#1081856).- Fix bug in video capture - boo#1081281. The variable used to store the time code is only 16 bits, but needs to be 32-bits long. File "fix_videocapture.patch" is added to fix the problem.- Update "fixes_for_4.15.patch": remove useless log statement that broke building the vboxvideo guest kernel module - Build and install it again, it's needed for KMS support, i.e. for Xorg's "modesetting" driver to work in the guest (boo#1079221)- Version bump to 5.2.6 (released 2018-01-15 by Oracle) Fixes for the following vulnerabilities (bsc#1076372) CVE-2018-2694, CVE-2018-2698, CVE-2018-2685, CVE-2018-2686, CVE-2018-2687, CVE-2018-2688 CVE-2018-2689, CVE-2018-2690, CVE-2018-2676, CVE-2018-2693, CVE-2017-5715 This is a maintenance release. The following items were fixed and/or added: GUI: fixed occasional screen corruption when host screen resolutio n is changed User interface: increase proposed disk size when creating new VMs for Windows 7 and newer User interface: various improvements for high resolution screens VMM: Fixed problems using 256MB VRAM in raw-mode VMs Audio: implemented support for audio playback and recording for macOS guests Audio: further timing improvements for Windows 10 guests Linux hosts: fixed problem accessing mini-toolbar under XFCE (bug #17280, contributed by Dusan Gallo)- Updated file "fixes_for_leap15.patch" for new source.- File "fixes_for_4.14.patch" deleted - upstream fix. File "remove_vbox_video_build.patch" added as current versions of Xorg no longer need this component. Version update to 5.2.4 (released 2017-12-19 by Oracle) This is a maintenance release. The following items were fixed and/or added: User interface: Adjusting desktop file for X11 window managers (bug #17312) User interface: various high resolution display adjustments Audio: fixed SB16 volume handling (5.2 regression) Audio: various fixes USB/OHCI: fixed a problem where OHCI emulation might sporadically drop data transfers Linux hosts: fixed screen corruption when the host screen changes and a virtual machine window is maximized X11 Guest Additions: fixed a hang at the GNOME Shell login screen with 3D enabled (5.2 regression, bugs #17189 and #17190) Version bump to 5.2.2 (released 2017-11-24 by Oracle) This is a maintenance release. The following items were fixed and/or added: User interface: various improvements for high resolution screens User interface: added functionality to duplicate optical and floppy images User interface: various improvements for the virtual media manager VMM: fixed emulation so that Plan 9 guests can start once more (5.1.0 regression) Storage: fixed regression breaking iSCSI (bug #17196) Audio: added HDA support for more exotic guests (e.g. Haiku) Serial: fixed hanging I/O when using named pipes on Windows (5.2.0 regression; bug #17227) Serial: fixed broken communication with certain devices on Linux hosts USB/OHCI: improved behavior so that the controller state after a VM reset is closer to the initial state after VM start EFI: fixed HFS+ driver which in rare cases failed to access most files on a volume Shared clipboard: fixed hang with OS X host and Linux guest (bug #15782) Linux hosts: fixed kernel module compilation and start failures with Linux kernel 4.14 (bug #17267) X11 hosts: better handle WM_CLASS setting (bug #12534) Linux guests: fixed kernel module compilation and other problems with Linux kernel 4.14 (bug #12534) Linux guests: fixed kernel module compilation and other problems with Linux kernel 4.14 Linux guests: fixed various 5.2.0 regressions (bug #17163) Bridged networking: fixed duplicate EtherType in VLAN/priority tags on Linux (5.2.0 regression; bug #17277) Version change to 5.2.0 (released 2017-10-18 by Oracle) This is a major update. The following major new features were added: VM export to Oracle Cloud (OPC) Unattended guest installation (bug #5810; see the manual for more information) Overhauled VM selector GUI (improved tools VM / global tools handling, new icons) Added experimental audio support for video recording In addition, the following items were fixed and/or added: VMM: fixed reason for recent Linux kernels on also recent CPU models warning about "XSAVE consistency problem" GUI: Virtual Media Manager rework allowing to manage media attributes, like size, location, type and description GUI: Host-only Network Manager implemented to simplify managing corresponding networks and their attributes GUI: Snapshot Pane rework allowing to manage snapshot attributes, like name and description; reworked snapshot details which looks more clear, corresponds to VM Details pane and reflects current VM state difference according to last snapshot taken GUI: Audio settings extended with possibility to enable/disable audio input/output; corresponding changed were done to Audio and Video Capture settings pages; VM Devices menu and status-bar extended with corresponding actions and indicator as well GUI: improvements with accessibility support GUI: Fixed double mouse cursor when using mouse integration without Guest Additions, actually a Qt 5.6 bug fixed with QT 5.6.3 (Mac OS X hosts only; bug #15610) Audio: implemented (optional) device enumeration support for audio backends Audio: implemented support for host device callbacks (e.g. when adding or removing an audio device) Audio: HDA emulation now uses asynchronous data processing in separate threads Audio: implemented ability to enable or disable audio input / output on-the-fly Storage: implemented support for CUE/BIN images as CD/DVD media including multiple tracks Storage: implemented support for the controller memory buffer feature for NVMe Storage: first milestone of the I/O stack redesign landed E1000: Fix for Windows XP freeze when booting with unplugged cable NAT network: do not skip some port forwarding setup when multiple VMs are active (Windows hosts only; bug #17041) Serial: fixed extremely rare misbehavior on VM poweroff EFI: better video mode handling, supporting custom video modes and easier configuration (bug #6783) BIOS: properly report floppy logical sectors per track for unusual formats BIOS: update ATA disk parameter table vectors only if there is actually a corresponding ATA disk attached PXE: speed up booting by better handling pending packets when the link is not up yet VBoxManage: handle CPUID sub-leaf overrides better Windows Additions: fix several 3D related crashes Solaris hosts: allow increasing MTU size for host-only adapter to 9706 bytes to support jumbo frames Linux Additions: on systems using systemd, make sure that only the Guest Additions timesync service is active many unlisted fixes and improvements- Fix spelling mistakes in vbox-usb-warning.diff.- Move location of kernel modules from /lib/modules/$(uname -r)/misc to /lib/modules/$(uname -r)/extra. This change is supposed to force rebuild of the modules when the kernel is updated.- Update "fixes_for_4.15.patch" for further API changes in kernel 4.15.- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- Remove file "fix_KMS_support.patch" - Fixed upstream Add new patch file "fixes_for_4.15.patch". Modified vboxconfig.sh to issue a warning when there is a version mismatch rather than abort.- Update "fixes_for_leap15.patch" for wait queue API changes.- Add file "fixes_for_python.patch".- Modify "fixes_for_leap15.patch" to handle SKB_GSO_UDP API change. - Addresses VUL-0: CVE-2017-10392,CVE-2017-10407,CVE-2017-10408,CVE-2017-3733,CVE-2017-10428 as noted in bsc #1064200- Rename python subpackage - Update python dependnencies for migration to python3 as default- Add patch to handle LEAP 15 API change in wait queues. This change addresses boo#1064524. File "fixes_for_leap15.patch" is added to accomplish this task.- Update vboxdrv.sh as recommended in bsc#1060072. - Move files /usr/lib/virtualbox/VBoxKeyboard.so, /usr/lib/virtualbox/VBoxOGLrenderspu.so, /usr/lib/virtualbox/VBoxSharedClipboard.so, and /usr/lib/virtualbox/VBoxSharedCrOpenGL.so from package virtualbox to virtualbox-qt. With this change, package virtualbox no longer needs libX11. - Version bump to 5.1.30 (released 2017-10-16 by Oracle) This is a maintenance release. The following items were fixed and/or added: GUI: translation updates GUI: Fixed double mouse cursor when using mouse integration without Guest Additions, actually a Qt 5.6 bug fixed with QT 5.6.3 (Mac OS X hosts only; bug #15610) Solaris hosts: allow increasing MTU size for host-only adapter to 9706 bytes to support jumbo frames Linux hosts: glibc 2.26 compile fix Windows Additions: 3D related crash fix (bugs #17082, #17092)- Make additional change specified in bsc#1060072. Moving VBoxSDL and VBoxSDL.so from package virtualbox to virtualbox-qt removes an additional need to load the libqt* binaries on a text-only installation running headless VMs.- Make changes suggested in bsc#1060072 The specific changes are: (1) Remove the test in vboxdrv.sh as the script tests for the wrong file. This is safe because if the package is not installed, the script will not be there. (2) Move VBoxDbg.so to package virtualbox-qt. With this change, packages libQt5Core, libQt5Gui and libQt5Widgets are no longer needed with package virtualbox. As a result, a text-only server no longer needs to load QT to support headless virtual machines.- Update "fixes_for_4.14.patch" to handle additional API changes in kernel 4.14. These include the following: removal of gamma_set and gamma_get from struct drm_fb_helper_funcs removal of set_busid from struct drm_driver replacement of drm_pci_init() with pci_register_driver() replacement of drm_pci_exit() with pci_unregister_driver() removal of load_lut from struct drm_crtc_helper_func- Update "fixes_for_4.14.patch" to handle missing SKB_GSO_UDP in kernel 4.14- Add file "fixes_for_4.14.patch" to handle API change in kernel 4.14. Remove file "vbox_fix_42.3_api.patch" as that fix is included in upstream code.- Version bump to 5.1.28 (released 2017-09-13 by Oracle) This is a maintenance release. The following items were fixed and/or added: Audio: fixed accidental crashes when using the AC'97 sound emulation (bug #16959) Audio: fixed crash when default input or output devices have changed (bugs #16968, #16969, #17004) Audio: fixed recording when using the ALSA backend Audio: fixed handle leak when using the OSS backend E1000: fixed a crash related to VLAN traffic over internal network (5.1.26 regression; bug #16960) NAT: apply --natbindip1 to TCP connections (bug #16478) OVF: when importing an appliance with XHCI controller, don't add an OHCI controller. Linux hosts: fixed creating fixed sized VDI images (bug #17010) Linux hosts / guests: fixes for Linux 4.4 of openSUSE Leap 42.3 (bug #16966) Bridged networking: align outgoing packet at word boundary, preventing Windows host crash in MsLbfoProvider. Linux Additions: kernel drm driver support for custom EL7 Linux 3.10 kernel- mark VBoxNetNAT with the correct permissions line. (bsc#1033425)- Update vboxconfig.sh to fix problems noted in bsc#1042726 Disable pae build for 32-bit kernels. Added missing commands to keep mkinitrd from being called twice during installation of host kernel modules. bsc#105248.- internal-headers.patch: fix invalid use of internal headers, enable POSIX extensions- reorganize vbox autostart, coping with systemd: - add /usr/lib/virtualbox/vboxes.sh (based on /etc/init.d/vboxes) - add /usr/lib/systemd/system/vboxes.service - remove /etc/init.d/vboxes- Version bump to 5.1.26 (released 2017-07-27 by Oracle) This is a maintenance release. The following items were fixed and/or added: VMM: reset the TSC on VM reset to work around a Windows bug (bug #16643) Audio: fixed memory leak when enabled with VRDP connections (5.1.24 regression; bug #16928) Audio: fixed creation of too many sound sinks on Linux hosts when using the PulseAudio backend (bug #16938) Audio: implemented record gain registers for AC'97 emulation; those are needed for newer Ubuntu guests which rely on those when controlling gain and muting the recording (capturing) levels Storage: fixed hang when using the emulated NVMe controller with the SPDK (bug #16945) Mouse: double click was not working with a precision touchpad (bug #14632) Linux hosts: properly bring up host-only network interfaces with iproute (5.1.24 regression; bug #16911) Linux hosts: provide Python 3 libraries for deb/rpm packages Windows guests: fixed automatic logons for Vista and newer Windows guests (5.1.24 regression; bug #16921)- File "vbox_fix_for_kernel_4.12.patch" removed as these changes are fixed upstream. - File "vbox_fix_for_kernel_4.13.patch" removed as these changes are fixed upstream. - Version bump to 5.1.24 (released 2017-07-18 by Oracle) This is a maintenance release. The following items were fixed and/or added: VMM: mask the VME CPUID capability on AMD Ryzen processors for now to make certain guests works, for example Windows XP VMM: emulate more SSE2 instructions VMM: properly clear the TF and AC flags when dispatching real-mode interrupts GUI: fixes to make the mini-toolbar work with recent versions of KDE / Plasma (bug #16325) GUI: fixed a potential crash when a VM with multiple screens is running in full screen / seamless mode and a host screen is removed, for example when connecting to the host via RDP GUI: fixed initial size hints for guests which set intermediate sizes before responding (bug #16593) GUI: prevent stopped screen updates or black screen on reboot in a multi-screen setup under certain conditions Audio: many improvements for Windows 10 guests (bugs #15189, #15925, #16170, #16682, #16794 and others) Storage: fixed possible crash when using Intels SPDK API: use the correct file name of the VM machine state if the VM settings directory is renamed, for example during grouping / ungrouping a VM (bugs #16075 and #16745) API: return the correct error code if powering up a VM fails API: video recording did not automatically start at VM start when enabled in the VM settings (bug #16803) API: when relocating a medium, check that the target path is fully qualified EFI: fix for VMs with more than 3504MB RAM (bug #11103) Host-only adapter: correctly determine IPv4 netmasks on Windows hosts (bug #16826) NAT network: properly do the refcounting for starting / stopping the NAT / DHCP services if the NAT network is changed while the adapter network connection type is anything else but NAT network VBoxManage: fixed controlvm videocapfile (bug #16779) Linux / Mac OS X hosts: more fixes for loading shared libraries (5.1.20 regression; bugs #16778, #16693) Linux hosts / guests: Linux 4.12 fixes (bugs #16725, #16800) Linux hosts / guests: reduce the kernel stack consumption for Linux kernels with CONFIG_CPUMASK_OFFSTACK defined Linux hosts / guests: fixes for kernel modules built with gcc-7 (bug #16772) Linux hosts / guests: Linux 4.13 fix (bug #16887) Linux hosts: don't depend on net-tools on newer distributions as this package is deprecated in favour of iproute (bug #16764) Linux hosts: make 2D video acceleration available for older Linux distributions (5.1 regression; bug #16858) Linux Additions: fix for dynamic resizing with Oracle Linux 6 with UEK4 Linux Additions: make Fedora 25 and 26 Alpha work when 3D pass-through is enabled Linux Additions: no longer recommend removing distribution- installed Additions if they are updated to our guidelines- In kernel 4.13, wait_queue_t => wait_queue_entry_t. File "vbox_fix_for_kernel_4.13.patch" patches the source to account for this change.- Fix several problems with the startup scripts. The SysV form is no longer used for most packages as proper systemd service files have been created. These fixes address bsc#1037291, #1043532, and #1045871. - Increase reserved disk space from 4 to 5 GB. This change was suddested as a fix for the 32-bit failures.- Fix missing global for 32-bit version with gcc7. (bsc#1046571). Fix missing frame buffer cleanup - private communication from Oracle - adds file "fix_KMS_support.patch".- Fix logic error in scripts to build kernel modules locally - see bnc#1042726. Fix "requires" for net-tools-deprecated so that Leap 42.3 will build. Fix missing /media for Leap 42.3. Fix typo in above changes.- Fix some typos in the various service files as noted in boo#1044931. With these fixes, TW guests start correctly. In addition, the /sbin/vboxconfig (for hosts) and the /sbin/vboxguestconfig (for guests) work correctly.- Now that kernel:HEAD:standard has changed to version 4.12.0-rcX, the VB drivers need some changes for new API's. File "vbox_fix_for_kernel_4.12.patch" is added. The added installation of "net-tools-deprecated" broke builds for Leap 42.3. That change is now conditional on building for Factory.- Add installation of package "net-tools-deprecated" as requested in boo#1027742.- Revise warning screen concerning USB passthru - fixes bnc#1041137. USB passthru opens a security hole, yet it is so valuable that many users want the feature, thus it is our default. Previously, a user needed to edit a udev rule to disable passthru. The bad part was that an update of VB changed the rule back to allow passthru without any notification. These changes modify the popup to allow the user to accept or decline passthru. If the user declines, then the root password is requested and the udev rule is modified. As these modifications will be lost with the next VB update, the inode of the udev rule is kept. If the user has previously declined and the inode has changed, the popup will show the next time VB is started. File "fix_usb_rules.sh" is added.- add %dir /usr/share/licenses to new vnc package- Made changes to build with gcc 7.x. This adds new file "vbox_fix_for_gcc7.patch". Changed the building of VBoxVNC to remove the hack used earlier.- Make a number of changes: * Add VBoxVNC as a proper external pack rather than just make the so available (bnc #1037033). Thanks to Michal Nowak for most of this effort. One hack was required to work around a bug in "VBoxManage extpack install" whereby the --accept-license option failed to work. * Improve startup of VirtualBox through use of systemd service files: a. Beginning with Oracle version 5.0.8, the command used to build the kernel modules outside of the RPM packaging code changed; however, the openSUSE version did not implement the new method. That new code is now implemented. b. In Tumbleweed, the SysV init scripts to systemd service files stopped working. Part of the new code also checks to see if the kernel modules are loaded. If not, new script files are called to include the necessary packages and build the necessary modules. c. The hooks are in place to remove the sysv init files and do the complete conversion to systemd. This step will be done at a later time. * New files are "vboxconfig.sh", "vboxguestconfig.sh", "vboxdrv.service", and "vboxadd-service.service". * New sub-packages virtualbox-guest-source and virtualbox-vnc are produced. * Some typos in virtualbox.spec are fixed.- Add libelf-devel to build. Fixes bnc #1037511. Modified the startup files to build the kernel modules if they are missing. Files "vboxconfig.sh" and "vboxguestconfig" added.- Version bump to 5.1.22 (released 2017-04-28 by Oracle) This is a maintenance release. The following items were fixed and/or added: VMM: fixed VERR_IEM_INSTR_NOT_IMPLEMENTED Guru Meditation under certain conditions (5.1 regression; mostly Mac OS X hosts; bugs #15693, #15801, #16274, #16569, #16663) VMM: fixed software virtualization on Solaris hosts (5.1.20 regression) Storage: fixed a potential hang under rare circumstances (bug #16677) Storage: fixed a potential crash under rare circumstances (asynchronous I/O disabled or during maintenance file operations like merging snapshots) Linux hosts: make the ALSA backend work again as well as loading the GL libraries on certain hosts (5.1.20 regression; bugs #16667, #16693) Linux Additions: fixed mount.vboxsf symlink problem (5.1.20 regression; bug #16670)- VirtualBox has always been started by systemd utilizing the old-style scripts in /etc/init.d. These should be converted to the service files native to systemd. This issue has been forced as a recent update to Tumbleweed broke the startup of VB for both TW hosts and guests. This change starts the conversion to native systemd files. The original scripts are still used; however, service files are used to start and stop the VB components. In a later change, all action will be accomplished using systemd service files. Two new files named "vboxdrv.service" and "vboxadd-service.service" are added.- Fixes for CVE-2017-3561, CVE-2017-3563, CVE-2017-3576, CVE-2017-3558, CVE-2017-3587 CVE-2017-3559, CVE-2017-3575, CVE-2017-3538, CVE-2017-3513 Version bump to 5.1.20 (released 2017-04-18 by Oracle) This is a maintenance release. The following items were fixed and/or added: GUI: don't check if the Extension Pack is up-to-date if the user is about to install a new Extension Pack (bug #16317) GUI: fixed a possible crash when switching a multi-monitor VM into full-screen or seamless mode GUI: several mini-toolbar fixes in full-screen / seamless mode (X11 hosts only) GUI: don't crash on restoring defaults in the appliance import dialog Windows Additions: another fix for automatic logins for Windows Vista and newer (bug #15904) ICH9: fix for Windows guests with a huge amount (>64G) of guest memory BIOS: fixed El Torito hard disk emulation geometry calculation (thanks Dwight Engen)- Add File "vbox_fix_42.3_api.patch" to handle the get_user_pages() API change in Leap 42.3.- Package VBoxVNC.so. This extension is already being built, just not packaged. This feature is requested in bsc #1024671.- Version bump to 5.1.18 (released 2017-08-15 by Oracle) This is a maintenance release. The following items were fixed and/or added: Shared Folders: fixed case insensitive filename access (5.1.16 regression; Windows guests only; bug #16549) Shared Folders: fixed access to long pathes (5.1.16 regression; Windows guests only; bugs #14651, #16564) API: fixed snapshot handling of medium attachments and PCI device attachments (bug #16545) API: make 32-bit Windows guests in raw mode boot again if the ICH9 chipset is used (5.1.16 regression) VBoxBugReport: fixed VM log collection issue Linux hosts: fixed autostart service script (bug #14955) Windows Additions: fixed automatic logins for Windows Vista and newer (5.1.4 regression; bug #15904)- Removed "vbox_fix_4.10_api_changes.patch" - fixed upstream Removed "vbox_fix_4.11_api_changes.patch" - fixed upstream - Version bump to 5.1.16 (released 2017-03-08 by Oracle) This is a maintenance release. The following items were fixed and/or added: VMM: don't access the MSR_IA32_SMM_MONITOR_CTL MSR if dual-monitor treatment is not available (KVM workaround, bug #14965) VMM: another fix for handling certain MSRs on ancient CPUs without VT-x support for MSR bitmaps VMM: fixed VERR_SSM_LOAD_CPUID_MISMATCH errors when restoring a saved state with SMP guests on hosts without the CPUID/HTT bit set (bug #16428) VMM: fixed a bug in call gate emulation VMM: FWAIT instruction fix VMM: fixed a sporadic guest hang under certain conditions GUI: hide the mini-toolbar from the taskbar and the pager on certain X11 hosts GUI: better error handling on the global settings / network / host-only / DHCP server settings GUI: fixes for full-screen with multiple screens Host-only Network: fixed host-only adapter creation issue preventing VirtualBox installation on Windows 10 hosts (bug #16379) NAT network: fixed two potential crashes in the DHCP server ICH9: fixed incorrect initialization of the primary bus for PCI bridges (5.1.14 regression) Storage: LsiLogic fix for Windows 10 USB: fixed not being able to attach certain USB devices having invalid characters in the device strings (5.0.18 regression; bug #15956) USB: several fixes for the USB/IP support (bug #16462) VBoxSVC: fixed another crash during shutdown under rare circumstances VBoxSVC: fixed a stack overflow on (Windows debug builds only; bug #16409) OVF: when importing an appliance handle more than 10 network adapters if the OVA was created by VirtualBox (bug #16401) OVF: fixes for exporting and importing appliances with many disks (bug #16402) VBoxManage: fixed regression with modifyhd --resize (bug #16311) rdesktop-vrdp: source code tarball fixes Linux Installers: do not rebuild kernel modules unnecessarily (bug #16408) Linux hosts: added an action for opening the VM manager window to the .desktop file Linux hosts / guests: Linux 4.11 compile fixes (bug #16506) Linux Additions: added vboxsf FS modules alias (bug #16404) Linux Additions: fix for the shared folders kernel module to compile on Linux 4.10 Linux Additions: properly install the Linux kernel module override rule on distributions without /etc/depmod.d Windows Additions: fixed a crash with recent Windows 10 builds if 3D is disabled (bug #15973)- Fix API changes for kernel 4.11. This change adds file "vbox_fix_4.11_api_changes.patch". Make some changes to various script files to remove reference to run level 4, which is not used.- Fix for missing global in vboxsf that prevented mounting shared folders for kernel 4.10. This change is the fix for bsc #1027967.- Do not proivde libGL.so.1 and libEGL.so.1 symbols into the rpm database.- The fix for 3D acceleration only works for Gmome desktops. KDE desktops fail. Accordingly, 3D acceleration must still be disabled "out-of-the-box". File /etc/init.d/vboxadd contains comments on the modifications needed to turn 3D acceleration on, thus Gnome users may turn it on selectively.- Fix 3D acceleration as reported in bsc #1024934. The steps needed are as follows: - Remove file "vbox_prevent_wrong_SONAME.patch" - the original SONAME values are needed for libGL.so.1 and libEGL.so.1 to be replaced by VBoxOGL.so and VBoxEGL.so, respectively. - Package VBoxEGL.so- Require insserv and fillup by the packages who call it in the pre/post install sections- use individual libboost-*-devel packages instead of boost-devel- Removed "vbox_fix_4.9_api_changes.patch" as changes are upstream. Fixed API changes for kernel 4.10 in "vbox_fix_4.10_api_changes.patch".- The version bump to 5.1.14 also addresses boo#1020856 CVE-2017-3316 CVE-2017-3332 CVE-2017-3290 CVE-2016-5545 - Version bump to 5.1.14 (released 2017-01-17 by Oracle) This is a maintenance release. The following items were fixed and/or added: VMM: fixed emulation of certain instructions for 64-bit guests on 32-bit hosts VMM: properly handle certain MSRs for 64-bit guests on ancient CPUs without VT-x support for MSR bitmaps (bug #13886) GUI: fixed a crash with multimonitor setups under certain conditions GUI: allow cloning of snapshots when the VM is running NVMe: fixed compatibility with the Storage Performance Development Kit (SPDK, bug #16368) VBoxSVC: fixed a crash under rare circumstances VBoxManage: added a sanity check to modifymedium --resize to prevent users from resizing their hard disk from 1GB to 1PB (bug #16311) Windows hosts: another fix for recent Windows 10 hosts Linux hosts: Linux 4.10 fixes Linux Additions: fixed protocol error during certain operations on shared folders (bug #8463)- The printing of the warning about the insecurity in USB passthru had been lost. As most people are likely to want that feature, the logic has been inverted. Now, the required udev commands to allow passthru are included. The first time that VB is started, the user will get a screen that points to the bug entry discussing the problem and states what they should do to block the insecure usage. In any case, that screen will only be printed once. File "virtualbox-60-vboxdrv.rules" has been added These changes address the issues in bnc #1018340.- Version bump to 5.1.12 (released 2016-12-20 by Oracle) This is a maintenance release. The following items were fixed and/or added: VMM: fixed VERR_IEM_ASPECT_NOT_IMPLEMENTED Guru Meditations with certain Linux guests if KVM paravirtualization is enabled (5.1 regression; bugs #15613 and #16251) VMM: fixed VERR_VMX_UNABLE_TO_START_VM Guru Meditations under rare conditions GUI: prevent a crash under certain conditions if the VM is terminated very early GUI: fixed certain keyboard capture issues (5.1.10 regression; Mac OS X hosts only; bug #16150) GUI: fixed dragging guest windows in seamless mode with the keyboard captured (X11 hosts only; bug #15837) GUI: fixed a problem where the new version detected dialog was covered by the appliance import dialog (Mac OS X hosts only; bug #16238) Storage: fixed NVMe reset processing when doing rmmod nvme; modprobe nvme in a Linux guest (bug #16080) Storage: fixed creating a snapshot when the VM is running and an NVMe controller is present Storage: fixed a problem with the LsiLogic SCSI controller where requests could be lost with SMP guests E1000: fixed "cable disconnected" issue (Mac OS X guests only; 5.1.10 regression; bug #16260) E1000: fixed "TX unit hang" issue (Linux guests only; 5.1.10 regression; bug #16221) API: don't crash when sanitizing certain VM names (bug #16299) Linux hosts: automatically disable asynchronous I/O on Linux 2.6.18 kernels as high I/O load may trigger kernel oopses on these kernels if this feature is enabled Linux hosts / guests: Linux 2.6.28 compile fix (bug #16267) Linux hosts: compile Linux 4.9 compile fix (bug #16286) Linux Additions: warn the user about a known bug with older Linux guests (e.g. Debian 7) requiring manual work to get 3D working (bug #15319) Linux Additions: fix the graphics driver build with Linux 4.10 and later (bug #16298) Windows Additions: fixed a crash in the WDDM driver under certain conditions- Revert "vbox_hdpi_support.patch. This patch may improve things for asn@cryptomilk.org, but it breaks other systems. See https://forums.opensuse.org/showthread.php/521520-VirtualBox-interface-scaling and bsc #1014694.- I now have the necessary preprocessor symbol to modify the source depending on whether the server is 1.19.0 or greater. It is no longer necessary to detect the server version in the spec file, thus the solution is cleaner.- Leap 42.2 still has server v. 1.18.3, thus the test failed. The test has been changed to look at only the 1.xx part of the version.- Add patch file "Fix_for_server_1.19.patch" to support xorg-x11-server v. 1.19.0. The spec file now interrogates the rpm for the server and conditionally applies the patch, thus both versions build OK.- Add patch file "vbox_hidpi_support.patch" to add support for HiDPI in the management frontend. (This does not fix rendering in guest windows)- Version bump to 5.1.10 (released 2016-11-21 by Oracle) This is a maintenance release. The following items were fixed and/or added: GUI: the USB filter settings dialog should allow to specify the USB revision in hexadecimal format (bug #15400) GUI: fixed crash on certain hosts when pressing certain key combinations (Windows hosts only; bug #15719) GUI: fixed issue with updating the available-geometry on host-screen work-area resize GUI: don't crash / hang on certain environments if accessibility support is enabled GUI: fixed various issues in Unscaled HiDPI Output mode (bug #15707) GUI: extend the VM Input menu with Print Screen-related actions GUI: improved handling of inserting the Guest Additions ISO image by trying all available optical drives rather than only the first one and by not asking the user if he wants to force unmounting (which doesn't work in most cases anyway) API: default to RTC using UTC for Solaris 11 guests Settings: be less restrictive when reading a VM configuration containing a host-only adapter without an interface name Storage: fixed resizing VDI images resulting in an unbootable image under certain circumstances (bug #15983) NAT: fixed several 5.1.8 regressions on Mac OS X and Windows hosts (bug #16084) Audio: fixed a few 5.1.x regressions by using the audio code from 5.0.x until the audio overhaul is completed VBoxManage: fixed documentation of the storagectl command (bug #15971) Build system: another fix for building VirtualBox on systems which default to Python 3 Windows hosts: hardening fix for Windows 10 build 14971 (bug #16202) Windows Additions: properly start the VirtualBox guest services even if the guest user name contains special characters (bug #15982) Solaris Additions: fixed preemptible mouse notification callback being executed under a spinlock for Solaris guests Linux hosts / guests: Linux 4.9 fixes (bugs #16155 and #16064) Linux Additions: fixed Linux kernel module override rule (thanks Mark Furneaux)- Remove all references to libreadline. I misinterpreted a previous error message. - Fixes for VUL-0: CVE-2016-5501,CVE-2016-5538,CVE-2016-5605,CVE-2016-5608,CVE-2016-5610,CVE-2016-5611,CVE-2016-561313 boo #1005621.- Replaced libreadline6 with libreadline7.- Found and fixed another API change for kernel 4.9. In addition, the libreadline6 package is now needed.- Fix typo in "vbox_fix_4.9_api_changes.patch".- Make another 4.9 API change.- Fix build on kernel 4.9 using patch "vbox_fix_4.9_api_changes.patch".- Fixes for VUL-0: CVE-2016-5501,CVE-2016-5538,CVE-2016-5605,CVE-2016-5608,CVE-2016-5610,CVE-2016-5611,CVE-2016-561313 boo #1005621. - Add patch file "vbox_remove_smp_mflags.patch" to limit number of simultaneous make jobs. - Version bump to 5.1.8 (released 2016-10-18 by Oracle) This is a maintenance release. The following items were fixed and/or added: GUI: fixed keyboard shortcut handling regressions (Mac OS X hosts only; bugs #15937 and #15938) GUI: fixed keyboard handling regression for separate UI (Windows hosts only; bugs #15928) NAT: don't exceed the maximum number of "search" suffixes. Patch from bug #15948. NAT: fixed parsing of port-forwarding rules with a name which contains a slash (bug #16002) NAT Network: when the host has only loopback nameserver that cannot be mapped to the guests (e.g. dnsmasq running on 127.0.1.1), make DHCP supply NAT Network DNS proxy as nameserver. Bridged Network: prevent flooding syslog with packet allocation error messages (bug #15569) Audio: now using Audio Queues on Mac OS X hosts Audio: fixed recording with the PulseAudio backend (5.1 regression) Audio: various bugfixes Snapshots: fixed regression in 5.1.4 for deleting snapshots with several disks (bug #15831) Snapshots: crash fix and better error reporting when snapshot deletion failed Storage: some fixes for the NVMe emulation with Windows guests API: fixed initialization of SAS controllers (bug #15972) Build system: make it possible to build VBox on systems which default to Python 3 Windows Additions / VGA: if the guest's power management turns a virtual screen off, blank the corresponding VM window rather than hide the window Windows Additions: fixed a generic bug which could lead to freezing shared folders (bug #15662) Linux hosts / guests: fix for kernels with CONFIG_CPUMASK_OFFSTACK set (bug #16020) Linux Additions: don't require all virtual consoles be in text mode. This should fix cases when the guest is booted with a graphical boot screen (bug #15683) Linux Additions: added depmod overrides for the vboxguest and vboxsf kernel modules to fix conflicts with modules shipped by certain Linux distributions X11 Additions: disable 3D on the guest if the host does not provide enough capabilities (bug #15860)- Requesting 14000 MB is too much. Reduce the request to 12000 MB.- Some builds still run out of memory and fail. Increase to 14000 MB.- Builds keep running out of memory when building the web server part of the package. To help the memory pressure, I have forced make to run with "-j2", rather than use the number of processors. Such a change will slow the build, but will result in a higher rate of success.- Increase memory allowed in build to 10000 MB.- Remove file "fix_removal_of_DEFINE_PCI_DEVICE_TABLE" - fixed upstream. - Version bump to 5.1.6 (released 2016-09-12 by Oracle) This is a maintenance release. The following items were fixed and/or added: GUI: fixed issue with opening '.vbox' files and it's aliases GUI: keyboard grabbing fixes (bugs #15771 and #15745) GUI: fix for passing through Ctrl + mouse-click (Mac OS X hosts only; bug #15714) GUI: fixed automatic deletion of extension pack files (bugs #11352 and #14742) USB: fixed showing unknown device instead of the manufacturer or product description under certain circumstances (5.1.0 regression; bug #15764) XHCI: another fix for a hanging guest under certain conditions as result of the fix for bug #15747, this time for Windows 7 guests Serial: fixed high CPU usage with certain USB to serial converters on Linux hosts (bug #7796) Storage: fixed attaching stream optimized VMDK images (bug #14764) Storage: reject image variants which are unsupported by the backend (bug #7227) Storage: fixed loading saved states created with VirtualBox 5.0.10 and older when using a SCSI controller (bug #15865) Storage: fixed broken NVMe emulation if the host I/O cache setting is enabled Storage: fixed using multiple NVMe controllers if ICH9 is used NVMe: fixed a crash during reset which could happen under certain circumstances Audio: fixed microphone input (5.1.2 regression; bugs #14386 and #15802) Audio: fixed crashes under certain conditions (5.1.0 regression; bug #15887 and others) Audio: fixed recording with the ALSA backend (5.1 regression) Audio: fixed stream access mode with OSS backend (5.1 regression, thanks to Jung-uk Kim) E1000: do also return masked bits when reading the ICR register, this fixes booting from iPXE (5.1.2 regression; bug #15846) BIOS: fixed 4bpp scanline calculation (bug #15787) API: relax the check for the version attribute in OVF/OVA appliances (bug #15856) Windows hosts: fixed crashes when terminating the VM selector or other VBox COM clients (bug #15726 and others) Linux Installer: fixed path to the documentation in .rpm packages (5.1.0 regression) Linux Installer: fixed the vboxdrv.sh script to prevent an SELinux complaint (bug #15816) Linux hosts: don't use 32-bit legacy capabilities Linux Additions: Linux 4.8 fix for the kernel display driver (bugs #15890 and #15896) Linux Additions: don't load the kernel modules provided by the Linux distribution but load the kernel modules from the official Guest Additions package instead (bug #15324) Linux Additions: fix dynamic resizing problems in recent Linux guests (bug #15875) User Manual: fixed error in the VBoxManage chapter for the getextradata enumerate example (bug #15862)- Add file "fix_removal_of_DEFINE_PCI_DEVICE_TABLE" to compile on kernel 4.8.- Re-added missing copy of Module.symvers from vboxguest build so that loads of vboxvideo can resolve all symbols, this got lost somehow (boo#983927, boo#993091)- Update the host <-> guest KMP conflict dependencies to no longer refer to the old name (boo#983927).- Add "ExclusiveArch: %ix86 x86_64" line back into the spec file. Handle a false positive indication from kmemleak. This patch is added to "modify_for_4_8_bo_move.patch".- The API for ttm_bo_move_memcpy() is changed in kernel 4.8. Add patch file "modify_for_4_8_bo_move.patch" to handle this case.- Version bump to 5.1.4 (released 2016-08-16 by Oracle) This is a maintenance release. The following items were fixed and/or added: GUI: show actual VM uptime in the session information window Audio: re-enabled speakers for Mac OS X guests (5.1.0 regression; bug #15611) Audio: fixed crashes under certain conditions USB: fixed a hang under certain conditions USB: fixed a hanging guest under certain conditions (bug #15747) PIIX4: implemented dummy SMBus controller to prevent annoying Linux kernel warnings about uninitialized SMBus base address (bug #9517) NVMe: several fixes to improve stability, fixed a crash while saving a VM state VMDK: Fixed an issue creating fixed size images with certain sizes and the Split2G option enabled (bug #15748) VHDX: fixed cloning images with VBoxManage clonehd (bug #14288) Storage: Fixed broken bandwidth limitation when the limit is very low (bug #14982) EFI: fixed sending debug messages in the EFI firmware if a serial port is enabled (bug #12161) OVF: when importing appliances, make sure that the version of the embedded VirtualBox-specific settings is processed, to get the default settings handling right VBoxManage: Don't try to set the medium type if there is no change (bug #13850) Linux installer: fixed some scripting issues (bugs #15701 and #15702) Linux installer: fixed a path issue on certain Linux distributions (bug #15717) Windows hosts: fixed corrupted mouse pointers with some Linux and Solaris guests (bug #15665) Linux Additions: made the video driver work on 32-bit guests with large video memory sizes (bug #15621) Linux Additions: made the video driver work on kernel 4.7 and later (bug #15769) Linux Additions: converted a failure message to an informational one when drivers could not be stopped during upgrade (bug #15692) Linux Additions: made the video driver work around an X server bug which cause screen refresh to stop (bug #15511) Windows Additions: auto-resizing fixes for Windows 10 guests (bug #15257) Windows Additions: fixed VBoxTray problems with Windows 2000 (bug #15661) - Other local changes: "changeset_60565.diff" is removed - fixed in upstream. "vbox-kernel47-cpu_has_pge.diff" -s removed - also fixed in upstream.- adjust file attributes on SUID helpers to avoid chkstat issues- remove obsolete libgsoap-devel (again) - remove /usr/lib/udev/rules.d/60-vboxdrv.rules - it is overruled from vboxdrv init script anyway - vboxdrv generates a /etc/udev/rules.d/60-vboxdrv.rules file on _every_ start, note that fact in /etc/default/virtualbox and describe a strategy to control this behaviour - relocate VBoxCreateUSBNode.sh to /usr/lib/virtualbox this is, where vboxdrv, resp. the generated 60-vboxdrv.rules file is expecting it- Remove request for patch that is no longer used.- Patch11 is file "vbox-kernel47-cpu_has_pge.diff".- Add upstream patch fix cpu_has_pge removed macro in kernel 4.7 Patch11 - Add ifarch ix86 to limit concurrency on 32bits (-j2) Remove ExcludeArch instructions- Version bump to 5.1.2 (released 2016-07-21 by Oracle) New main capabilities in Oracle VM VirtualBox 5.1 are: Improved Performance: Significantly improved performance for multi-CPU virtual machines and networking. Bug Reporting Tool: New utility able to collect all the information and logs related to the host and guest operating system, for debug or analysis purposes. Improved Logging Window: New logging functionalities to highlight and filter information related to guest Virtual Machines. Improved multimedia availability: Improved support for different USB devices and multi-channel audio availability. Flash storage emulation: New NVMHCI storage controller emulation available, able to emulate NVME devices - Flash storage - on guest Virtual Machine. Improved Linux integration: Automatic modules deployment in case of a Linux Kernel upgrade and improved systemd integration for the latest releases of popular Linux distributions. - Drop drm-vboxvideo-Add-delayed-update-to-support-fbdev.patch, fixed upstream. - Drop drm-vboxvideo-Initialize-data-needed-to-map-fbdev-memory.patch, fixed upstream. - Drop vbox-4.7.patch, fixed upstream. - vbox-permissions_warning.diff and vbox-usb-warning.diff updated to Qt5 - User Manual updated.- virtualbox-60-vboxdrv.rules: added missing udev rules for vboxdrvu and vboxnetctl (http://www.mgreene.org/?p=211)- Disable i586 builds as they fail with the OBS compiler. Increased VM to 20000 M. - Version bump to 5.0.26 (released 2016-07-18 by Oracle) This is a maintenance release. The following items were fixed and/or added: VMM: fixed a bug in the task switching code (ticket #15571) GUI: allow to overwrite an existing file when saving a log file (bug #8034) GUI: fixed screenshot if the VM is started in separate mode Audio: improved recording from USB headsets and other sources which might need conversion of captured data Audio: fixed regression of not having any audio available on Solaris hosts VGA: fixed an occasional hang when running Windows guests with 3D enabled Storage: fixed a possible endless reconnect loop for the iSCSI backend if connecting to the target succeeds but further I/O requests cause a disconnect Storage: fixed a bug when resizing certain VDI images which resulted in using the whole disk on the host (bug #15582) EFI: fixed access to devices attached to SATA port 2 and higher (bug #15607) API: fixed video recording with VBoxHeadless (bug #15443) API: don't crash if there is no graphics controller configured (bug #15628) VBoxSVC: fixed several memory leaks when handling .dmg images Solaris hosts: fixed a crash on hosts with certain CPU configurations Windows hosts: properly fall back to NDIS5 on pre-Vista hosts on silent installations- Version bump to 5.0.24 (released 2016-06-28 by Oracle) This is a maintenance release. The following items were fixed and/or added: VMM: reverted to the old I/O-APIC code for now to fix certain regressions with 5.0.22 (bug #15529). This means that the networking performance with certain guests will drop to the 5.0.20 level (bug #15295). One workaround is to disable GRO for Linux guests. Main: when taking a screenshot, don't save garbage for blanked screens NAT: correctly parse resolv.conf file with multiple separators (5.0.22 regression) Storage: fixed a possible corruption of stream optimized VMDK images from VMware when opened in read/write mode for the first time Audio: imlemented dynamic re-attaching of input/output devices on Mac OS X hosts ACPI: notify the guest when the battery / AC state changes instead of relying on guest polling Linux hosts: fixed VERR_VMM_SET_JMP_ABORTED_RESUME Guru Meditations on hosts with Linux 4.6 or later (bug #15439)- Version bump to 5.0.22 (released 2016-06-16 by Oracle) This is a maintenance release. The following items were fixed and/or added: VMM: fixes for certain Intel Atom hosts (bug #14915) VMM: properly restore the complete FPU state for 32-bit guests on 64-bit hosts on Intel Sandy Bridge and Ivy Bridge CPUs VMM: new I/O-APIC implementation fixing several bugs and improving the performance under certain conditions (bug #15295 and others) VMM: fixed a potential Linux guest panic on AMD hosts VMM: fixed a potential hang with 32-bit EFI guests on Intel CPUs (VT-x without unrestricted guest execution) GUI: don't allow to start subsequent separate VM instances GUI: raised upper limit for video capture screen resolution (bug #15432) GUI: warn if the VM has less than 128MB VRAM configured and 3D enabled Main: when monitoring DNS configuration changes on Windows hosts avoid false positives from competing DHCP renewals. This should fix NAT link flaps when host has multiple DHCP configured interfaces, in particular when the host uses OpnVPN. Main: properly display an error message if the VRDE server cannot be enabled at runtime, for example because another service is using the same port NAT: Initialize guest address guess for wildcard port-forwarding rules with default guest address (bug #15412) VGA: fix for a problem which made certain legacy guests crash under certain conditions (bug #14811) ACPI: properly notify the guest if the ACPI battery state changed OVF: fixed import problems for some appliances using an AHCI controller created by 3rd party applications SDK: reduced memory usage in the webservice Java bindings Linux hosts: EL 6.8 fix (bug #15411) Linux hosts: Linux 4.7 fix (bug #15459) Linux Additions: Linux 4.7 fixes (bug #15444) Linux Additions: fix for certain 32-bit guests (5.0.18 regression; bug #15320) Linux Additions: fixed mouse pointer offset (5.0.18 regression; bug #15324) Linux Additions: made old X.Org releases work again with kernels 3.11 and later (5.0.18 regression; bug #15319) Linux Additions: fixed X.Org crash after hard guest reset (5.0.18 regression; bug #15354) Linux Additions: don't stop the X11 setup if loading the shared folders module fails (5.0.18 regression) Linux Additions: don't complain if the Drag and Drop service is not available on the host Solaris Additions: added support for X.org 1.18 Local openSUSE specific changes: File "changeset_60565.diff" is no longer needced and has been removed. Version bump to 5.0.20 (released 2016-04-28 by Oracle) This is a maintenance release. The following items were fixed and/or added: Storage: fixed a regression causing write requests from the BIOS to cause a Guru Meditation with the LsiLogic SCSI controller (5.0.18 regression; bug #15317) Storage: several emulation fixes in the BusLogic SCSI controller emulation NAT Network: support TCP in DNS proxy (same problem as in bug #14736 for NAT) NAT: rework handling of port-forwarding rules (bug #13570) NAT: rewrite host resolver to handle more query types and make it asynchronous so that a stalled lookup doesn't block all NAT traffic Snapshots: don't crash when restoring a snapshot which has more network adapters than the current state (ie when the snapshot uses ICH9 and the current state uses PIIX3) Guest Control: various bugfixes for the copyfrom and copyto commands / API (bug #14336) VBoxManage: list processor features on list hostinfo (bug #15334) Linux hosts: fix for Linux 4.5 if CONFIG_NET_CLS_ACT is enabled (bug #15327) Windows Additions: fixed performance issues with PowerPoint 2010 and the WDDM graphics drivers if Aero is disabled- Add file "vbox-4.7.patch" to all builds on Kernel_HEAD_standard/x86_64 now that 4.7-rcX is released.- remove libgsoap-devel from build deps, it conflicts with gsoap-devel- Fix start failure of vboxadd service routine This script fails because /var/lib/VBoxGuestAdditions/config does not exist; however, there is no need for this file. That service routine is modified. (boo #977328).- drm-vboxvideo-Initialize-data-needed-to-map-fbdev-memory.patch: * Add missing initialization of scanout buffer base and size for proper fbdev support. - drm-vboxvideo-Add-delayed-update-to-support-fbdev.patch: * Add support for delayed_io in fbdev-layer. (boo#977200).- This submission fixes the bug in VB 5.0.18 that prevents proper operation for guest VMs configured to use a LsiLogic adapter for disks. See ticket: https://www.virtualbox.org/ticket/15317 for a description of the problem, and changeset: https://www.virtualbox.org/changeset/60565/vbox for the fix, which is implemented in file "changeset_60565.diff". This update contains a fix for CVE-2016-0678. Bug report b.o.o #97366 discusses this vulnerability.- Version bump to 5.0.18 (released 2016-04-18 by Oracle) This is a maintenance release. The following items were fixed and/or added: GUI: position off-screen windows to be fully visible again on relaunch in consistence with default-behavior (bug #15226) GUI: fixed the View menu / Full-screen Mode behavior on Mac OS X El Capitan GUI: fixed a test which allowed to encrypt a hard disk with an empty password GUI: fixed a crash under certain conditions during VM shutdown GUI: fixed the size of the VM list scrollbar in the VM selector when entering a group PC speaker passthrough: fixes (Linux hosts only; bug #627) Drag and drop: several fixes SATA: fixed hotplug flag handling when EFI is used Storage: fixed handling of encrypted disk images with SCSI controllers (bug #14812) Storage: fixed possible crash with Solaris 7 if the BusLogic SCSI controller is used USB: properly purge non-ASCII characters from USB strings (bugs #8801, #15222) NAT Network: fixed 100% CPU load in VBoxNetNAT on Mac OS X under certain circumstances (bug #15223) ACPI: fixed ACPI tables to make the display color management settings available again for older Windows versions (4.3.22 regression) Guest Control: fixed VBoxManage copyfrom command (bug #14336) Snapshots: fixed several problems when removing older snapshots (bug #15206) VBoxManage: fixed --verbose output of the guestcontrol command Windows hosts: hardening fixes required for recent Windows 10 insider builds (bugs #15245, #15296) Windows hosts: fixed support of jumbo frames in with bridged networking (5.0.16 regression; bug #15209) Windows hosts: don't prevent receiving multicast traffic if host-only adapters are installed (bug #8698) Linux hosts: added support for the new naming scheme of NVME disks when creating raw disks Solaris hosts / guests: properly sign the kernel modules (bug #12608) Linux hosts / guests: Linux 4.5 fixes (bug #15251) Linux hosts / guests: Linux 4.6 fixes (bug #15298) Linux Additions: added a kernel graphics driver to support graphics when X.Org does not have root rights (bug #14732) Linux/Solaris Additions: fixed several issues causing Linux/Solatis guests using software rendering when 3D acceleration is available Windows Additions: fixed a hang with PowerPoint 2010 and the WDDM drivers if Aero is disabled - Drop VirtualBox-5.0.17-r106108-r106140.patch, fixed upstream.- Fix build error caused by removal of macro page_cache_release() from kernel. File "vbox-replace-page-cache-release.diff" is used to modify code to use put_page() instead.- Fix problem with SONAME for VBoxOGL.so. With the Oracle code, it is libGL.so.1 rather than VBoxOGL.so.1. Thanks to Max Lin for notifying me about the problem. This fix adds file "vbox_prevent_wrong_SONAME.patch"- Fix problems with previous submission Removed copy of user manual from download site as there is no special manual for 5.0.17. File VirtualBox-5.0.17-r106108-r106140.patch is added to update the Oracle source to the latest commit.- Modify Guest Additions so that openSUSE build works with new Oracle code. The following changes have been made: Added Oracle patch to bring code to r106140 commit. Moved VB guest modules to /lib/modules/.../misc/. This layout matches that of the Oracle Guest Additions ISO. Added missing copy of Module.symvers from vboxguest build so that loads of vboxvideo can resolve all symbols. Remove patch added in previous cycle to build under kernel 4.5.0. The Oracle code now has this fix. With these changes, both Gnome and KDE desktops as VB virtual machines work with gdm and the versions of X.Org that do not run as root. The only known defect is that the mouse pointer is missing when 3D acceleration is turned on in the VB control panel.- Version bump to 5.0.17 (released 2016-03-07 by Oracle) Following the 5.0.16 release, the Guest Additions were updated to support Linux guests with X.Org Server running without root privileges and to fix certain 3D acceleration-related issues. There are no other changes to VirtualBox. A patch "vbox-guest-add.diff" is needed to enable the Oracle code to build with kernel 4.5.- Version bump to 5.0.16 (released 2016-03-04 by Oracle) This is a maintenance release. The following items were fixed and/or added for Linux hosts: VMM: fixed a problem which could lead to a wrong guest behavior on AMD CPUs (tickets #14831 and #15186) GUI: prevent a crash during startup under rare conditions GUI: position off-screen windows to be fully visible again on relaunch GUI: hide the VT-x/AMD-V checkbox if raw-mode is not supported (usually Mac OS X hosts; bug #15178) PC speaker passthrough: new experimental feature, available on Linux host only Audio: properly handle default audio device changes (Windows hosts) USB: serveral fixes for the xHCI controller (e.g. for webcam passthrough) BIOS: fixed int15/AH=83/AL=00 function (4.2.0 regression) iPXE: enable the HTTP download protocol on non-Linux hosts (bug #13628) Shared folders: fixed a failure to load the saved state under certain circumstances (bug #6314) Guest Control: added support for (cached) Active Directory authentication in case the domain controller is not reachable (anymore) Serial ports: raised the number of serial ports per VM from 2 to 4 (bug #9109) SDK: make the Python webservice API binding work again (5.0 regression) Seamless mode: fixed a crash under certain circumstances (bug #15106) Linux hosts: fixed the /sbin/rcvboxdrv script as well as the missing shebang in two scripts (bugs #15055 and #15057) Linux hosts: properly uninstall Python files installed by the .run installer Windows Additions: fixed guest property enumeration of logged-in users Windows Additions: fixed sporadical failure of the graphics driver in Windows 10 guests (bug #14409) Windows Additions: under rare circumstances no mouse movement events were delivered to the guest- Version bump to 5.0.14 (released 2016-01-19i by Oracle) This is a maintenance release. The following items were fixed and/or added: GUI: properly limit the number of VCPUs to the number of physical cores on Mac OS X (bug #15018) Audio: fixed a bug which prevented loading a saved state of a saved guests with HDA emulation (5.0.12 regression; bug #14981) Audio: don't crash if the backend is unable to initialize (bug #14960) Audio: fixed audio capture on Mac OS X (bug #14386) Storage: fixed a possible crash when attaching the same ISO image multiple times to the same VM (bug #14951) BIOS: properly report if two floppy drives are attached USB: fixed a problem with filters which would not capture the device under certain circumstances (5.0.10 regression; bug #15042) ExtPack: black-list Extension Packs older than 4.3.30 due to incompatible changes not being properly handled in the past Linux hosts: properly create the /sbin/rcvboxdrv symbolic link (5.0.12 regression; bug #14989) Linux Additions: fixes for Linux 4.5 (bug #15032)- vboxadd script no more fails on remote_fs failure (bnc#908383)- Version bump to 5.0.12 (released 2015-12-18i by Oracle) This is a maintenance release. The following items were fixed and/or added: GUI: fixed wrong scrolling behaviour in the VM selector window when a VM item is dragged out of the chooser-pane area GUI: fixed the validation of IPv6 port-forwarding rules GUI: suppress the first-run wizard if a CD/DVD medium is inserted using the selector UI GUI: fixed the Ctrl+Break key sequence scan codes (bug #14927) GUI: improved handling of text selection mouse pointer (bug #750) Host services: fixed a crash during VM shutdown under rare conditions (5.0.6 regression; bug #14841) Shared folders: fixed a sharing violation if a file is opened to check the attributes (Windows hosts only; bug #14450) Webcam: passthrough fix for certain devices (Mac OS X hosts only) XHCI: fixed broken emulation if software virtualization is used XHCI: several fixes 3D: fixed state handling under certain conditions (bug #13487) Audio: several fixes BIOS: added LBA64 support for being able to boot from huge hard disks (bug #7415) EFI: fix for Windows 10 guests ExtPack: before installing an Extension Pack check if there are VMs running to prevent file system locking issues rdesktop-vrdp: source code tarball fixes Linux hosts: .desktop file compatibility issue (bug #14808) Linux hosts / guests: fixes for RHEL 7.2 (bug #14866) Linux hosts: The command for recompiling the host kernel modules was changed again, to /sbin/rcvboxdrv setup (bug #14723) Linux hosts: some fixes for PCI passthrough (still highly experimental) Linux/Mac OS X hosts: fixed a VM hang during startup under certain circumstances (bug #14933) Linux Additions: prevent the compiler from doing dead-code elemination on vital code in guest / host communication (bug #14497) Linux Additions: when mounting a shared folder, explicitly pass the share name so that /proc/mounts contains this name instead of 'none' Linux Additions: workaround for a systemd problem in conjunction with SELinux which prevented to properly enable the 'vboxadd' service during while upgrading the Additions- fix permission Error In SUPR3HardenedMain Effective UID is not root (euid=1000 egid=100 uid=1000 gid=100) (rc=-10) see https://forums.virtualbox.org/viewtopic.php?t=11154- Remove file vbox_build_kms_modules.diff.- Temporarily disable i586 builds.- Increase memory to 8000 MB to try to fix out-of-memory error when building i586 version.- Increase memory to 7000 MB in _constraint to see if that fixes link problem on i586.- Version bump to 5.0.10 (released 2015-11-10 by Oracle) This is a maintenance release. The following items were fixed and/or added: VMM: improved support for certain Intel Atom CPUs (bug #14773) VMM: system register emulation fix (5.0 regression; bug #14515) GUI: fixed immediate screenshot issue (bug #14108) GUI: fixed another 3D overlay window reparenting issue when the VM is switched to fullscreen mode on X11 hosts GUI: fixed help index (bug #14722) GUI: fixed state synchronization issue in the VM manager window when VM was paused from its runtime window Audio: fixed suspending/resuming audio streams on VM pause/unpause (bug #14784) Audio: properly reset AC97 audio streams, otherwise there is silence until a non-48 kHz stream is played Audio: fixed a small emulation quirk of the AD1980 codec of the HDA device to make recent linux guests work (bug #14653) USB: serveral fixes for the xHCI controller USB: fixed a crash under certain conditions on hosts with Linux kernels older than version 3.3 USB: better identification of certain USB devices NAT: support TCP in DNS proxy (bug #14736) NAT Network: fixed sporadic crashes on Windows hosts (bug #13899) API: when creating differencing images (e.g. as part of a snapshot or cloning a VM) use the same disk image variant as the parent image if possible, which means that e.g. a diff image for a VMDK image split into 2 GB files will also be split (bug #14764) API: event queue handling fixes preventing loss of certain events at runtime (e.g. new webcam attached), particularly important on Mac OS X hosts Webcam: passthrough fix for certain devices (Windows hosts only) VBoxManage: don't crash on snapshot restorecurrent / edit if the VM has no snapshots VBoxManage: don't crash on controlvm addencpassword (bug #14729) Mac OS X hosts: use the correct kernel on certain hosts Windows hosts: fixed VRDP external authentication Windows hosts: allow to use a shared folder path with extended-length path prefix (5.0 regression; bug #14651) Windows hosts: fix a crash in the netfilter host driver under certain conditions (bug #14799) Windows host installer: documented and fixed public properties which can be used to control the installation to some extent Windows host installer: fixed not starting the actual installation when showing the version information or help dialogs X11 Additions: added basic support for X.Org Server 1.18 (3D requires additional fixes)- Fixed typo in QMessageBox text in new popup window.- Add logic to virtualbox-wrapper.sh to test if /etc/udev/rules.d/60-vboxdrv.rules exists. If not, a screen stating that passthru of USB devices is a security hole, and it refers the user to bnc#664520 for an explanation. It also explains the process for enabling USB passthru if the user really wants it. When the user closes the popup window, a dummy version of /etc/udev/rules.d/60-vboxdrv.rules is created, which prevents this window from being displayed every time VirtualBox is started. - Fixes boo#953018.- Version bump to 5.0.8 (released 2015-10-20 by Oracle) boo#951432 CVE-2015-4813 CVE-2015-4896 This is a maintenance release. The following items were fixed and/or added: GUI: Mac OS X: Restore green zoom button for VM windows (it was hidden in the previous release to avoid native full-screen issues). For Yosemite and El Capitan this button should work accordingly to the Apple HIG: Full-screen by default, maximize if the user holds the Option key. Serial ports: fixed wrong IRQ number for the first serial port in the ACPI tables (5.0.6 regression; bug #14659) API: fixed a 5.0 regression in VBoxManage setproperty defaultfrontend (bug #14696) VBoxManage/vbox-img: conversion to RAW images could result in a disk image containing all zeroes Linux hosts: several fixes for systemd integration in .deb / .rpm packages (e.g. bug #14665). The command for recompiling the host kernel modules was changed to /sbin/vboxconfig Linux hosts: make host-only interfaces report operstate UP only when they have VMs attached (bug #14526) Mac OS X hosts: fix bpf capture and accounting of traffic on bridged and host-only interfaces (bug #14553) Windows guests: fixed 3D rendering issues on high resolution displays Windows Additions: fixed problems with 3D acceleration on Windows hosts with Intel HD graphics (bug #14670) Linux Additions: fix service starting on Debian systems with systemd installed but not in use (bug #14683)- Version bump to 5.0.6 (released 2015-10-02 by Oracle) This is a maintenance release. The following items were fixed and/or added: GUI: the update check now uses the HTTP system proxy settings by default GUI: About dialog improvements. Copyable version text, do not close dialog on mouse-clicks and focus losing, explicit close button at the bottom of dialog and disabled close button fix on OS X. (bugs #9912, #12749) GUI: fixed bug when re-assigning shortcuts (bug #14565) GUI: fixed default focus button in message-box dialogs (bug #14486) GUI: fixed settings dialog which is opened if the network settings need to be changed at VM startup (5.0.0 regression; bug #14601) GUI: fixed crash during VM start if an early error message needs to be shown, for example Linux kernel modules not present (bug #14646) Bridged Networking: fixed handling of guest DHCP requests without UDP checksum when bridging to a wireless interface (bug #14615) Audio: latency fixes (Windows hosts only; bug #4088) Guest Control: correctly set USERNAME and USERPROFILE environment variables (Windows guests only) Guest Control: several fixes API: properly restore NAT port forwarding rules when reverting to a snapshot Parallel ports: Several fixes allowing to enable two parallel ports for a VM VBoxManage: fixed wrong output of debugvm show command VBoxManage: fixed hang when specifying logging groups with debugvm log starting with h, for example hex Windows hosts: renamed VBoxStartup.log to VBoxHardening.log and provide this log file in the GUI log viewer Windows hosts: fixed a small memory leak in the Windows host interface driver (VBoxNetAdp) which caused a BSOD if the driver verifier is enabled (bug #14562) Windows hosts: fixed a failure to start VMs on hosts where dsound.dll is not available (bug #14574) Windows hosts: another fix for VERR_LDR_MISMATCH_NATIVE errors (bug #14579) Windows hosts: fixed host-to-guest communication with bridged networking (bugs #14326, #14457) Windows hosts: fixed broken data receiving from the serial device with the named pipe backend if Kaspersky AV is installed Linux hosts: Linux 4.3 compile fixes Linux hosts: installer fix for certain systems (bug #14627) Linux hosts / guests: native systemd support for the host/guest installer scripts. The scripts for re-compiling the kernel modules are now located at /sbin/rcvboxdrv (host) and /sbin/rcvboxadd (Guest Additions) Mac OS X hosts: GUI-related fixes for El Capitan Mac OS X hosts: fixed a problem with capturing USB devices under El Capitan Mac OS X hosts: allow colon character on shared folders (bug #14554) Linux Additions: properly set the VBoxService process ID in the PID file (bug #14571) Linux Additions: Guest Control fixes (bug #14573) Windows Additions: fixed shutting down VBoxTray when running with older VirtualBox host versions Windows Additions: fixed video playback with VLC and Windows Media Player when the WDDM driver is used and 3D is not used Windows Additions: prevent a possible VLC crash when the WDDM driver is used and 3D is enabled by implementing YV12 surfaces - Drop vbox-32bit-build-error.diff, fixed upstream - Updated UserManual.pdf- BuildRequire pkgconfig(udev) instead of udev directly: this allows us to be earlier in the build phase, as we can make use of udev-mini and it solves build failures with systemd224.- The code base released by Oracle failed to build on 32-bit systems. They had already fixed the problem. This update applies their solution using patch file vbox-32bit-build-error.diff.Version bump to 5.0.4 (released 2015-09-08 by Oracle) This is a maintenance release. The following items were fixed and/or added: VMM: fixed an issue with Windows 10 guest kernel debugging over the network for Hyper-V paravirtualized VMs VMM: fixed a bug which prevented reading the saved state of the 'PATM' unit from VirtualBox 4.3.x (bug #14512) GUI: changed default OS type for Windows from Windows XP to Windows 7 GUI: added another pre-defined guest screen resolution (bug #14384) GUI: fixed update check which was broken due to changing the location of the root certificates (bug #13096) GUI: fixed issues with synchronization of Caps lock / Num lock / Scroll lock on Windows hosts (bug #14302) GUI: don't crash during VM shutdown if 2D video acceleration and 3D support are enabled (Mac OS X hosts only) GUI: several seamless fixes for certain X11 window managers, also when used in multi-screen setups GUI: Log window size, position and cursor-position fixes Audio: fixed playing leftover/deprecated audio samples Audio: fixed playing audio after suspending the host (5.0 regression; Linux hosts using the ALSA backend) Audio: fixed playing short audio samples which were chopped off formerly Audio: fixed distortions on OS X when the sample rate of the guest stream and host device don't match Storage: fixed raw disk access and flat VMDK image access which would be always opened readonly (5.0.2 regression; bugs #14425, #14461) Storage: fixed initial encryption of VDI images after they were compacted (bug #14496) VGA: fix for certain graphics modes (bug #14516) NAT: don't freeze while the VM is paused if the network attachment mode is changed from/to NAT with activated port forwarding OVF: fixed duplicate USB controller entries in exported OVA/OVF (bug #14462) Shared Folders: fixed a path separator issue (bug #14434) Drag and drop: fixed crashes on OS X hosts when doing host-to-guest transfers VBoxManage: another attempt to not deny changing the network adapter type at VM runtime (5.0 regression; bug #14308) VBoxManage: fixed broken guestcontrol list command (5.0 regression) VBoxManage: fixed broken Guest Control stdout/stderr output (5.0 regression) Mac OS X hosts: fixed remaining problems with activated SMAP (Broadwell and later; bug #14412) Mac OS X hosts: fixed broken 3D support (5.0.2 regression; bug #14476) Linux hosts: Linux 4.2 fix Linux hosts: don't crash on older Linux distributions if the DBus service isn't running (bug #14543) Windows hosts: fixed the VERR_LDR_MISMATCH_NATIVE error message (bug #14420) Windows hosts: fix for Windows 10 build 10525 and later (bug #14502) Windows hosts: fixed network adapter enumeration on Windows 10 (bug #14437) Windows hosts: prevent intermittent host network disconnects during VM start/shutdown with bridged networking (bug #14500) Windows Additions: fixed the call to the memory allocation function (bug #14415) Linux Additions: be more forgiving if the compilation of the vboxvideo module fails (bug #14547) X11 Additions: fixed a number of small issues with dynamic resizing and full-screen and seamless modes.- Install and enable the vboxadd-service init script, to make auto-mounting of shared folders and time synchronization work - Install VBoxService to /usr/sbin/ instead of /usr/bin/ so that vboxadd-service can find it, it cannot be run as user anyway - Create the /media folder with appropriate permissions on distributions higher than 13.1, it doesn't exist any more and the one that VBoxService creates automatically cannot be accessed by normal users - Fixes boo#908669 and boo#936254Version bump to 5.0.2 (released 2015-08-13 by Oracle) A number of problems were fixed and/or added. In particular, the artifically high load average problem reported as bsc#939299 has been fixed. The complete list follows: VMM: added support for guest crash report MSRs with Hyper-V paravirtualization VMM: fixed an issue causing artifically high load averages on Linux hosts VMM: fixed a kernel panic with thread-context hooks caused by incompatible changes made to Linux 4.2 kernels VMM: fixed a saved state issue with VT-x/AMD-V disabled (5.0 regression; bug #14304) VMM: fixed VERR_SUPDRV_TSC_DELTA_MEASUREMENT_FAILED Guru Meditations on certain AMD CPUs (5.0 regression; bug #14370) VMM: fixed a crash while creating a guest core dumps via the VM debug facility (5.0 regression) VMM: This release has AVX2 passthrough disabled on every host and AVX passthrough disabled for 64-bit VMs on 32-bit hosts. This will be properly fixed in a future 5.0.x maintenance release (see e.g. bug #14262). GUI: fixed rare hang and crash on VM shutdown/poweroff GUI: X11: fixed few crashes caused by the Qt alien widgets feature GUI: X11: fixed various mini-toolbar geometry quirks like positioning, z-order, transiency issues on certain window managers (bug #14257) GUI: X11: fixed mini-toolbar minimize button issue under certain window managers (bug #14284) GUI: VM menu actions availability should now be properly updated on full-screen/seamless/scaled mode switches GUI: disk encryption password validation should be performed when user confirmed the password, not after each entered symbol GUI: do not change the VM/group selection in the VM Manager to the newly created VM if it was created by another client (e.g. VBoxManage) GUI: improve the quality in scaled mode under some circumstances (5.0 regression; bug #14303) VBoxManage: do not deny changing the network adapter type at VM runtime (5.0 regression; bug #14308) VRDP: allow Windows 10 RDP clients (bug #14216) Audio: fix a possible crash on VM process termination (5.0 regression) Storage: improved raw disk access on OS X by unmounting any accessed volume before first use and prevent any mount attempt by the host (bug #14219) 3D: basic support for saving/restoring display lists Shared Folders: fixed a problem with accessing CIFS shares (bug #14252) Shared Folders: improved path conversion between hosts and guests with different path separators (bug #14153) API: skip resetting of immutable media when the VM in saved state is started (bug #13957) API: fixed method for setting medium IDs which used zero (invalid) UUIDs instead random (valid) UUIDs if no UUIDs were passed (bug #14350) API: for Windows host fix detection of API client crashes which have a session open OVF: properly export all VBox features including the setting for paravirtualization (bug #14390) Linux hosts: more fixes for activated SMAP on Linux 3.19 and newer (Broadwell and later; bug #13961) Linux hosts: check then name space before attaching to a host network interface (bug #13795) Linux Additions: Linux 4.2 fixes (bug #14227) Linux Additions: improved the performance of stat() to speed up certain file operations on shared folders X11 Additions: various seamless mode fixes, including invisible windows under LXDE. -- Install more binaries that were in bin generated folder- Fix buffer overflow on dtrace lib: * virtualbox-snpritnf-buffer-overflow.patch - Note: still does not respect cxxflags- Fix vbox build by replacing non-existent sed parameter: * virtualbox-sed-params.patch- Version bump to 5.0.0: * Major bump from 4 series with tons of changes. * Read upstream changelog for in-depth informations - Obsoleted patches: * gcc5-support.patch * gcc51-support.patch - Refreshed patches: * gcc5-real-support.patch * vbox-disable-updates.diff * virtualbox-system-x.patch- Exclude %ix86 arch in suse_version == 1315 (openSUSE 42)- Enable building of for all supported kernel flavours * exclude also pv flavour- Disable multiversion_kernel support, taken from nvidia driver spec, should fix bnc#925663.- initial gcc5 support (it builds at least) * added: gcc5-support.patch (upstream) * added: gcc51-support.patch (upstream) * added: gcc5-real-support.patch- Add smap.diff (boo#931461)- Version bump to 4.3.28 bnc#935900 CVE-2015-3456: * VMM: fixed a Guru Meditation when rebooting certain guests (for example Solaris doing fast reboot) by fixing the implementation for INIT IPI * VMM: added some information for diagnosing rare VERR_VMX_INVALID_VMXON_PTR Guru Meditations (VT-x only) * GUI: HID LEDs sync: prevent synchronization if VM window has no focus (Windows and Mac OS X hosts only) * GUI: fixed drag and drop moving the cursor between guest screens on certain hosts * 3D: fixed a crash on restoring the VM state on X11 hosts (bug #12737) * 3D: fixed a crash on Linux guest shutdown (bug #12772) * VRDP: fixed incompatibility with rdesktop 1.8.3 * VRDP: fixed listening for IPv6 on some systems (bug #14038) * Storage: don't crash if creating an asynchronous I/O context fails (e.g. when starting many VMs) and show a proper error message * Floppy: several fixes * Audio: improved the behavior of the volume control for the HD audio device emulation * USB: increase the number of supported drivers from 3 to 5 (Windows hosts only) * PS/2 keyboard: synchronize the LED state on VM restore (Windows and Mac OS X hosts only) * NAT Network: when running multiple NAT networks with multiple VMs, only stop the respective services when stopping VMs (bug #14090) * NAT: don't kill UDP bindings on ICMP errors (bug #13475) * NAT: bandwidth limit now works properly with NAT (bug #11485) * BIOS: fixed the returned size value of the VBE 2.0 PMI function 0Ah (4.2.0 regression; bug #14096) * Guest Control: fixed parameter quoting in Windows guests (bug #13157) * Webcam passthrough improvements for Linux (V4L2) hosts to support more webcam models * API: don't fail starting a VM with VBOX_E_INVALID_OBJECT_STATE under certain conditions (bug #13617) * API: be more verbose on VBOX_E_INVALID_OBJECT_STATE if a medium is attached to a running VM (bug #13560) * API: fixed a bug which could result in losing certain screen resize events with multi-monitor guests * rdesktop-vrdp: fixed path to the keymaps (bug #12066) * rdesktop-vrdp: switch to version 1.8.3 * Windows hosts: more hardening fixes (e.g. bugs #14051, #14052) * Linux hosts: another fix for activated SMAP on Linux 3.19 and newer (Broadwell and later; bug #13961) * Linux hosts: Linux 4.1 compile fix (bug #14081) * Solaris hosts: fixed using of VNIC templates with Crossbow based bridged networking to be compatible with vanity interface names * Mac OS X hosts: fixed crash during VM termination under rare circumstances * Windows Additions/WDDM: improved video memory utilization and allow more/bigger guest screens with large resolutions (including HiDPI) * X11 Additions: prevent flickering when updating mouse cursor * Solaris Additions: fixed incorrect usage of 'prtconf' while installing Guest Additions (Solaris 10 only) - Refresh patch: * vbox-vboxadd-init-script.diff- Provide host-kmp src for use with custom kernels (bnc#925663)- Create groups properly and also create vboxsf and vboxguest on guest additions bnc#927708- Build with system libs for X instead of localy built ones. This should fix bnc#929697 - Adds patch: * virtualbox-system-x.patch- Split kmk call to multiple lines- Reorder alignment of buildroot for various install commands so it does not look so fuzzy- Allow access to vboxdrv to vboxusers group members bnc#927525- Version bump to 2.3.26: * GUI: in the snapshots pane, protect the age of snapshots against wrong host time (bug #13955) * NAT Network: fixed a bug which prevented to propagate any DNS name server / domain / search string information to the NAT network (4.3.24 regression; bugs [#13915], #13918) * NAT Network: don't delay the shutdown of VBoxSVC on Windows hosts * Mouse support: the mouse could not be moved under rare conditions if no Guest * Additions are installed (4.3.24 regression; bug #13935) * Storage: if the guest ejects a virtual CD/DVD medium, make the change permanent (bugs #9858, #12885) * VGA: made saving secondary screen sizes possible in X11 guests * SDK: fixed the VirtualBox.tlb file (4.3.20 regression; bug #13943) rdesktop-vrdp: make it work with USB devices again (4.3.14 regression; bug [#13901]) * USB: fixed a possible BSOD on Windows hosts under rare conditions * iPXE: enable the HTTP download protocol on non-Linux hosts (bug #13628) * Mac OS X hosts: don't panic on hosts with activated SMAP (Broadwell and later; bug #13951) * Linux hosts: don't crash Linux 4.0 hosts (bug #13835)- Version bump to 2.3.24: * VMM: emulation fix for the ENTER instruction under certain conditions; fixes Solaris 10 guests (VT-x without unrestricted guest execution) * VMM: fix for handling NMIs on Linux hosts with X2APIC enabled * NAT/NAT Network: fix connection drops when the host's DHCP lease was renewed (4.3.22 regression; Windows hosts only; bug #13839) * NAT: don't crash on an empty domain list when switching the DNS host configuration (4.3.22 regression; Mac OS X hosts only; bug #13874) * PXE: re-enable it on Windows hosts (4.3.22 regression; Windows hosts only; bug [#13842]) * Shared Folders: fixed a problem with Windows guests (4.3.22 regression; bug [#13786]) * Audio: improved record quality when using the DirectSound audio backend * VBoxManage: when executing the controlvm command take care that the corresponding VM runtime changes are saved permanently (bug #13892) * Windows Installer: properly install the 32-bit version of VBoxRes.dll on 32-bit hosts (bug #13876) * Linux hosts / guests: Linux 4.0 fixes (bug #13835) * OS/2 Additions: fixed mouse integration (4.3.22 regression; bug #13825) * X11 Additions: fixed a sporadic failure to deactivate virtual screens (bug [#13845]) - Use smp_mflags when building kernel modules- Install vboxvideo_drv_117.so on Factory- Update to version 4.3.22: + VMM: refined measurement of TSC frequency on the host, improves timekeeping for guests + VMM: decreased CPU load resulting from guest MMIO writes to the virtual APIC + VMM: fixed interception of debug exceptions, observed while using the dbx debugger on Solaris guests (VT-x only) + GUI: 3D overlay window positioning code improved, fixed potential misplacement of 3D accelerated guest graphics content + GUI: fixed accident SSL authentication failures during update check on Windows hosts (bug #12969) + GUI: never send the "ACPI power" keyboard scancode to the guest, we have the ACPI power button for that + GUI: was unable to properly restore seamless mode VM from snapshot/saved-state under some circumstances + VBoxHeadless: don't crash if 3D is enabled in the VM settings (bug #10250) + ATA: fixed several passthrough issues (bugs #12310, #1360) + Audio: fixed DirectSound failure when the the host has no audio input device (Windows hosts only; bug #9205) + SB16: fixed compatibility issue (bug #13769) + Storage: fixed broken CD/DVD passthrough when using the IDE controller (bug #12310) + NAT: new ping proxy for Windows hosts (bug #11871) + NAT: Properly report outbound connect(2) failures to guest with TCP RST or ICMP (bug #10525) + NAT Network: no need for frequent wakeups in VBoxNetDHCP and VBoxNetNAT (bug #11681) + Host-only adapter: prevent Windows from creating an "Unidentified network" (bug #9688) + Bridged Networking: don't leak host-to-guest traffic to the wireless network when bridging to a wireless interface (bug #13714) + Main: fixed a possible race when changing the medium leading to a deadlock under rare conditions (bug #13722) + VBoxManage: fixed return code if starting a VM failed (bug #13773) + API: fixed 2 deadlock opportunities related to medium handling (bugs #13789, #13801, thank you Alexander Urakov) + API: fixed bug in XPCOM which created too few worker threads, sporadically resulting in a deadlock (bug #13802, thank you Alexander Urakov) + SDK: fixed a garbage collection leak in the Python VirtualBox webservice API binding (bug #13817) + Linux hosts: fixes for activated SMAP (Broadwell and later, bug #13820) + X11 guests: prevent unwanted hiding of guest screens on multi-monitor guests (bug #13287) + X11 guests: added support for X.Org Server 1.17 + X11 Additions: fixed a memory leak in VBoxService if libdbus is available but dbus-daemon isn't running (bug #13770) + Windows Additions: prevent VBox WDDM driver from loading if host reports weak OpenGL capabilities. 3D content now can be shown over Remote Desktop connection. + Windows Additions: some fixes for recent Windows 10 Previews + Linux Additions: fixed a compatibility issue with 64-bit Linux 2.4 kernels + Linux Additions: fixed a potential use-after-free when unloading the VBoxGuest module + Linux Additions: Linux 3.19 fixes (bug #13741)- Cleanup with spec-cleaner - Remove really obsolete conditionals due to buildstatus everywhere- update to version 4.3.20 (bnc#914447): + CVE-2014-0224 CVE-2015-0377 CVE-2014-6595 CVE-2014-6588 CVE-2014-6589 + CVE-2014-6590 CVE-2015-0427 CVE-2015-0418 + VMM: fixed reboot hang of 32-bit Windows SMP guests (bug #13319, #13462) + VMM: proper Math Fault handling with certain legacy guests (bug #9042, AMD hosts) + VMM: fixed a Guru Meditation VINF_EM_TRIPLE_FAULT on older CPUs that don't support MSR-bitmaps (VT-x only; bugs #13034, #13125, #13311, #13425, #13426, #13463, #13585) + GUI: fix 3D overlay window re-parenting issue when VM goes to full screen mode on X11 hosts. + GUI: fix occasional loss of focus in full-screen mode on X11 host systems (4.3.16 regression) + GUI: Mac OS X: wizards should have Cancel button (bug #12541) + GUI: added a global option to prevent automatic raising of the new window by mouse move with multi-screen guests (bug #8878) + API: accept remote display port 0 as the default RDP port (bug #8534) + VBoxManage: fixed crash when executing showvminfo command under certain circumstances (bug #13190) + ACPI: fixed occasional Guru Meditations in ACPI timer code (4.3.18 regression; bug #13521) + EFI: improved performance of IDE disk access + EFI: fixed a bug in the EFI video driver which prevented Windows to boot in UEFI mode (bug #12022) + EFI: properly announce the amount of RAM for big VMs (bugs #11103 and #13211) + Storage: fixed a crash under certain circumstances when a medium was ejected from a drive attached to the SATA controller without inserting a new medium before pausing or closing the VM (4.3.16 regression) + Storage: fixed an interrupt acknowledge issue causing hanging guests or slower I/O (4.3.18 regression) + Storage: fixed broken resume after the VM was suspended due to a full disk if host I/O caching is used + Storage: fixed a Guru Meditation under certain conditions when using the DevLsiLogic controller with VMs running in raw mode (4.3 regression; bugs #12254, #12655, #12709, #12774, #12886) + Guest Control: fixed a bug which might lead to a crash during recursive copy + SDK: Java COM bindings fixes + iPXE: enable the HTTP download protocol (bug #13628) + Runtime: do not use a fixed stack size creating temporary threads during initialization (bug #13038) + Windows hosts: fixed more startup problems on certain Windows hosts due to conflicts with anti-virus software; better error reporting (4.3.14 regression; bug #13187) + Windows hosts: fixed DirectSound host audio failure under certain conditions (bug #13418) + Windows hosts: fixed additional cases of 4.3.14 regression whereby AltGr stopped working for some people (bug #13216) + Windows Additions: preserve guest monitor layout when resizing Windows 7 or newer guests + Linux Additions: Linux 3.18 compile fixes (bug #13515) - download the Manual directly without rename- fix /usr/lib/virtualbox *.so files permissions- update to version 4.3.18: == since 3.4.16 == + VMM: fixed a potential misbehavior after restoring the A20 state from a saved state + GUI: fixed full-screen mode mini-toolbar related regressions for different platforms and window managers (bug #13369) + GUI: X11: fixed full-screen mode Unity panels quirk caused by mini-toolbar code changes in last release (bug #13365) + GUI: X11: added possibility to use legacy full-screen mode as the new one can cause multi-screen issues under Unity, see the manual for more information (bug #13365) + GUI: Mac OS X: fixed full-screen mode artifact causing black screen when 3D acceleration was enabled on 10.10 Yosemite hosts (bug #13448) + GUI: Mac OS X: fixed regression in user-space swiping from/to VBox in full-screen mode + GUI: Mac OS X: fixed issue with switching to VBox in full-screen mode through Alt+Tab and Mission Control + Storage: fixed data corruption when resizing huge VHD images under certain circumstances (bug #11960) + Storage: fixed a rare hang during startup when the BIOS enumerates the storage devices attached to the SATA controller + Storage: follow the spec with AHCI interrupt acknowledge (bug #13474) + Storage: fixed broken iSCSI authentication (4.3.14 regression, bugs #13386, #13435) + NAT Network: properly parse port forwarding rules to allow UDP rules + USB: fixed a crash on Linux hosts with older Linux kernels (bug #13400) and several other fixes + ACPI: fixed ACPI timer anomalies (bug #12076) + Guest Control: fixed a memory leak (bug #13434) + Main: when removing a VM, do also remove the VBoxStartup.log file which might exist on Windows hosts (bug #13478) + Windows hosts: fixed more startup problems on certain Windows hosts due to conflicts with anti-virus software; better error reporting (4.3.14 regression; bug #13187) + Windows hosts: propagate the process startup information to the child process (4.3.14 regression; bug #13243) + Mac OS X hosts: don't force using the discrete GPU (bug #11111) + Windows Additions: some Windows 10 tweaks + X11 guests: fix a bug handling video driver display properties which prevented GNOME Shell on Fedora 21 from starting + Linux hosts / guests: fixed a few remaining warnings in the kernel log if memory allocation fails (bug #11171) == since 4.3.14 == + VMM: fixed restoring 32-bit FPU state on 64-bit capable VMs and restoring guest FPU in raw-mode VMs (bug #12646; 4.3 regression) + GUI: properly restore normal/scale mode guest-screen size after exiting full-screen/seamless mode + GUI: mini-toolbar should provoke less artifacts/conflicts with 3D guest rendering + GUI: Mac OS X: Native full-screen multi-screen transition was able to blackout host-screens for nearly minute + GUI: X11: Modern window managers should now use native full-screen multi-screen mapping API + GUI: added extradata item for configuring the mouse capture behavior, see the manual for more information (bug #3506) + Storage: fixed a VBoxSVC crash when querying an iSCSI target with authentication configured (4.3.14 regression) + Storage: fixed a rare data corruption during reads if another allocating write is running concurrently and accesses the same range + Storage: fixed a rare crash for certain VHD images from other products + Storage: fixed a rare release assertion when using the AHCI controller + Floppy: fixed read errors and guest memory corruption when running under control of QEMM + 3D: added experimental support for rendering on offline GPUs for Mac OS X host + 3D: fixed white window appearing on entering FullScreen mode on OSX host + 3D: fixed video recording support for 3D data regression (bug #13073) + 3D: fixes for MS Office 2013 support + 3D: several fixes + Bridged Networking: improved IPv6 support when bridging to a wireless interface + NAT: prevent internal DNS service from stuck in host-resolver mode when host was switched from one network to another one while host was sleeping (Mac OS X hosts) + NAT: preserve DF (if possible) and TOS when proxying outbound UDP datagrams (bugs #9440, #12309) + NAT: don't let multicast datagrams out (bug #7338) + NAT: fixed handling of large incoming UDP datagrams on Windows hosts (bug #12136) + NAT: fixed handling of the RFC 1533 DHCP PAD option + NAT Network: fixed inbound half-close on Windows hosts + NAT Network: preserve IPv4 DF (if possible), TTL, TOS and IPv6 Hop Limit when proxying outbound UDP datagrams + VRDP: fixed a rare crash when using remote audio input + USB: fixed several regressions from 4.3.14 (bug #13320) + Audio: made the HDA sound emulation work with certain OSX guests (e.g. Mountain Lion) + Windows hosts: fixed startup problems on certain Windows hosts due to conflicts with anti-virus software (4.3.14 regression, bug #13187) + Windows hosts: fixed 4.3.14 regression whereby AltGr stopped working for some people (bug #13216) + X11 hosts: made the extra key on Brazilian Thinkpads work (bug #8745) + X11 hosts: fixed a problem of input focus cycles and immediately released key presses in full screen mode (bug #13238) + Linux hosts: fixed flooding the kernel log with USB related messages when passing through certain USB devices to a VM (bug #13085) + Linux guests: stop applications crashing when drm_wait_vblank is called (bug #13265) + Linux guests: fix a crash in gnome-session (bug #13335) + X11 guests: do not start VBoxClient over an SSH connection (bug #13107) + X11 guests: added support for X.Org Server 1.16 (bug #13207) + X11 guests: fixed a wrong parameter in the video driver which caused problems with full-screen X11 clients (bug #2748) + VirtualKD: introduced stub/loader device for speeding up Windows kernel debugging, details see http://virtualkd.sysprogs.org/ - removed virtualbox-xserver-116.patch, already available upstream/bin/sh/bin/sh/bin/sh/bin/shvirtualbox-ose-guest-tools 6.0.22-lp151.2.15.16.0.22-lp151.2.15.16.0.226.0.22mediamount.vboxsfvboxguestconfigVBoxControlvboxadd-service.servicevboxadd-service.service60-vboxguest.rulesvboxadd-serviceVBoxService//sbin//usr/bin//usr/lib/systemd/system/multi-user.target.wants//usr/lib/systemd/system//usr/lib/udev/rules.d//usr/lib/virtualbox//usr/sbin/-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:Maintenance:13006/openSUSE_Leap_15.1_Update/7a2ce4fd5f7434d1c9e65f60a5a1d932-virtualbox.openSUSE_Leap_15.1_Updatecpioxz5x86_64-suse-linuxdirectoryELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, BuildID[sha1]=b66b934e4d513a6bab3195e698718fbe442c7c9a, for GNU/Linux 3.2.0, strippedBourne-Again shell script, ASCII text executableELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, BuildID[sha1]=f1bab7dde91822a9090dacc563b3dbf57d44a1d5, for GNU/Linux 3.2.0, strippedASCII textPOSIX shell script, ASCII text executableELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, BuildID[sha1]=3c2eca61c51b5d3fae356ec907c922ce909cdf8f, for GNU/Linux 3.2.0, strippedmodalias(pci:v000080EEd0000BEEFsv*sd*bc*sc*i*)utf-840cbd224769cd90069dc5c6e1bfdc448cf0d7729b444fdfd46dc7b18374b5198?7zXZ !t/] crt:bLL UCf5F#tBV~ߒh;ބ {>m[ƾ/A%ߐ #/mko.ܚ|MQ0oR:Zz;8ZF@}{(K M`'bhWXcW&nM~9t9K*e|niu] . ؎Ͱǻ4V!1{).%ߌ-wx>=)3h5|횛-cr,YlMO=ݳ?m &k3$uQN8dpEu \ۜ:Z=Im(;mGeOv[n= = :TrpI;>.aH%JҹU>8oxR1h Չv6`O?fQ.,x q6f_͸b(eXeCC})Z~g*6Mv[c3a|/7f}|ʉ;A+LFnNuY¼28=z3D0GGoncq>c.# iںȦ*Q&a ޣɽ2)XwA}Fw2'xō_[ K0|TE,nM*qOby׼Ca$[1e^0%Jp f5y a]sVu4fw$r iKu4  #ढ़3Ę#fՕtzJ}h_?}q-aQ4T4;a?%ܱHܢ5dK6j L25- ϽGGU$K;0# [\jUyPY1:lsjc@Kc ]6!~ E,)c(l'>)Iۑ;iCAk|sgmFE%},N;=&-[? ],\(G(hbZ)ہe%PY/*sM/-m"1': vM g ._Y9e dy!5] J|Mma i@Bo@^#REd:jfCp F\BZt(S!0l-쑾X`?_Ȭ}3MەWPK%Nsb̧Pŧq50O󏶳&G̈J@r\"bW3%_c,k.t^ 1^|#hY_.L1Zڲb&f,yaȈ( P-a2G<+\ZN!NgkY3 `#L*SM* <'"FH%O.9طSfm@Yڗ: vjw LR 2g a(~t$a˜4]JG2J˥PGyz͛_! oUa݅̉$St',z۟y#9m"L} 28 t;s\vRuطNJ\$dq)Da.HS2*vo#b6;=Yun %UXZb-7E+_5W,\ Ju Y %+/>CyYG,jI>yBFy@

Xת\ @ +ݟlnl)HHBRB-Q`l7=!sN'|wD2ti&]}Ql|ȒhpO/[@cd7E$ PEίw{# /<00.|Ø?r%alUjb`/<%z _U-Gx{)/R]B^e7y$OJ~ԧ'H+'Q*BOLemeq*scJlG@_pFZY"JNbc&&΢ 6k 7Ma7*D3kXi(f|׭J(єte]JUdKRc8=.pKcEޕPZg),#J xL&Ѻ=. H!ۄ"{Rg tuR94q:H\W|Ci݊h 87qtZ܂i~EcgL:1{,>QSI2׷ ֏v+3P|^:ZPin<<:!Tpj} G3-%uBsNy=! w]vjv!%#ryx52~Xt9"}3oE#=Ѳx.usO?cNIБ'~"HU6n얉d]<~+. PGmDN Iű _1A;CW_RNq< 45>j"D}SN~ɔ>0o:69OP0Z笣ϡ?aa,vnk |F9N 0 c܄]o.,,2$.(MV n fO޵J"9 hbx&wsL`  SNoa6 K Wv[mz#X/;/iE#-L{ϱ[Թn=+>~$/hPMS4B* ]0e`bDsύ{woyZ '1F6v|@Uց{(e@}^Qu>@f9R 2=EV4<+᷆-'v<҇\E4*Ċ t}8s\V,H //4%AhotDBK0 *ֻJZ[U!*շ"yU#="W"-%@ɫ5,N.z:;e=40{|{-Kfmҁ!6f*yIXHd*;U_ntJUhW3rϏhJβ7PX4-g] '!RmC[G*& ܕNe$ Ư$vQoBs4KF͞ 9G4oup|hieFPnѪ#(5L>yť5:zY3T9NiBUb>K/%l4},=r9V f&` RzHoaŝ]o=NYgi0BOS>ᛕ6wH_^-m8hb^CEyGvHK~k$P㝡P"d:q q}{ݦ= LloԽMՓt WF8&츧ʌ1C9~\M?ax"ԫB` N8\,ot>vb*3.۟w} -l&dȼĽq>x)uC ٨tẃu+ɰBED[lƴg?{ `8a,Jn"RlިC91"'0cG3Ƈ-=OV xzG.qȒ YodG"r#d am7dw 1 #K!jv(w{) ąsxݛ?(4? i+w1jXO1c\g}5 ص'Ebp$,+dl3eRlp}Az'!< R#P0Ȕ58jRd=5I|I<ZAS&LYi%?nS_G@loSbwF -E,}+V ex_% h| }W#A_Te2;W^{'U+cSH9OǏTgV4rOz4 2OU"ra8ƏByS^o!{jX?lKRO&A{̍[=) B[Ȓ?ևO^Q2[|OmǪ`=j0s1)?%6~}rkpD?^{wfҘ_} @W3d !X% 3a32j{4a z9Mz(pK&"'"ok0VSA/*b 3tj {-PX u@\c? Hخ2&2;uKOCn20HHFRz,;R* =E?@y-|8`{k#u!sl~^O%M97 Q|8hZFQvZf?zz!y;mÎHŞJ-=(Zuczz~o0BdP@z~5S5w{_?aA)PxU~^EdcծF $[la;dX5*@9aQJG@F~9ɻ ._ñ$;*0sI0! ֻOE%\wIq+/tx𓉠M%_O1/x}46>rY[!"EδɸY<dd|o8)7#V5%ctǤ7cLԝ q,#9hy!i2[P5n.`Ws 0|!۠F6R&^/4zɄKD:EQqa l-Ei 3 uxqijoYރQ# )TǯDB/>%_8~./1|YɢN29SiѥߟeCW Z'zXy.WثVi?/͢+(ĉuCz@3]6ΤÂ;C%;v:m1(>9ՅNTصܳñ  [ @^D<5F MmϞG{ѽl d vP½@4O=۱N[N$u-.t͓͹`CD/%rOv=^PkP nHtѢhiz3$c'm-#sQZ HI2-{M{0j+n4/}v^u24 h|Jza-$,| :iz1.wcfo\P/T;`RSЏԐ"oׁJv zK`VG01lv-2e\i=by*]CY?NM aa#4N׋)*&]z1\{Nv@4x1as Fs{ dGc mI%_zLE}It֯\vr*bh57]_xeG| 6 5VRfcMQƓҸʕM, =\G8L9qfԜ&w O4vs}(1gx.޼z೜G͙*Q!kcY izQ̸Wׯ3M 4@z*/DI:wNN$\˥*_f" ~J訵2=X;'Bl/١KmtM/{e=)av(/oQюSj:"Hl8̥jc1bLJRxPzsEBo/5V5;w~E졁kфm/6 ZDO]-|jv?8@x2V<Cqkڳsp<]k\";N=Ἔk).{~wr,Nw'{@ܟ3xTP͕j4~C{*-mS>W f2p[:dɲ Kbk0;[4H|cL&LXH-kjqݺ>"ʔ%&-/y=Uţ91+b>Z:i*Jm/}`5S!S\1nPA*{xPpY ;QuE!Ɯ}H h<=tE V118+bhяvPGb/Tsa9"Qd3ºi+YsYz`g{nLZSxG[?tcr^t$933W[B*B3gLй{Å1s4yž= {q>'#4Vt=P Ň4~!dRⲽTH( 1s^Pyh]Ϊ;7t[sΛ#V-c)+*Խ3g~Yk#sȹtݜ"{9ΠMMi^9M`F c> $:< a _R5qG\488P?!+?K y7﬌u2.NWToc[x9e^Ff.GK%bLyȜMjb QK3s@`)'yJS[Ăa>n[ Λ(<&hCy&1Xtڌ;"ASM0TUTol.cD e!YF}g+Q?FA1kM;S(< 6ţ2}>MTI:|04*MM @=q|L5Yqep?<\t) ]zW KB;JJpBSEΩd;Of姁5t/JT3Z,.h @&PFm'ArL`D_ω"U h! ),EEq%Wy&zpoܩ{]_d ,Bp\sR1M߱ܤ34TŶ4p ;^(g;]W;JlY/?Zж h9!6~*ҫÌ" rD6Fi,}.PpIo\g(S@F}؁9jNj#8J])%Uѐxm2 A:iV] SdGg]d9Zf.u,ċ6CZ!KrG2o}8d԰2aXdq}oO)׊c ?|+B#vƵ<i [m|K.!Ҵ9|nHaBbjrˀ-⧴Bġ)U0H\1*ujtQ'Jt0^:ќT#kغ['UY%Gߧq~ՠ!b0gOr?oB*أ iF֚tAT0C9]k#ʹqbȮ}e7*ƴgwA(r$5s!qBe &n_is/ۙUw# H:]9S҆U>iR ~-%qH,xs.kS̈3۪a!ϊGfʶc%N\r%E-ʴͳ r&*V~<1i s\[}Fj65m~lÌZ4J@__~puiQ+VcO.{ĦJǒ~jE&m}ҍ-@#. чnU:FY6g&Ya*ώ#CNZ+Pz^9JCD}{s#x9a/vstހ#+6*!';}=pdIIOR L v[|y֌HDFVLE1CO=dyάCy˓+So |FbWU$CD%n. M3X4hncVEfR1fqo[q^Kudb4%2gץvV`YA=Z˓p,ψ&mc dMY7Il(߄&b W^C jeq\iQ1<ߦ3V6pzv۟(HJj0PfRX'ٵ#}_Cy>^T %=aADF&/$1r;:EpsزQVy5TA̒G|Hh֠")\FЬ kKyq^EYd )q*5aR C$r߁= ^^gx-g$˖݄毛o0bCr'ZN*\Ydko"  H }1dW皞[o291= fxRӃlzjZR@ q۹)ܪst8Xd_yOYЩ&' 6G>pw1.d]i)B~ve1~>d* W&fѓ'NϒMD֡{ࣟ.CK^?ԟ"Ft1υI[Hj\p*PqzRg8r4Ne܁%@r0hcD YCWwzuӝ%`3S %`>X]/GmmAOu_XYk/d8!L@7տt?~.Б+Oo B[WMAv4w= 3}J|$`;WCM : GDV7i|Dn%~Ӣ|xUX pmvg.(ϫ@" a)m7kvu1F9N>*)*;&.zvWۚm1L dM垻w. Bp_X4caC@hA}qk:)yhGqmg쇈j=Nmj_ a&|Rs].M%,쮖ݵa4Oc-($$݊}DrMl`w]`&#^Tq9>Ûo&Ai66lHa] =#b|q$5UeFp^áO݂j!in%ڙ<"|J0mzk]BHM& #ؙD9dɣ$uԸ,97Q3)޷f{ `&`k>ǂ=ym\ȚfQd7[zR_1siJ6煟ou +=Ĥi>K))0 L~/`U܊9=CEMCV!D:<ߦ/v!#a 5m)lUǔ?7]C9W5)aa6aFghrksڲOwmG+/H,#hުbveY#M{K NdYL)kva]Sb(42Q3&{,c_w8Y:l=._ZF(%q&:ЋM}ݽsptZg$.Z E:5sR@]k"~?\1ϹMO ogGh)21z&jDi.boC< @ρ7^t]D~k@0\c?Sf!~8?Z9(F,J7]J XT4Ƅ,g!ru)9dm 2Q̐QY遣<:/~~4I}hVcL!AV7iDHCSM8F4T6n=Ep*q-f>yO.3>jq*r5M(8W8f{|5տd?FI$Q3Ғ7U̺,dFA:g"J|s@8WѨvhSl{AF[_{x1&*rS"=&rNYRд~Uk*y/ 4"FR%>ASƂHY#64"4*u*ןm^ǖz%^JQPUI} MBn [CEMY+Ʀd#VRӺ0-ry. 4w'aU^KeQPG[?QEފgKLQ8,̸ k*Ixt2L#ň[D=CPø7}l S㾣ީabP-u?kZy|52'bv *Z~0EFa#_bDgS>==5y5AH7▶371lazhj^3OK[z)p>XAqXXQ'vޫ+hLsr^N/Ahn/@kB8VJvb6EV2GGjϓ^E.ʕ(BN{d|$Yw6O*Ixwt'u)@whW@6ZF0_v e;ߖ27N`1f eֻCbpL_QQsQ-,j}]=:Vx %zC5=7:`&1,/{,U'>Jn$<To7&iM]}GHb@3/w<#cCBzw@sI]b :U`Yf(xm x0**0"(b={7n>K{Č@Ԣ3O9jC%7)w߾KXU{RYX <(ܲq,_թv T|䭟ܘx;<`0Mh.ҭ7I:m_ ^+o(&`_WOZCZ~Q1A^^2:uot̄@*&=H,;'`br\Jױ4b_`ZeNPpU~5o`2 tt`Bko}J%[z-\}ZN JFK !cf` 9i毖*4E#fUXCWnmA>b."B#9lU,aGYJUn? fey,Y WIVB)&&*ryk8|OT$56zSOB8n+x7n^~37Jn՗eʹo@g[ŒPqm l~F`iUnk^)^1h⾓ Ix)Vpi>ۛvXHNx7]ͽەΥ1kcLY)CCisGʏf6@)J}8MX0F.f\}"Y6i'7Bf͵u.Ct 9k+Ss]1MZP35^:l]N, lzFŴyY).&S2:oV&VdIvVRVG@;GU+ysY z.]z ;2-3UcF ?hŧPK͏%FS)C]1l RW p>)̘;#ӯhM10e}wM>3K?Htp,[D񘏮ʌt(!WM|0-[@FQfܥ2hJ%Jz0oBbdS0`K㿽.o7 ~@= >FlHa`tCB"jxUj}<ϖٕ&dgb,0z`EnHTPy|_"q_74$ur~B`,hޕY{pҩ/B+@ $;/N'uLD(:1l}5*Jf`?` h&W$ģ#R``}CU{%%r<7p`^5_wWbJK4RgCqD pܬ(`K*+tn'fˡHM%WA wv9g([9n{5re@U[tϋۻҽn}Mm&r[0p$c['3nM5n.1s[%/z%?'q5jVtZ* hG!~,un*WjaMݳyOfr(Nz\jƙJU^%I 8rcCNSJ;'JIzx׵ưjŽ9H짓ڙ+b,Î7;T2.̀oY؜j~GUF.z]`l!eM*CkᲶ }<87fQFznczmpCjA5<tvY|olxw < P < )D0rB W*[~#7'< RdbTO,2&&:d-0ttw2v]IV,V\_U |.(oe]PbNc 3~7=="(*pA'ɉSla`6Gx8_ט?,M~pdh*o*#ѓT9k!]C$~A9. BBi>?HANvR)l.(F=:;_C߮4&8 Kub"F}U wÞe,̮I̎') ۣĈ|8\nϹq4br4IKQƼL=5bVJClYع璔;A۞9ia&4?& Nd4^YRrR BRO+Fl& .51dsQkW6":d2fZ㲏@yںW m7"ޱ@#ܼ"f./4 ᫊ zBq=͕"F̆O'#ҽu}GQyAǯoEJ_zmdHp"9]5]l#!$ǘo1ak{%ޙ'Ze|3nDQK7W5+o>]ܦb+?[{Zabd?X7~FOkH7Af˱k'fA~ E ڕyFw3 Ԭ^ ]:ϗ }}{=xEiE]W ]nd@,֭"#7' H'"dƧXc7pVp0la|D^ *Sohy+B+ى ȝxOOBMm 7s+uPM,lPcwJ_OnimW7 .ud0Afa4Oa902\Y% ۺCw*9KԎsA^YaI3aǞa*H'){sk;>vD&o^lJt <mI[Lzz3;Qub~zW jظۖCb9h&O N^fag.J]5~Jk1.1MTWkd,#uپVFLYBI-"IpM94Lweqd #vنè%@{gdb=yNEk!kE-7eě] %#i:ԕ ٺN[}7t <m[,0 < !DTxv@a!cEKCu~7UMժW+tڤKF6tު2$:zM ѐ5-㪎b]}*gmЃ #7醋TQ!/k}@ $z>4Wι{NA1Vqɋ(ԁ=nhLܥ^S)䫗kGK\DThH1Q3ude4p#/m;"Xvr[3G$=<9Mv0#ӑZCxR˯'}!ԢmS-l d2P+Mb qݦO}aC KB\3JOϭA ~5m1c6[H lD7rI uNB _a?4?M4(?ןE$Ha>{gf' u*|A%'ʺrFszl9眒& v`-B>%MPl|Ya LW-K@F ]uQ%O4L>`w9xԔ޼(dCZG4M雍;hעMTu =f~~AC^56|Y .&#q`Ǿaχ؉Ѧ.H F:Z}J.9@VK2*W"Mj,b}[IК )߽^}UTl]Cj}K:ϫΆΏ_NE _ź"Τ81FD[s j؂GD o-^ep3Yf0E =lELIll|U| F|SWjJo<=xՑ5LcI(thNX+gҪ6}$`@N k?ydԌ0rPG]q}dj:E "yF@`}1 [n#CʶfJۀ0;.*3Ҷ J@^DxH=p]4d5La ʌ!kؾ[2Qflΐb`De :h>XR!n"O\(9JKER+v驿u<;/$8k3`q _8"TTĠeo Ur̜Q:FiMDIaSwhJyPk"" TpTod qoLʉE@F~ d)u0Ll )@\&h#, ~"-!"l5t$\ʪf$X՟YtrHѝHA󩁞8r2NrUO- KOh1_t~zf|F}ל7sWmZ[f643!֘TI2A[d)]Pf!#AfsAs #*s.f~{j=&$|/r8ʊ(F@nޭ?Ԅbvݐ#`C)kQe3\^eOOj^HyQnYH_H/*e 9BD5 JǢ׊ (y< &Ryt4+)&tU>*=eq%@&c"~h^ed0OȦˊtp8 vq2pes&u|ΜZE7Vjݨ[RM֓^]gE}3ſjq~79iXsw{MtN"6T+󢓭X} ߌ?k8MtxvĨI[XOX QU&]F@}ptv0P=LVg(+KJs;^ٳ*u5޾.i:kL_uI AJtŵ;ȡZoC&mTofoZ\^}u#^56yv {=ivH;Qh% %x^)sg=ճYT%XdV"믂`P j9' `K~&җI!NmX™p3s-,pg>jyʺdB>mWSu+@|>:m/{?JeC /m;[yF̳l*!$f"-f%}@C6y|aS `[ q:m4:B*tv>q}~ۆz-r 56 hىO/C=#=z za G yTx߷KRe}ǻ,Rzc Β7dEQMt4ġdRwڧHD Y.4ĦFٔ##!"A aB,bh*3;wKn @{P}1L g*?w|4,$) >|{u.r2%{2FLO;xueOL 2;}a YYoBYECsΝͶ?oEmpS=P԰ט3g3J9Ü<`_]_e\Tr0TOlNT.Q7ʀpC=uW.]5͓x/萏˙md(ovlJ%~57*kŰvT9EƪЫhD'E}7~1./QaT #}lC5?B_YE/`츨Gpr\ k$`}R ?Ix**UPwn'/*RH򩷍5h, 8iJKN׾TfMF?MkU>udWL]G%hoZQ^~>krQ'eCUr Tet,:l`eO&S$kㄇr'1i7BY'>CV0H2Tk m2oV1".aՕZ6tlF5#Z0"< N={8;JE-.+VS_C]uMR>Q9KAf۷_\gzSR1 $dp$1hnI%6 O%+d-%^j)oXɘBkkqib٤8."ӁPͭ[벲;k|p4M >S`7&*U)Oލ.te|v1fG4ClmSc̞؊$ɆFP̨ ~ 1H]私KQT 34/?ڻB_:t}o Ρ5Z+ 1o&qł J$ϫ$n@=83pJy,4RnS6F(9=+OOJ\R@׀XPΖ@9.:#غb=$deyr m!-H@OmT;xtvHi't 0=뷓D2ʽ_{|Kjb8_\b(ZHГK{;Ͳ]o pށ S\ B>tW)(N?8w|,pkeTt.K rQWgA@+*Fi@;?xghe Wb$rE+xuW]:JOR2pcJl@Yb@႟Z#p:!+9ljyeaԒeoq="mmx6ٕzq {\Hi'9+p^N_ŭ:2{`  ?'גU[?rn#WKM9Hz{0ԣuḠ ,7g_`+ t_y%,bS ʟppFV%_x ySW=_I&bYm_Qdяxk:1۬i5M_%ꞑg#vPYE3ܷ{* Lp )g)i&?\(o߳/x@2oNG#[!5(H-Dnh- c@sϨHu?8q{FlZ']Bq_E }0U7,2G[AgH,d,ec]Z݈I=$3 xfWM2΅ ~ HBHY3;/^=m~{W1~h|nԐLEqRlϦg#npS vWgnxL8rX^8U(:7쯤Җd㗆) ?Cr*"i).ժnc1=^{>jyܯ{5 8Lr'`%npcMŦ?LwV*{?]ٷ;x635E`xɸNbMZٿ7X)͑kL1:rEO" zUf{!3X@ñDXj妘 m(K7G zWg7lYg6̘ &_>*4o԰0sv8"Y- ͱi~{ ?pGZ ZoIsd†49o-.5e ג̂3I\պ+[P 2F7V; i^,F -*!EΞ-uk#3d4dl(ث9a݂X3 Ŀ(Dw4;; (I|.8~>Qe HpUei$yen {B^zwj{6<^|{TYWlYx+3@t5v_pX2,7e2ZĐӷYo@ו1+|5+jZig}:a*i$\uCfؑ1y˟=tQ/dK ai"%0&@լV-p_QrŲFIIE7r }"߁~i\ SjjN7^e4"*"3~ 'ӭd!E7J#ZGE1sej$yJsD涱5-xu]/g"ג18Y9쓁,?/6'tN:K~Ҩ-O_LªxoyFI[E i tAD1Q|2erF~N67`6Um5dGE=׋$XF%oĹR _#Hgd_wͭ6aq+)]4[*SFs`%MЧ>,kPeOT9QDQ.A%G ^M6$,c8ǀl崛FD_nF+l~PtRȃҘaOa+}box z~;JY emT2|JRep^ L$sJv PEbF~4TݱPҫj{[sb(u&5nfґWICC -q.5YEJmj̓C;wĪNCM H#GҟXU.r5w>!is A͙YsB%9 0+˩n+_1GаN,w#.qC&4;AWleo7ZQcJxgYpEuYOA2+:+ڃ7+qbڙN|TeRZo~cD7DhR_f' %+ PG)_V jn{^'vNnX-Wr{PMJrCΎ7:AM-pU}9i].k /y i4^)ʓeEӄdz0ݩHi o$f.`Nb2\1Axe8&pɧ%b9Dks1{nW;Oz&rB 3`"AЊly(x7;d)~ER{Hy+U9IF>sG< we% MoSr[c>I37m |wjv+oa)%}Pr4,>\PD+ avdpҦSSi&y|btDYūol{`sI1+8 S/ <^}Mw'N2u IJm#p0yD@7LX:ֲ,ʔ;@տ$ï]d<ܣG|Y/8c4YmpTUnP4iVc 䃟sȊe&aPUp+޴UDRכ;ѐJr_ơs=.)0;(+!d!G!&F{IpAd\tʙO [5@?9,{iƣ9}KLpC_oMT{)zNո|:<>wo*E< m=y\4]f]|8_h!ܑAVbWXt#nJ| 9VzmY[>Vs Z>.\!dR;ӈצ6Bu4a}J~䰯2>=̯R;ɠˊ<8 xlR@--"4EAIS񿄤 y2t3=x}eS X|`_իd=}ȵhy$p0nPQ#GN_# M7lZ;Qr`SBS^H`dTDOmĔ'mJs#"rh#O7j'%7~ֽbZ6hz33D*~q4]`̠aP06!.c)­"9O[@#ϐֺRޏ qEğIyx$ ` ֲEU7L| Re҇\cV\^wVg5Q8ƐwK.S9 6p*O>Flx YXV".Gn[#x gL}_h=yL}S`O[)lWپl 6NF\43/ |aZog} ӛ8&~ɜr>ljJn~c4^h F1ʔ~hwpMfy: Pյ` w J7-ƊTWꪧU.nqza.;p$#Y''?nz- ,/:eulQ?4R=W1B! szłh ܙlNdhU+L n $Y*5 |..wV ,fPh5tN*{7vzHYh0nbqT+Q)i!%vHjqȷ.3 ^d+35f1g<}=$Q0hHZeN\YG &}zS'XvK;k 5G^#-~qk*;9o! mVʳcD#,<*GˈZ1/o-hR#acƙ(FT[ 8↼3.I^!y .& W,aLn]1GL1)6(xк* I<_&( ;̫7۞4P]:B7R7,*C侅1{ =Qh!VHen2` @&1u8ABD<Ђ/Oa [mba@IP'=n5{[08}qBjpsA X[CG} 5]mdEJΖ^c SIuL"q;@Xh6#F^7'=yY։tX?8GAxk_ܦњ24ǵ%xwT3u+xiԜR g pI^cu+X .ؚ_lOs%1NFr,eJ7DȃFǴ''"_$uKG6 9/aG0/Qoz|Y-i1l2,~~^D-tYH&Cp[s@э,U{}~40+kL7*tl|(=N5&t.ȷu 3Oxr}.=N.\V G3f,^TʤHdUCtbT}k*gFQ(>л5ecHW .;]\|&@o[NfyvH Y28I.xV k>l͊OqRufO藚;yR'_26Qc/v x<5xtΫEQ6<ŹiQ~%ma>PjLRIEA 1/` 1Bug^I8f/<$%Ց9!0Pmz$7vkrZ i~!]{-,F%Qu/u}9 );|B 1<C{v% jEpfУa lptQdb=z̜JUG[U$QIUSHK{68dBTN.!a:{؞ͮ1rхy|I0\C/?E0#Yi4®/,̩{Q.+'%fR>t}*#hv:XHDhKSR*gќx̐ջ΍MA-d!2YZgt Ŭ, a!.ˈ##%sb ;$ѐ9NP/T)])O6bDp|IG+[+rn[XfU Dn4$ x@2;qM{~: LTP4E<'cS)`0 --%;*ܠ_L;٘;f,A^6%\e>g@&6a9SaLv$2`xU2.?CqW]8=4OtɦgVJl. e"5|rǚQRn)d{51 %r?Cg~1m*ID0|+W+ol »jOrw֎ ep]3 ew更媭lC}qQ!2# Ƭ~zoO3o(HV~yhl/Kph-.RUZ QO"¿M)>i_r1|L!<Ϸ0ҿ*a:!{N-RYo-y?[z>VPdž Ʒb%Y$ ORNUu?^fI(f rn.FpiжT 2XRP.Ub`5Xy=W` Qvf0Q{?mVK?%`wZ[51N4-KRkqYDv@_FJ >Xz0DXƦ͜[M'*!ibf P2#h*B?Ί7 4(gZiV24;V-/%i{<[/9M^GG/owîy 3F Y 58:%ba(!yobMs1G< 5"sZ÷{/Uk)暨¨"cUyDĴɵxJhQMwQ(iQK5ADs;~]5ei;JgA(c"*xǴT|c3F 9қxlɏܗ9S=htCAq=xr> `pI:0nAdINX X+o&r'fjq& *K>a_AzȑCbtA5)$)\n߁c Lq‘xfb<8ױ9+!+lk bA/ZмZDCn;3¥(5g7/mvBz/lDN©8t$Z(OI`vyO}ŶӑrX@ժ[B_ Dh\fωvVJ0*1?{_\N~E`<{I|*DC xZWu,P8urQ`~ix gJHsxZȦ>:9@nq*0!g YCF]qtmGhM8EnJ$S=["2q<.w#qۢ~RXşPe@PTHҞk<};AD$.^v&Xn?tZ=P$!Cw 3EQlMc'fwytoetNR;##rY 0an >lɷadMOJOݰjtn jUFWA㠘kPD>}/1<5Y`4/? 9Q2eP XLej5tvqx98~ŵ> 4:eMR R%b<~*?;S؟,!iD| vbCԗLn!l71K U϶¬n:Ϲ~i1޽ܲA6E2nUmTHvlCj>hJF fgNXMɋ\WzǗԗ&8th 5:vB)JL| -l$.PQ ; ߿}tz_L=|Ns.,u; vƳ%ml 8V{QjhwfZzTFf4A5ZIN?d2͡F`(5M VEZ=õd<"Az֮pvKkr%D-~Fqc=#=/aɷ h~L++0pǏ҈dt3v_i`d_תcЖY$~}n3,x+pJ]0G*S= P%lElsTR i*,n2W:1C[;vT)rc `p<<Nh8_)35g:aQ娴TA|=D7Ğ7%,ƶ-3 קH .((MCG>.;c9 !?2q+<γmzCjs6m;l; '_:$h ǭE-uRt~"HӷFɴ7$ VB u\]75#szImv;MA92'=Yᶱ9mUc@&/2+FYfɺd^afe}q႟}Qr6-Ēk3F-BTB+Ѐ룍|!ٰO6J_ڹ;\\G5LĝK[~]y5hZxE:OEŀfQw,7fU|2;m[q]CM{|ڛ72hv"iλpTZ p@Ȝ>a 7{'B̰>ǰ)CM:/IX W KsòK2 e۹)IJA{RpbPI` :{f|1 [p aoypjPU>Q5ȓ*\ͤe k^EA/ofiBj/0rgl^f4Hy.9.k-L]]C +$}-)UGζeA'2[RȊN g:?."msiQQCZL7Uҡ S3.xxZO8z`nL%KzYr? n19/]m>Loe0_P=j zM%lwtls]'~<(5BN]hQNνF-tdڸDۓ>C{A,mQ]7V?Ȝ^t%AMdS=;N~2o IZUL8AJ  ڼn "(Gw͖O{PF(eY^eYA@Nc鷩 _0d f:-{)~{6Yw7 lQUk{@7(=*gi꜁xz0{-^3 gqv)z{owkw\2SBEi?9! oֺR$EzYm'I 1 Qm[De()keo9™upuDuu2 0L<Ծ1 雮ĢZV"m$`2,\mToj9)wC-Eo$݂p Ho*Df2F&g6*Q%[/*8(95s1~Sh,3^18h(1$fʓtS9#ʒu'РGF{EiR(c7xU/{-$7k9khkA )$-q2{/.y鬐̡wo)%IOk- όZ&JjfIs<ƗD5fE nsl P P>dvC}'f+a0U6Ԁ.鍟+ߐ^dޟ/Cm&ʒ-rW0{-cNVĤܬR[0ddǣ!|&bۊƔ7wx:y*&l%5O>p-ؙ =E*Rg,#v&NȤ$h\EP4"Y*:mh3S1MY (Cֹ.B]+Qq\:~HM=M@hqL\nit].z ^^i8T0L$pgՋ|vM䖿~K2G 0/|kNgi6аNz=o)D+w%$HPZk ]eS.r+yiFT n Vo7͂g g nDۛڙǨe6R 6zhS8m?sl. @mҥ|wc^E JGZ %p+F -$=Fmmhx<^Iސ- -DRg>m/DFF 2_=V(T%y,s锭|z$䘴ETjpBGsMRwu{]|͢7YY 'EhR &Q%N yn?dž\,g94%8U*+zűF9n4Zu&R;CE%l!X/X"LcިxKX@uK:"*$agFr̰HE'9iܝg^k~P ɁEOD- 񅥺TP!]iI4W lV:K*#{QxGh'ډjLG,DDYH1w%OWs:w;v)GK4!SЭ:8g?lPt)b!$*}M+d v#<^i ]VJx3g鸷 5rGińhԝ†6c($E z R@_ҔX-SV!76 /bfL4!n~T|J.(otѢݾ)ymA1sфMZ+eU[5#l[? 즾qț Jzv#OFT,6C4bdA*hAu,!EmJ]3Bl Xb/A-Y=4?4Egs7Yvcѵh9 Ea>h2Gh(/ 9xk~v8b|ʈt靶l* HdG,hp)qA|xMw}G>"EA(" nn^_\@|t{C?$wT\a[z3:k^ZQq;`,bb#Hl]'?6"$-NlrsOxaFZ{* | ۲fy;mmhj@cGi2ثA|A'k f>HکuѺsEQl ~OOFxs?0i0}}L<r(R}̪*P7w[N7M &+*`]Vͨ{[2Ƚj8PE `PUxN6f$t$,ت5,, \AӱJZT擓%LQ~ܨG5n-43E]މgP,,P8ghGR7U_Fk4%P`wI9YPX0q>d;壚`R?BKB3P7ϒG3\#Qk2D Q^ժ 5;%/v-4N ߵ+҄B<$9Jr=›ΧR].i˼ԈBtybdDZ1Z]M)mT6X<7ruK//倖-EEZޫ߯=ڇ͹t9/6')罜l *;3y1h4{ײHB.$#tR#? | .$hI8%yHU?Eac0t`O.TP˯9C2aJ͝\ u x2)BNa7ķ:>~Lf>R9 eaa_>M/32#ȱv-Y 8HJvwi@{B H?*'̜@1SӤhaŏ+ܪ߄=]뭍8QpE*Xyqt֤Q;r٩ )fbҸٗhmTyT|үpf_:1,MgD LhYL˾MK=ofʃ#UӖ|u~kA5X6nk{ݤE>-t$|Qr$m`3n81Vn¢|jw>Bp?|z1sw&m&($F s#SJZlj DZO p,XE&]_?^iD#2 bdCӚ ű6m܏' 61a?I lϲp!_aFʺ4jiqX+Z@tVPz8TzDǀ'r7biK,0  cWN /֕3TS,Eeˏ'lbrCM{!wF,t#b} _ɑMDįJ!r]~ԭPKzLo!bi|a\=* +۩v$Ye+<9 ,͖⬢_H D.MźAdkTmPiWBP^B~< WM@tq}&C eP"+#!5dFfV"(JMr_WRxfBmG!~-gD~DZf]YWlj꙲ɔ/rJ(42 8IϦQv`WP2[25z%]]y*'_Vpu춅H\Nkf26 xH(h46TReZ4/3.ftL ӹE̝DIrIq"%J^=)앷h:DvJDZ`엡Bfqn To#F_Z:I-<IkSȓbJ|7ڵ:Fj̤%)#?#FƌYݐ='1IkPN(*}qP9~u+ْb̃0K5jBtV\C嚎|Hl#IX/ Y@b6π7ZNwqaUw`v[#JB*)B ';kez#P{t# hD։:`Fn>=D.ZW_#Vm$6L7D+snW1BՉxi| <dn <O/6֫z|1T "e}p ` XLQ t{ ]$Al<Jt(F{P~ۋ@"[Wf oI.Bt.Fti\͈g"F_tm6<ۻ"-h9*aNF׷ZY4*ۄhKӨw;^I{e䰬eok~aex ̨<`cńT%uX`ӷ0NĊaO[q"/VHC)3uWycwx .ɇ kY&8┍ +`WPd ܹ4)dۄjTDSe^zڸM' i fM? En'ZJ/3$"Gb)KAX6cFH(YDo,Qģ>\O{ Aop/_QSvUz5F.qMOT!cQ7<%G68 Q7~5pu~Ǖ$ I& P*(xf@t'f~ZዿmsK}hqtJ}?jeӽN{h*3eIB?bJF~6ǺݵJn^y6#aRnB+= G뀌JEi0J 2xk(6JOMRzNrye aoAc}k Eul+״WN٦J T6N4d6m~|>Ux<Ajn>Z~'1Mrb3g6~`!ʺf?$FޠTxj')WH=m.-9&3gPf<=ZITx+qv"E:<*UpE- ! h6̾~pu!scM[Q+¼ yBM=OH$W)?ck8b)t /b6p^!xZ1A Nncx=Ʋ B7p8"kÙS'w8aIs iBݩ uj~iTH}rq{d)fC@ڸt]=7(߼t\=Q ~O Bq:j0*>Vu>ox6TUDRfTFRi{ok2 ɡTJd>a017 WP5ߡ'q 4(Evהz¼]X-LV;@מ N*OJ9#nZzZ]һ%= tGrUEg^ Lm vP1+3*cPzCسhLfH#Vv/~&])EFhquJJT5L[(SK$I*&`_`Ջ,S|cP>MNǽNR˴|u+ M.o(&*&\oS|$n(bKUkqN,i6gNgi3nuME I"X;B"FG(7?S e}gka<8F nu7nxmɽ!06i; a0R0i6,[fUV*?Fe΍%VQ)t]7LdMs<:n?xXeP? PZ$n45f٦+# x {یwh'͟iu@<Ѹۍj).:o‘څ_-.>B,f\t LWP(d7F:r7Upз5w?:EP[MsqQ5.rEus->@ZZ}9Ll}?gإev:rZYf$$Fkd+mmsrK>S "l6p i\Ҏ-$ ngoy!E[aIm8K:`]4^ڗ.-Άs0Z_4 gk~,V=C_ΫbuKBv|l  &W˭G~}uνz\jeOj_\eWZqs]=^FnuH=6'E',*,GB0Nz&ߜ0O=LkZ&N*1F3)X-ŗ5; ~I [D]\ jCP"2r$A_^aM r}@R6GF!O~mbräݚ4=3?vÆB7cquQ:Wi Wޘ(gz4m186gwcDw~7}sۨ7h**5S^̰t^}`zcC6ߘy~@HZ nEBOWY BM>=4P =ә KVh^luˠ=4Df9J0ٯUkq7_c5"kQkuU[9`cHyΙ {|Br'/^ i% {R738&5R_@WVvj]+6,;ML, َZ~[ҫDij!v8N!2ǰ{L]o>6q!d-4fj,U+b3+}xMRɗ4ƒ}'1upQx6ȷ̕ƥhNQp"~lyf[ړ=vSBM&ԫ;w6InqX#T 㮃S\c. odS]Ks<ͥ2S Z `Yy:.=)VdƶHaVґDss΍q\ٞpBe,Lv! P)H&{ X"ٖ_#oa@M6fzF4cBNܹH3I#u:;błBQQ2H.hLø,t۫7&f/fP6[K(h< .,B `wU&ic={PL֌?F&hkҲP&G4@L)ZE=gq,x DqDIMaTe z~ۊLnJ1HQoퟪl]E4px㟀H1i ^7'}Z 9} ߡ\C=9gE ;\I]i| zi\ND4rը)}CQt,,aA)b6s)IK-uL'% .10{1L4fzB%gÐ:& &ѐQ}"Y)y5o=o^ $x<< e"Ohk b0棒r-Ì4)X2UK3Xv4  Hz9;cHE Z g(`As]®x)uK ][31U4 vmZzjSց6\ץapi8pt믣uug$ps-g NfwN!3Ϛ{˴!)ёoFl6eNƼo!ؓc4D-e{c^b 7dhjL4%ZA9%*}^pVUIT)6Ru[t3*yl3JiGTUe%Nջ8k)"0WR (>Dq{\M`UPafצ'!',QD4g !\Ȭ%m*¥zJPvVJӁ(-nΏ(֦t_ \Xք= orAdkܮyD; {H46W|ko Oܿ46qbLMr9=RY7^rk#ۡW5|[ZI-G,KY=mcRR<VG.96K՛BLh5[a0]xZ!2(=r!beR{ uqrtqOa?h/<^uJ~Z6g!u !;`gFJFk@dc!ʹ3{T<|0G0,F^x﹪:sV؊;bhn4V!7qJXvHenE}lBX0#\gכUaAtJz4r.Ψas.eFF/^ul$K˲m#j" ].L{#t0, H#Y?@%tŽSc|ph %Y(f um K+7?s{0,ÞӍTecv(x^ 1O)zF'#JW˷:!5D6*l}F{*Ikh NAlh׏N F31ӁeYXbw Y/Sh1~Vߟ!4yzs &7Q+bgxώyԄ[m=k  ړ wGFڔS3~,ˣ+@*<i&|CT紣ib/:pi S}w uRU[bL`i!Kɮ+yH ]b }z`tia \kICoef m\Z57#pai t K"9&g,v/z;D)<ĵdU'o:-NKPr_ GA+/]р roy4Qcډ,_9AS#Ɠ/|-aP~sYik3ъ< 03(ﱷcu-H$dvwxHsYe*T4N""rmP3ʀLzK ob]+}Wpa };}Wop?XSNsd?>+iIZ'BCޗoʟQ؈:T'h^>Iĉ^[Lx%V80<~rsW7HŠ=38 ^Gv-bPdLvGmTͥ)ZygAvwjg# g@h _; H9'9^b^qMB*8{hh)ɜY>^18ͅ*8HZ鐧уR3__ؓ+^ӹz_HGj"?k6HӢum6_p R< Y%l_BbţѢh/R.- [P˟GKR&:%]ɛ5'a4Xt4"ΌoGJYbU3=~ >O=S91#ARQrś ?cBnE@xq/OZ&rԫa'waHrdX8p$N|GyV ??~Ηr5> )']eB#~$p\L2&XY\\V\#GS'w ]CzAj"M.\V{|Xfe ն+)KV#g4ÖHXπWtKMK]לv1QVfYOYPxdz>)|M.̓R { /K!ŞZl9B[S u"* $Ww \m\ Zwg`r!d3cKB7W6f@:VRlVP|vZ;֯7/WzPlC?2jg"gaHEׄ?@0 -9Bl: _*# Ml]Ҵ,Xse@SEo@,>rO2ֻڒV 2y-ҘEYNߝ`˗^"[ ̏Czu[?|݉htQ_}>&'RsEq:U 0yORi!sЖ7ɏD-(_0x>WԹ:#XcȎrX wD&+1e E)ZwOưA+PG!0]}zPsOmoTāB:D/z 2&3޿v7՛m3|zdxaZ ^է鰯xwsP2jZpXT] Ay8E-oVO4D1RޤhnUhJDWsl%.so"0e3(5<'S(|K:C3Kci[ywn!s~E.y%yJolS2 yеx/rKp+@s-ep *osW ]!"  g&{x\%OVH*/5ztzDEU me }B_fDYdbuR<N(i%֙Y$xӰyB&%5PbOvfiXAc4} m ,=Wi/r>3Ӡ_\RASS1wK'l[F%빓+u{|Z=a:n *gz gc}l!$J:FptiV:SYY*rKh<=dMk;3!I;5Wݎ7 ϰ`)iG9lI5ͿU{Q[yihtft|ޙ-<;=AxJ]x=ϩN_t\2U2 N x3Ҩ{H"#k23b s"41kS S+hchvʢKL赲>k>'T۾C`L%\a1\pF51l372W#̍;!Ơ$lHgS}EC%nCٶq%dU{jԃi.:*!`t;GC&h>23l(7@)ͤڬe,]4Vsx['G&ՙGN)g whsocA{ٱM@$1^pS[Iy2]wo#GsKFͻܵℇ4`<E zWwdr/aaJ&yEu\;ss S4Dl4̅m }^G֚ 8p`*-dB έӳFBۮ(ZeMà[``ժ^O5vӝP,C (eٗ>oz4D Z=h)eN?F#9 Rq1>Δz+;,0i׳c"3ʾFs™ +Fr2ao/ahxr^2԰  3%FK5HN|?sca-@MiK+n:̽"<CvF]Q,pqߧ`nNĴYV8outs@pVˮl=o@ʋrxΠ;sdPQe3x?lt0qjū LU@`iAI,8~Wx J煯܏F.a -"oo}EڜN$kSfzSO4㴚)I^xM0o?mђsq {7Ъ-vQfv'6)Ujo_&iG56- -{8sC{/)r~KsuxaְkkV/UlrmYB+Z #6D0AT7L0¸\ڷ~)L,^zXvgL OSذ]KC QePTj𸈙L"Y  er!4l1Ң;C;=V*id5#ϟAj )V!`<Y|2\d_"^(08#Z@ي32C XA*W.LukMĊMr#{g__,XifGS]r|giL E$AS xK<G WE0}-׳UG3Yab2*#b'@ƒ "Sk])S3/&|B>fRѯ7:7JĻlq&܍'p^Z?ԃi֕)Q>(Pq1T):tYiNbǍ_QŠ5Wu`:-Y8N$PA8TH.˖aQʝbS5RT-hCB[̒uYZ¸H͚0 7;Jhc:1)qgǐtckSnDT*gXO~B[n4$t*OX}̕;UT$CR&&h7xe~L5lH "twU7AGwfEyddˏu'ÉyWi{iusE6͎+r[]4!ռ8HZ0nƤKLOJ/u-jǏxID@O.>'++.gSuM><9YgĩUt~^.eɏl6u[us`'_׭Ta}뎋6! u)`*/&A+SOziiڣEw_uY sj5U>A85\,Ջ@t^C,i{L.bɹd29ܚkoLD&fr}pu=@[J2G++։M:W%_dٍ`WIa>v<_M  <<<,m 4䣴N&ecXyDIE>Dtު6KXaa߳] ̚9fOV";NY0: m"]|/K1Hj,5 Yfdܺf!j4+[!-`*tVXRT="*4ד}w oun^aJ&cbo^*)F#ޡ<5IOŧ]2cmC.l2IehbE=S~ hߘ Az$˂˩N .u0'yAy ~~;ѺaF.yRbs+(`r5ǺEOu '>'7 )&˝  bpNNX1 =>$u|njp,'#ְJ{OL𲦨c=G!Q3jRdaLS~~h.iDtj#aԺdhu?.tYh,?بǮ~SFΕ_+[|VZGR?G4ѳ0GXުX6-ŴvQ[;l$ 5}unftX&ySs|J@"w,UU@ |.2jN&|ZDtIi8'$ X=i(/Ad9WuDyp8++BӨR#b;O!3!I2(mDžϗqiĶc>Hpj e}9יGJ0ȎHRMO`tr'a @ v.%$'7ƴ {Ho'΄NS.Nw.Ő c LM֩SQ`ynDGargjՊͺ`C0[؝]U:V"14~9l&GݝP"=Rϟ7EM!m҄c2䫴ZL\pпtkVnqgWY*-PS]PfGY"pz7__B0 : 2B |[Ҹ/UÏ{,}=ɺsMUW'C%hqKE_ЕEK kcVRRkv!Q&\ G;VU8ޫ|.eꄼIOh hBՃr|u2}rE}1Tkؒ&f5M[nnG@,Fe(Go)?>{,i\IӾ3gWfxz9NSqtRN\ӝ['jsr3 NG?MUc"j@R ˺phNCZbKy?v`!R0ՅAx!fTfB\ݼQ,TZbxi} ~O|, /,X`VA8rPoޜ^3D9{Dj"Emebv }3aPN\,RN+\FI榞R2̜}~dD*uڢ19R;oi,9@Kٯ=i:'+pHE~`1<α={yKq MA؎)t`Sw^.:됣z`k9mM ٖf#o{QaͽHYwu<̌[~)x[UJʢ 6-_J{6p4쁡i3lq˱VC0ʍ[SGts'N2iC{>+{=RďdN[ ʍr@J8b]b r2J~w6y3e_NKv?TAkiVjFsֳ;`pMWģ&`볯yASUzB*A_v#V)'K)fҪ٫̲hP&DQuRO&pM bY3կ1f Qա9i)`$$ nJB ]fU}>ѹ|69ttI' h}dy>| &_ĸa4(ϯ8g--Խ2ݧREľ1WvO8I'zM 23Zo U: u w1:ѡ|E/~2 ^=2hH9i+>9kc@Qj,qƇߟ0`%>yW3 EڱWe*{|m.H1 [(3}/&߉ &M AR`$ep=zuN bPE?D>ibp(x.P F)sQM gN##*F 5WUpLUE_ȉ!Xue(F$o>n6 BTX(p.̏D,3֡X9= W`,~Œz@wZQK\z ){A WpE]q [ww? |Q2h~SN(*W4Xn47|9REZ0q 93_ ̡Og=3ܿ!88 ~niDHJ9_ۇ $M"keuC77 [(D3J0 XkKoI;b+yPm#X\Um8;&JsVrQŤC؇O6G 㽷=G^uk/%F%/+~.Vx߷d(0lRd(ֺBRIo-X ͣ` ag`Mya6 kq)Væw%yx!0ޤ,|/S~MIdNZY N :C 3?іTBB+2JyUMaE͟?-e_e^ߕl2G*#u++]Mutǯ}8a/LM@\yOF+W4o/ @P&?j`J Ð0p*Q,}=8`lZeQ߀*Sʑd0煵8ʜur\+3v+;_ÎgqE{6{8,AUb S4t;\+y[(Ժ'usX\&ZNʈ&n0 #e˶ _~r1T1ZIhnJP{-z=A1ӥMfu{8Gɗ:Ix~to/>^blj#w3א o?$IX]Hf]5=Fƶg[FEA B ^ylNAp_oD!H1}Hp8M$ChAR#<*jڈ `ƈ y^9%ֵ3?2.Ý@,|8rxİُBf:ǼR KuOc[o{q+P\׃pCq=w%Cش3Uz1BmoPoD a2cW]1]Aa jP_,3!ZMA.Z/|I"4FF'2Th9;@v9^c*Ornz4r)98'nu؅7Ly?@)>\LO'X4SKCL[oB#E Sd[#])^ͅ=kd';Ͼj/iI67r$ շ N@t l|KD*ቼڰLGΚ5+@F0N[yJ8GLL{kWt6:dN]JSW1ΑHfj32jyZmōXN)&QBLfٿ˂*Qkl:`Nc\,V¹[Lb۾ [Տ~:YzFGS05b.TtJ>=wĮψ- r4e:V D'|'HJw| 4yICS#PbbG!,F}G8n{VZ9L}FfE-N|Ĉޕzcrשk4g =n)3%Nly5"[xLtC *. :j;@&եYj/Wca[еD|[W'eaU_x_ LXV-`\("Jsk)j< wC~ ٔ)CAlE:2  zvfsQ@7\M+<ݔuyEDd+QSPqv C}6{@ϭde]'9p! Pqo1mȫͥ^$A!eMNʗT#J؛-R FP)#Z)yjyPR)WMz }v<犋D(QZhy`9JTC6A!0oFJA {L+qP+M;5Ӽz ÈJc3J^,\E{9%/{. ÇcH5U7C}kGn׌Z˽ q l.?=YA-Ai& 5u { 1Yr`]NG֚ |>)ᘭJVhCt_YɅ+Lw]bFSHߴ,LMEo2' oo:HAw魜AfsVu/Y*w:$~g‚p`|ߧe2hX-SUoa7dѩb݀ ݊4>b&_{YdXP >+Φx2'-||XVsSk %R"1wELiU" Pvg3"vxlcRdx.1-)Cy+šs1x0v|/sO3ˉXLZr/6gF4؞͇Dl&*=P6>͘~ yAaY]$C#ں/4*r@B3ڋ0LfY$ɱVxMa9f۳,P^(i!GsL$ Dz]aq b/V/X6\;X8n?eQO׮(GcVm9U@GEe_bscd)[5R8cmϮ:YnI`)33ӔMy^)?]F0ƹ_YM.7M :ܩMlr)2? %nT8` 9o4*dZ!ue4 f|@4{y@6U=Oوf`UV1L4WLW$JNwZ@ŵCoQ>""a:p]{>؝?z_$aCff*x7w)Y`%M[>viKmp"c5j$JnkmG?m9|nbhɐ(T'Rk㫱2ۆM;AXs*S#k kb tMNK4qd֕^_MH%384R QDž9N=gޱiGX;o}OA? JΈ;G%;3 ZD/ت->-y UtHQ5]6IށGP״.Z'*Uth3ݎ/I\$VN㣂?fΤg 2Gp]&=%63PB|ZY26'Hip\+dmb\bK ȵCA&y'}#Y:זQg x#&`|/s3h<1]/ e*!O{pu$61RwNbI`(o5Í8sSIx#{7 @ZJݰ0YWN-/kpwmNA ald|ᰖToD %TW5aCIr.Oen_Am" %bF7Xf4DܐbU%>gGƴU\.Ki%ñz/jZ'@ԫe\CK1'Q-!V Rzo`F=H'1 n6ap[+ Gei%&. 0g>-A[ $xqIp=oaGDC#; Z~e4Yu\lAV)ߣYE=sđIî:NW l6NW,@Ȓ;w-~*^4u&nYU,zɘ >ŵ{r9?q]۬Rw37As{!K^ʿp6QDMd&p 1ٹ}5ݧV\gWm!tge FdXf"Ϗ~#XY4|p)z"|pNPR- E {n?%z,VX։htQ('rL5g!cΰCaXZ(p8IΞU,6M"BYϔjʳX3Һ94xeZ$ڪF0g|q>||4F7U)nƖT<ް LG{uVmK,^4>>![[4K?wO@u-in0m}Z~}u@˅/CY|2UV+dk%X4I\ZpoOb]6r%_aӣآ_kt3R kmGjo!X2 ՌQX{ C$;4ENIYID'zi]%;\7㼊 &Ux7;A@Vt&-!,*dñ%]h&&?S+n7CnCb18 !S/Dg?.J{r>S's610!3Ga aE`_4T3>/^~ǶPY4eo2l),x]y?].4*a3J , ;ErE[(m3Q;DkB[4t Z=2!m Ғ?p Bdp4c;udCVֿ$@n[30ݴ8AW0Npк0E!6!"0)C9c ]휌gWe}=Pf$޽E\ƚ8j%2d[OhuW)a{a,rZ\Sh: rl$;HԚ zaʜ1T+ؿeᚭ&ɥ[ku&#/rAuA6rVM~#wtBL\jwJx(.IER IMFtr6K^YTOCz"-DBV|QEVɞ|kI[Ο{SI5g!]oX[/HW>[L !p4sP;,uB՚ԉwyQ(ɎD Ts@rk3'_lKߧHMMHmTqF>K`js=G'"oe [G 8$Ua\pcߒ0ڪ)%qeDgesЊ@'i1dBzht $WΗS$='D+H8Oh1%I<05d2"Whި4 D6sJ-?Q۬ڝ(äXnMDU ]~~ zLcPP6'FuFo!Z Sݱ|XO ol\. D`%é-{hpW(K bSIܮw[m}@x{o3Yh[KxJ[-[h٫AkwL2HPxS}[0wRL9"+Q,lw?VEUZ 1QK ȦHgGg!'{4g2'W3"xl.!'izrna4*C?8t5~~Pİ(΅hrT4 g:|nf .I3dW,]Ɓzߋ|=tH(ww0D^%4w}47C2TB1s*QjZO"լg DF :7= {=Hj)q"Mstr@%0A5Ľjtf͝Uudǖ`iP@_/ʿ6uאCvŞ0,=0E5::áp֌TX䓶i`l'ΰHua '} B( J> ĈvF>VM٩_y+~Dwd=wg䗶͍~{ˏK!Ob$ߣ8,Evy++!.<܆lMTq7t@#&HD=ӋLy`jz3|>}e7KgB9vK#&\|I&0?u>R gr 4zi/-tKla${ga/Ď!!~HXz ;J|ag=4GN+&)s(Yh !_wr|[Na0@|MLZL g2ڔԿW #*31t B. P(5#/\~4;U$+u.,/0Zq6շwV+;V!͠3;+w IvTf hiȤO?8Nn"1$5̱H )[IaUU6dB!CWhAzuIc2@AH,Y6ΤgaUU'_0Y'fN/:OTAWz1]f1ʤt ,nB7Y@b1Q_:`- j8]tn)VF-B(e\~2;2Da8K z*:F{|ŀV,{*ņщ >Kb8 2_Q2%PbW5 ]Н`lF^_ f*e4zKsiů |3wEl&~p{@fl{M'񟀣g YAr8c+pê(Sqڱ-җe@Z:[el~8 8rJS43r o\p${f3Tcȧ (9#PK$ FT)J2ԝqYd)P\׻.PLk1 9$Ҫ ,' sK i9//#" Bhi`+ߣ~p* So[17}Kz ]ڙ%`m\/)}ByYWIK/SmLzɦmz8^:nfRH̤VV;+v 8tZɠ\HQHlMHFx0n׶jsʕրBc98'ٱx2[Ly3?Oy1+?y99Jg&)1}4.mН?LoE=c,GKGCmc>̥V)s4=&|0qJ[ToB>Sz{Tl޸5BJ* @8m =kMAbr9AU'БdQm#$78O6[mVŠ{N*P`Be/CE ťkK\ʼz_ɗ6hķp =%Zʆ`^/ <-Z+, Uig$)8,ٿ*?>YS-˖a2.2PKd$1*;93R[2qN$sibx<7sWoًj6ӂ@ S{&/T7]fL11vm,蒲h =f!s$ڨY>8)jDiZQRUCIә91 UԲOPN=.ا)rA'\{9{r^0Wfb~/Db-dW +4KT{9sl$Fm#Փ#'`g\.+I?дFq"sNf}fR[ CF7]FR;7 qڎy (t+[^|:ѩ#5K,>~S慄:Iem'fy}~&PD)jf nH]Sa)%c>nzB7[̠xd\[2mw$?bZtB>/᥇KK,jqVw,~pG3ۀV9@a9qkVeKmOΐS6xN>l@\v7Kj2DS>h,%44Qsp_\̪Dw!1 <_\';lcEEN dooy<4ӉM>CuۄK`*(|no[ȗުB1F6-cD>u|L)jѓ|S.[y`vN7zs?]%pyк:XBthm&$mgnqH㖊cN6hw1zwoIlmz QԛF\x(Dz0q!Z Bg=WKoܭkf'E G+ q`62x!TgB!ָa΃w0J؟c:ޡc:eNN"ŹjAgTżIo-CNfea\ڏthMYf߆Ҋ?Á:օIK2w9C< 8{fQc[ҼC]y-US*s\ܟKL늁m1+=YpVuNe d7.4Qg)_6bjWDŽkI.0}$#t#" ޫy]I;5Uu/{h] ְu)js6 IëVeBAe_>`ÍO;^@g|?"rZ=үMJJOS! m ;8;̥zEag#,h6On6s$˔_?.KQ皪I>ȋЉbP'Dzߖa$f3{-AEbRãX%V ʗȲ'GN#x44Ӕ` |e9'NGP).MD })e/ҷ裧5lWcHEsY1G5I@b V&7T%%@Z.,~od7C -;+(^d3P1= {ϯ;EkR'qvޜ93n <ͪN<J_yK:w/gH'lw!8Y̎1 mVʠuT QtڱKcRcF"jA^1'J IڅPXWնOĝv鷚YqE3%:q{i}'1HLiyj2a: %4-!.l8K1ՉFyThba@EE0z q **8i"k~sdx=,/cRoG6(>OAiσv ֫mViv<5EWu1sod+,d(J[1E(FGW#y$ZtT0J*ScS/$؆X!f}ya..0OOu]0E1/:^jo]R埢D~VJ CXC3+4p;2ľG^8O23YS7TkSH샎v؊@^I7,J@!5+ŭJ~byI-Y=A3}9͈f-5[1o=]^{|8Sc݋)](NEwd$/&])dz(ay 77p_B Ru$ZFkg<58iFwt\nQΌ[5[9U,Ts87r!(P#TM9? OdTRY^,9귭n}#l' _o=ׁʰɐd[zHJk6~>\_J톘D(G9{tf?=ƞ_A@ 'NUJ*S_aUv-EMfc|H΅]vo4Y]"كc+ )tDi$K|Qw}nFju->d]7kf䡔xOQ8eZ&tfbMütkb @ vV%L(3^KԵa|+Cl_! >[7Ttuڗd5W%OQM|l@4y5O'5*72y.U0y|CFo$`ۙ!eO*ژf~&O6/~x+nࣼV p-+<5WmwPr<8ӝK4-Sާ|)h<tH~jGB 5]pJX̜t)bk!&kd 3@G }n2lABu| ywAVe~% _rF@HJ`i~:6dhtwf(c ſ5i5V eRΦbgCP/ z$۲RtZj 4NrŏQ\M "4(vb(쒮*Zh7_G7|!i캒KnPRUV5A~KS$l$ kx$_iΛзja^^wP&B稵9Nd`EƒYYLk+0՚7'1G dco%sj ,Cy28A1*Dj"yFG\Ĉ(,P|'}MW"R;㣀Bu0߻@Kپ,Rfp߾7[nTYl!~^:95*P1%* CN[ d4xjyl2-ب0C] ER=;076y0MOfฆ+nm贑NŵAdJG&0\Fh75-/A.f"Įzշ9jO}*Үl] J33LI˨jKk9OpD2mL(<^ophIP'C.++/r-_Zs#Wdf\F2PLCliIA9e[8_q@{KNl3DЕFMu54 0~rK6ȞpB9 'Tcaݠmr m.|Zb 'ի5.#zrϝ!GsN><6m}qz{m&ט5\̀O,B},:Yv٣[\#N6 n2aT5(G!֟WȚ{8L0Nڤ³ˁ gO:ӳWYeP>(0i>@ UMä_sKJ(d"^gWrxk=apjȈ3\n_ŖKx?F?1P+sA6q'RaF, 'lR9UhIopˉ;r^RX#U*e5,rr4N3\_:ͣ$k~ʕSwFbiYi0ƟKYÜ)wy }o4FvoC̱ frWP8P Zbkm<{#-B^wwgܨw^miT79 y,W9bgY9"?XDSN Ztc:i9 M}?X>B܍(VR˵KN&(4_l=M\㡷8G~:4T~"VMNעˬmW~'>Yx1h gp^^bQ|M *(55'ϼX;_o y'mMDw #/^8}!a.EFT~I1~ +@HX7cW 1R%~k#H=>Pe KzːQ8RPWU ha :?ă6(sG_]']y.O|!gDmnVT!"Cl:5Z,+5[9RѨH_"ݦ]<>"_QwpT~ \p\h`o&dS %)nʿcUq3ou8_|bz^)6zVFm>6/mPm!zRh>Ά:9q!i"Y.'T S_`z6V4I5g~HHѥUz{b]y 1ԘC>hfLWͼ^oV)U2zW\|J+Ԅ6CJ1`^G@U qX]W/!r` qlJfK$sߧ2>QhDu6kwzE#7+ 3%:TP% Ս[{]ܝxp4):噦N|=|~J36ڄ}ą`zYqG3Z' Ae ;{-#l;7N Oʵ@eO@q/ZF7;y@ aSVIнlfUKL] +RLư< c%X!Iݠ;+Mh,S^t(k) eZi; %=Am+;J%k`~´s!}[ty߄Fa]E8J8>7dKӹO'YǩyJEVk^ꡥG! 4wGK- YbX_BRQn2I XRJvKëdxDEo & 'u} c*kKo! j9x14آV sࢩ%M=/oQsBĘ;!;9N9sNľoȐ+Ap_/'Nzq'(6MS]Irjd%$u=%L$ImkwV`W Ei =i<'d¤z9b V{aߊ.PdpkMbRQ  Cײ|573{\up dW5yBtƨ}Kiqܚr~t['uȵ[Vm÷oR9c̱%+D a24BGv~VXz(^z(Jwv HءFjلq>A9wcnKE,bcߪ[Y-(8u5s|b |O ܤ[ԤC;54˂X6g]~"{b*/rqOIݠ"jqTu}"vYf!I|)b=_凾pe As ~#}C5ІOg';#0s6LϥB;W"$tm{\FigS-*^IV9n,6ZWEcʶe|"c:Fle,^B*-/WM˅Glft2}+OGhj\6,Aj;@#G2 *NA\ r /,{މL@ 4Ԇ:o&M-$9;J}uOzB`/-45lniM{71V^m#MHS E(c9OE؛&(_=FKO%0O|l:laQ'錛?\} vxoZR/3F=(lnCCYGv%DYVqP^_YdrTٍD*I1:R[G;#GLjY1Bvľ0gUCų`F#p)e$+> w=X.MhamKt$ٔq{dxbU .UoX,4 "9'/U=zm ~Ļ´5& ש>y`DI`c0 'm޷p^@"PMrA!r(5N`4ƞf:6Ӈ@:{VL& ɠ_#vEA+1q!v Dزb1i"QJ/Pz(Mx bڶfÝй&uJZƫ'a? cv͞#Tk*/}0Pޛ&Zvk7q֐MRq$;@cPZR  m<5XzQOK/9$Z >s=*[a/׻o7%F i'nL~{@qI{:cU=D\% CPq !·Mq^L?(l/_"-;PYplzoRL¶SO)$ղʐ&6SK).vO#'2x)ɨQoNO 1CU:`)j%wy fi".2l[,<&ۧ`{b"z?,X0d>︹,yͩ8HW oe@/|bV 6$ߘ.7'].8oPwkz8D <kڣbh 񣗗3_iAmE6 ]&5ۀոVk-j\|y4!i4fs7s %dXm0s܅菑{S3aȑ=Æ8|DAFp٬v!|'> uV)faU(>cj`Eite*.P|+A8딹D}0:y҂l2~·B~PkMEYH> (U,\z$7#W>:?[xEZAy}_!>hm-4kY ?3I.#&`|?if/~;lZ#CAO&-rc3Q |/MqfBpZoa̚i]o$4@^h팅԰3YoːO|zRR.6&D7f8YxR_{ $i(q1>) S:= P2h֥9^:JўVN0:Se!MMQbgOp,yx}K?4~u+FVjxβ6V]2 |Gh#P: *%9~(]YQ3XWHbf(*Zâ_6T߶VqэEXS$Qۖm7H'}\Q~O1C-ʊ `.rD6̦0pY@Nj^47vGC*d>X%GGx\74+#84Z0Y^My. X@ \aūᗉh2& ~Eb9EXm OYݛØ;T Y6s`iqzE=wS\ D9cCPfye߽"mբZ%/>R:~GZ Ct4뻒+92_@V")v]ub40ΕDybX(=VBfU EMC dQVX11 Rz ŷ?붟*p΢FF@<O7lAg Pw)Mu)^),0NY)W?qVƍCcZRlOu8s;Ŗ^~4zD_EKl \3wUY_~uSMO;%{8Wt<ˆEw+r ː[*<شeL'U0&-[XNuN(+zԔe1Vh~? Y>N>Ү ?S~!^bzG}Sڙ3E/rl ZeH&͸rM+%vq-T(gL6В"ږ&v$t2,X`qV(PbHX[_(>9jNLOm-n0rmz"joGbѴ> 3aJ%ng\I>HJi06=uL=5'̓_@[ y)U!$lR"5XiYqK$Cw|[Uɽu֨y+Jg]]/zqLU pfUk/{!ڋ˹E)@T:p3v xU?䂆%KYY` K5CI.VeoQջ2r! &Ts2DKzӴ!KV1-8 ܮbgk#AGVݠQDRց`[# @n\Wa/ )I~+dSpnx> &p9/_1Xkf@ң%`&7a8֯%7$Nj]h *M䥙RCZXiɎ K0 Ÿ8GR::lѮuh!:7dW7*Sn3xkJd(5㑳G^QyH_kt0ZOBvb;'DIG::/zr9?1n2?4"Ԝs1dR,l5W7s#%bpI4?jvT/ 961G2ow@8ߍo1e=`=S}Mm\#_uU,_KdeUn̓*iyx3F$d"Ԗ cCЙ, ^)P+ISs%jx8V?M<ʬEy +yРPi3FkZZ|[T&&!H`Dǥe]Τ)D12Z5$n, 4/_Iyr3ƿ,ZsA]@p%5P{?oӤSAv`f[Cl GW.{/ 6!Ƶ(g]Q<0AlS)`8-P^ mK#ϛF*.Zvt<.c& @ٝf᜻ƁJ}Of!~ 2x!v9["PN,WA~Xdc#~g{ai;>$9q𚊪xc%`&T Ȫs>b6mJ;:Mp,9T |x'f8Ih|%۲&j8xzʠntIu}0B.7]5ͪ5פ=E1qʂ,1c;tќ:ЍDph 5oKbXޡ"a9P^>' )TJ`)5er~=s]]lTu֥T33r86zuS׮c<*4!1R" ԂևBtnvdA2Qg" $B\׬ .?":e/W5Pj7Ðb{ &Q !'kԒl;v _" ' } n>;T@w zDP1{>+ԴN77k2 4X /l]i i g]q\3K 0MVÚz-^H7{/Aho9ؼ 488yW<9Qc (0C("_G|><^N={3mw" GNrhäyq]v0F7fI$GVsV-  '`tI(9i4 J Nb45)]D”}ewwɆ|f5%K,Ղ ,oYsm0+Y+Z%]?!>Ņ.3xl?5JK3˲M:;IoY0+@+iSE42mI7)P[Bcq'( SQq-t!};r2 p1 G1"%o}CXInPf`C-.@eo,*vnM3p r W"歲c~=ab?* = 6X7Yӝh8EzׁtAgZXx^nÕ\c,Fǝq(Io/Ny t/փ87n:8]_ PXu׆9mA(c/ l LMWùODS#qvdrmD_? AD.iO!0^xRDݦ#P#4F\'%8[}\oOA"ۛ͒ڥ|qX !f79[[Pq0^N4/ƱV,.bpDZ뻻Zs@>7 LbY.wEg,LVCQKގJXVe˹^p*㳰oE5eh9 V+n䳓kvۉ%I~V:dMAlH` /sÏj*yܢVb[+V7yyz!FhHeX9`S؊"S*b@ es\C9o[-C!:BVnr(qXf<?# )&UF6 M$K%s7 UWu={KepV&ķQ:#1kBmË kfH ⯼5T/:~3*y$@<ՠt.LA,u&ڜ]>I?!EK_立CWxM(`M>8:FJzΘK>Ko@`/+Y~-d^&ⲟ`'WǨFF^,kw9/r6I':E 7tJP[m]zv3re-7a+Q"R, 6c}d9&Ek5[@G-{Vʼnfk4_KV{ny3WGi>]-Cd{R7[y)0 %,`%x[x%uٻԣ&-s9Qx㨑Py6qss˹\ Ԇ1WxFD'j]p8NKp+5EX͚PiU~=TC.b v0sMr l:HIn ۴jjcW"B 4F}61HY{_ pd`H"J0F2,\qdHf؇~Bq{/1> hzlp7.>kMV4D bGƪWUTQ*M{ʐVINQlbCY|(LwMv]}dWP -{QM=O?o~xH)R%ZD5,tLoG, fN%Z͋yבH _0Zcwuf0#G ZUpsN! &X NU ˼)5K).Q 6 N) -#$lEGXG;NZD  .1 cvOG4;86DE)[&]OsDsg:$pmo=e'qhJKR5:}R1VvJ?s>&w $L)<{EvCTr$6mS"yUBs>KVm]t"ו&fC\3=`H,MUp I KxDzIʓu*+01k 5^PZvOg73](jXшA0z KlauӼ\9WK뺚i)~)/V,},/K̉RRZ c}j(=-EV",^7ZeDe%94~q^liedS49UR_' |.yMgV# ^%@PtƄgؔ\ivd1gKic~= D\5-R45; u2 o2x3kа0~f$ ^.ېhj\H2[EJEvej^7(8蕉PJ(Q:w;CJG3ZxZ$$hß',W=AJ lHhP`=y Ciْ֥z;g3G؄isfP"Z[i닿ҟN zZ ޒ F J 3 pPY7w[>H&X@Xah&}PW->o?MyΏ?9z@R,ôG>&tJkvbO5{9N#^S&}Rypyfٔ7^T^A!LB[+O4Z\m%:۬TCKgS)boqݱױO?wA'̓K%OK`Q%`‹ђ~˜ u(钿 s-뀀 5m֘!Mr fkL=/]>tBvn,8tH6gApO:%)fS d}`J@/T .J=ye*7zը8U#uTo+B 6W{܇fo#6.nsI+vas](\:{Dž~vsnO _D:i)^'w.ܱl4mh'\!ӅuczW*QX[eso[bf?l{|ᥒ&f&ΒX2u["-G6}*Fmp3PB3d%/$)-F0 bԫo:V= {Wv& Ւ%{ d5`%Q,+v\~$[fQbU `r1L=IH"E1z?+d&Gn%o%ߵ)KYx?s݀^(v2]He5~L4}+m+-b=uJhWxUi)N寑X4J!BvCw>S-lj> / pkMu(ty&?Hz'|RghMAgx~t=IOp4&baa~<uﺦI в UJYX0 w? S>M({G>-1Bq k>g!j]Y'I)PY/V:=Ԣ /kX>6|w3ۆ.Q&K 3i,,Gį'юt~bMSgYujn%[86VYbP ʥV(Nvw1“[itPlBxe}¬6N-aFp~z]SX]4|RN%GTܻ,M{-2Kj4ivKAUdE#]N`e~y5PA ĹX*cgAE][wH^D= &N)0mesq)HEbGUA! vz++^ kA@ zihce0&oysFy{F)m z s~M.F?PT" "c\ik^2j]Ceۂ/skewD0@3FvQ+ qN@p ؋ ;n\mouD 8M `oky*iͳioM FiYdߌ1jYjr5v(bЍ*?6 d M^鮲嚎o^mEoOl]0l.E>%eFy,T ű`y_fRB+(18qx0D$&yq“j55DՎa.ٿF+h h(54 P+ZYTF0{j僾"CmI3 s9.t`uC-rC"osLQ-*YO'߮y 繓@oHktg` "z"zlG1η[D-,[ĿеfF^{x#L $'W\1dɔ7ԗL6ho`} >] TPQM"Nh)S.؏bТn#XK;yS"BI 6Q :M1 >0i2$ &@F KAeP2OW=.2j(u\@|Iߗ g d%CC_X%:ISfKؙ>yPClZ=oaJ^ӪP^< L@=P4 iC_SkzIz 26D,CG_5pt7Ks_@߬NN C!ze٥BLfdb|x(Jl/y߾iQu/p!aUiQP+B>=Iâeo[YsA~Rwsm >@vzt{*^lǺ55~ *^~0 O)֟} '{!l3Z± r?۷w_h Z8v9xTO_m5s)G C9PZlD血* *+8l516F-7O2}cp^UZ"U8|vCӑWյEn|ŴyqTgU,βP[B7`:;PTY)K5:/9sOCc!\x%o)?&3 ݯF\9|3V?H7κC\M/+84 r~/g5bo`,LlϷP %(céFb9mPj޶}yn1?\~@(}EHe,h> ]{[ɪ5M#rUʞ}d̛a=v46TWfMe} <>Yc0 ؞H4qUz͚5.8-|і z F큈cRcF3g7v)ʿQ ad_D¸sQX9T|9?6t eЧ+<$3c,C&_5{g@:NaŸpMoȫ!=  >zOGfЍ}YM9ӱ@&ݻc:cݻuܖ7sR\0D_2Hl\4K傊bZZob?U䤈K$@@z3${.K0LJ-] ZZIFQ)RyncvO K30J52CpJE%'C,XZj|nFg^g/rĘP=o v&&$2.m~{ \z`#?g?⚧ M8.f76$cpm=Ո~2 YxTkp21v k?k_9{7ۯM:Upi"Y/cznp2J1MgE$t_7+b;cet p/Cl`ZR<5 q¨UHL"7i^4岌~Rt[nM:mɘMbљ';Yק2tx\qձ;O Fy nCS} yA;(i{yrdدφ?n%. +_!ۿ?9G"YbEbɝO[=Pb{BVN }?4{R87tACMJ}ql'CJyY \=Ǣ[%_{aᤅCPG-ل&"akſt*c4M##0Q؅`&JrE5%%jl[/SQM7Rg7BK8_3حO_ |BqvB!S=sŏ}`xp+ mO ZIt<%+ Ο}p$.m6z6(]_XL9C͢9|g]Gt^"1Ye!5wq(FI۔qe\KK:LG0!f]0tkeŸI?}K1~Ľ?.^H~`B*S(zp b5'B(R*Q R궇}=2ĩ]X9JȈCuWRQ g/!;m+/kf=vfs`0]J{B)BStP8맡[őTjTްla䳃IYX E8b7; &Uh10SF؜^m[?@= ojA&q]rRAmٌdmŰj HfF_ت1R\C/]I*VP WݱFg?td&,墈p5}#!@V XoD$0Uf8d>ͣ}31n!L.pH)$P9Dz#_҈*BiADvmb,!RSyaS}GHnȇHֺl-g3m@բ T9{~U},[ 9ajV& # m ܉&]Ue'~ACk}$j*IBM~(rō:-RoIيoD˲(PfH/*Wb0[,Wqd ugN#Zh۲"w0zA9z{C5 N+N4Xu&zbi(H-Ȳf06=TΙ*BS~~-eO(ֆ/BAm0+7U۵LLt]?K,U&"Xl8\uЋ8=s\#ncn-h`0L?3]aPgHe#`6;Ud.Yqfd64"1tUI˶JCk)k-LJЀ@^]^ * h#Wv FC31T0t-Fֽ9;3fp-5,g&\q!pT`00ٍp;61\Cӯ4_{96Eu pjb^@0b . Y R*u6"n̐MV&` fq=q'~ .\K-g_>&F尀g `#V<lx`]CIPGnOT3Ǧ*xVj'Kڱb+0hK,ܫ3m4C_4`cg[V$=vJI p{e2IiᔦQ8 qN:,kTb @w{Qͺ) C2Ҿ~UQPC{w02BF5t=y 0ꦆQ)Q!?&\ 9vo{ k"9x4 Rʻvn, e5ۀ~0-Ͱusx@3# QbZf!_ˉMΠOE 'vcCnu.<P0)ȠFR8C.ސJbgےm5[DGy${ +dܩ9,)+\*Cw`!۝ΝWDr^<j=#}qt&;M j1H\e譎dޤjw¯=.JzJ1 hQڛvC?Z hvḭG7 6f1:_Jf=>x":X,)nr5߉v2E)'JmȪRJ kZ# dl7ˆo7*&2208TkYd&N-|n}Gfc*?%¶6tFNp0%YG;t a+~{(p} Vbm`ӃjD6C @45iE$p*=D~ $Խv#k8!] - ֆ+@kn* ?n%C)DlͿM( ]OTS8ˉl-xn-V.+чr>`QlC 6ƌ$AC|2?rHq|W_'Qn0O;cr#=`T/d h>`~O|/s̗U )y>uJ&g9-%/x+W҅؄9Xvq8oV8K{XԙryWY}eF\#ŕi2*s8`mkF.K^mGgS怷3'xYxZ, 'sf@7+f|ԕ 8s!&E.ջqa= N_/]}2[%k= nIȔOBJvM|°$f鄡{0b^* 8 7o0Z9SVcT3`XFL0 lX屠c}i#'}]$ ^#tTpkwpI7Dei΅NI%'Ajoht壡Lq~t'VB1A$ 7Wc)5(c ށ-'tL`:yc2k5[ث Yͷ#$}$ bP(Hw& |BIPamAomc]?h~0F,N4#Oy@+89#Q,Ehם cBz i_`h|E,phMͫp| /PSH1#ԃ*Ya,R7@=!F$m4640b.4 MU,躘e+},\דE9cq+-%Ũ.|9ɚ1'g#PȮx֫iO*; 醘R+;'9 i5Ni#HT'"bk;E03A)W3l1|YD 2׃A`._tN!1+9Iv H -KWj!Gn ]/kqB/Onx?)8 / |h<=_G7rGbroOxSBe yj79X\e-yod'4cPupOk{Ғx'ykƜ嗨V9iAȽ-Bj+]8,5B)RuHZWcC.3*g}<\Hd»_Q :`h` (N * pRz[ɞԶIix\E nz( 51SL3q΄y L2C2^7Q -[ጮ5ڎgtKORwí᳕*I2q|[Nѐ{`&D$cwueQHN4DUxfyp<嗨3X.xFmχ>~ _:BCb*xhu.z\LG 9XXчf$˔$h}n/ȂmN~?:-ܬR2[9[!ݦ}{ q2B 㓱1B)(ggzʬO (k}]%!kx~(=!6kjSe XyV&(ܔx,gy~13w'{HtV'}`O%]ƱI@C-f$sCqɛDLh;4 *KX$l1߉a01&(/; ~ǩQl#ϰHXio`4Hh銜{k0~)*Day˻:r6^0h狗⊑uqH+# ܤJ֗<ڇAN7[aSJ_QOĶv 76 =C(RjD㺍x%!%j!NԱ~w?=U7M9)KYƾ u"^YѠU"X%fWEOC'& "OO_@)]#ケNƣx :öjpH+Ԓ̷d%3AmXߧ$G}(1314Y8ܫA6oODz+^`=S_hGk~BaYRm1jǎF &ۣ@JG+.cʒ׍?7eEǧ*PZpo$<3ElgXƕ[yO/N9RμcGТ/uٔ{Ki¤A~ Ml Oʊ=Ai1]XrW^6d#$4=.,p6cf|DWzC{tBk>Pf`.&VK(`anŧ?"eU w?Rz;9[nŠSjgnHQ]vfC3H4N&RY $/U/t1|}wD$mܶ; [.֘?W6БA" r4 v ]vpcJ<$Åd [hiB3e$<^=.T\ J2Q20&j7 [N'(Et JBWD`tAFz -,fMVmY fPS+J j)vl-9X~ eݤ`U̙{ξ&OG Sqadvq_o举bԴRؤ iCg^{UW~Nn<5N 5>H!ȍѸ,*㺃bParX Mt4j!G|KNsX!광 ;:KVPVWAyr$ N:^wg3"WOfC?D9+g`Tmo1෗?D!)BU֦@)e?_pL\6}-_bPT Q鹿΁-2^$bם~-!@@lœx՛d_P'e6b7I uN}/_qLIG{r~QqbßMKB3jS -F2\9FN΍_^w:9`ۅũIXNFHAܕ:;ܻRt[^{hhYzUG#&!Ij,́ʜ B^VG @/,I|ydwXRk @5(M^,Y,"n{61> ]ȣ2cM{(KtcP++*Q0x2-a.<H)饗oSg">V |7:J{E,6k eSwesLN i(j#dF9"1 g,ЖHtVg7qnF<@թ_wǠ[hлiLr}[bVk8Vw|ޯV,rAhBbv.*pl2 I&Y.PcgNhL>} e翸r'}3}j9h(}k7B^,]ѭܤϵjFs|q9NnR\C$B6*p|%hت[fs51|! 8KtAY"G.Uv".ʦ:gbCb?3KyDpk@~fHIN!.fu eyhv`8C3yNdZ/,&U[ؠ  q(g wek `@@Gmn*N\vܐ.neuJ7c9G!} ?N؜[Xavz!~_;HֶauŜ=@q/E{k(3NN KK{YgIy|,koۄfFp6exRAXcS"YQ ZfU`lp:(g0v:xW{3++BŌ9 PU=ٴ;>G0(_WB?7n᪑sDW(O3gC,HiS4*bn{8H/yĵ?d@^otSE 2@qToe*x3~_ױ{gJˀ)"r(L9+084o$Fmjknœ#T.n:ܙZ[K <ĜjPcҔ<$a~D*L͡?tz`l d<2) 4:sԶi"YߍG&'Q b;YcH}OThǏYR&z%k pwTE'|Fnd͠)5i!o<M0ov9[eE2OWE&oD赌36i' \8%f%:oVq_g].yz8(%Pb*-Ϡ.eH,;֌0#( o` `{έxf;pfBlpV@hw$:,. Yõ-—`]7$»GOҊ[1)2_/GN#ka4sNn65lJv@Ap_S뗸7F&am@;L*J^3b1|*p4WIF\js3ȍAߊ(4|us&Uj@tcN q ~.1s*Oo4=HIom5tXzZZE oLONp}Hnwp"gONv1y8epEڮ{P!mY}-h=%e~γ kxjIհOV,/R&O[tvs dSץbxs4B~tVIј-Un]-N(=2mV2zdov6*t,ޭeq^ŐX 7i Ǡ]V1{es xIAƇiF]wUn:"}ag"錧XQgmfRR~X4w156ݔd z _QYԚyˇ܊$zab8{V Qc UJ(C{@-c'BW[g(wq+S$0l`BaJ oITSF 1e؎plxVxY&r/7nLS6wr QUZ Rp<8G>i=f0sHҽ~+g'1-x2c rY"c 2.WB<H eUM-H\e]tRxz%qtHzp|%h- 7Iʴ w.wpDV/5 鳤MS0lß(%-*9Ĭ[gGmbk-QMO50_}:;| _p%Z`i%OS5;|hzjJ"vԹ:\h F뉆\ǔQo' O#E23:SYEwL9 ({{rd- Wb=u ئk?f|S 9nFwo+^%DC4ً |xSot ,)E#M`wn!1\G䱨<6Qğicks X` +1Ǐ/gx+ Mh}X=BUNT-E\]B%MqlyXvZ3XS;@0< /h-(&nwjA8R tKϘ38_ {++|FIlJ(~2SpS]p9|ף)d]r2\B6iU5!ij#jr+)ɾi 6c9_ONgIH'IWjd7 E`@^S#>yzk4?80WHC6AWs-Ɣ^Bl|M>5#&Վ~Q_w)4O~W՘ Zbv!ek .HO V4yMh+H8y _(/H(]EfB(gf<]P*uj`-@Zڋ1td;qH%:FL5;:A d*CGPD$Xͦ_>eH `S>K47!MiڠGOz7:LPd/Vf[)2|.|$w Vx5(R+2U!ZSrSH Չ+߻`\?#lfURKCThAg#KT Eap0V8 9$r1ԱNDvEZ9mBamaKa$;pb5ax&sS`hR%ow2`ܦ%޹mn|+q]8}^_g|{78L|q Av6{}d~0Ҍ rTf/5gSW\1:Kfyf' 4W-#8^5B #s  hmH†qc ⣂#-@X9ۉmUtIe3X{^ۈtE+n6sTo;rXW, +"*-| :[<q.O] Gφ17ҿ,9鈁X'@ Q/ rUd͞lyQy!2 pS) fL"3!d3L}ۦ(]Cҗ]+zوm'xAx"'`!v @[ n<~nblh|q,kc_)xѮ׹Niֵz7F (i ?T|^V\t}GIǹ8ޜQHG;(K{;&K"x>BNDrhP!,O' @UQ@U[찲2Nۗ@2 mD*:.zCb:Qi PinJkYNnŶ"e :,rϰwPwQh焫7NOK+3omkޘI|㘊;kq">9`/PIمu`;mNfKsaʱ.`/) ]ы1yo%r[Q<zǝ[\Rt RꝬ<ԁ|Ҋx‣B65NdZiObu-6{'yDs`HyҤd ~1Vҳz(Jj:kXjcf;/`EBJXx/2)?/etD\2(e!MgG]K6oIjX<:'(ߘ5:3m kڷD勴 ? 1*ܩ*eS uL͇ /Lcv]$]rnu1l€neYbYt7Ka?!E+NGg17j0#t9yR^F3"З$׊FSS4BXAY&n`'\jFs`(s@% SK,_' aV=A C.IvPss-!!*Bgo2usHcegYԖJ\Z%gm1ZAe(r!E MTӕدL-7Vi~/hj_o!mרd8Wt|eqck%VŅ`NikgXW21Nyz3ݕSv#|*""[)=Ƣ\Bs>%1bzn2T\сR5IrV[nV0L;_߅e2yʔܩZ5m :pfnڋF~e?*6}|:8uҁ',4ӧ~ÖJu-,BIka }aҘJn.x ?ǺlwhSG@"md:~-'kMޒO3 uaC ۿq 8Nm% fс]x͡"郜`ϔXޢ1VCp6ǿ=<*)HأXjvs5:_:;u \ m閭p]Nq6L]9mŦoq%w"9AQԎ9LV^"Gbhb,qvV#rj%P^LL̦u@yX#K_u 7\OfO(P(e*v lBZP ^ S c#RiA}߷eO% ̛yM,e*;Y] (eC@R]A۽Xc{!bѕ* gtZJ&A/ţ!2(R)ΆB4[j A+)$jό ~׋gm6`R [7 V`N21y/efZ6c{VG#6'r6S,[uaLj@&^Mۧ64CD< da Juu_`ng:y4!=Wg•/9Rr.}+fǸ54P@7; Õ$뺊WCsV4F^,pl/8vtmd[80[U)lŌA8φ0VzpcžHʽa) n0A(SEHGckp[4(zxGyD.lJzOs7N:!DW*z`l]n͋Bf&rgzHJ~۵?30PНXecN.ERJ!á,aN?c(3[Ԇuz):=@UA*v{}͏zۦE )wf9_Bct㸩6s.M[B9^զoM׽#ӂ3 ?eNmY1domoXl謽)X&( 6OUbbJ<腻RN(672*Rf =J{yTUCz/j0>?{'&@#'0 BPn`J,Қ{&2t/L{~Muw"7!V QlG3EnlB8h>?[ddghԬN7ynAQD;r] hizOFh`Rg[uhi,&CimHw5"U PNǀv|^# ɰƁX}3OD0p^Z 2ˣit`H]DL=H<2}t/R15DQ)r>V%38e,cuVdfy2Y#cYnb=5opm˕Y9 uWK}U8NXͥ&S3yA-IBv#+~VC̀! ,OBJS 5򓪝ßl=aVgf2l07*]2TWH*W^HPB3n=o`b D[YXJ M2Ż VYr DgvtnhPU{wpswF,f8\8W}Ґ!bpUd|'"Y z0֏W3cN)O6ggMC1&{%f1F XoG*"G=lsZ[|{}.H?8{EH/ yhA k3 "Ff*zg]nP1I\-yȡzb?,0=4j]qfmoʣNIo5MM0xFoX׍;04.wc`u}<Z=!r V 39zx0׼pAX,hu]8tZז,CFxYrLr;H7҃lhV"D\$c'\׈_-+09sԳ<Άf&_䚰PQD1K%9CNJ B 0HF#|uӧ.56{9e9JգPq|_Ek}.tGُW[s=:zR>Zt<*0 JMd/1Zۢjy3V௾sBC, ػqB}aYЃcec;s/Ŏ9u"d`o%wO+Z$"<{Wv!Zgֳ7n!K\Ƣr ~pM|)#u99y mg]~XEA8r <M`W%w$|Qdٽ jWȊq~Գf,|% CL+%"\]ϩ'*^uC-Y(q8n,T("by(C^406Y"uw ?^Z d.jֵqV2ұMxv"/\fg~B/ ^.R]!A@zq+)t24:O=|hN+$Jf~YRM p0h W'3e5ϒ8;g l5)~wHW5#=Sxsᢶ-ȱ3Doqp AfÝx]9棶ʐ*[~mE8n~Z^v1ȳ3q6okA6J%d~/o1DޫH3~hf驼@n}[M#;O ҳ ,CdVunT~|@!f 3_Vz2܀xMW"7YDMGWM2F9܌xQ{F4K)XPM|ߑFf\儧vE 3jiG6wfIn\1 !jٗsoww^_Q:gU!SG55Zn_5j~ ũv6ֱ䋿BI~F^Dn`~Jx3И6XMpVS5e6T L{=M<2.0:JE5}!Qǭ %A1sMD?^ 5|Ns4wܫF@f.LLoՎ'`nf9ͺ74- 4CR!hFA;L=(n 2}QFR2- Yf`8"CGFs)󅊢U}kP08dZK.YLFCDo7w%G~+PNEA ̤0_Ƅ ɘ9mXmu/[T*ltu:wrgaSm-@86c4} )-쏄8C [fS }܋LUtishh ܚiWhj p;ev seO f-H* $e ,*=vO39`NqDt N4hR|>(}V&7V 5 ?KKgv~&xaO˼9x}ЂwUSw>{Di`MVp*K F TG 1y + ii[ "R)巿[>js-W>Cp\Mi˅f(c`_&{k!ͬm8Vm[osp y:='Vfh## xfU=gJ^$rMuҠ[ LhYc9v.p;V+0q,.9̫m,rd8B8O?ˠ3Nԩڿt~@hόͷ7D_;ύ3h9T{d&12=Cq*D6ZyA-NnZEJ&-ةi>iS2 Pȿ-j) ]|(:J[X6u c֤* XK6`7x|?Gm09Ga5)Iˆ_AJ9xhutK30uZG0vfUe\LU%nRŮ]6QSZ:W$D<$.~ X{g,8݉0s,xzz#hؿ1>72ISb:* #j}N!҈6bm)i%َ8.c<i8bsE"N$(V,=3y>)=bM_>&)1w&xTq GrPM` 9;Tf]5.Fk[jԩ݂qz4XQXoi>=𿡳a 3#M2LoBgg Pn,T(D'e*k3ϥPI$ǹ޹qvy\g,Cr-hP]_!EoJg`O/ivZy­ڱ&d@4V}Oo8VpTᏡ5 Ib`~DOɩmW=kp BGҼ=5gY4_ J}˟+0"TǠouA 6&ǧIMjQAIPלjsaBw+E12򷈕HI:x|8#2#(BK"HB2*=4]mH\iR4.GNpŽU1n q; LfחO:,ѝOW'0)}<{PHv틧dۙA$m9&/0\<,%ffBHĔ1FلP\q;=fjc;UBS _rVQAW{iև4fot˭n+ k }81Tcu~8]Bȡ*tx]=ZݮAG\`^DTv"XE8ohhy1tݕU+ώ=d$aPJpUg'M7o$^?P +=v}3Mjw&]z4\Q20?GP:~ qw! ,AS}ŷm?zYxUv @&-SH`Y'FCVD5K MyWTGtR̷l AN>}8G}S6g&o(UX#̇iuםSXjcSN [0ၓMTM.EO-E>Ǚjw9y7ZiF]+GghRTD^:$엧꟭&\K\b X ,H|[:EP%frQLجޞ5/2vYb ;jP41c*C7CƻGxJx9o݅X$wkޠ ? jO˒4B+/Z `/Xw:RFe4aeJ!9{2A0<$kKLa+byC!!<'?\1<5df> W<4\|.V vk:gk,+#LfUY5{$DL|0y:!!Csne~S%1\8aW(%/Q.e}v̆ Box Qަ@j\= (i ~Շ0S79 uYQvvs:lH߬C$䖧83@cvRnPMk kB\59j:S ۃ׉QlVocJ)!V,p[tUTBGX)$]9+X"S38wW"=0O8TC#Dw(U4' 7Rй1={~3c߿#eŮnumN`/BtSbF+c U] *Sh'}7XX6m_7njqCskd@hdj*ϼ'/r46Vkq]k9p~ [nyO ' rfѲ'N7TQXhs!Ol84 CH&*nNH%FwmTp5EqE PpOпBv%1#\}17@o4Ă |ȱXEsv[B_汲!,#1"bcQ}eE`cwNm4y` duӶ3yM-ڑ,In sD|BZtyW D&kl\^$q~/ h,f^#xHvfNB\jcI#.Ew2o`n%?m8x@#@zH ;A;ռr(U$.{VGbלt?C0%IܵϧG.ĺ+#T%rFpQAޠ&rXJ拱W@6HEbI)wxyb[i9I˷묜U] jX˖-WJ:PaC m[ :S݁x_He >Z{RqdN?(=>P΢9 u>} }palJYi<2x!LFxw!jiŷw55ފt!MZNֿõDQ9 @s.u*;^<M{h!֩3CңUnx[eT#7t@|u@<Ǘ6hTaG]?-VӖ86,3C?f~ӽSEb<،5Ӫ˕.z)2;ekh;]: G{lIG<,7( mD]IdHu!g n.*Y WPp)GG#=a_ 1fXgTId@vܒ ȣ:B05Ή E`d iFr!|4bע໸0#g5vvdK:9{Yf A R $c֋}Nbym& z,tM(]s d+U0G p7~.q%ISpQ@ݎ z#{pKhh&HƸ)f2'b CLuQ6@'ZYB9FLgId[iNʗJoFds_e.Yq y}WK@Mroqǿ_|:AܼA)S %2kX]CͰ)㵤Λ[G3uZq9f ovaIGit eI1O 8v uQ`[Ŷ[-,R~ی^|fLXYWd&]Kcܭ,*C툏e(` /A'ez@,!Uˬ|HP;z(;BKڅd(g *N^+^K$V;BB ȰZ &qp\sXW2'EVb17xWuRbVF#dfuߜ3-EPS*):#![4=uw􋲅xko#5~ ^uSM%[k׵͝XXYl3g~~ԃJz0@DF O3MO .k/Kӌ̖nBI.@T'{h/D[(_i@-}Fre@4>.)bHFơ3oV' Fh;X,ĪvۖK""9rD*a@d0R)@^^CMv{p9ڨ FI&F|# <3)zrh(&uEe(fl~5̗.,!˷7 <]:{ACy#eXI_Ї@瞧΅n^Zxõٽ 55P9&41QXsH*w6yBd&z] P&Dh!/QD+]@۷ "rP@],p1zk3G٩imچ9LhfHgQ( sȃtr,Ԕfʖm,M}ӆ+@ޕ033 >U1+pb°n 3Z'[wEC&?pFɌA{9~PL\a74wW$^µtc)kumYخh1ōyYչrOUG$1x^DzD_y`9sn"գ%^9@٠Ūe`,?mj.s)`<3v#!  "RhTg94 `Eh_&[Cހm9Hq3@WLQ*yпqoq1tB>\7C+@_JlC\9xc@:ζ\_:N)6!:BK6xo`6z ={9w&mۜC%?S:nGq¾YXyr DKM{qnf@y`B>8)zsOPn_AN/5"`]#C}l† ._f?zQRHGf'/-gU.M_>9cp_JX^GP>2] Ϙzx4k1w{1ͪ0GRl6<?}IY>*/1@ kmMW/͹/:57{^Ѿ=B7z&Wr˺`#?;l,ZI8ɘk;!&ZbGYeBlf)l0dYv 4 CNwLV¨(fcfd5)wϩ~oJPNNK=Do\Պ=4B D>Zݤ}@poٌ*KARal;e@;zCAxr EӠ:TN!.>.00uσoB#ݺR <07WB0-mf&:7xu*0*z H?հ˼PȇuRB[|+ ;ĥ xWw@wW 3y2$= K3 _ð3A%J.Q0/{s?a.a6̈́(˽!TA=ERvQA"7s#1-4Lf(L҃?t B b0lXewlØ4{B +3폇eH{H#@ϡ` @@H'ǬMM'|tQ!UDZcY H?Gt{SaKastZwH' T!ͻi"z17N6LoryoշGwxM ޫ9W]ITQ*cǩѸN ESG@(u;-ܗ m9i@3+B5'j}nGXtv)/w#͏~i JSwڑJTjC17j>?o+>Aށ2nJE| ?{ˢ-Da&\'ٖOKX'/Nx={|a'Z#D͸KC!>hh+Ω$GwuF t"pr0yP_#"㾪qN| v&R d#O0MK9:P,}ŏPK;%SSqk=QxcӰk}4t%R`nVV !kk_9LC 1+˒V8!<JgbKCsb=TiSfp# pȉzJe pUc9&\O",CYkdo_9^- U8&2Sڙ"J7_"bYt҆cMd |uGw$ڽgly0>[tҥlti3ԉjjxo= mV+c+[o[5:FwbJj"8U%"@7`ɷAMn51ۃ*@?ٕ9 t 7Պ|RΛs++-Ibt5rx7>BY/ a IF6>u9I0/BAmE2c3IȋeG;XRF8pLnW%?RaYơQ3%V#2w*aQ_w3uGۤ{N{Eh^ VՙvቸL|\}asU_&0Z4-(4ݮ."EKgWJ;q(缏_A%iX=H4F HpxrZvݪnǟ@J-,S5T/u-%&Y@5}봳zO^#:H G\=Z9J veiY4uusF%:w(ug@ft4sc tݯ(3_GP)0Fц[@qRعs&X>WrD_̮,_ao  /'!`)% QylfC~sVJ0r4uMVgϸ bdr$G#3l$ԅ[^?wT)Nn`px.|W#U"0dHZzRlfHeMl+V _Cߢ*.A6<#l:&(39]9=N9>fH̛|B 7͟Xѳ(O $3w}Dc]N4?'46h64p' avq@;=׈Ԋ ^3aR}d|>T%1K|%boP& qH Nt8 '9LnŇ"Hѧ}Qf$g?W^q bqig$ 2GNby̢? 7si ;Vp<;x1?۽}whˠM5UscrLUz۱T*hybա2 QXG> 'U10c[V vt#{ԦZZ/938>z`/jܘ`i/Kthvr|yMN͜AzC ' ^p|*fztU}+p)E{E[< *ŭg\FFohz5@6'= E]߹ǕҐ~[ -w۹K51_{B=C! 3,1kn2˨o*< ܚ^N+ :ZAIqSP`븰i=.J8iZM!EwGM/s٬q;k3Jg~`v$]&;k1EndU1w|%`,=t|Mu/KQ[ q%4ʬ-KYPD3OoQePl y:Q[ zH+4`S&QC8f4!ȃv*GӮ/ / :u0Y%|(Y #.it?͞XbYJlM$U$SØA-p=؏UQ^trb/ v,Kx|RCظg 81@XW'*o@ٳ6qT4$Ybf0p@f8n, )mmŀRb̄` =6\.};3Xֽ2n}}aɱ$rDqP9B O[i Ro'E نfso"Fd ÙSB[@C Ok_{#97= @G6,51v0_ЁD˟Mxǻu PuS?+Tw\]&^H:.Yq0,6DRƣ(xމ v /5AK5mēd]B e/VYO5l&6je-"y kG%MdBoQ@s_ "CMMf![3dB-A4/ a0uã®Սs$_g@o"7q8{<" `&R$Yɋa:u`GSd̿mn]2Y>uMtcϙw.UJ֠,@I(]4aU [J2fR#8ZA 5`9+ 'NfNJ=6sܗjgO!YP7*heMΘt;k;}?@2*8;sڜ}Pd&@˲*RŊXQL6}RIwA+p[:T3'M7C>!yLEQ}KeuRڳt/$Q6`*qqThN>p_oKN)eV#:`Hl_QKK YW%#-mD223D9|m:Ik9 >eK_f5u`P*e{+ }eWԀfCsJ'T=#ea-UXF("yNAwSis'~=c,o :vxq hcNK.(Xᖟ5y"ݽH~RI숏Kl i=8*IfSmbIKr_ǀ JfY͏vKWjɇQo|!ulste:N/IG:D 1?zKP)gT-«r5^AK+x™hk*ߐ%zVRųэ@%`vdpV?KjݝP":l}mO5 gNϩ~(Q('al~W*%R* (E6S K =]'?W٣ck%&EiQ}uR<.9e%>DVNħqJLɐ]` zΣ {,&ǿ=gVBw3s&Z؀au|ڱ}xuv@>ah!2VCB{;5fQR]H];N^Y/uй>l5-ksO؈E# =2q=P;cbojGaWmc2{F`N%RN.&shY+iO*ð}c0C iwa=X-(FBTQ+ %4KUYuwa3\[pK!!'#v6>µt^BHeU35;gl_&Υ޿a*ēmb;lcrnq X"/ͽkDF"DMo CKj"fy.O}VlRq^sS+l';5*ȩ6P,; <U6C43Q]o~ twadc3*&YC7/(P]zYF mT7Ww9¬] Ko(Cߴ@ǧ6Y8cK3dJX3Y VS ܴ^ AQBw+BbFM&$O,^ڄ鲰"Q*( ۝R;ͧ;?Egp WPazhHAȹ\r.89mdSU߁LYxw$<ш#8L]h4_ 3^늙]Gߖy+#sj5~xh)2 )_7^ K AX*g9ʂ*Zt9'K ]0anb@e}|8<7̦7 5U(&&Jfmg2:rӌ0\uhgr9+B ï$ʊsV%lY1SX(Kxqgݻ1P/&>Q=杕i=P/_;޿C=FZag YzА?ر_ T1!G!}鐘tM#)hĒ;>v6Ok,S,qF#@h`"k`vWцY aLJ8\#d,ϽjG4T/ )6 ɨDڮ2Jg nt3ziVi..M_A5A<ݯ[gB 1`nMPD@1`)#C:"L+_l [A߳ >؆;rĽW6pbaMB@O{ v?.F b+~> F 8]] dnĭhRփ6z!e8Æ|l_^XBS͆RtlNr^wh?X:}3@b^ ؽPXfV^p6k|'o#}M9wC<ͭWxmDt]R!9gʾ߉rQ !L]PLN_'|bC:tD$F/kLiͶmZ*zJ1.&T &HA#Igy+@ Tt{I.L]ꭃkĤ "׎gNhqOf^ ,x#QO{fxj0\|' &"$+-$*F9d$*޷U-h\$t,пN7'Ƹlr[CvY҅=w"٘v!D (p#쭲r-Lo?!I xfXK(~^:3C@(5D߱ګήuk> b-#LZoXXqd\a?RWɥ#"aŊh2E>1j~9׵Z Q ;gOd>U&K ߙ|mJM6uV͢ WCqb :3%LuR:<"nݎNS,CUb&s> :.H~e= DTDjWK'VuTk'a8QN:ëӳx(>:/RhrdEc4%l2Er Aa!ӂuPO _k Y[$H=:L"&@,CMdݦSx_Bfu nh."XG< P=UPt<pY3.gÑصA#a '>IAMzė PB% ]Y"Ï 1(쾏5Md[\Ԑ6@YQR4$dۍ?DZyB8Rr2^,}93, ǡ?B,1G>#\{*ٺ}}êTd@*P>Sg!bv beW*q.QLD s|Kyf3kGmvc6 :'EhyQ@.UkވP2CWah i_Q~49dBbDB}4,pM?;t)x Wtqی& JZطki^V7jis)$tTމ!DM6M#woݜ1=?O['8D i\2YdʖbPzıoqJ&H J[9jeJ~R@4(.N,~.B9ft1KL)W|%n7|(г0ŗp܉+fi5*؜a '~WFVi2WSNM[^jq_28ct{ v_꾓]zb<2(o/(e#1hŇ-15O>Lk Bs] hm!r0u=ɗh5ڸ{[WW6' -O$x H7UsJ9N;8!lFIf%]8mBK{^ XM&ۤ[yqMimÝbZ먆 ,QqOauZo_Jۮ+*B/?oOKh@iXka~1EFQf*j1: IfPSXKӔC'8+q, Rwʣ1liÒDP#so Z0V)G쬃@qYC1䦏IS6/HW2>-`7Q$TL)LM|P*TP(]3rv'Iv^+JWOiw&-*ւ"44{]WHq˿~џR=R&_=%j%sf .-m7Ӯ72 XL GCVeYkE;7DQ 4B(Snl[B. S_ Nr{L pc(M^ , eaf@s=ľ _G Q9Ѫu*ٹ̴ Uт J^X> y $1 ?ٰ{ P˕0K oL޸ ^.Nb>>0ؚ0M:W9ܰu n"kjv;x**Pap.͏b@в0 h3Y?Z`fc8l=ra#Kv~N{Inh C0Y#|?glBbC4 ;y=Ɣ:(zA0{= 5.)Rˤ?@Hx @M#6fC'TbjJ=/iD,:k2iGyYrmlhkVi*|gQ/7'8;&~r.i9ʘ]ap+ĄNV3KqsAƑ]Vt5eywj&|26 ށ6dK4 D=!6P97M 70, l3ľ)t/y ;!QU(Y j$xȆ65GV>*@P"q J&N071^ o Rvf=#-^Lr_ @uX9O<9놢 ࡷ߇^)p!x1Ҏts8DQy50b黍=iRѦK1\U T|% 8&di%}p"0lLlmVւݰ7 9;J+`oo&.3z>r(f&6יUcW3WU v: fa@ə 0lvCsT7~Ref]׳[@}s Җ-ccWq6wk+^u<09j9{=Vh j[u({F$`gjY00uС4OvY128%N6! *"-۔_Vpܲ,J<;t8JKr ^^ V/X>ջ:'Tev|V,|@V-x֌8L'x_fI`pZEc'$ Vw[7h4>Bq~O*⽬:r?n~9|(&*s8-˃]uYNWJ>7X / ~I>f>E:p팖ïU~S$2Rnt^{=2O 0t>G?:s VNJT%|(2ޜV8,a,:F (><.,Vj*~qfvE#O7Dx&1hl1; $h5%.f iHӅ;Qd:6.-թ$w7 VNuO,wDJCbXh]gV9fSj!i.`vSmh8~R}اeA Hw$w|b*[.O[8ͭ@d[ldW[i ˟.5}?KXpض/lo9L7}sRTrð#uf?1hB|k搕?AmytFߚ/}& zd<_¥ږjX7͈]ܙxz-oK>6My&`DM`M~xϑ! ߒiK2H]R2 X׳> Ok{#\3{v vCόT 2D.ڈͲ~1,hbMZUr5/pWG.Y!~u7i ,88Kf-5^>YLU 1fZ>?ب -F!UJ8E~_&OrGbQ_NbG N7)t<A}U1湨c+oYR)ߎhΞ,[_ \q!rY/.np,o%Tj-_|2HH8X!(,C?_ Z4] Һ~ 9FH,ФZ ?ˤmZs JjfaU^e NMkSQa煎\?/8@p=>0Wv{ O ڶlewHy⑛Xg+e$'4댱 m 1SMk5szĕV##P tTtYj jT\B ĵ Ӫ*o3ɵ] 2Il:&QX)dQCXk{ۙ}OrEc(w & rD<ݾol@6 hU$u6G-f` )TeGiᇢ ~XV5'C!r[j3)ooHQAstj$=Fn,_2.70()-Wub8ud$Rbr\(J|S]dL>Hn=&Ls .iɸ,:޼@ϴ1ۯJ\#0km:Ujv@7oXsSjq/>Z0Tnrz/>I-W)Watَ2t;.{dr8ir8W */ 2jI bwH)褮\V7{zJ*8U,N 3 ^n;5TXIH7>ܷ8xbv+uwY-a}]2#YGڤL*=IƝ#r vMSK)MnFb';?L0 kZ_Ї*6?7z,~Xʘ&k)yj\wP.җ28[PS7J@]#usw){:S=RkklK=tUׇ xܒ+oVʲRᒶOv$¢OMO{󓲠'N}sN)l+ԗF2KqkgJhqo2jmʻUpzϏn8Wuџ~3+9ɌhKI5;-Х2hyY?es ?Y˻O -V]]* 'm]F3vmަR@Kr֥r9]jv3eV)7Z a;͙Uyf:#S?!D:F\O*zwyD*m֗SWRf]e ۉ$3 K,SN\9r󨓜383 v#U)pZEQ4f3؉IN#QV%3&ePG4,;uhGwMڰ;ֶ»܅5Z{GmbZ[):-vB!e[?KH`n4J sAEr»y*:SNX\ߎ6!1dN#.Zec3V۸G^."YǍ^ NBT׈P+T6x".bw6 ~i"hUn3 : QZ{e#A}Aww;5;*Ib1Vkl7!xZm{iM$UOi̗nRVy2A6#5ؓH*;5{ϦXͬ~G] 6p0B_Yn >jHtz7R@\0s?Ձ-PMǵMRu\W͸j=Hb2++Nihoey8=f vI QǼۤ5?Nv c;U Kt@_1U= a'}K7*+T tӬbJ*!QDgNV^*ۑESMvs/*sN2&S+u- >W5lDŽLSӻC l ЋGFA_pƢ3pҕ\>p(xbi2~=~5 of v: \kױGpTp*ͦ;-`u2!")"Vl棲vzW*B"=- 9Z5:4΂"/`G:IAJ4P$CTclvJoM> m1TYB7Ӑ&+jxճ#VD\+" Dog-܉د뇇U0GK}aE<"~O$uHԸ5}55.>Bǻ3oՑVׄ|;㯺6mK,Y И<Z00/+aAX8st#2qA);9w_%°TI]kNI{nR[ٺ n/bie*hBJJo]ّߋ7>>\؄Ck/78kM**hdw-8rz5JV[2A҄7\r61)M3#:H)w)I(Q1*}3|ww$;r-?Q~:I܅+"^T_y79G ;~>Ot]g%uBԿU_cǶځ q30 B0 \KH LH&GnE{pȎF[GWtung+!v4<#eMHэv+Vugq3K+)P5/;*5XA9YS;*HxOEYyGXQ%[EXOĩרʑ;i 'Eی #uB0j}} QѮVdѱXzT/-}UX/5UtìǂmdG) 4Gk*Xaq J/jE͢sI],!B6!ի-I/Î`%( +_VyTe;j2dǒXoRک-!,2Vy`\Ta)8|d_PX>Җtۚ!eYF'+68dPsa~KH, W"%zI{v^Q} ʘCXyA/e4!&Kgvhrd7B6yl/_m,q75^^Sd3̻|Ͽ-d /c_,l=/]:;D!S ϸI(듬lH\ 8U":/vڞtkvw ~ϡQEo.!ָs)>oX x> Ĭ켖S1 b`{\&zg5r&E[Vʤ4\[N YfUMyr`;`9Y~`W\h৑Y~Ȥk*j@μ. XbcJ{V5]\q$T_YJhi,4Ni;Oc:dyZɪ d?̴ÏtD́8 CoQQ';aԿqez+5&O~ (rQXmo@&4)#v$ŧWB߾f̨QʡrV/.d.#زE^E6tlQ9+*OWQF9ZټA,(<ԐsPx ,6o=S} #Dp TI>>/ +}< Z‘:ڙ]@ #'j%hUp /e+GtK['mI}Jj:wRx]:צ39%f( :IS![^u%R}`yխmOh{wpޑ5F@a:RFMkIH^o^"$ \Pl7Y+x Kzh"?=kBFfP-^)Zsa78$T+Jq"Ly~"bL+QG <#'ne=H]b}J~%‹ Y8J[?sMܽLTS;i_OpP+=5mHۭfS"OǙZ&B$4^ p aПpBrbOLtNǮ^E+URj93w\^dcV={]z`5} '(lj(ēY* d(Tń n1`JȲ~`|:[`ೱ[asOutl8~dcq*͸Mk.|ܵVr:- Y0^t T9φ,NҿCN&=zc/ok>xޤ{ 8crpaBXկ ՜\/v ꊁ`,8vc\\)bH_}BA BVO"c_!Qɖx>ꗉ¢\d(uNNI?%cSɷw n 54(}`$Qq^^ `=b+׈5aX} ;q*[)!n4|7#e=jDGzXgdo삪ڏyi͏9J 2 IDwFʀ5~!n OvIJmOa2R6%ȰU]:5$}%M^z0E°^gN71l_ׇGgKΘE꘡!m-D&X>W񺃸L̷at[; LxD/T;N}}4AV_v?Dt VGn 2ur Vi7OŽY8WF,!sI >" i _ ߕlY$JNŏ%c"xrR>vH(~N0MlP@l35)2M wT+{ţ2ĊpEua)'/tCdKɁѝ LR'>]19\9 :;t6L  '`e߇dDaϙr"V˔1l8e**͕2{:EyфHK$Jc͜_c`MFҀgCjwXҔ聶o`Ե6T$fsg.&3<t2ࠚh;o=(~iJZ"iWA!ԸK "ps'.mVr,7rw 궝q?gD+wxCji>XYN9zD6ӷ̀0Fͪ)xg55yӈ<N'<7oǠ-,g FX~Sq6]81ʠff_'o/"S!80F&&'Qw@`;XԒo~GRBjI50ޙOg5 )1jRwR@[TsU.Jң2cNΡP#q_unq&()$ZzѲ*6mN}w_~67^h2|NT~!s|nATeצ%)#JLӬ WyRHK!>.DpP~#GAd/-kY&HnsQo$I˥O{3Vr\ Pg9fƿ)t=}.V]AȵZL"7A yP :~oi;]qlhZ@%ɗ @Tv*G7aR_׊(\fut82juY\,NԽi{S`6(иhO_*#!V\=m)%JLST8-vCi-4/Cݢ!zVH|ߔ1= ;|q-aidt6͘a[撧ž> T-wbij\T?/bFLUC۝2LSob~J}l{" C!'i ~ݢpüX~/.HɦlLX`M߀.fL4e Fš"[B39V7O"N&ԙěxHL^=DlC\/8(r(@ꮰi[8^/ӧd-}v+!XdvWI/If"ȸ&uӻ0y ߐxr= T@7^JW(+^r٥h2#rUڲPt&T^"&Pu+^:yX!^k)A@b&0X]+ b'@KbR&wsNR߷Œ|>x7_wao ,-te?6i%\%V!0Mr+ }Ms7Q`{.))fh`:y ~Z!RWb ޅ);='k@224),ěRmLW i'wQŋy/p[ݥv7qP&W8*RnQ%o˯&Wz QaQB(bJ`P7mK`a4= WzfzAxU&_ W@$y_znf >ȷXp>-A)`?!kz~AYCd4AoKo^"omfLdk%$؊@F4*TTʚiz;v9*g h6 O6 NvY2>I\d ,a@i&17oaG?@)r뗢QC INPhQDG.@j#p6X=x@lDR;u 8ɹƹ׺V ]ieH׊=\}6bb&lbc b1 KŰmgwcOAUP'21N] ˸E6nM6Ej@%;^muUV nڿ\I[͌UYڑ;B q'}@DBI o_>JX9).9t- vln(i!~NLϋ 0FT`<}GmƥZE#o>YD0yw۶Yziz&߆Wv5W+Ñ5G7=τi͋#Y+6~KdU.kw+=ZI֫&UbsWpn/&\w"&S]6zM;ӥ,Ӧ$, +7-A.'PL Mk+d+U*Uоv8EƈzUX">El]qTBR:rq-kqus-CLQnGU  ĿS6; >v<,GN#pu&k#PM*w|2S6P 1 n6} |U̷w8z#UmŽNb9)+נX~3ZS- Ja hkAN.J +IDQn4Ém{{Xgc WP̿[Hlz+-{~ =mVbrE4TS:1$9@EEwq:ax-Nj/h \C\g!x:2.~MhKVYD>h+KڶfϖLVN,%ӳy4"}#6T"pnjI ecF5B4uՀFX:#OS5SL :ԺC:%"*>Xj yvS zvr{^L "{ ݸ87-QK_@(MG:(5D"$cL)SuŐcK?k.ΎoC>rv ,N>q@kdBSX^GanML(*)MXXbr2S)r`Xu\Tklm qpOallƑ=:' bC[ϖp1qWO?ajnbMn$Yk6Ju*6ih= '8Z֪t$4Rv]Bb2dh,u )%<-֗z75 p' 4',38ܓbI.e.D,(}5یrzA Yctն!HմٟibfK- (tA}P*-h`y Q.IT^R8Vt{! )gk/#)VC Vl}ըzdkazL4cONa{3|HE=oj2@ jm:EZ7RWqsUtUrI\b笪,u]\Rj;Xd%L'g&Y~2=Kw4G8Nن}(} )Xu~H-㡖<#D.v:z)s)X:7WO(5x]h? nAt)):ƻ$:tȦ.Mu^'iuXAJ姞YK!9ڑEQ2**y_zHLc֦ ,'d+H*vmvoۖKPSoHPF% Ђ {`& (% ;^x &MԳLXA 95PV-z? i{O4In]4:y%yz!+I i$ߎ3DX5\Qs>s&hB7L[};CwB!QYCC+JY"SQQ3Bvٸ.>W= XO'Ul-/Bd$8M7Y ֢. bMSN[P >Idsςbm$zv f2}{ʩuѠF xzH93|1Vh+M~bb^>W@j ٧{!R{j-"@G%NMtð;2<+(dL8qAo])D\/*ּn:>+ۅ᭸X>&iaz,{KˋqWll%!wvB#к=bDBTum )TCʁBKzEtňwuf~3tߓt|$Lsx,Zb4Q EK#5SX G%d>~qֻ<l`_U25ݍ T4R, n1#.Pp2E\l.f@z6V}t>2<(ـt2~{Y~cepf #qT9[+SQԨ jb؂24b!D*Pxn v]i9]֍+e>Q?E?3+WB2V"t4F RdH\m)}LrM@!NcW:=BzLRu’dWoz`,3m@m:bN6)!11QK$OdZ/5/%fU}K\EI젬zp5&8Ƭ]N1z|"n ?~@I5O$D%#Q5D8'TЧyvsdWO̦e# 3/eV] *?vtĵD 9\!]J2nfk@ٻ P#<5*"jpӉkpS%&HjFӟrjx`:|bۖ| |sYl2N6HzY:َ6g`dKߔ*DIik9+S" \$A*}e׉٩mʋ"Du2]<+eyۑT~\:"} ڪz(*|+,Enh/J{3Ґʣn! bpHzg绬~[~K(tA{nԴ_Z# ª[E`iWE▬0ۮ(郳̟eZ$qU).(5R6p ~7uRSزNdEPmGBN+J%+xh.14CӍP7r]//FZ k'Б?:9\ 22}cQ|E1ɵnSZe;o$+^?+Dk(ȯ` p*TR^x^`&yA%ic*"ܣu˯W&\3ӷߑfr)qml 3 <^6t3;[1̛dC4Euves'#Ő@]!&X݌W[G! #,~l' h,u귓 €W.|Pk7jq_?N{ GS,Xи[M&k~7ZLuh˂0"Dyr3zm//M *`!ăa R'\ho-G"M_Mro]qƺ+↘6w=fa.1+r{}k (S:,\'8pwq}/Yi}uÕFX..n!J.J0( RbtpkUY#5^TҔc> )y&f>wXqfܡņfb-.Ewv,< rJ&kw"I8}EeSܸ8|22EdAOҕd5$K/L6#:tM%y&Gԣ#_ @־={AjHGʓ\<90؁wN+9 ̧7i9IG}-%^Doz^F te9I[ dj}OzЛ`%Q\݆)v4gg x։8HZǿ6^I3b{OKWoy[E0-?ǏOYp Zkr업uU HzXt]Dr 9##s|)GeMޫj+Bp*ukSR48}OA-p q(clT”rCD:MI @J_G>@v)u#n>ߔpCm7?fzgl OMGh qSe=1wNyn%pDv/k'pa&596) x:$v^Ye}q([dWpq(H1go<. .q aLsC0mYnԗd`%%?-۰HO:Mߡmᒚ.u U:_:2G}B@LsUmEaI/$kPTj76=7.a~αmK =u{W -!P G63d*5[ʪxKNsk5s`*ݘfaѥIݣ7a|~98\G1N5+cU5\-= ٴF\y' k./NtiR"45M[MD"h J}Ptk.ٶQ0ɯNj#Ehϒ{;[I_=ׂpS^1PЪ`ʿF[|I"HEĮij\0EFQ>\되$.\;nY;E$՘ X(?tg>8= AbOU̅[t?O}ArGHLk칂w^\ ]=E:J@z<[dV5ǽzg!CVPHkpoo|] ߜVEJu&X]7HO`*>1 "qֹ&>>ԁsIl06G$+ C[,vurK~F;;Iwhqa.p]&O0{2Ǭo45t3:NC5hQLmxO@oғ(!Eak/ne0ڥ2(o `!+OGևԟI6;Xr=גbd$+vK!2iI,,hD"-sIY[|XWG(ˀF7~g0}"%M}g\d˔$+|Bo^KȓkIXp(H@~bY[FlgNϏ6b=<5u{ۇRuGC"Tm$FI]S}ɍJ td@jr] = Q[bۀO<tEuesXExP"!F>)VFw ֩_M.CavA-f+ЪU _C?ҘL DaMNo ۋlk{H<wiTwRsq&JvSe58wlඞw0(i9Rg~#5T..[|/5B@3qz_( ӿه7]נwBm !R3/t8x19ތR#,3<<4[A=`p~8O4ziHbmyap1KR\j5_ A8_M\*ꡚ+F i*l )(A^.)7W*ok0 I qܵ}&?qUpKEԪꢣY2]rg.%#2Eh)[bvY 0-](D`"[/Ƹ}*㶤;l{:rγf/kY@ftiŗ RLJ~S r(pQ?pT{`B:Q>}@t]FBrRD~IOcz vȶ_jWh"fPs@9U*]Rx-mèHG省;W~L~w7ʳ)u"~i40(Ͳs* o9 j,#&,}JCJ_{ m}ɰΚq0yhԁģFq  s^ݍ[_Ċ( Z5O؆)s//o8:s|ljj9SDR)VyI ԑ~d#8>R\Soq& Bfny~vBab ?鵺8e*~\%jZ AgdI !?.ܷgdh=}xjZ#8< 7OŰ2wp+*~|Z JScT\C{c빻RYe%ź k~}Tk%ңSwVOw3"&I%C.@Dndr ߢa8ɲ#$H_pLvU갢C>b<>.ݬD8ŶpB$:w E8_fڝvVw q^flI昕 ͷLM;qK)Ys 88M+sKBDKeKb3P'œWf;Fyd6b-VnUȈ6u `ZxF „xuO9xÏ na֞ K=v1RP⋳FK aL O~⬃YER1'w͆o5u+5utdYP\/ g:A"M?(~LPُ3T8֕PtKڧoRhS7Y:@2s?lSB;1xhH +ĩd^蒦Cqժ[HhN*[ST[\UNλаu `뮪Qs>~n=we,WᶺKVNC |IK7P>4M3Z~Uezv(P*~&>,N>lq^_a=: 0kf+n[Pڛx_|1CPK *<MURo7FF2av _6kn! j9kw!a*VHޅU¬og@%Q>Z*5Q\Va5@< ]nЈYz%t;5@+ GńHi[PHLw]U0f6-^(0*"a2`y_Aďw-IH܇[<_uǞ\ViKASRjqVZQ= M (1g#wn*.ג 1bCliq!BFJ>s=ښ%JQ!m‹U:U"N!YZN7gsT7EޥfMi9,|Bhȯ5)}_Ũgl0*a}d u# fn袛ܤ+>iQNH}'Hs}\c-\ pk%;!k}<;Rf+|F\VVSx6]sş2D.8agA/CK:ϤHXwy!:4)i)fS@!f{?]|FqkRnA"= )g-8`kbn8$FїKc 'lŶZSRyFwFt=49Iad$SD]z 6K:-Cn(tb`6յ%M6FNn> $vӜ3Kv7i}1>޶ g˵$%s{¶SNazW)4Y ũ8S?V[Y$ #:[_JF9's 3=b+hqUu2 tGu#l\=A S?j\ذ7Hn7_ :<"]AtYN59 &*s(H[Q!K"d[lvl?"9GK4"c}l4#23=HaD!fƚ7p ֵ'|xz KRtC⩻ZRGǽsUF1duU|b2N-b=|NsF%ۜAD |хaR ZS!wc2y}4 MexTRٮS_Y2NKQz^ ֻ9޺DTJ^/ӺM?>{9.u .@ /=u<*a}% 29P0jFad}Ve1/0*HSR W lg7Ȗ<3L!Yٖi0\yI"c"p<4y-W*8"^g_琪2$CTg=٧ve:;ϻcJBMYv_mn'BWӓeE÷eڊUPu>GWfp[+HUNc"# O*aeK*`LA7&%~ f)5\ $1ĈLbMеr*??_3[iu{XK!|&wN3fJף a=agN"c<}uGP̼c̄\%!mn\&W 4+!#k׃5]5v6!5?6xH{{ J ެ4(g*Э_}4F\˿VBFA[_ <=VCÏs&cpV_9$7TL?h7˕*?`e_sק62E]T-T:d#w]PjK.V' >85sloR’E?}Y>R8e9ꟻ'F/+w4R"!3F߮1`0 V]2L9+TӻE AJH`gHT¢s\V_Hp #UZFԌ/ ,w!xa*;跑>0X%"UW8 DAGRUCI+o/4tɡPX O=BBڢKOg>IU [j\),f%00G73۾ժ U4WdW:_*-23nF7ъDa|29w>-+Os9HO`M%J@BCrrỴ$a/ĭ|̈́~SNb$}uϤvYX'2u )(؀'΂s<:G&\Ӗ6$so²Ny@<4׵Hݜ%pBe ם>KccdoaI`~ h2[zAgc1]қKqRMUBP/k)uURS-XnbV3`v8]W A%R"h)(ǠBc̈fUnn5IȊ5Gص`'8-gf?PJ99\j9.sU [eWM#hYd0CʺGR5c0/7%mgDXeҖh-2*Q0*z|ccLsSayn\njwi26&.?1D"x CY@=&qX['X yp ȡI6 ? &,C?moR1铑fzL*' +]0z{>~0Jd H6#TMFp7uis]^Qu'm0UPh./dS GwD'R:m^.F4z^8k/EytfgyhMDqFZmj \m#cV@zgˍX,[keI08X<\QH>7D#%DE?9Ln;dŚ;@,&ՂZ6q&=`PXQ/K=؋_$zċŁ΋vGvO{~p+.Mל=d* gel b {Ah7cOpu(f6oP8s&|+>;a+8.C}'G-vk ́KՄjʨ c^`ňPsνJm939`y MGR?˫Cn`Ji芍wP tJssvM_W/TKߒZҷGK&B`8A.~-8{8A@,s/WaÙ{; +U5.5Y{?cHwW&΃`A%1'qV+~Y{L zI FM7J16 ?n~N+E5ΰb#+{-`[=?> )sUS$u`fBQNkOι˱/.b# LkV!#pPf8z]CjM at|:ybdzGXcBkOȷ^ x_Ƶ"Ж??M绐ڼ4gd|\ hBblHψ[*=Fl8gAa<,9SD88+]G 5? _N[E&DT=H]yau=o~.&]},45?/>x㭭,J;Q} ,gtP/+yW6I?ʲx+6s$E3N;kPuXsR F 1< ",[JBQ63!npgYޣ-cEF\ ١L@ Pli'U0X8Y[Ai~!r`Xۓ\q_F7KoXUK'f]8nٙ׭/+ǧ[c3\ĩq/!Xl :XHQPkðzTd9xHsٿX 4|IU:f2"><@O赃lRX]Wbhsl,9=, C[ZY.J%w6uLeN??c$CA1CF yr.M xqnd \dIj~)Zy$`o 4'~b$x>n-a"wP=F)Km\fi2jgYoR#ݖ^&LC_~K~)DP$dW 4{NE:\& YP,(3tMU҇}#uvu@AOb=Ġ|uiF ҟ-b:uxd7cQ{#S 6[pHu{AIX/OQoPE$Hhn0s d!lݐgV6<3FRSN`8ik3CQ;Õ}-ve1%F}RDȋ2?հ^P7# !U6%+0]Ä-gXXBwa-@8[U/plb b HPϓٲњbIr/3toX瑣;~zks m8w!=1C?i, Q61-K׼fu%3X5Ϣ 4?ȉ[ @Xs5# 83{svoj%T]b5ݦv_0s.T0.q3 C Ld T.&NzSG6eo)AhqܐDw}_TmY) `٨Y{"T'! "@zpR[jZ0 /ޥM K3Ү"]g$yS\] Ǭ.Ug bJZ킘V@ybB1ٸ[d+zنW>W=28-h$'Pu>*wfHA0" 3 Gc|Wt/ǰ'Jv'v'o\H r75k!IS&qͪ#Hl7@+pe1ظ]ViK{bgw+E~ ϽSk=eg4IHp ef;wQf3μ pGdT#Hh;Oh=21Ć!V>h}W YAuGOT6أbk>m^b\/6ĎN1"˯6:;iM]p% K%nMRd#l(IeN7jHJ )Y0kT/ U>4DlѼ7:WcO39w[%AH}=t;{ky6 >><혞P3 d{z a'uh0qɑX iX;"Qd͸bl݀&[QnK0NM[K2|'&{YpRUߡT?),#B@3%q=m4yr7W1M[N 7qMycԅu2+ l<2Iv$b=}i\ɨ<˜Kj;yo@B֢7mjnORs%kRp}67hQy@Y3=[t|Զ*1]Oy)W-Y.NcփLDmPh\}H2nu+z }KF%zPÅ<AxEm5Ж/pϺ<\g|5EaJ?gnxåZZf Ũ8?L߭X?KAqgcK 8JC:36CrP`tp{dH{QJ'4wd+ џ9%W>0Dȴ{O9y5NyC?_aG#6 b;N C ^WvRDK'vֶ;InKI!ФeR-_E(QR* M߲m gTZb#t™,{ GWMMǒy6z SAf1wZ\,U."I524HW!A~Ḿs 6tHuE)1 >.qeD6hKygYi48C8I398akG'' 1Aس"ErxY\NŒ3yE[~mSjuq|τ⡶ngE>ERl/2z^J!6nT  r,Ѯw SwD#4I`V*^c\(j8 /<$ V( 9V9z:hsq(+<8 7_pkr|a6q;B1~F5fZ^~{Jjs%8GI{+*Y#sL]gF\YᏦcFY`iLҾ`i6ӗ\4r/b/& /6 Ŋ%YŴ#Z_,h*ֶM/sw7YY#wj]h}yyB_A8?c\rk3PNz1+4&vpأXEm+Tp,c2{L GNBZFi+ Ol=?uyL[b 8{R#])Vzpa!?6aC4ޖ HnO ~+P~ 泖|r3o9-lZTϏK[OꛟޕeV\7r͝.UICl=$a'GCgyf}: 7@*!׾eNu08IQu䃶D.|߶v|)m3 טGD<=_ƳjH8f 1>Tf'Ue=!d QP;?(Y8m6c#> b=X!qI*4)$gwgnPpU;\Wa%ǡ85k-PA-ZGv{Qbn kQ5EYmIQxGM WѤֲz!Lu2jŎIiUό#q A mZzܶ}}8 uH)N&6sH{P#]#A#VlCMjЗMSg^.U } fUwKh[*+[Dy[$3PWi͢ф:@nzl׾lۄ|6:`A?}6lTOϭr8bݩќkB;%*&(͘ ޚ1m2͉X'$Q1N K~s#:4 1q׌MN#άSv?**QsEIH:&㣽7:plbO6at5T3<1x7{#0Q4_~"T*z {Q@ʞ7VitJҹqfAh#@B_,O0 &%e>b^}D&3KdnEC^G+ZZ_M,v1h~K8dxP qDYO4EIE{]Lo4QIeny3SuZUpŲ/wMܠ9M.(J<`=>Twm˫4ՕʞL}#,;w$[T\[2e2ޭxEYGߨVkQ̈AgIP D2D%mWȬR,Rpb'̲(xgqd *쥉u.@F@Y- Po:yRʽQxYSOY(ܙ~Ig *\/҅'@RwE?,K)" >JFLtaE"q5*KkO"tg7m ĚY my h"–/ e 䃊jJaAW^Xc n,7g Jh)Sbg 9)"]: :ťb|!7O|7߶'lrUx @lEYͨV?R$D4q#; ժ nQw'ǥ!$߼yD1_5.ZoB9rKv=8.tp<̏ Q:ˬjw^ڭ 61LUm "ˣ#MnZҽ%}Ԇ .3 Dݭvq0QQcAWl1TTqHepo #Z<~,֌#'Ht+\h/<@S{S,)zVR Lx:cCN0;52~iH[ s\ _iZQq!s%IRJMq{Sl? QO?3 x5:Y`X7ȅ$Ia73Pѳ Rw>gepƳ&JC/wzֶ֬/N@gZ@{l[8tzK`K 34o[[b<1}_'V)J8y`)D 3Dy9BmdiK.L$s}Yhs@_I>p%#MTr7) raTS:;ƛ_R92ǚT2wtP) H/"Քl ?:0t*ĦQZ /<2(\vA UI^ݸމ8Na[Q$,$p&h<1+V@YANJXv>k񫍣M!D/pjaݝ}b-C@>],v R2#ǖi7®\ZO"Z~@T/tn)\HwEڊ4iO|G| WvNV5`4Tɝa[Q]} sq2Un-X_pH {xBufp~×k;|16@,(CJ.2ti-Rցvm XIi͕P]ckjJ#IX"~&D}<9W1YU@eWbI CnSF+܊6<;6^9bChgeqXPy8I\q|*az~52~ `e8\uFΦ h騐;1׏A 9 Լ̆w(I&1{-`/J`0.cr'o(a?F-W#RfV~y'z: r>AjDcrg%'|t^ $ „?O OjK$Ȥr7U38(Z4./.z Ɨܪ|^d?o\ͻ[肋L?.H< in&f|gzZwbzVt ;^ .UV|n?AJ7{imB~yoƈ} mO |v xB? `WHPJ^FvMY@+TF\v TsA?A;geZ= /6V7TD̪h~K$-)V7FJHIc( GJǒGY[@IQ(=\遐Sg_81'tΊ`H!ɓi;ڐޜCն9t\7 Y\4c3$bxfS l-> q銀mEgLxטZѵ$efqkBdV}HKqZPQ_p$|KX܏ MA:ha[fݒ&_x1_k&X _qif:XoZUc "(V3|t07|Z+OMb{8WKýD4{p[ $0lZ \$Ua @lo.>S@ڴP*g*J&XM:߱*/_L5`!gX"$8eD.z=H>BːxJg_x_MO *5o2f%a+zs׌̵3G8^ YRz E^ok턭]1}.k6b΢(" q:g86J}^yOŎSwI8V᪐{NC}GpN&GzDwxoUyiJq̣@JB99+H[#5iEiۏњ(xD5ЎrS5mJTxA mU8?W10ÝMf|VsX(x,9|Jw5*S(zgoЯq!6E: 87Bp-t&ٲ ̙-7772L9=bEXG?!5dEGl%6(71ŕ#N RQ" EVaŶGe7}gBVrE4Y hHqНңOch~96ڛb$bOKl~-:R~.9ρ;p{5kS^l1V_\MY":U} [WV<> ε+ @C*qTHzex&,<cg2gvi/í.bB)xDuwqi''eF>j[JcAiOh]TږG&p;1 |i{ N/,n܏(@*;S;FZ4+6Q-~Z;o .{\ڎi]8[tM1.!@ܤg ??Ï#e(`:NnʆavU=KRޤj>t\_̅eZJɥw)'ON&nB韂x7a=M=1hH 68UDDiM "&IzQΞLVRRޏ%)#Зw,fD՜ށqK7IޭcPoZy3/rP,uxZ$4*ПGe5|>@e:RbF?u-, |;=\"Ƅ5kp4inj`kO7SVCE31l4x?mhQG9S 8 (wSND[Rem[%IpMx{/஋ =t]j .?$m0䂖f~LnN5vN8;+1U0UY1}Л}ƌ}{ҚL퍴4gLJV\ۨF%|LZh 23&lӣUs)??ÛۄȎ ~" ճYc3 VZQ󽉡vQ3?uq”,! ؄oY/~U⣰qGSZTe\ IgSnW _HuE$9oFd_XF+I*PmgUk9"' ֺ^Q+ m@FC")UvhZ3ed vʇx. S]i m-3PimlNA% e=]*sYlz{]Vvbd7pw(!N;6-I\RiχDn p ;-pjqJ F5FLR =I/"`TQWgħ_-g'\,9xׯՇY%B4 F%& R'HQEVvPؠOڊV'46\&Í'ѽQD-(e |- qOȂ~Xd{8 M=ޮ4B33uW70Q"[qcZۈ!A67'Q]PCI+;Tl՜^n٪ Jh9dZ匳MiHPLD@JSGXUv{y45kA.`iNf]b} דՕe(*h+ϵ ʄmetTyǡ75iV.|pO>A+ޣ-)s&N:Ć_Va,Oϥd #r=ꎠtr-u2@ d3.a}1uj_3W3:uEhnFO4{@\0eĂ#\4.CeU) ;ԃ完նJr X`D;]?f)]!̧#L 6ջЬ4(k@.}3W_^aP*~1(+Ka>wȾTV%+Xj\pumC;,#afCFB:a8N)ff;kk5qEcf3Inx*:J8;r O)Ģ@J~oc>` ۭ '7G'߀wY!Ed4Ӫ CopNDmsEc7յ"“06ʿ^,qf؈Eo^!i3/y*ebyߋ}xCw 2$t._3t)Xj̱o Ou`d73-k |f ݯO%cx<G>]چWط {c#( yyi;ۀxn_r1j"=N,e{T[Z~ +^k_f4xز}Fs#ʜiy-r+B߀=XDI!~*yO!ӋѹPѲ_IS*%)o\@ކ%PiKb)l%|5||U<[d-ofKmN Mv8_鈡nIC)}2!42o=hl܋z)ՠ]BIՊpJΖQJ6V.[_jx'bIc_S3 ĉ .$z] t^hRjj/?a=lu^}0eѩu(SGl@W ^*B J#jҫogj2Wbl;Xu! \twvE&4wy62ba"»HKǭt9]L%omnf^foXFP/ْ-vΩ/ڎG%Kv:PJ%KwEa-74( dJU:Ma[Sz*wɸ1e$۰WJ_//_VN)6<$IѤmsH%)n۩j`=!<^S*XAP{C긴z 5j dn].i+{a?E.bdT%DWB_V'?_a28x)09٬ 켉U/ɁbحCL;Gn0?\7 mBJUtTS4(Yx˸3xoڞe1 9}]!z%qn,KrCd4sX)uR_]"KY ݀f}d{E:yK$)]@34>;)<\7in׉b#~ Frt*B1LP&1:X@ Z”-D3͒QsAA &o]G- *D՜9|O:Jg]Z)fxބRʁD N T E@ܔާMM@s5)E.$r^>;&,[OE['("@( 7B'WQ/4FaUtL'{,\QzH._2ZZӋaau~X&Gȿl\[j[AHa%=Cmk󱒗Ѽ"V\ Vf+9!BQE(iJDkq$Kwt 8CsFe=^Cq< p´戀- ?wY.~я\`IC.ѼH(xIym^eiv`~NjA&C!(Tw:6edFx.t &=Eȭ$*ȈLΎR mMZi\uCYb%)B9H~_+1IC o?" rxJsKj$&#w]~s̀ws5a0bd4_?N2'/7QsKTfWI!SnN&ZѧB:]j@F&IkLwt+iRN:R RT,|_RE *^,HCUAYb0;l5n8ZSl? ~?Ik|CUJoBst| 2˰-<<75meG6 v܂qbtgX_1 7zܪ:IJͥ{ذW)(ρ[}t, 2t.(zpf@91U`g_7.2UeŬQ9xP;QrlY,[q CJ$P+- !}#jLH֡M~70RFpq<ʼn MR3FǬ@>xqu7 hvǥ^(oo˩?;vHwݢ5bhcIv7p;p\y~{2ud~l '؅xoCkPopStc n~4XDf3/lNP: F$+9:POF0I*TDRDc59]]]o64 㘇Z LLji]SBαApѺpO#iWhr ɣ gW$sCV_}>rX7 '^\4z|m@|9~(S qRxEREޭ$+suٌ1 Y\_Ku@5RvaN;k-_V1.T޳Džo^ߤ 0 BGi| @vL:1"$lrco'Q @&_iFbb2w67^2){2XP6{jEt2E_4N!: /븲[.+gf}uN&ė,;m Pn=Jo|+eip"o.#rM#'J?Y;q&I"NvX|gzEú8T5WptJ VgET R_B,Dbf/A[`ZIyO-JT-C*H e)Qq[`&͝[qd+Ө^7(%" |;} pHmVA_V6Se]#P'},{ q+2(*'SKn檝-?DBI|v#t5mR+Z3 DصWQ^C%~j F<4!Ǚ8cm-v Lix-AkpC8g<4iƁ1} \J1'$:!pȊp S2vTkPKvn의+jUHI (^Y(M8Sn&i ((g댞*JA((S\ }&/<baLA'NC GH$>K[ $Ӕ& oMF:SDN[Jt*팛sw0'BQVb׽m=i-&7 2]ֳ5ט/F7R@n y:fx> 0q@8j~/ q R| & %@@L!՝B|8F)RQH)6|W5J1݋ J: R'!YUcV>ZihqI%Iʳ Y*,.fNўJ@~uU#;!<ʟ$;F.$,rXm7hu^Q}d !~QVDGo4S#e )fYeq!|g" ,U0֊}2x994~25n7UVeXfC)7-9U^\YkÑr9M~Ar$1L̈ک@FZE&-^z L9H  +äT {jw,lFZvuլ5Zn`)&e nSrmx㕖WV(!Ӈ벹=+(k!Bwۣφ4m)|c jtugCCC}I-$*ukQһt{C޴6ى-hx^bv}vXRbu!tȠ,&v uAMZ -Xp~6 0nƘI]mD‚)v̴]jck05d?}SE #RcD.W" gq3uyKΦ E/_`Ҿ)R%(@%it@NC/lM)dӺecG4@:9 ~, 7gL ;^Pc3 TS3ìV|`kM_S">\PMLDe1 *h'zMRSɞ;ǰ)yr)6/8ؖc A6>ӠǾMgzh|tAnXg_:DO&:1+ғVVU6Ndžem Zz?_76r;@; ȋw3aw)~Eev֢Ŧ fo[ii )#,n腖^+\0~S$6=ks -4;l>RF[KjD-h?t[f72M?WUъ^*+,o[_s"&ׅD2}4Hs}'lhj`):K5/wB ZbDP ,9ީ f虂Cz@.ooy F-d<~BwH!|KAPS,!ʺkS#IOoSN#(|KGuݷi: R~ GW1iz8vuhcر3znQEAng/s9w*&M:OOrOB9!m]7<(dtop'0t+*Zت1gO-V<4>Dlۨt)2Ai-πJ͓!fr aY'|k+?pĽ=Q\g;ډaV)9Ym ;: {H˨D7kБjs}h¨,XDƩiF-;B'N-3m(B|44aF.aeo+-|MLTv.&Ц@z7,a@YY A4ij\#7g"NTI_K]\/.pAڿ!b:RTb;YI58bDZu12hPqD-R--A$]mjU ga{^@oyDQo]_2`ۙa;S6- g%L]j/ߔ?XrY *|I% ΅Wz[;m]W~#6lП`:6Fuk%̚5>-ãX{Rޢ*<ҫ3WNrNJMzGz3tV:y4Wу焠=&~Ǭqz4"̎Ӂ#m9*sd]Yv wxzx rV_@a :Avp1 hhǬB:^DwA*th-ʋ"m=dHK⣵t_8+W]CD"V|MY#}5McK!WV-ʯ ġ*`z,Yu* ZI܎qľW(~?@^.ajjS|Ti=5]؎Va8ݲ$XqX'z1⼼6#j!J^o+fytD1k6mYG0;2[$vr7Gp[ /64`*T`-qг`L?i{,t#LB*ޯRN(FO)CG˔3\]Y; "Vw`j^qtj^)N6&QzdH[E.ŵP`Νl: ݼE;dcːȘsOÑX8oVT)T<[=bA< ! 5Kt)U QmjO*&c,W5"A{]nl{@avە7à#aहcV♗qݍO7Męcoxq~E?&|$੖HKU<'ySA% 10ڏÙ&)@_uؚ~N#>흚.䷤ld's`7uTN (?G}89zQĿה<񣡇71I+m/:ơV~S [.5k;“PY,o )]ZMڶ񁉰y4`AOPhs4(ޅ_Urg Upў)5I30QyGz4 J܁U y-=2狹Uh́fxESz +jpA«y66I5":,@e1P>%;8LB,8KgmS}xģ!x]b_RE H4yy83 w K[j|_UJh& CgE"vޡ+`IM+xlwԠ;^l9NdF=e4@Rʨ['KHs o :Js10=L%'n8=!$()VZghçi)Vm8Tp v+/ch85/V}fT/Q U{c P/îDr [x6sE3 2~}/WM~^% E% ?d\IFJ,/?ĪSųT:`I7okzLRŵVz$+,.\-M2+@b 2Z$uWyRiC83<ئ/Q,oMð C`?Fv[AʭXןa(_аvG+XGFķbSMyax/X"(A@뗳7MvpJ=۩?TA<+z'*ge֌߹:/v5fj3֣-o8idW5D0k:c[F=ܑtwVF?$t$_^=ZR޹93i[~TU6T>UD$v@{vzFD,pޤ=o6GݟT)C4Wy"1=$;eʺ*sPa mחk`ܕˎ@ JAkMZNlOiRdybx #xNԙ#RHI$;׋Cn)oTbt`ziXunr[X~%U\amҝFgI? 93Ɔ Qs?*L-EEvֿ Xes:O*^?>=pbt:zT?=EXMGOY%rz`(oͨI)ޖfdΒ8բ4MRR#9&n@,{=&F$1#5')wkH e\9M*[hcO)֏#O(ɲ Jbj4*2;*O >|-쟖 pWuQ_VE]ZՆiP0sājktkgo{n(;p6jc9 n ]lr^@ML//5Qri&3PK~ DqKm!:)B[##|;̃$k]GQAg<'wo5Ou[y'^؆͔JS@^GTH+BBᗢ"nym1M豑* {ͣSayg9E^LвI8hUMY:l@Ev1"$../=Y* ^cw߮mt0[볹".yCPό\Ts)ǎdB5.p02_EՕ,j t"˳ >¿U=~fƆVʹ=x->Qo(e^rHq290Ρ0A.@~mZW/~.BY_^7W.GooV%sX``=&Nčl(O`f~F'vˣÒ\6I\6qOS` $~]qDƄ)U1dMOx/ˡ7櫏l$(>B- b6&={4kc &cg}ֲO㰄hz]v Gس3x(+Rv+ \u^\ꤴqJ&v: #k!hAzQ1ZI~"60MBI|ցX,˿[͒WW.7”| zJbX<u/\OQD#\}gBsU,Rix`|'=#%r-Р٧V5"f GUj!ծsRLط|o,[!v[SK-H@C@ѐRJQS{ɀU3a;d:]#WGG3z/6\&!=e?S{ܿQ"oTC|10cDѓe\*-X,Moj7o%۔5J~v{oNHo4 LnZ އr=9d=zXv>V^_ b:i_B_Ȉ/˔;J!_՘*5Y *D䠕UMne17O|,t7J0E &Zcv?*"P[Bg/><=`YJf7 ב>E{E;DÊtYd(jv Iix@R"Td*)z_w.њ/l L#D`GT^3JYs-,*b8/e 32c5S {Bol@hfg%xϛbfE' tuͧH}eaILꬍ@8+&/˴%ϙj!p<HkX4_m˳ԑձ&)Td }L 6*=c#s/>Z iBd4t:Tva'*=+9 G?6qn#&Y\cIDwC/ap WEm h.y#0O>SOa@bv6qxj6!!G?.Z4(f["a'=5&F +: ewkZ*@k{pHD dA,u74s9wQA&@,'J?ntFj[+zjq]klB.jw'bjl wwl=?MFEIO1hk^v#0m}l4-,Qo-viXP}nٯBTpEy‘D \0m݅WA-Gg>j@\ѵwƚM,b޻29B 7&7>?jfnh1^SiHULdr8ZHugf+=s̈́C:To}']ؐ?2t? 1/s^&Ix#WakEpPյ׶欽7CY}]M:Y* ƚ$Ȧ߂,Erx¬,M`K-]U}g5ӕ~ֲo46a~_'YU¥$d c"NƄf~&hX7rodf.7[!X"k=dRoh<d7s39olߨL \"hl9vxsN <^߂1~ΜV)([BX+Uibӡd0%aRit -΢!4_fe&$6}KH# 9鲐kO1 ^M4W]^U0 ZؓQ^ly&&&YC ,Sciv&ivs]xuB ΎtNzU ZmčiƄZTW!eFb<fbnn^[uZaa+KKl?C!~vp;Tɱjp8*ۄ_%ϔ"Gyfb1fb9EDs$19gCZp:(UɠǏOՉ4V xrEXS,<@MdgN` +ꚓ}D9tO孢A+O܆##_ֿ︟}xR&dcFcu"b2rt‡+y'Yz_ja0Ϋ2(MM6"ʏרP&5{5lWF#U@F*2!ӛRA[F!pO(x8kF* ZbxU]-DN:׌Yt~:SbA |GcX6p}>lvj n~Z99srg y> a0zȒ;މm~蓾BB~rc~sT5&\! &9G3^hhS~=}M20KKg^̗Uh"oRF"'fB-k }W=:zh>[;0Y+?.c890ۖ/i׿uɇ]+{qע_jq"e=yuK--+We& &El-X KܯL]Kbdk8:y_~LVCd?5ttUtl}yEH VCov][jՔiM˺ qsh֕I25߱NO''؉XZ 6ֻMTpql7e+򭔗fUoz -K.qmߪns?դ9'4hNCIs*\u@&OH?XyBopkV$e~D$/[@Rod.`n-zUҪu-IRN!i6 dh/kt{GKR:Zy\>;٧ ^LqAM(_\W~3Tiu718CvoqLrA 9#& `ؗ@;e8>آfaZ>{KCSvoP90koOai^{a sJ*&ÀpP^(_qQ"كV "s7g^@=ZP!V p Kpa#9M׊SpIܡΩ# o-޿G3$ `ļ3:] ׹triN'K .46qEKWХ۱WK ڹLIS2B-qm EIY ?w扛KvP87\An`3DE|i\zse I 2:W$T)Rh+gٶQDc>Hߠ"Xvs>*)Lj6elX^DwiArwp36 &>>0OKQXW?gIc16ӭSRޒnE*'rM^7o]l J j0*neNy$Ӣ<:jat?ֆnNmAEaE;4{m#C~h@eq8taGr ͹]wд >e{o9^`wžYZN2cRR&,5*g/Z1_/EL*wt:R0XhW !AT$[=tt5E]~gzg^벫?T:࿂!gcPqkd\u!bأ'#&M%Wf!&7O(FZÂ8%PSYoxxDh62Oo἞Ŋ]>.rsm$$6,Wjē"ɜQ^۸G~HԤWXv&IE{U֠` 9cA}.,#Ť S5e4J j[0oI"γ"þ䷍ك<F1|$)64!LW qd dchw*>zZwxDups$@Z r.Wpڠw Bj8Px-Z;@`v/}]†dǔ(9;=2fF-f"f(_"=F覑Ie qYNܟD=n]&GѻΚYv_0]ppYyFy}8 U<ӁwW +^UYwEO՝Y = }1ߔmƾ|%k1g:`ٸ4rl0};y}*ʼrr샊11t@9$C|VuEnF(b b1Ht`t3J#]-wD6kjrrE=9g/0I"of`{ׯYX c )H0d>ֽd3;TLtAWVscQֹw~ԛa?[znj+/f?+>7pcӥw}ю{VOLGG 1\~h 0xm~n7yQۓ.O:o;~8&rDŽ`l(KBg,'QyƘY *>AM7_FjDi3.+Wb#T^ uGC$K-tYG91ҋCbԓp޻h#zr=t[w&s^ yu4aLSJBҵc!\FJO\`Bɣ]<[} b"gn쳵,0u!1B~W˓t_mV{l2>D'wNHCRv o51)ROòT?T~F7b//LӃͷuık ˷[7h-]5h.e"ppnVU?v?A-z?:-Ԥ>'i0N~[1 O@a 6S% "Tb+d/ֶve)gi?<Q' C{UJu'czcgp>Lc#%h5o?G7'/lJٓCI>!.sA^Ҏ XْJ࿺;Imϕ u^GZ s&bQRtvcw(%LZh G6$^!\[DA6o {>̦ VCk4?f9tWU ڽk|@\6pjT~'cun6,-m̫}]9*x+;6dfolv4!N: f)/TQ r Δ|Mw~H8C0Jm:$/&xj$ʔ6dն$L4_Ti 4 *ms^+JA\7쎌ꔉx8 hT+ꍷ}&a]h=fTL^ SM+RܤxR^8~P?6> )(l_RYY|E+ e-sCAP6u3CT׼60:o>&xh4VȔ@=OEv*@%tKf   K>5*9b]l>U T}Ώ, |Cuz)4{=+d'njC!N _/Ȓ~oO3_/(kܺVV2|6^洸h*9R 멡=%7-c-2>(XoXqc}b WyOJ6X/|!RedJN|!^iBe }]\T!Sf:BLqL˙fB8GӢ8#Qu cTs Qj;i ]7U2[sǹaȊ=rZi*/2$7GHE2{-D YKBaCHW>&6e1G%Q`4뛛.ֶŽO!i!f]d;O6 #V3%ᗽg(= B0PB T#HӿpR>jmX0O3ڕMnId#XVR﬌`''Nk8gE^G`iQwVSp/ ="C@qBK@$۝zOV2n!nHQ:́n9=oUV6 H"r5 p`}> >(6Zt=a_̖26f(xn`Dz4;^$qo iUnkۈ"_M- 4 AŸuWIYHIAiD+l;t.nL٧HS/3-t si}j&dO,x#ID9ZN(5,qu61[G"POѠH)B^܌g ু!MBIz:9#\ǦN&Tj @:J-#0D]PsZ6㌳KBڙ Ѐ] f1b 9-'IPK{LJ>Z:zIzSRL˚[o͍RtU&iDtEAJܽq)Ē=Ҧ;SUE\c*+Y "zb.οD{@|;au"C! nXdM agI LqsuK(u]m'UC}W]tLIj˔G|.' j{wUdPy%Ե6,(OCjه.WTz:r9{D .$d)L?!{#[Hhd?ku%|#&w%*O[䘸Fg_A9Ic|ݔ ^{M(6m91 UeE{GmV&JE;$'g]qtK܏yxrCĻX l_#޳Oۃ@a6#QmED\CqnDvBD}=piz/)QKKE.׋+> (%+_o$MPA J.,;6``gվm\?-rU֪~5yL8k;iDDX \;"BXp? rdsq(Am յGE>Ϣ_%%YCE)]Jrg]$I,c-T'vL90$ ,;KK@bSx:jwv:a8D>Eaf"VjӢN%S>߭02dUb,hʖ? _/N a$3+ R~gK7O8K?ka h<{=.1D("yo&7zrsS֕BNb3p^7. osh 6Xn7v bhsϚh 2]Òt}Kuc%A=2VN0{9 BjL/ww2 &iC0 8|Lř!5u`a3+7QWq;T[9T粗ߙ jRxf a H0isʴ|ÜtF9#D&Z^.)=E?rXS至αxeSJ47v- T%dNԖK6 OJ"FZN.(7Eoȧ=*Vzc|IPoI'6l}f*5&^>Tւqxu}?!^U Y 6ץ3eh)01hS̖ĉYyԬ0{+݅H7^BCy7S(4zWR SC2~?˯PiXޗ?xڏ< 7l9?qlYnX֧3CSDjӊa @l/%|1v;D !WEr@5*BZcө* [l+(Q"|S9%|SJx#O)z>ީ20DփE| iGUS/l˽ 봭Lan͞0!G eCQAO.?'á^īΉتFW֤JQN'0]S$w )Q/h@HRF"uة]m,KE=Ш3%[(Uͤ(؇{`k~"_d ^BuvȐY4ѯ̛c,H^s+˟;&M@C{c ŕRGjzx*9fwϣUY%9?̥f:fo|԰U=룝 g0JzVU)/p/GY[y܅5!&eg愮xaTDHQyo;xFdƦ)NVS=A[KBZd(0b 3D"RgS'W휇j'v5"!Pt1@o]xH/vYO%1tvQYÓ/r\,wT}|W"bD!?YlXي y؈sbl!"_DoL< ҽx.Os~4Orcp6u9zM%G>ZSqyLC7~`cFW ~&zBljSw$A+|-LtQ.޹i s4DVH@7KԢ5۔O<ܫF^,h'@.mIZ*"r=-erjĊ _Txf{-*pAGxB=ݒjr损\}\l)V&VN֗G 10AI+Tߓf$_!c[cNY8vO 3ޢw2_</|`A"xCcvbpԪ\xa/ ipC#ZVLꜼpsܸV`kX *D &q9/_'+2\^dEc.PB`flۻ ۧ8$0Y@QԽ9,"k&KUu&P!ce&]3S!qwODVDomO%~J!m_Shɾ>,3 8Ev0HJCU!'".µRc:IkU m: P}zc0L %IpvCd@Kr-nWs:" Qg<Ƴf/ wL,h 絕wAgiB%`lhudX"'_-Zt(@WTIKcRƯ0A!bK!a }_Ux~;R ۷ v lpW;=lS5 _ tP?z;6dl!| X$6tߙ ox![UTA H `%T}(|mFgR+IDAk842 shKOsvXȵXCvvgPɽsHEu33U`aof%0Q7falmq N_+wf\*6\R04PFrjImgvϠ@ )h N8?YڷYo,_MJ K NJ;Eu;*8Nǩ`% ~y 7SݙsԸ@Q)IR's>4-K[xH1P29kibyyP`hCy> +EW7KG˓zf38WIqq%6[i`D7f7oÿc:נ$T\q@NFawuŚdvt Pu# a}x5Np~2aپ"5n1HKlq8Q9Y} Ϸd_`SchOϩ0\~[4Mb[m)y=fh4͸Fը\ԣMU wnuyr,4z147vxy&5G,䋫k!̯ km'`-YL֠ ι<#x;FBwn|C \oQ7gk/5oi 84Nu7.'vj!9=xVZ5a2kXºP8@:hI;aLy*#PODxL OԂKi+1W͆8_*7S+.hF0 }O7*ۇ .ɚKG-}JZ|S5y# #> f]Dd0.5}ܶU({Ƶ+LJOA%:zIHt /~nO,hӷ`O XR![q$Ѩc7QNu#e/ȩ0;L‹\gQ1XLor?-A'\դo78}YO JxjMu푒S]-=o٪^R[Nth}b8!3y+-Gܑj0 Tb;sm<82zZuYm1z׌1lOHTN~|M1D Wo;pnRXmNf}.(w:ѫԣ`+Ю˅$*_UJMOmo!j2jU*q;i,N_zl\#Dwf1ƸXtKDJxI"V1#U#Ew=X@p׆QXVivAMq>d|[ Hv ͇jxKVfG^'C=CGxED uփkn2<4_(cZ% 1; 0SG,Dq b1`2ɢA=i{ЏL?` Q/'FxKQr%1}6k>$ጩ?bZ~L.8gCkk%4&O˧pgHTYJ՜j@!cB">;߭oM=erMoKv6vpXsmP#8u_lHj$M}nv>f3՗Pm !&TH8T.QHẔOr,ԟ"hcC j(i͏m}\p̥+{K`)xoض0"\uv&RD0mhLHN89"oA|=Tie3o͔I杧)Wqܣ F<,zݰQp_HܾѢ5A =M4vkhfmE*hCTKלš '7*[5*T2OGUsPÕ'Ox~н\3 IpcM/Ebr:O&|@o>!&8˞a&X;XD0T%&2Dջ6})Oyޭjgc_ua`2w8.<涱s[aDR!>ʭm,|x׆xZDiBx!ib APEfi V3;=⋭U zeۥ ub[>96Vg# pB"X2IdZgP@>0M]nĔU(1Dz7_ gx,PQYvEYX ^茈$&}H.N&?0_Mg5~GQ! !5xn۟o-1[{N>3_gGa(OMbN^|EE`/-#suш @ gY%˙Ih`|`ZcdEŢct"y:ՔUG *dAz=~0b}>}{t "3ԱvZ5STgfg J/ DsE8sc3y%E*m=lQCK_" txE*X Ch撛oA3fMlll<Ѽj]d@R}q;x`t 'NO7)C`w~#"_P!r1#hU%t7# a^71Lã5k20A]W,ḡ9_1vO?{hvsUJ=hWDd0V&Ռ6bqDI3y1߆VA= NҲSGk?%NjWx5cictǏ8{:*ri| c<\nX8d\yçM{wŸގs{@HXfP{,:oRNvN;LXX]aG .DVRu-AMl+e,YyYk:ۙC-SPpגZ[и|2_T`'zBؠۏ/KӍՒ_4ʅf:lڵɎ/xȳ7.V&=ce uQP[@UvbFPUf v( lG!]Y.G9'#;=晇/'MףUoX,Y3 BhfvW>OC@4"ОP7ah\*W0q;_ &jpHWߪ'j}1ұC"XL$+Aޞ$^N<דuVOQ/v,~YON)뇧P,4_H,qsOa%$DZ DŽ^qfijSOܝvMym98ThnSPNEՌ|ig^[z8CWsA=XMbmDRA6pMG`@D_Rer,օ!j>%<j:hR2g ?:1t=B { IsPyT902w D9-CJGH+b)t初 k8Xe9Wn,&C :wt^}{t3}+S>ʍbGxUPZW y*o,~тD L[Hh:`>>Y9} |޻|\R zgDYg?NW2 z)T.R_R3ÝEOeYߴm^gr6"]a`|{r\@<ѕ^͎,~4)O6hV3?Ry|w q޵ xp_G4y !j֋[0KoM(EaHN*5k 4֩!QhJݤt5x:F稕@}sȖyEJ+5:>\뛆oa.+ECC4 4nyzr%8Sf!+Sԓ髽" ,T˼D+1p݌dGXo2l~lHˎM'aWSH ӢGpA gv\hP{_11-t9mK,ZN9G'{A u `MoNQ)Pt)u@nE5쐧W]pMS#_`n3_FK$̈́ X# cĊ?U Y_Qă=vMyua :<4'Qrեa_$[$|ҙhf)5Prβ !,.xHwH f - s4t8νދxH9,b.QJu8N7-=DL2?,N| [=ݤmM ,$2~OIBz C}`Aӎt޻'؆I>iȃ2JMKmoLtP f!E,<"?Dj}\=>怵{-= mCCu)lVEr"uCк,ZW(t~0,vF>: =OeW:; 88ԗBA-!SnlU` )gAmǦ,7zZJ(JR=pnY|uIȃ9]Iǰʵ 7FNL=9ƌH,^z>9 yߢq8JY۱LRiyb1PdVlPxcԮ|{{T|_ӲyONz2jPaO5o5ÉG{ާ2\m [7"Gb4J _ƦZsp z)H\"{@;Ҝ7MT{[($I0%N+NWNwGj.X %dG2k(: &l}ӛN@j>I,(:wWu&1k+r6cd`6B 2|z(t"U1mr~65ѤѦMxi*UyqZ e;_/sj1(zP9k6E3H-;mqWBfIc-l! JAU r703gւ{۔Vr\VK]b/JEg1mu('$MúDpJWdfĢ+<{2E{vA|K~^[0ZW`؁LwXn%X-Mtjk'=7/E6+.'*3p٠n 66F $YaG_@sp~F"V^" k ܈P=l"mU6Rּ3husƵLfƥ}HC&XwڿT6 ЏЭ%_轞))͆ӕk'feƑ]FI9b_.Ƴj0k&}v`Ãlv'hAWŊ#ї{c Wh ?&  U"$3HlQDy\APa, _oNClXe6iJ<4""bp0U|4qAX(e=84t.1'1< cu;:ӻX)~K"Ia#j"Hż5.BtjSAQ1!^o蜘rO gU$ Ӏ#Dm)Dž>VݼuRۉS[dkG,XszQJ_r[L8 x}ZM٭SBh7xZcv\]΍g;MУ >V\\kM QEb_|ٴ W5}FfX劦U?IF½*MJ b n.q`@3Ř`A LB1f#HaJY).`ìx(S.К}{qْ g Sw$8FOeSxzQ/"*:SqC&skr9anN`1Wq(>-{MW7TW(EnׂAv:+i//^GLu|pzV)E 1ig1Y:=w:'ᤖ ^)Ur%&/ 8 #WXsX+i⇂|ܤ-p#1;RQԴ&a!Tp'vvӺqۯv@3PoQAN_=ɘd CRS4uxg 2{o H P_hE&hK[ѵmb ɿ"jS.{}5>F)2jf] 5qED}]=?0TQCq:LTŏ(2]r 6{-)³HOpcXj\{݉2+_hFs8WhFk VV2 7"i>qkcoK}T~mH/c\XK~"%^կiH)֨A %9 , àޱZ'Wow Vu+,,IV e:Iof۸V֟KfW㈙ZI_2hvQ3wc.T˞٪TǾ٣qM+dV(jw G){tx2Ѿ!H\*ɉ<񍳭%ynĜNrpLV |EK5m}J5@^n-8^U3P|̍:D$5O$9k٬}jz1=[9 HL a%vKIB&#Gq'}FʃyQM-}፪Nsap_IR Oa췔U Xˊޯ?*6Ԗ( ;dNEY"<:gbgn9%it (N}hXRQGRf8Gd57[W:U_GGe#{UMX 2)ˮm"<_GBJfRlĻ x./SHVE1I*x Z7AP{ :0 PP>Q;$LERT3)u#N_Bҳ5rՉmW-?Qڮ{BfS4/ւQ7f[RޛPOGõG2t}7y@?ECl.7 z)^IW,Fi _{{e2v\\rYDn/#]d΢1PiP mplǙ8ȅ`/\<]|ɤ2jMM ZRL`doHAcZ@іM[[h;ietF:mѡʔ3Y%7O=F=glBu`}t!9g;SpZEak-_( | A Q{g\X9[Yc?Dž {]@}@vփ`C. 6Bmy0F," 94#E!Ww[!~$4lWR ùDƞ%lQ}mY'C&‡HA5,{ۖK+FM9bV;dH @PPq(!Gu|xq/@/'M|!-HW?J~܌lT<>ϐ(xď )SKs7x>NʠCzFj6z%cG~g-+-6•`1{p{[MSTe%yM ܽ[pl/u>ԔAO6_Ss솑2xrI|G;ԺIYv$cpIx6Fy<š;\倾5:1{dcf~{h}rxr{Ks3-E A}/:@<- cQՏHl>:6LƫLbI5J|(m#:o a v9(q/*nz!h7>/@`\H^QҐ?Vۧ/pK7jS]o'Pi7iEJ.ę(Cp|zP:^P@Eix?s&.Zkwkwanxrf(8][za+a6^`⁆/fZ?_uJATI,Ax"E':F#TUUS%|"za:ZQ JJ?VtF@2S ($nDn,FPחkd8j\⿲Q|Zv xг<^U9(M6>eE1|7w59Xam ~P͏ݗLW ;80K[A~f^549t8o m A!D?6 ÿ%:L&1W׶)T_.ҏʪK5Z,PV-D3d?0&v7-<&d 6텔{,sE@URnmͦPM<(8*]ȿ]e^w)`ӵ_[4s\x"0G %`R^o6&f˃@`Ɓg+9DS9Ydu>Og"LLksj  ildB\'& }uQnk4[HGj?3p kҊ{M8]3B?.5SP ܄6-ߧ[{ Pq L ǴVQ4OXT $[o嗓Hub4eOna~Fsʢi!5_7A55/Y#h'YȔEݔC# "$ȩD9{x#4Iix^#ot_uS(g0C8&:$YUNՇúN_3q4?w6;l2: o)`cL-mj[ݯc$TUuN1G^jgӶXIWMג4@̖ l,Y|ï U~l(9EtQJ-X!#[Bh⸟ w쁕NgmL)$cyҖEA ֔±bIO?@31Krs/ՅKT.I쒗y}e_~g s9ȕ7&{9f$Ǜf޾o\Mb^zKł+^{Of&fMyMn mukjP,&kfg1__6+ZSgR|lfBj22QD-?ZY_[mkjI%_%ĹI[xM! UNIؿڮyMBgq1>UKp6H9d'K$N3*xRrxX=Wd@bSqZx-xR"ʯix5!# E!}Z -5O[>&*֢u6}U ާK+zD t{܃" +7ysfA]H =x5FhDS' ?cڼFAGnVS24?jRT QʲO,Do:iQYui96v2N*,%Mty< ~妓;K- d:ajukWXFG 2jpĂcKv{U+$Z'Kk8U >6`αvͩKY/ Ed[;C4\9b|DNB;-ȣsy? 'L(a}sT{]t>-JZ}UUL\x.YxΡDPhTTf L^j5bckk(*5wqT-*ɶf+lvthxꚠkx=RhbK[V32^13I,W32YlvQu (Z[?Wemr[s'< Q'0X:Yf&Vwɉ#{/<./sOY'6o d*mK\˽9I?SҨk`SS֮͆jl\|> KOɉ&#{rTgkE[Ɣw}֍$iWkPo:`Iscvϛe;PtC7phE*@"m$>ngPHdJwaEt(4W.W>7V0vJFKRG/:aj/mSVdh$a¨'X1L~COLi}Kk#ir9et禪G^Փ ~ǧ`znSr1ĥGCbK{$]^-lj] uCh{4H~u#Z![Q?HGz[.ƌK,b#&G:\d'̈́l+|k(,\I!S~Unggt ʔ5ͨTB  Unɝ{'J[Ɯdmm>[wmBPhx[b6i-/+"V#ƀNw݉raIjj Vwy\n*dRڟmSh=%l #uF9# &mP]c/]N(ZYD# G:Qøj60tyKLf2΂w)z|zasbGVdM"WEV*^ǽ""Tnq+} ȅ|6"<þQ֋_eBwxKUEox!& N ԑZƮ$dVӋEoKeg Q;d΄ޱLU^:LPywM4}=f%aXhi&I7+E^كS )礗 (2AIg'm<[+EyHyŗ)StWΥ8?Dȇ\`Q\̚kt8}.xraI\8ԧ}Js<l̹C׿C7j_0[5e_̔)Zd=Qa8T%e\n;mfU"wWW'N.0{xp?SGc T .F7\ϓitI Q^syNRRxn9%܉:v7 xxhm/1 +JA˂mWhW#@^wyeP];e T6 ʰF[.x.mwc}_we#Eg*k|u(w{LӤ\ŒnV!zӪګ,gN pK@65]䘭c" Af*2`p/.YȉH"ynwr sZ#A:q|,A/|Ll`^-ϸs>˺)@;Z0Su9[$:p;nC7WQd cn@|Ntyd1`SRF&{6HFǦ.T it,XH^B$gẅ~`C :D \BSZrw~6"45U6Jػqe$Rpwo KVCp4nQ^uSi.zS=n,2Zqd&Ea DǠ)@nЭv\^DMh9fJK9N'GI#N+eڵNvZtP]+jus5%pI3DSE8QIԱq'1jٛ,zDLNqUd]4,HZ3yA4 TZi)c>0kp,I̐;=nYR7B"gG#"^aFBy8e|. K-5v5=jDm+~" "oDIHH}e]PHdǁ| jE[fA/mC@ۺ]. 2P7%|k6I̛YlvVV p.CrO!f:AI$+J^h./5b78|}b`xM'n]mjߕLT O.P &>,5_<煔Xbc*WLa&[dG*̈1D(HԇFTY((vLUg0S]>''ݾf`nLfSJ eki{خRpɈgZҐ %=o g\U AL~ec ?PuM'XbTŠj Ryqґ G&#1L[ɫ.6"ma;K6 ['vNkFyeH}L^q3_ QBt (,(w[l F ?f2;2-(c~m}lpp g[n<b5A@km-ZORWAg?|.rs[v]*i xJ'ZV:æm\Jub%NĂVC"]ꯐEFHP 禯! DݹG.UaZ3rfZ4'15}EFI(9I[-#Ozto`v+t)ŽBTozɬ = Kk+ Xп(_+玶&q.@!-,H9߹&<Zy*ߜpfS"ϮhR`fJԾ/1T c?Ӛ3_gx-p%-&.=TE+E~d򾷪M#XI_9KHZ*M* 3l˼/-+ۏ{d.v(Yh&sˑ?b DV(~nOs6o%#[[ճ{J!V/}߂oP^?`b`@/W oUM~p]JKVv_$TÆh7YT#6 _j(/o}jo fۧ5D3}#k k4[ñDmNΞ5R:қb"FBwI\M2PKlB:Q'I$"Zԉ0smlCs01LL]{g &kY|CU{qWBw8 RE9cenYN!nO\Pضy&Î=-$x!$/p^gzDrPuo2R UdjA~{ַ% 6OɕRSYXwfɄr(cTq+oD47 hWY~lZhO8qvIx0pZ݊J8}Fع!jA2KޭO]&qĤroke4>)>VC"m/Wlr,.ܴ/xԕЃSϷXP?B4c_>W!vO .N8DH<~V[ bDx( pc(ӜH7}Auzvgfڡ q<$'1!;3szZ@Nq`P==b@^ 0z1MRه$ӏ ^ =I4G ,Ҕ{,$wI'P/o=x,f-raf&!c.lGՄm,ݙsbi$q9*E:-/1yGrͼ9dɉEW:z~ת;K-%id ~N';S&^}'! R*ЩU)4gsONPK,-qܐnф.p* mi9/U& ';<UzNaMlYP!+ѧ $}x>a9sE!UʢW |⟻tK= dbޝdR.0(zp}= ̟b) 6}j d<^'" *O9+sx?xg oxJFmʟ `n#P~0A>/U1iLjo0Χ 36_R0!.%|Xk-IiDCŶnTjݖ6HqĽqR<$))w:܆; D5XwU\uD3Ok2::sKyRpēT^ ܡ]R6]( -qh|ZJkT_3Ns8BNVc)ԃ:6WUH)`8[Cx1d""J9u]QTe&i*3+qcGI 򭵅 *'{E;k7}۳|:XS)SDw伿 ,5`\f8C6=,#!1%{YEmngk4922{n~//q|co=s/| #rCi 7yE !3W7`s켇'HTde^sZPb r5YFf1 uy&xpLᖜj2 5a uG-:SuϽjx8SVG[E,#yŒ2jȁ1f…Wtdکaa n$]ZҞ%!^Q5M6{,mc[/˲Unu嚴UHdP :b!?֋c(#t{uJXGq"7ͮnspx$ WF=d(Io'p_V;tf5.ˤ埵$W!+*quK أ'@Q46>QT\S(1?0iolzX fVْsn ΜI$'YtDvY5XGwmu͒>fA0ܧGU&AKѬdL/"^AIoסU/(/KRVPM"L>9>A`<OhL,I*q}.EF;%|}$N*wzr ԫW=99 {,'$o]lot`u`{67 -2R;|/a| jem]x0Sn7Ļ備Ncz_,t#sGm}䁪ʨ8QI89uzMctQ~2qy8cBJOTo& P8T;lԾ _o4|Uo$ԋʏt ǟD{\ܶNs*O)\1o1?4by3 |J3^;_/F uO1WCMՋ?V&x^IGF\̒:Άu8qSehUPB=A j/ȑ:o>r[RLr9Cejo$zeӘq+ x޽t鰐_xZ=#ɩkM "_7>äA1?낶ͯV y8qSz >o8_z@2gI3eUDfb 6J"{U}Z:uHTԀRϓlj.WR,/в>JG}˸gq :h7XȿwUmՅT8`|rrdziF)K>гy6T%(Y}aQ wM+L<3"X!LfF@@yg̃Asא'yk)2e#>Th p]BEBJ\`}UژNXJTa4 _f݆Xb%A]d wO`UR9уEB,ol.7 ZnS _VP4%Ĝq @I+ ːy-k[VSȳxSwPik/_K{G=y9!'ɗfŸv6!f.Hy4>fڌ;;Q\pJr.G) LeV&5iߊwIС7ϪDge͊>㢟5D~ O1i2k !AE s;7ސǶ+< 0ᩍzU(؄EӋsa4zF("|pn0{ ak s[n +V=l; y%<91|>J(R1.5ԿW(emq ]A#$AlBA;^p1j4O2.4 m|4"!-,)-'iP8P6+]WVXT^$p[ p`\Dh50AO`.Q/DluJlCbs~NAn)UrcubNu2̐d+93g:zTH84 B2;c/` s#7>oVU1r=*U6jun/Gv jo{]eyvx:hbv^IWt aRBoYZoR 4űXjJuzFt3b.}FΙ@W4xN 衖Hlv?)=f4Qޮ F](FËAf3RXK, +Y+[@; *%iDx>{" !_o'-9SbfZeHlt^ zP'sͷr r9Rܦ Ig'i^Cmp7:ѡ^^g@^i| Frc}I*m 闹˩ p?v-Tz#S|GsYOA=vMJ])Fe}*;ٸ YO"۔c_Cpvs+^M]Xe=5ß{6W`Zf2plH{0Ta4hN}EG0L yI1ޠX5v V|Mdˉ?j}|SOUbJGmRO|΄beDWUfuy5EHf5B$5> NJ0 ϼqUDWnaY}fP:ݝvF XAP`fO y< k`MҺ_V11pS[f^PQ &G(co[U0f]p|X|.BEtwp-=bbT#*n ҪNhhQE32>D}6NKnѡc6_-↪D1򋼓rom;>ALe{ah -A-!Q|ѣS؅LPacv.ޅw?#E-=!rꉝ`6{o8mUX!w%r7UrKbM?'=AMŊ);S#U_@KU;iVwl}Hg BA8rS<&#q%S(q 6H-qW0_R(P ܠD6đ"tI' rlQt="/_S0NDݑ6٘vιJ4|k}L"`;ӋHHoW UIZ/DBNNF^.Nd t0S'/C igN>w<`5veDT2t;ٓ*!a/hS>ת$X n0⟦Uop z2ӥo ^Zfw LAX|޻CՋsb KXD\M,ƂOa3!Cj]hD8['r-ze8ywҘ9s;m[mTf?k\Xd@ 0 _R㬺wEֺT\or IǓV wKDDR_:(ԦY.gc17ka-Lfwa3ƻEu,vXBH1#C)![EEZm<^<3'-5*,-6KU{;YذX"0ּ,TeRӝGV7U`*HI<l,/&tu(JObqIH?ppbN@ф>vb\XKmSū1Q:2yyZ?)ߔn v#Df"um#[)q1%H7䕁A15k(uTYh@6,]g1Xt_HGmFi^ b;V1SmuA$-xx*_?ɰi+w0 wJhn߯la竲fgE8Eܣ߱g?qg z蔮Օ’TU14:f!zx}{nNmua1_[~JjV: [+;ao \$#bwe6dV&eq\4LT[B &t呶h%Q!/KJŐ1T/My"ol+gIwݦcոw';7HLYS˦R cv5Y;Ҽ[74KlJKE+o ׊wD3sĪO[8%7v&w"sUN$/Bk'I߾6$F(T<9Ǖ 2lu[VݰWH@Q]ئsz˂͚hyeYY]hUn%A<,BO̖JKF+JW9U8KAipb FoUEf|8qmbxW7KvQQC7іk Ƭ $J~=LLGX2C&Q3J%D)-ָLjANP4 &К+ekp O㬼'&P=Dxߪ4nFdq}pA9NfF?m2v/1 ֿgtKCIH ?9^U f_0Rl{ԵSKý vrAd:TWo |% bNتwwX x'k~q2t?\JE[92mf$@|7yO@y[=d b;0(~PnTch{C:UkcZ'>Hu1ۑ'=Z?#EW𾥰NNk 78j±X_2c<Qy1,<5 NP(:7WdlO*)wn+R ;qNJ-2lʱ}ȯ-o5]#Wf6p.ԉVm*BCc{$,JrJbWjN|ZT *[ǺѺO`&u1tn^YR#HK;ޥ [GRh4 2szMD q+I(*o0lŅz2xZQd@zҸ*-+lStDSM{[X4ˤz\38ȴ*KUaf|;ROCD^J\71c[ d4`w/.8i\ٿo| y% |4B5[ lu_Y;UfYzH}1Bx|$M$0n>8IP&HtyZKG`'+(1;r@Z=XwaU5::,RAk`sRc*ҰzovTg/^G4fJ8kbQnv:Y~m@S7>)Բo#r{VFH,u%jUjSՠ,݂pϹjcB.KnIPCo~JiPHh9tVn50wj~5`V> 3xkB1EHfMR{ʥT 𗞀CʔKF{ѻ=2.<2u u'%!Τ#iAfMֳMj7 ݍ;zi s9u KýHẸ'pxb(PFaW7o+K9f8do6An/Cy ͵. uVgZBlEDCqn|nBG i=e:G,N~`;~xXg0|ҌVRJM{/-8V*RXnͅ0rCCPfL Eֹ{hմW?;.մ-\z1wBn #<+D0}\ BVG tDBLsbLL]xXKD8EXK|{wM_7†.9%#&SrRlnyt0H:bfi|R(np7ʁ[,GeΎ!QYA ( %m56vp*_ٍs+[f1FDN'N*T)qWx@~ r>ݬ5D1!{x ~)JVW VDҦdU] Gz9J ,{sI{uMQgG!j߸伥u܂+8k=7:Ӽ/X~3 G;3!>fpqӦ K*^WBmU=n`510@l3yLؕr)V ~N9tt˜t"eȸ?nobvi#["{>R3G.u E\K S5|_TMߌ:߽F!)W_s7*z81"+zzqǩ} ]8̯*|I8am,]߉gr@FXf%%2v_9UNY߯Υ5`V4Ir#-ކ'J3X5EKC{Ӗ$ӓERO!uS f1HTy{E/i:b,X=bQ`o4*T-|'\pa<|Jd.IIDRM$@u8N\kGK'l:Y\Wu.T#_MMUJ* r>\(֎لl3}̤,c4@a3]";$lu(2ZU냠ig_-/ )f:PwC3wavGG4Th"C6 ^ 6aiU&(2kWl1/2A6nfk礯[K' _ ,JM;ݿv[b)/L~^cZq(mPZ[> gQ&yts 1sT⭅PD+Q^vӎB74r~%HKS`{,’ٙqCt*7 / ŜVtyH6~;8تx4^rj%o6vuvj F w.$Tb IQl\az(vFkaj lk:' 1"r$/#\ENs=^JiWJPz^.AAWD-ƹN:|6T()2䪞}l+Ϟ- !39? jXJrtz SŔ _&WآDWwy8Mf7a]4V kO nh\d{L$Cպs# ꏮ!Yqy|WJ y24i: ӲM.1[P^ Y@B|{ߦYQtVJ¨f-Jt,mp4LZ(vrEe!}M!Z6gʡ^Ҝ$/3t@$mml3ϣj*BvvjcŹM/\q#!ii ιOZ[H-~& /Ӡ0\9HQZ3'2QrtrDPTʂPJaz˚^rHhPJI?UO]7 muw #`\1C E7Ost콭@Gz_T[. Pi#fd2?F/2*oUMҁGED +' D İS#%zMR! ty w "fY'Véb)MlSν$ށyaP(ǨBC(92OPxX]ċM9+cXav{;:1"[O؊n 0 WW$a$GAIy4{\~ W.uvQ#w CWiEaoqF'%vbooR0Eғ%Q\>Q bjI@w)Mok9urߺ<\9_o@!0J-:Jw.Kqdm_q 8O[^.dּLfPw)~NqeŚߝjx3 hWCA,gAOѧČ c6e'GI"x:AJZrH,i^h>ԍ˯$|ݲ`>"2|}hjk3Sw 7@ƍ@ICFiꙟڋ%{tC8~j0[9Kp Xf*r(H_6cÿW!f/?lR/y3P eL4>"4ii( SKc,$d6<<. &:D@L:jo٪RP?-BL!||YTѓuW 'Cm[Td3~0{i >q0s㘈uAlS3T^!ύ 9/XtfT}]A;<3(喯fu^!gF˱C^3ŞNY ^PONė]qxPHR 26^IumpJGB7vYcҫ*=fY[,HTGѯ=R13r)oLm5q1[jePBpP~IVuWfbwU.F/J}idzk|xE;Ò/<^r2&}' 57$'Gx ʬ_Dbcu%@ yF!LpYy>M҃G'z0y #T_-s[^ Lyk X"N]g~\QMQrsE;tC]V yST4lݶ>KYT" *Rtw8'>ת/K՗=Sr cl8uev& A[">?,/ī/i'$ ֌g{:Х[ܕD"%^YYTT"%g/vOlzeFW թL3eG'@փw \:S,:ӴOhR6+n8޹%i@*7 U,!<,ki叫ֳ?T"7X5z) 9jfu;:y:Ӂ.<4&-?~R#etwa%a?u jZ!fu4Nw$Q; QAr? 碴qo 3"VYME<@4ԓ"4$ǿ}=7pjyD %1-m7()#Sx"gO`cMxoώrBEeu^<@AՎh]nGTW1n⻏mp<<|ѻQ19,?.}yzD {˦nT?եř_*eEF뾺\ΝrBGzwg}%:jCπ./Ksl$ Ny;"U։SwCNc0."OgZ(3U2nsaiɝ$U㯂:>{tރo홡&1_e yفVImc`E ɍUBY|}-Aih/huYo?L:VGF6ha +)2=I-p ӂ֨wOTs9e?{XȀ~@N@ES1<ᆴW{+&uhhqzz42ABޫoB)&#U2W73w L/;:$^|& - 1 +/{CRQay.I{eY|> pɀK1K<>ZVDI p?h"_/܅aJbxIPalE7ȍao?*v1M}'paڻJB.@T#׻<(h!A@PmkΨ2dxpkoU0g<5 1hw<5K`Te 1W/E`9~ϱgECdQ.rp[#Qg |&3ٯ-Sz(@u&ko ,Hў嘀žmg5s |!tZZn iM u;511YR2bGoks׾)/H߰osVc÷g$.c6K~_J(v-[Up/) DҷUugJ*#piԊtb1{U'*z뫽1 (%/`Db%G Q`{nfay#-}[vS:UvFxLŏ>@!ڸqmc!#vf݇cˣ:ux.Re\'MSЀY2OPT7NX?Wj3'[QЊKW:5܍v|@8RZKR)Rb*0Qv6?@uI3Q:,L?6YQOAV] Py7~umYrȌR'cS`«e0st ]41Y,p yfՒΊnFxfoRdy#9ގr!;/ÀG+0]۾Z>pi*` BwVɼ=b$?ӹP=-m¨uĤm:E!L$(۱&زejntKj1` YfyR`!?cVSdN=wWa7s s>=ZE42qn,- ?pOoȇ^=6%̒nT22U2lrݒ㽿ѿpw¯cLҙ>QƉ=og*QxKE&`ƚ*x+xَ T[15{?aV ՛ K;2s6Y04 rU6ﮦON7x&DL8 ټP-T63}v Z+Nx)k\MLc3ʶNЁn)akdN5(\M{7oP>*0$` p#C9#W@Cr蚱l~bwNxNI06|ES="B¹+ykM0<䄺B3l**2|_PA(k4;]|/QPѥQ 8\hnFl~; v3׵"ad'R{m_K-FA%*1֚A.9М_~i7ٚzldu8hm`;0 crq$Kq8)K_ 2|<(BhTd"J">tʂ[›@s!JO^S爰HŠHQQb*fa5Q OlE / >9Nd]:; VpEhgeyӽףo*dt&~AR!Aek5| k['A /t6SlVC`BM:XE~ƪk ̛u u(`HTZkX#V!* 즿2Nɉh"z=1X+' !*y™unw[CX(e|OXo L\, RTwEne;`,nj5 ҸDȸE0aTxx ؞nsrH%w#R&$q_E&yq8_#cߵ#/#T8$Y2_Ir )@%W Yw 4Ji`bVodw;]jܢi|5ՙuO"b|sIU] tWͼO4g8$ըPZ88Xֻq>%=p> /prqTc2; ri3+q}pqZ0"@Mڻښ!}^\/ +X/߷!s ,`&4un"‚IPpʮڨņJ8M|h/G/B/LH7O x2CL.Dԁc=߃SKaEV7gp1<@A-#|4oZWثx9x)4b:qiW_dGimabνS»niC17ӭbgt1Pri,m? L5[fnAutOFe,X>.+#Û5WΓ̠4cbnY^iq)l;hT@-k~I>E!͗O7KZ&hRd6H'vʼ*%&y޳ l$/`1ظ,nBl2~H59of R~LצּPM0f]yiqQ~:7.Bm9y.W[5#@KYC)f?6N#ҋeoAaI+HR,y~9B`vW8-3Ovg;owbupTdTr87'>k ]~c J 3yQ,sThVSö(:ŐS"ݻ/׍71S L]e{WĪ@Z B!@ RkbgLVaY4*zqXh<\bVoGq}_rI?i/-;Nżz^EZ-;1yy5] 3Yr7($g1\yF]`Is?v}(g0Bäߩ(ɮN{ô k34_72Vs&fGh~ink 5U+_{qMěk({S D@D ["|PYsw޻ 0Q'&^Uv)D\9&Fɴ _iR-GD|U1 #9CW=lµ8*DI @L 嗶׹xp̙ Ox%0?I1_m[sIзgPZJs<0kX8<._ZWs$xhv@;fi詢RW%)mM\gJa+Ya@iEoާKviLز*FKFez+i0SM)T7DG1/mx>#Tr$uZ"L|4uYKp^ٲ{}P&:0HT1?~giQĚ݋onͤIVK{ Yao0ih9 .5#dFG' ;~*7Ǯ+/ׯ?E@= 5̦ DHnn?E|Ҍ BΛDaG%V6}|x逅蜜b:KYRῼYZOoI( 3HϧN/я-4zr-ogCnh lf5UJ…CB("O *į٪'`1_9)۾6IH!s(̭y0AB[}M0]|Vx! jYs['Jh m#xM[1!EMilz{4$ Ap/R$e]%DSK4P=@99X6 ׺:[Ûg=σd7ߒx~ :1v@JOb5/Alxu|)^ yDQ{Da[PjZ,(V䏺Lg<pKp w]D&_7E@Ia?^(lΥ`;<"Q2_C46js[x/hbѹMpS+ؑ;\D4.Ze>|F5!^@՜+lJv$5]C={Ygį};Ā4.ک!RDW.V aԩ>ǗDK٠\ "O\U1{阚! AcB`HN˽?daWs[bđ5y ]˗lAmwѿn(~o܏ɽdx;(3_܏m'YGbi< !`c:>V̤UM(7mQ^_(!4֐҈ (PT٥IOomx-/,}b/4E@B7+M7 5isM?&w0|{h,'% wќEIr5\S3$29 3"Sd<[:KW6͚?%|}/EӸl@T#2jflcq#kƞ+ C*]𴝴{ K|~.͆z-DUg{{WY8oKdbE<8{>mxN:\*ggeƵ w LQ żmH:R l)(J [cp| pQjW$com7 zvm8G\ 0p.k9<#j_:xM2 -HH t4;R"<%X0Q˷TUM1k\` FQҁþt<#;mF?թ">m,Ѿn?zY p#p_N*v~ЈU4YGpif3O[Б)c;5p֩Jm[-+I$ pq ks3ʗy2Z^H#K5m^Rϲ!;NUbl "jz0zl8/<)y Y2T)*%MG> `{Ҫ&Pp-0UK3(okv]m9fl?tܘQén Kj+, J4A NA yxa~鍟R2LUlxDEyI0(A|Rpxx8P;#nZұnb%%rVIc7ǒ` W4Nq5N.c7zJ[ 2WۈNC (H, SgRJ#%aAIy8NΘ3i^E{U zK .$i2VMʢC̰/R{THHߤ07bE K_烙N'+Cqԍms )RKY3O11):ԋ(<=9~,vŝWJ1r-zz%Uph6[<3aOB'@ L|n1qOS p4o߻5uo X4)])ݧ[ݑ&fI/<tl]rYl֘qotI>$Zl z_!^e5|qo~XI7HF/|P=!=рRVnPJbe{B8$*O@!Iqx̺2m[vYN R_usXX]F,S9MAC(,${Pq}ӱ*㪇fb?Iҕ]:o@JJr dCԀ9ۗh$.EZ~aӷI]LK ? ~YENV"?/r*bpqZ-os4G$MLn1'@J$^0~(*ht>Bq*Wd2uIG=FA .Y@$H7-T<,٭3 -n4U4/t h(E'<Ҏ :h2GpP-6zG]!vfA`|E٠܍k` l6 OՓj(f3ą\J8/TpjH5)]`YBy,P_fMƖ@L_vC~_lN26]q|3 + Jw(mbM+E 0y8ÖQep_/Aɠ'>x u >rQ)yXva |K-O:{Va$x ɈjI5?Xr/56g]@91 ++ήˈMܫeSϿ'qFxe~To7&D@.DlM~2l)NtaU-H 䊤~|U*b54#PJ }p $T#'fg㺑9<sFN׺騋:ZأB@?ъ#KE> k}z$!y.p_0G>@6h5LvP5ݞDio{w'NpK `MP  #N;$q:u |Бx{foĂ D=AEq V+z׮x†ĝ}ڰR@b,#^/׼yՎgpɢKK7T%1-$wCf5 H7eKwȈJrD_HOLõRDm;:ɬY|ucE$Fq7/,wğd {1=! WE!`,kƑC>Vmfo "iTPB=K5,wX#GfU+=MЭ2tT$[.1^4tzW(Gglpt{yHSul:𡆒v +1`qL΁]`)5ƭj@v5eϖԸ _Ԫo\)yy*M5,OGOZL)pI#ޑDCcˉoی] 8/H3.iI٥xdrف` ?ET:y#.'tZޡ7M`$EW 4xi*&@ To}@<{74yC'|Ė5NOC됄IսddوxA#8x2)$qJsr]p^[[#}'Z O$}x'Njqlrauȕw ~7BC6_JLf+J u1Z҅ңъO7AžlC]HQqڶ=ZZ u2AV_GC)K@xO)M?j8̜^I`%r(}>o V8y87d10\U uW`Src%R q4COa$4\2fHjOH_OTXTcdYov@3z611coLm*q>t:XWP>&+52?:FnHDD=dbWMTL͙$Ӱm.:[B;04vAtvsT0Hز[OM(5uNF0L82Mߌg88-sqK/dZ *`@0c9W&ʳDB IbLgX/ +yDOk%᜾ h?Y󬿆Ql<حHlH^LupšB[]U'eFSP3$͈ s#**F9ϛF$Ԭ(y ``ϳ$%`+RA)'X%Nj(?l2X a@'Fn䯃ԕ$PSc2)%Ju HPMC}RⵕťM3@WkwuKvrw}D*DG'p :SoqWgz+@\Ʌ瑭 |.5q,Ox"cmʖkD^;;;(3WCswkmݤ莰?k5.$!kb.oH֖ĺxU2I.6QnSI!,Y&1/wd`fQWH00a@{5 gҘjc8:T&eIAO5ס6&; wwA ^B$wK@lYd>[_%RJ] 0M'ngGB8a$s 7t[{ LEQ-J|{*$X YbrإUGw9C RѾU87 &-BµN[fp 섙ʀs V-l#W,a,W@6W3r &:h(d팜]Lt~b:fEUw>Ubi^6`4{@>c6Jiz=#WgP4v%g5NtEHCF"{H!Db.Z edF=D0l+΁J _xo@FMkft;J4^Y{9҂[!?5D_EECP ɿ#dĹ qy6{5vLrܠwj!Ssx6ќт*}dNlqźRa,omGr iMG 4.ꂯPD}O$$7 O:+XÿecPPwVA(!=1- ;oFRWW`Hm|[ذSr▪*758s]]^bz;9!H=! 3+ipliCPd_;!a(/q$yb×hOr:H_UxjKO(L|,5ruJ~",:pg# 4 jɧ&z/oU lq:7j$s: f H HNCDmw@lpM9(zR.dECɒ^;oPL'%E]v>Zޕb:}fT &dS6j&B0ӛ9Y o{ioPok+ nwŷL 9 pc9ְo/PX['1_xt^dWr^񞫫l筡0Ƅr+.Ǝ%+*,)_<(M3 翫iet3`)^#""q;p̚հ%+y}!@ J3#"PU^2Y/"e-F9VLr\n  =}g݈2 Ux{t!o^-1bET/P% ҶC+*WNBcQr+}-ߪ᳋L`YyPq>˷HKgܗ4W2VEZQ^o$bN"hS" ҎzBhYP}wj\mPHdT(+!/5=C3Hb&:S!`oq=iu#ųv, izLp?^Zﲇ(ģEiH޵Le]_MHs?[^^r³`dWLcxUf_7`!H()k#pǚAm۶F I%aZ,x[ pgĪdv> _S[%HgekH1xFeL̈́]hHi,~P0Hޔ8;E텢muyG~iZN0/pi7Ye*TR+D08GT`/6#^krnDB@&^U-gzңF"@&``ޞ]FY;խJ1މb gu I v~Tv'y%Q<}ue_WP#sJB)p S5( KK6R&jly3Φ =q%d:Y~#@-T{!s6NVP>Mڋc>E@'2v]p)/*Ns);G^{gO5A9(ka=n@: |Tdhu}ͮ(z|."}գɫc;&YFAtph1Xw h J)ڥXw0( } Vz/qPDaH5!K(>cU| Cfm~\Bv"c]1m4Th0i~s&XL6TzUNQ^8@@I۸X]yL{I yf4`jô!$ELAQ=%iɮx>]{QH}^ޖҮ3L#H4 'vn 89g|I~G0r-A'.2񑢸;JJ)I=hКl& =kfxY4B 2eƸmoY=sB0%4=;N>$Q%!1!&-ɘWM5qLp9wV hH"MJfñ"I_}x%m"45gr$14C-Th3ZF{7/Eڔ{!)ch Hl؋-v_wjbUw/ogȯ (%{0zI,@>|&{Џ8AiNSYvn"?j\R  O[g Ӥ]|e􂀔ޞusx7Nq|y#O`N lx*xH#w|^-wv7 iK@,H\/7JNeQI IB1h/`A*g6i. #~-)uPёP9AȌ6F~C0J;* &wP|#_jvp<.u|#ܧct9۟ Wyw*O$0ҁ,S7k¿1@z,we2mYo+J771Ccfo Lla)ykǕ0<ǔ!N¥s;DZN2]|EՏ4X)ٴPpN]p?6B~UOjQˊdtA?["ƂJ3D7Q$#/VW\0++y 䨧cw/x'om^ԭ]fȪf Ъ9-SÞ>i9Q3(ZkЊ9Zgͺ(s;ˏҹk M 0 ,JsLX;o3qşZaUNuv|2B /W2b?oྈ$],4ֲ5^ᖞ] 1߫Og+ˤ%*ˋMU]YHQI6n b&T$ziAԘrJ'7Hî+J|([S=z9I :dM=ǞlgHe1yLFT sνp C`gLLxl# Ob䗣2ͤZp̨;.vpbݥSݛh\hm41bOzb II}`4J%JnceCq&H}m]Mz)E==)5U "<#p͏k,l*D,ZcGձڏ_"'sg"eENWv6$ G.2 I:0yF'#zҮez~ =\ %waSb [,ޏzϣF ;HyAhcfQ {uϕ-K3WaeUm_G@t(Mk۞8?$4:="5}Vi*55`FAm+݆$3BO줈~Cd핺6">Z~(wډ{y0?^9@~մm =l%c/u_)|X8!jSS=WsXȇPD-=^V0œGR)E'A ݔWk:"l` fk+g{SڭB·*_dnwM,c խ'P[9] x{v4z^\)EM/+]QO$#Wi_yMhpw8PP7 G'= [-:UGA:T]LlcŎ߇6o.zH% 83[*KFT k|W(7έh* Й7$RNrBQ$TjwӅJkSkFs+¥u>}=^>NN4Loǫ?,:?nJugMwսO ="*0dSDA+,IK/o~OΈa\|FsDb=vQs4Oq\]&k|,KHcg2xjkwb@gǪb0ލ%bpS$:-fɍ9 Y;{i僐畋t^ϯRPD(G# ;o6![=ˮ-~-H>\_V<%jH8GJ tB_Xt 0;U( R@lU8+ZTs>jE'cb/b>'w6>Y9QˀwM_JnN.Zeɓ< f D \i#So˒QܪR=tZX޵Z.('wT-X17DjP!&6"_ Ol7cSrZEZ6jJaU :֠`'UM[to1 ]@CeB7 Kd@^sT|REa[wǟVH].1}o{O }ZX H~HhtUr PBō%0o1 H_>3dQӂZǮ:vV<=z$% JECBiُCSĕ6z=h]0 p\YP70Uz訍0(+DSiaY92sw? 63Z۪Y52,aeƱ5DSq!T@R)ySw#pWCrݩ3J6&Y84JMWжӕ`Pz%TGFѐfܕG=֫[D ɓS]:>LV<2lfE,e=mm(q#G(4@/9]N#qS8ZbMAS {୓#Hpʣ+f'Erz\czoBe*1A͢Q<-ʩR OwDzW=`zuYקbdF0, .p!zϩt~ Upih\%bE/ 2ԼDj/#~OIu bhhdo!1>ɹ6T# Z1jk2E.0A4~R7-T0Amw]J4cڞrJ26IRpc~I8[ݺ-9+LPeMVFXM P8ÂMq~:1&spOM-]2K]85#iW#/ Q:_@:re8BstOY TY#?( ?t=bZ{˜iq 7v5'd͛M:4b66p0>[ekՎjץ}Y : )DΠX޺3GԚrEBEu_̼lv udA${FdhAGJRg!;Xq^pL#-f8zB(ZߍJ:$\[&; c$+љ,({]폊'92 #7 m`;U9l)QdbhPyxΥ3mvz R$hkrS.qc?,HQ1`rJٮjYB7НNI\+վٟt5Tm}U9[k}^)( HGD MIke2gD~7M]kg$|,q!nL|Cn\+)`PD$,vg l)Uay{Үq5@V1tZpHٴX`$"T78oyZQe)5./R~)Y}FrW/TI=ݨ LIԄ'E4mófK} nsstgۺ eW@euGo# z$)޳CVDүr>${w:۶tY,)ڧ2R ȟY-N7mvGMe]eLF)E#3=o\Ołʒ.haA!_U[$@ D <prEYH=dr٠XW2R1.D'#Nu^~$D1vvoOyi`ZS ( 5/;>6~kPcoRK/F$;ga/}bi8}%'Ծmn|!4mw\6$ċevv% D4`\I4…PxgOa6۵7u q KDrE@&^ݙ浌g G3gK~DZH@bspP@y')a Sl:F#M Wypb٤kj(W5f5gYXrg԰&#'N[=F•rnt CwbtN7zr!6uR/ՄVu<_yR=b/GM <֡Яmu)X?+hϤ=h ށ}ұҝ|5~O =5L|C$޶3bftXw;ыKF`b^*J9#; 18 S%^'x,%lj)*s-\J&CҐ@ʥo+s1Gl@ ɶܧ|޽Je݅# d |MvNLWR 'dUu3qZ4FD {[k#ئv]~.iq*-]GxpiɲLɠ j Z/fѡG}3һWvcnI$Zˎ#JY(p󸗈;K*iʮ%=D yjUPPwњ up ) єηϰI&w|ʼnO{vYw5?إV<4k$~Kw6@)gJ?;q/mUjN.?+ r#nu0,NmP;ڈu W7{nJ @5v2@]5OD9G1O^iHA{fRÊ bv[^%YVvNg7ȹrd H+Mԁf/G݃ !6_r ɇsCuUJ(\k,-k\}%O۲ّg=;ZD%0,:\|(Ժ C[N3-!;6YzI:;sGW:1fDoB /^ +6[86J\VnLKpٛq"YP`C4 |Txt|ƶ+"=f`@=4IܮbPsA8Cվ5dWh;~~CV`lNgehdvE}W򭱮^ѿ!NWsQjoY^k*9GnuR kCpbwſ JF%FCuZaspP,{!X9A0eRto#YleDQG8U$oqg]Am**#5nHyP S/g±Zt ?YifR\ ڳk-#{6 ^ Rz#8D|5`Cْ}$RĒq(r ߈$նD$'{p$HBz3^>(1ek6FSk,m΀)aQ7ŠCVli u~1% cWx]Q]B\J btK47q 2;+KNG;?(2Ծ^ȪAFd$Iow_*U7_Isȯ][2$unÒP!;"uջ%$ ٓzӎyaoZ` d׀gbgP6FK^kCqHf &fx1#@-2?! Ԃe?f# %`4YTe`b‘]Cnr<*G_{ς+*iJ:քQI3 +yŔ~1,{;,#A=Z\y}LWC[/B:ANd\o{đer;%jƣ̤ ^OҢpO_d|Fe?(M^ 9֖{\smz}$nsb}.Ħ鷶 9jGv!ęnU09n+gVT.$-ڋ/nLPXEկ#j̧i^2Se[ 7zvpE!^Lۇ7 j^k 9#|H,@gզe@{^Ǵf$ b۽Cq/RN -)Ф$O'#^4*3% Hb6) yG7B^[/rz4FRz2~')Q~RRe/a@w*;N,+_naƲ:%\/ַ3^p[,M:zh W=M?u\!uۺ2Lj^ f*5)D* jH' =v~N`TA[􌻇5ݗZ*(uf{WڨQMPֵhϲ !'6AGHDjAn䂑˙IJՉ8-qD\q7ˌjD蘑'9Hf8!znHU5{J@sMdMVp!#FSj vTSCxv#DoΕy"۳uҖ(v1:NN'ŻF޿޵ZJ~NTG 0%;z+!/kc+=rz7!*de[7gwl]ՍB2R1Gpp4EȖMpJ@CdpߑDcU3nsz.#9rcüP`(Jm #/ Dh9`,4/9owڮsYlT>+)S-B;fa{3=XYl$ԝM [?~,2G / W+)nOǂQ_x# 3F#m) pVQI-S;Kx u3g3 W[T Аg}6o!)wy]sV֎4Ԅh$8NCq"QW^Ϙ h4 끖ݑ,w4yˑpX+{ҦK uY%M%L W[@E1 E ;@7heW RC8Z\#*ʢZ~ET H"ÀyjbhՌۆ[ě')XT H 4Ft5 3˔6 .ş+yK$p_OhOοX"йW>P똧B弜;]n{8"22SpƉ m'SoHS\vzqgufC hLA >r9h#kw 5T ZF6(&qgJ :z0]~$C$D,'vRZI@K!'&u\FG蝣9@8}Z-X WfH9\)–up8V ӸbBE"z#MKs}Eivn3&#E8ڃN|{=To:#q_"XE ~w?v6V JOY^5ކgx =ߦY1Z֑EwlԨv@'o8 %m~*eE&Oߛ]=0"@f _)P;eYQNv\N)2lj*y-#SBғuUMͭA)6$n=NڻUNqź'!s8jپBb2 B(?N 6pD -MsK MĦ"&=/'Ct?_8bL@yInŕTzI"dgٽ{"ǽkFQUKb6sܝ|E)k[@@ Taa6ڪ E[[I@ֈXmNtG^4&Հn>;.bZ>SbiI>|Y>:5r4<cY:ds&ά%=ޝv;+E'O6ՇB$<;(&/PCVX){2[XS:OV+f\V/F MF.{#jfzП,q9 ܳAƆ_ jlD68"x Z@1.RMF!MN:Z^HQ:Y1# `Ky@-).X4#5Q ֞3tGF3F+gy_MAa9hl[$Iō:%Àaӌ#с.7$x`ބط[cMB \g#8CDLYpZ] dķ:y!ψJSZ1N=y^S<ǨpkXKUn645 %3.LY{?ʬS.N\ثP,yZK>=/T͍BOH\_ٮU m3\gu#9?Uә+TAYٳ^: 4L;14l8t[ 9T6I84F2FY;{FM%؇OA<]xxX;#`sE5+E QJ!;՛I?J*eچ^vֲ+uH>`HT b{ĦVyPi''cH[{QBP}) s•5yC9Z7qOUߚ~٢8Yy7(kC]Y5S*0 $V=,8D0l?OF]WϤVwK|;)\GXX~oU۷`W[Drs~)Iuﱭ Bi. ΃Ӗ](=/4|եSrkYg^YI6o8?a,-x-W^Hnf_]b1@,XP>+G",'?$&8*k"H@v9;;pP7Vξ& :%;?f,כ{"H\u"\Aȓl^ tD;A ۇF' .hcm>æ`i} S=C i_?y!wg2=;&,g@p3~ IsuP^;d|a⚓K- >!~ر!dO*/ 4.K%C_ٱ쑷n IPK6׃|%sl:A;%*E kާJK1sKG `!k|N!Jfa?dP{%) Oƕ5-f+:1i _2 \`2:W#Ţ~'׃j- -nʕ 4bCLQS[ר`;ײIjR+ 2U_w?՝ͮhr0`*l9AnFSBo; 5RĜMഢuN~oX =_b.y>?An:8n8S4HA8,ǬvKŚa1z(ZT _RAp*>HGdfv0nv \`_^9OXSIi/QT|iSlE:q*ۣU%Z= ⺓gz-5#|{{- љIp+C 5դ((0~Ut_\T maoOa |fX(PKQğEcy4: {N9jQe;u10;lçw=4 I3a,w oGX4@׊ >*e.R]9'N4AI*Q_{QLCc=D{/yt\=78͊fC+MҎ}kMUTNd.'!%?F_y?>PfZ{Y m4MVavĥzvVLW 8'*rqtl1*ʾCۭFfOsC[սN'QG\*F UG!Ç tJȾ˜X?pkj)tw6b &SԀ\O5Ke&)0sHRi3)'X8Cs_/\N$Ť)")[Kv hkP'wRWq ^#!Eb'|֙:CJ݇ߔlϝGPZ-Ħ@R Km0,2’n pi額@w(H6x0Ohm9q_yt~~yP3uU2 ,RȾ0!xt?J^F_M5ֻpwkM}9s,C]"K/2MJ+vB;q7Sq{5Nkk @p?Cop,jS\o;ͧck.gN^BMi-KްspsY *؛ {x"27N=,!ebXm_ЁA/R[[pH\}X6>Q٥Տ#khfHk5PHyBQ]53L'3z4ΨKMn=hEGI]U͋X%n;?9[M 溷*l3%yYR&%3 밒'Új:CƖq!/(*vAQӛ^Y}(>bv,le ŚԴy V6mfUHσKӍp!MYq*kU؍^(M_g4F72ZoFKN33'e' ߘq(wh:Wj;v1>)eiC{mZM.q?tՃ]Qѝ  {ƕs[0S^lڈ~Y O oi++J{,BE;twWY : eέD:rPD"ώ}qKy(]T]T8yhpcIt(T $$(HM/Ê2%nr_XYOinSW̶UIƉgm,=U̔cnRX(76gl o0Ňm)(/4?.LDPJEt,t} cSh>_uP.l"$+ u, =h48*{)5zDzlw`~ ̔^^+r r|a&%v dd8zo2sP7 /FlO3\E :oSTxKh(͏ sR?Cn c=D*&HzP[=|5 VGޒy)Zx4-%K.A |ګYWUc?P$j#J"=<5yRF)oJ+:IV6GVK&[4Q?҈,DG䌊5ѫ.}8 }\hŀN!K,},_sl Fi<XV3fdod d _-w'7*9঱m]oD i% 7y9:[NѼrjCB8<5Z,^0oNYA$?%M@Ǥ2v+ 8&?B8Zj{qڭfO\C=Q/9]l,|d^"cb"7Mo[(].כbaUhM#&oc;u=4ԣ)\hURrS\h,L֨r9;?;FUn$GfZ]_TECH^>H/=wr<܄΃f+L~Qu4D[{Jု2i0M=3qrۯs Fdw]wM@}.j'g#jƃ%X(`$dRK[3 ha`#w?dkc7/`RiTٻ0G;*5T<^r?{˙Q"_-֣(Աxٱm|Ry\$H&>C>K_M>XoO ypvW#}0V4d:7MB8 {j c?H9 {B<+тg M0G.y8XahG7 R{+wfZc$;gΘDmI1}MC|c_-MYqSK슼},ƻoNBWoD+9П]&g ofz%mN#})l@_4şݭpW7:!@0̯437Wl'qʺӊV!uUWV6+44S<󷲣S3r2ãa4&XP uL$fLi4C &G#zciOc y>#r{c10Su[niU fh$nU pFmo{1ltG)/ }E/^}J H9Vjn"bps=z2,\<WjgF kŋ0k2ӥCz{'6$%J6)`"G <2 +&2pҍVѦX~:֤-,T610,ƵSltAXp7e7 V|؈ 83ͷHjbE ww+OŘaA \ [&kbOԴ;@C:QZ2d]i/HugcI@M֥z#!{)_RGhVL)ԟc?JAb$$l&;\P|lU$쇳"Pl,s=Eb28qx"YV#JP}*k|PY=obSU9?S+dʘ{*V 9 bQ.mr3 a6 ;crp3HzCܟN2Z4>Ă5r+Btom븬 ^ElRIkp;>xabC9k/ #&D3&Fi ,xp_P`@vYuȰqkȘ')֠DLu/*=۞Yދv41}Z 3CIՎ:YuzX(Xxc 3Hp8_ 繏c)pl| Dz8An:{#aG{'hG.<`k!b5>@bgzV_U~B:BRc24KB2%h[ʩt/Zfә6~Y5Aqvi.O/yG!K| $$MizQ){/QmJI=&(C #[pF9n93q,#gWI&E{Lp*po!ں֎G/Ql}-I`W7\PVH&X8lpz%< 'Ћ,P.*mx$fX`XË3*qwM CWiK z|TNz;Eu(IؽVVqԭ - &ߙDw"LcP7N\Kbt stglHhz7^?S GحJ'@8,/p\jW3OL]5veA|"& ;j`Ȩ5o+ɞ^: wSoM/0hı(= -h5j:_EP0-#FhxӼ1U8!.J+C6AZY-7٘e8t(/5/::9y>##ݧ9WpDk/1}5}&׳|qڈ./&A$R`Q9:_q[Mb}Ŗ+U1[)FcPāw?g26 ^"Nz1JQ=6C`vI C5uHvW*fOjc(@ܼUKMZYӑqS)Spx>vHOp;i)=r/k9lY7d#ڰFFjJzxr%c ETafkہCzɍJ,Z14#F&oeA T^39n?"*p^ UP,,=mU祥A .%%PmjrP*ՐwXы8VggNz2lZкir?:/64(ӋT˜Vp+BQz^Ҝ@}N,22[ 㪂Uti:dۙ d9q y.enBiԴ͠m @xǰ,a %Esqָ /db'zV<jE=xpt"n;PAqKDj-ee˝́ӡox%v.Pt]Ђ5<ÿH"kzEaZQF;ObrTLOFF>$%AQ#͈7kWtcq]*ldeemΙ?ykci ]/ՙJoPA@0ϒaSA>X72mdžtH+c4*^%vvu^)nH&LЭ? Pqf#!]p I~ ڑlа]V!Ӝ6T19^gYȸ*)#3ִ ۮZn}&Yj~ק@(G>F3 ,Zd2neDwP|Xf3uet:VAߢ j[Ў.Ҫ@'_v\BVck~UM N1f¸ 5dڝ{l'(*M~LA镠/\Iܚ\oug>h$lh" {ZDEih 1o) B90d_bGavޠ< V}L"pIJŢT,,Y˺KDoUQ H͟ qI.  n|W])i\W6 Jtcf y_%Ew_1gTSX'&& ˒9*r65aaX\Ba{KSisWq[h5rY01.tb^AGJLz7͡ Hf}:@0}>*ASP"4S7oT$JQS0&[IƬ0bЕ4N´Dlxv ۾Zf[NF.ۀ?_1% I]ӝ^@)~R LBcr=XW'vzLO(E;)IPFT[P[ շHW]9ꂌ X'I+UivX!T5Pw^kQٞfj$c&e U ك4OTԝٿ}pБH(=gR@;bq| ־MsAܬ><BZSsBбS$YuKц!"a^|TOBWf'2}E6"0R2>U@R> RqUH7v\:p[.BmgeB&BsaS?/=VIM */M| DѲeڋ[]vCtfS>*ksJt@ 1ާެ@([ǚhRK2ӯ>iB*/2vD£{T·$|#^XX6g& ؓ8!ٟA{NޟYin)/=>Z-T1w /,#iޖZC&s͔fYzܰ(B ID sF3l;Tk>$؏a?m+b 7%d۳r/\jcT)+^R#58]4'+@Qs.v_VCXKJAxs)7ÿ4AX#kRl^`hbE3RAiˎ '(>GאWTܣ`*(Wv04jpKzs9FVdn{qZ_>XJ[wP"v)@1@h3ȸI;[Kvî>Cfڙ q!r2 <—J㆙߷ K|8fij`2m MRe{MQb~+̊,vZ\"jYn] &wM,};W7$jSzKsP, q,r+J!2N#ˈ(>ljt<:K /y7cW쩹7}ƿj! kBXJij(lx3 Qo;6&X'ypC}x^'ZP>YOR'ݯS8Fb GJ Pq?VRbո.C *YV)9LɄ/f$ގY-*F!;62\WAuu ޫ\9 mA8r ȵR[zi5:@Sd,O[Dxi<6t,\`teSujt[?қgw0.qhav0n%:? ]Q/0wMَb5HdLɺ}w_d.i&h vQ^1*6-Kc0Ppp vp)|g, g ro}*L/ɻN3sY‘7 7S=JJw@Kq$ .HͭT5T/ h&+nW0ԩ'LT8A/o#~Aj=\o}ۓjǸԓzl Tq]1}[߰ՈF4UϿ}aJC/;=)/!q!Q/;63H/-4OlXV&J"$m(۷zJལb#O |F0d/TmIpY7zlEHNM~%kۀt餝L.p 'e^6` xԐ:epjl#ZَDu=℞Jh:ԽkXUQ?%trS,QV|NЮWAa(:9/jB7_砎9K y x!ucdI kAMyӿFcc_5*pfg+ŵpJ]NxE+AAŮc_=NGd(ٱ ֋]@@WG9 _}<:f};*MX+\lemg^6n"Z"~5p% Rtl'B|!؆~Y4p% \N%!j\qS4:u T{(@LIhϲ[Hx>C! Ҏ^Wg;+WdWl3Eki3d[ fRw=i 'A74&Wo ׄ1@bĤX1*]@ւ9?\'Q'࠿+&PݺS'Xez&X%W`E&MRWίԏDrVϩ˪{zܺDS% vخ {2"#ɐ?usNٯ-&:̠{gl2\C؜:1=AYGVR̉a70n([RlyPs]&]!Pih6x6r3u.֣Uh)4x<%Q_&b}xs<"V=2|`֚Чٔw}|CCvȄKNʰ8AX]rѼQ\rQ` e2Wq>{SLjF[}EbJ`> '_`_sQ˷o7 ]:N"i]ؕ8 ] (Z;:W2.NV+770P ܠ[DQWmOhTa~D4bfSqpŢi9q_(22Shzr7UʒBbc렫}V.04|ON7!}/xt 9+!c\[0g5nlFTߋz{GIy?\%(GRmڱ~{3slofݏەi6j,0stA6ި$j?a7 KcL+ %LNƕ73N%u򽿸f<}p΁UAerIjؾ K:tR{ k"$3TNU!mH?Z+2lP'[^:ϋM!u{.2GJ7DI[+㲉] pӃfٰ)uv  dTNL>*Mt@m(%$&9)z@I]L|TqP? g?$ٜ?iҵLs =B}/!"XAx6k߃;ۉڽ_*wo=:gC" e*x W2!'ޑZA*"I*G i M/Ev҂.yk1J1'NqWf}{o# ftV7Q[7Y;h-!c{ 5J1+$(50,2<9r,ݒZIㇸ66Uwb\7ӶxPrSij= 0Mn!Ы3 -Y"(Vvèa<" zUy_x G\.\/;8V謿xTӍ5;d>fOqȲQMػܹ){ d&D 4kbc 4 w@[)zХ)aVg-~m7kBKupW%֟ DZtW:;W]z$1aL}03cYfRtN^7MwU~aIͤ0ޙ֗J~ީl{ |vq6N)^Rb%@ I5ZD%~$|m/6-+OJ>"9ɰBXUʼnOA(OdnURvGnZ[uNɇ#P8V'k1҄lF_w.Z MV߁JՈ@XCVco5[Iٛ,:"u6w.{aTҖ9N9dblձdj<آ1$&6 a̓i7t}g0yCrղFN.a> 3?hALݱ:]לgߛ!n#٧e\lJ&خ n7:MѪb3z*l*h+Jyݦ!BT`f,*Q!>f1fM&]@Rhg7,=GJB843ңŷ=1I Q;W7AA 0 BH-Gl#~,_ 0Dlt/ vTAs悄JLY"7tsԊ߶5~ 㨖@TWY1B $s}A <x ݏ7Sm$}v.:T2@^G ыRQ+bTMHۦ4{ob  mW>/!7rNZamդ`L>HtVհM?VPɻ2A\@f--Ol.`pBjuZG{6&z\(< q|-=!@찯~}Kj#U?10TCtnRO`%Z֫!B/#=Թmt[p^Jn6βDf!ېC3@UW5z|@,w= N;>H =-pʗww?Kc*(]5 T~e7M]g  ,.@n W/K,de%'=3d \hF>R:%qg3{HNgn;zc5̋h9qǔ$ԣAa(Exchu5]ynhXa\fH^.$;Gu"4ŞT~: N, 殯1~F"{FnY1 }؅{9{'qsmFT1n^ޟH*XqKf%* Y, ^f}ث~}@QWMR$~1L[7te`U青I/BFJAٻyfSp;,ħq9WAǞ}oR3 nXZ|^.d">}xcz]cѿ'JQ\#sbs(f&қjOF&JRJwRtq!Vg"I@4Q :nWиUz޸<KyT8\{Q?Zg%P./ K.k8]m:]6}yuj) qQ9"4ϐCNqi~M^i\|2ZPe"rlstO N>>;/CYmy*/(K/hs1D:0Gs?M"W]k KUhǺ֋ }(F`y2Wބ\\z#T5W)e>ΐm33@&.ש[ZdM1Q[ %zP;w5AݽD+ab{o3C`A zoZ'Y'i9S_Krk.yH'@ onLi? .-KwWs3i=zM 3Efq)-P44/Fd=*&$u}Rf[0ym^߃#RJя.3Kͫ-e}A:dȾL?@mHߒ 2SWE%+aM/5? cW,+kł'xF6[+ cOSY uq'D]9\mZ}::$nJMlR.S1lNq>u48%Aڞ]Qf2O䛮*tw%ˎ V=5MVy&I^UO],6p𫹂p9*VS\2#HM`f6ADjYk5OXu+Ha)ӗ"?j&E{vm`"k9w "ڇ݂,ȏ^m u^b+RM"LFE#ssҺE'~&XޘKߧ؋x j)сQaC2g^֘$ w^x'7(s *1oHuCk &a^˞,