NetworkManager-1.1.91-275.2<>,AVrU]߄rp? 8C\Y{朆ҙe,ސ- tJu0ۄ>GI?Hd  I  1_em 0t%D<&4< &< '$< (< .0< .</<0<12 <2 4H5$H:H(:8:9<:Fm=+[>+c?+k@+sB+{F+G+<H,<I-x<X- Y- Z.[.\. <]/<^3Hb5Xc5d6Ke6Pf6Ul6Wu6l<v7\wC(<xD<yEzHhHxHHCNetworkManager1.1.91275.2Network Link Manager and User ApplicationsNetworkManager attempts to keep an active network connection available at all times. The point of NetworkManager is to make networking configuration and setup as painless and automatic as possible. If using DHCP, NetworkManager is intended to replace default routes, obtain IP addresses from a DHCP server, and change name servers whenever it sees fit.Varmbuild16home:dimstar:NM_1.2 / openSUSE_ARMobs://build.opensuse.org/home:dimstarGPL-2.0+Productivity/Networking/Systemhttp://www.gnome.org/projects/NetworkManager/linuxarmv7hl 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 NetworkManager.service ; do sysv_service="${service%.*}" touch "/var/lib/systemd/migrated/$sysv_service" || : done else if [ "$FIRST_ARG" -gt 1 ]; then for service in NetworkManager.service ; do if [ ! -e "/usr/lib/systemd/system/$service" ]; then touch "/run/rpm-NetworkManager-update-$service-new-in-upgrade" fi done fi for service in NetworkManager.service ; do sysv_service="${service%.*}" if [ ! -e "/var/lib/systemd/migrated/$sysv_service" ]; then services_to_migrate="$services_to_migrate $sysv_service" fi done if [ -n "$services_to_migrate" -a -x /usr/sbin/systemd-sysv-convert ]; then /usr/sbin/systemd-sysv-convert --save $services_to_migrate || : fi fi 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 NetworkManager-dispatcher.service ; do sysv_service="${service%.*}" touch "/var/lib/systemd/migrated/$sysv_service" || : done else if [ "$FIRST_ARG" -gt 1 ]; then for service in NetworkManager-dispatcher.service ; do if [ ! -e "/usr/lib/systemd/system/$service" ]; then touch "/run/rpm-NetworkManager-update-$service-new-in-upgrade" fi done fi for service in NetworkManager-dispatcher.service ; do sysv_service="${service%.*}" if [ ! -e "/var/lib/systemd/migrated/$sysv_service" ]; then services_to_migrate="$services_to_migrate $sysv_service" fi done if [ -n "$services_to_migrate" -a -x /usr/sbin/systemd-sysv-convert ]; then /usr/sbin/systemd-sysv-convert --save $services_to_migrate || : fi fi test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in NetworkManager.service ; do sysv_service="${service%.*}" if [ ! -e "/var/lib/systemd/migrated/$sysv_service" ]; then services_to_migrate="$services_to_migrate $sysv_service" touch "/var/lib/systemd/migrated/$sysv_service" || : fi done if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ -n "$services_to_migrate" ]; then if [ -x /usr/sbin/systemd-sysv-convert ]; then /usr/sbin/systemd-sysv-convert --apply $services_to_migrate || : fi elif [ "$FIRST_ARG" -eq 1 ]; then if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl preset NetworkManager.service || : fi elif [ "$FIRST_ARG" -gt 1 ]; then for service in NetworkManager.service ; do if [ ! -e "/run/rpm-NetworkManager-update-$service-new-in-upgrade" ]; then continue fi rm -f "/run/rpm-NetworkManager-update-$service-new-in-upgrade" if [ ! -x /usr/bin/systemctl ]; then continue fi /usr/bin/systemctl preset "$service" || : done fi test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in NetworkManager-dispatcher.service ; do sysv_service="${service%.*}" if [ ! -e "/var/lib/systemd/migrated/$sysv_service" ]; then services_to_migrate="$services_to_migrate $sysv_service" touch "/var/lib/systemd/migrated/$sysv_service" || : fi done if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ -n "$services_to_migrate" ]; then if [ -x /usr/sbin/systemd-sysv-convert ]; then /usr/sbin/systemd-sysv-convert --apply $services_to_migrate || : fi elif [ "$FIRST_ARG" -eq 1 ]; then if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl preset NetworkManager-dispatcher.service || : fi elif [ "$FIRST_ARG" -gt 1 ]; then for service in NetworkManager-dispatcher.service ; do if [ ! -e "/run/rpm-NetworkManager-update-$service-new-in-upgrade" ]; then continue fi rm -f "/run/rpm-NetworkManager-update-$service-new-in-upgrade" if [ ! -x /usr/bin/systemctl ]; then continue fi /usr/bin/systemctl preset "$service" || : done fi # enable NetworkManager-dispatcher, it's a DBus enabled service systemctl enable NetworkManager-dispatcher.service # bnc#803058: # sysconfig creates this file while update from openSUSE < 12.3, # which were using the NETWORKMANAGER=yes/no sysconfig variable. # When it exists and NETWORKMANAGER were enabled, force enable to # ensure, the network.service alias link exists points to us. if [ -f /dev/.sysconfig/network/migrate_nm_variable ] ; then . /dev/.sysconfig/network/migrate_nm_variable if [ "X$NETWORKMANAGER" = "Xyes" ] ; then # In running system "--force enable" is sufficient to # create the network.service alias link regardless if # the network.service is masked or not. # While 12.2 -> 12.3 dist update, enable seems to be # unable to create the alias... no idea why. Kick it rm -f /etc/systemd/system/network.service /usr/bin/systemctl --system daemon-reload || : /usr/bin/systemctl --force enable NetworkManager.service || : # and create the alias when enable failed to make it. if [ ! -e /etc/systemd/system/network.service ] ; then ln -sf /usr/lib/systemd/system/NetworkManager.service \ /etc/systemd/system/network.service fi /usr/bin/systemctl --system daemon-reload || : fi rm -f /dev/.sysconfig/network/migrate_nm_variable 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 NetworkManager.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 NetworkManager.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 NetworkManager-dispatcher.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 NetworkManager-dispatcher.service ) || : 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 NetworkManager.service ) || : fi else # package uninstall for service in NetworkManager.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 NetworkManager-dispatcher.service ) || : fi else # package uninstall for service in NetworkManager-dispatcher.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 &(Od TDWL[T&d`6P]% '9pG =&N : %BJ9fCAAAA큤AA큤A큤A큤AVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV՚GV՚GV՚GV՚GV՚GV՚GV՚GVVVVVVVVVVVVVVVV135bc00cc776665614ef48f805da2f245711a76c31a3763750fe2c331741f679293db8ed3188eb8b5b164571d753bd60c882a06bf22bcb72cac35b9b738d975b12dfcc892837dcd1454b157a2c1b186bb2a928dfbcbc2b97d7bbbdb7e48d3f1a42b125b229d25a07b0804a8b7217913ffd9026fc812a3b1451430caf5dff968c7fcf7bf60d8243d8648b80985b813854f0c91aba8f9b0f20c5d7d33df14be9e977b0ec6b4864fb53ab78d7b56e93b21c7bf48c885957d340cf3ffde75e861a8487d8bcced1b823fb964baf62609e954546d1b73ce18f4aed1b32830ea61e553fed1e93160c3ed40e442773b8f5d275dac9ad8ef0e25d383a5500713798d11db5a9f3fc696f54375c2b42cb1547147c3526fb40b827f1d27116febb9eba7b528d112564aaee9d3c57ef33d23f8eff6e5e30cd7b032361b1418e61c8cee0ca07c931d4b8efc1840a473c2283180fdd6a55a3c374ec28a62e14571b8eded6833a4187909013e4fcc1389cffae15687efffad2756047b22729056209bba615a39d1f015dad8cd0880d8754792cf050bc02d33dd83fa6aa63c4056fcb2c563cdc01cddc50bfc0e49d1e7afe1c010e3b74fe5ccbbffd568227ada506640fe950a4823b43680f97499d85244ced530d870113ad5d20f9b2c282c2997210dc220aff1ca22801d7f7f997c7cbb48b3ade8e1f5653c0a7a3611fa87b9c765140e671a8855cb034d0d08e508f69c68ea3d9ae6e7cd3e25b2c71897a766d81b7687276587632c7a0ac4b10c3429f1459b03b2a9d70c1c4182ecffdecb73feb8e70b1d9fea542c4182ecffdecb73feb8e70b1d9fea542c4182ecffdecb73feb8e70b1d9fea542c4182ecffdecb73feb8e70b1d9fea5426ec3829ab8f29598b8639d0207cfbc16e0604342052240c0e5741c0c16c547283c0593dd8794d0ff67b0ef1d03acfbaa543f54723101eba17743d79c7fb7c97621f1bae01d3c59c633ccc0fea0849c0ca7646100357934b681b1b13fb483a05f0d57a61619171b93aa97a8874e96faebd41d8cd98f00b204e9800998ecf8427enmtuinmtuinmtui../NetworkManager-wait-online.serviceQrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootNetworkManager-1.1.91-275.2.src.rpmNetworkManagerNetworkManager(armv7hl-32)config(NetworkManager)dhcdbdlibnm-device-plugin-adsl.solibnm-device-plugin-bluetooth.solibnm-device-plugin-team.solibnm-device-plugin-wifi.solibnm-device-plugin-wwan.solibnm-settings-plugin-ibft.solibnm-wwan.so @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@     /bin/sh/bin/sh/bin/sh/bin/sh/bin/shNetworkManager-brandingconfig(NetworkManager)dhcp-clientiproute2iputilsld-linux-armhf.so.3ld-linux-armhf.so.3(GLIBC_2.4)libbluetooth.so.3libc.so.6libc.so.6(GLIBC_2.17)libc.so.6(GLIBC_2.4)libc.so.6(GLIBC_2.7)libc.so.6(GLIBC_2.8)libdl.so.2libdl.so.2(GLIBC_2.4)libgcc_s.so.1libgcc_s.so.1(GCC_3.5)libgio-2.0.so.0libglib-2.0.so.0libgmodule-2.0.so.0libgobject-2.0.so.0libgudev-1.0.so.0libm.so.6libm.so.6(GLIBC_2.4)libmm-glib.so.0libndp.so.0libnewt.so.0.52libnewt.so.0.52(NEWT_0.52)libnewt.so.0.52(NEWT_0.52.13)libnewt.so.0.52(NEWT_0.52.6)libnewt.so.0.52(NEWT_0.52.9)libnl-3.so.200libnl-3.so.200(libnl_3)libnm-wwan.solibnm.so.0libnm.so.0(libnm_1_0_0)libnm.so.0(libnm_1_2_0)libnspr4.solibnss3.solibnss3.so(NSS_3.2)libnss3.so(NSS_3.3)libpolkit-agent-1.so.0libpolkit-gobject-1.so.0libpthread.so.0libpthread.so.0(GLIBC_2.4)libreadline.so.6libsmime3.solibsmime3.so(NSS_3.2)libsmime3.so(NSS_3.4)libsoup-2.4.so.1libsystemd.so.0libsystemd.so.0(LIBSYSTEMD_209)libteamdctl.so.0libuuid.so.1libuuid.so.1(UUID_1.0)mozilla-nssppprpmlib(CompressedFileNames)rpmlib(PartialHardlinkSets)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)sysconfigsystemdsystemdsystemdsystemdwpa_supplicant1.1.91-275.22.4.73.0.4-14.0.4-14.0-14.4.6-10.80.50.6.44.12.0.1V@V@VV@VVV @VzVTQ@U@UoU@UL@UL@UK@UJ@UT@TܕT}TTq@TTO@SR@SS.SZN@S>S0@S 4@RW@RVRJ@RIgR2@R2@Qo@Q@@Q@Q@QvwQAQ8@Q*Q(@Q']Q& @P@PP@PPPPb@P2&P2&P2&P2&P.2@P@OЗO@Oĺ@O[@Om@Ohq@O_6OP@ON@OF*@O?NNU@NT@N_NN$@NNNyNtNiNf @N\NTNTMM?MMM@MUM@MM@M@MbSMZjMIG@MERM0:M\@L@LLډ@LC@L_LMxLI@L7@L+1L)@L#HLk@L@KKыKqKuBKd@KXAJJ0@J#J@J:J]@JeJ\s@J+@dimstar@opensuse.orgdimstar@opensuse.orgbadshah400@gmail.comzaitor@opensuse.orgdimstar@opensuse.orgdamjanovic.ivo@gmail.comdimstar@opensuse.orgzaitor@opensuse.orgsimon@simotek.netdimstar@opensuse.orgbastianholst@gmx.deglin@suse.comdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgglin@suse.comdimstar@opensuse.orgdimstar@opensuse.orgbadshah400@gmail.comsfalken@opensuse.orgarvidjaar@gmail.comdimstar@opensuse.orgdimstar@opensuse.orgglin@suse.comdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgrmilasan@suse.comglin@suse.comdimstar@opensuse.orgcrrodriguez@opensuse.orgdimstar@opensuse.orgcoolo@suse.comdimstar@opensuse.orgwstephenson@suse.comjslaby@suse.comdimstar@opensuse.orgsbrabec@suse.czsbrabec@suse.czzaitor@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgmt@suse.commt@suse.comfcrozat@suse.comdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgglin@suse.comdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgbinli@opensuse.orgfcrozat@suse.comglin@suse.combadshah400@gmail.combinli@opensuse.orgbinli@opensuse.orgjeffm@suse.comvuntz@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgvuntz@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgfcrozat@suse.comdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orglnussel@suse.deglin@suse.comfcrozat@suse.comvuntz@opensuse.orgjengelh@medozas.defcrozat@suse.comvuntz@opensuse.orgfcrozat@suse.comdimstar@opensuse.orgfcrozat@suse.comfcrozat@suse.comdimstar@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgfcrozat@novell.comdimstar@opensuse.orgfcrozat@novell.comdimstar@opensuse.orgdimstar@opensuse.orgbinli@opensuse.orgbinli@opensuse.orgbjorn.lie@gmail.combjorn.lie@gmail.com jeffm@suse.devuntz@opensuse.orgtittiatcoke@gmail.comwstephenson@novell.comcoolo@novell.comdimstar@opensuse.orgvuntz@opensuse.orgdimstar@opensuse.orgbili@novell.comjengelh@medozas.debili@novell.combili@novell.combili@novell.comdimstar@opensuse.orgcristian.rodriguez@opensuse.orglnussel@suse.debili@novell.comdimstar@opensuse.orgvuntz@opensuse.orgcaptain.magnus@opensuse.orgtambet@novell.comtambet@novell.comtambet@novell.comtambet@novell.comtambet@novell.comaj@suse.detittiatcoke@gmail.comaj@suse.detittiatcoke@gmail.comtambet@novell.com- Update to version 1.1.91: + Added support for detecting duplicate IPv4 addresses, with a timeout configurable through the ipv4.dad-timeout connection property. + Fixed a race condition that could potentially lead to unauthorized access to connection secrets (CVE-2016-0764). + dnsmasq configuration for shared connections can now be extended by placing custom files in /etc/NetworkManager/dnsmasq-shared.d/. + Generic devices are no longer assumed unless explicitly requested by user. + The reorder-header VLAN flag setting is now honored; to keep backwards compatibility in behavior, an existing REORDER_HDR=0 ifcfg-rh key is ignored; the flag must be disabled with VLAN_FLAGS=NO_REORDER_HDR. + Fair amount of bugs was fixed and robustness was generally improved. - Rebase systemd-network-config.patch.- Update to version 1.1.90: + Added an option to enable use of random MAC addresses for Wi-Fi access point scanning (defaults to disabled). Controlled with 'wifi.mac-address-randomization' property (MAC_ADDRESS_RANDOMIZATION key in ifcfg files). + Wi-Fi scanning now utilizes wpa_supplicant's AP list. + Added support for Wi-Fi powersave, configured with POWERSAVE key in ifcfg files. + Added support for creation of more types of software devices: tun & tap, maxvlan, vxlan and ip tunnels (ipip, gre, sit, isatap, vti, ip6ip6, ipip6, ip6gre and vti6). + The software devices (bond, bridge, vlan, team, ...) can now be stacked arbitrarily. The nmcli interface for creating master-slave relationships has been significantly improved by the use of 'master' argument to all link types. + RFC7217 stable privacy addressing is now used by default to protect from address-based host tracking. The IPv6 addressing mode is configured with IPV6_ADDR_GEN_MODE key in ifcfg files. + Improved route management code to avoid clashes between conflicting routes in multiple connections. + Refactored platform code resulting in more robust interface to platform, less overhead and reduced memory footprint. + Improved interoperability with other network management tools. The externally created software devices are not managed until they're activated. + The Device instances now exist for all software connections and the platform devices are now only created when the device is activated. This makes it possible for connections with device of same name not to clash unless they're activated concurrently. The links are now not unnecessarily present unless the connection is active, avoiding pollution of the link name space. + NetworkManager now correctly manages connectivity in namespace-based containers such as LXC and Docker. + Support for configuring ethernet Wake-On-Lan has been added. + Added LLDP listener functionality and related CLI client commands. Enabled via LLDP option in ifcfg files. + CLI secret agent has been extended with support for VPN secrets. + The command line client now utilizes colors for its output. + The command line client now sorts the devices and properties for better clarity. + Numerous impovement to Bash command completion for nmcli. + NetworkManager relies on less external libraries. The use of dbus-glib has been replaced with gio's native D-Bus support and libnl-route is no longer used. + Dependency on avahi-autoipd has been dropped. Native IPv4 link-local addressing configuration based on systemd network library is now used instead. + Hostname is now managed via systemd-hostnamed on systemd-based systems. + Management of resolv.conf management can be changed at runtime, private resolv.conf is always written in /run. + DNS options in resolv.conf are now honored. + Updated version of systemd network library used for internal DHCP and IPv4 link-local support. + Support for event logging via audit subsystem has been added. + Support for native logging via systemd-journald has been added taking advantage of its structured logging. + Live reconfiguration in IP configuration after changing the settings without reactivation of the device with "nmcli device reapply" command and via D-Bus API. + The API for VPN plugins now supports multiple simultaneous connections. Most popular VPN plugins have been updated to support this functionality. + The libnm library now provides API to access VPN service definitions. + Fair amount of bugs was fixed and robustness was generally improved. + New DHCP_FQDN key in ifcfg files to configure the full FQDN to be sent to the DHCP servers. + Added multicast_snooping option to BRIDGING_OPTS ifcfg key. - Pass --enable-gtk-doc to configure: needed to have the man pages built. - Remove --enable-ifcfg-suse configure parameter: the ifcfg-suse plugin has been deprecated. - Add perl(YAML) BuildRequires: dependency to build the documentation. - Rebased systemd-network-config.patch. - Drop NetworkManager-geoclue-interaction.patch: the patch has side effects when geoclue itself is not installed. - Drop NetworkManager-openvpn-route-configuration.patch: no longer required. - Drop nm-ppp-manager-clear-ppp_watch_id.patch and nm-update-ip_iface-only-if-IP-interface-exists.patch: fixed upstream. - No longer recommend avahi-autoipd: the functionality is no longer needed. - Flip with_cacert_patch off (set to 0): patch needs rebase.- Split out a NetworkManager-branding-upstream subpackage that installs the default upstream version of the /etc/NetworkManager/NetworkManager.conf file. - Add Requires: NetworkManager-branding to main package.- Add nm-ppp-manager-clear-ppp_watch_id.patch and nm-update-ip_iface-only-if-IP-interface-exists.patch: Patches from upstream git cherrypicked to stable branch from master.- Add NetworkManager-openvpn-route-configuration.patch: Fix routes not being applied when connecting to openVPN.- Add explicit pkgconfig(libteam) BuildRequires: force team connection support.- Update to version 1.0.10: + Added support for handling VPN secrets to nmtui and nmcli agent. + Fixed a regression that caused NetworkManager to ignore external deletion of a device with master. + Fixed glitches with older versions of glib (prior to 2.36.0). + Fixed build with most recent versions of libsoup. + Fixed busy retry loop on non-transient errors from wpa_supplicant. + Improvements to testing infrastructure. + Updated translations.- Update to version 1.0.8: + MTU indicated by a VPN gateway is now properly applied. + Fixed MSS setting when MTU changes. + The default route is properly restored on device disconnect. + Build with older toolchains has been fixed. + The team devices can now properly be enslaved to bridges. + Failed DHCP attempts for assumed connections are now retried after a timeout. + Default wired connection is now created after udev registers the device. + Support for Bluetooth DUN devices with Bluez 5 has been fixed. + The ipv6.ignore-auto-dns property is now properly honored making it possible to override automatically obtained name servers. + Invalid permanent MAC adddresses as reported by some devices are now ignored. + Device links reported by more recent versions of Linux kernel that reside in different network namespaces are no longer confused with links in the namespace NetworkManager runs in. + MAC address changes of VLANs enslaved to a bond are now properly propagated to the master device. + Fixed error handling for teaming devices with invalid configuration. + Wi-Fi AP list is now updated correctly after AP mode has been used. + Management of a device is not attempted until the device has been registered with udev. + The error handling for VPN secret agents is now significantly more robust. + Detection of s390 CTC devices now works properly. + A GATEWAY property in /etc/sysconfig/network now no longer affects non-static connections. + Added support for IPv6-only VPN connections. + The systemd service now uses HUP signal to reload configuration. + Change VLAN default flags to set REORDER_HDR for new connections. + nmtui is now able to ignore automatically configured routes. + Numerous bash shell autocompletion fixes for nmcli. + Allow setting IPv6 and PPP settings for GSM and CDMA connections via nmcli. + Added support for adding ADSL connections in nmcli. + Numerous crash fixes. + Updated translations. - Rebase NetworkManager-geoclue-interaction.patch.- Update to version 1.0.6: + Improved capture portal detection. + Default route through WiFi connection is now preferred to Mobile Broadband if both are available. + Expose a flag to determine whether a particular connection is metered via API and client tools. + Add support for locking connections to a channel within a particular band. + Add support for configuring Wake-on-LAN capabilitites. + Allow overriding the MTU for team device. + Usual pile of bug fixes and robustness improvements. - Rebase NetworkManager-geoclue-interaction.patch .- Toggle with_cacert_patch to 1: the patch has been rebased.- Change nfs dispatcher-script to be more reliable in mixed ip v4 v6 environments.- Rebase nm-probe-radius-server-cert.patch for 1.0.4 (bsc#938198).- Add explicit pkgconfig(udev) BuildRequires: we need it to define %{_udevdir}.- Update to version 1.0.4: + The MTU setting from an IPv6 neighbor discovery Router Advertisements is now ignored if applying it would result in invalid configuration. + Some configuration options can now be changed without restarting the daemon. Notably, this applies to 'dns', 'connectivity' and 'ignore-carrier' settings. + The connection activation was made more robust. If an active connection is reactivated, the device it's active on takes precedence. If an attempt is made to activate a connection on a different device than it is active on, the activation proceeds removing the connection from the active device. + The device specifiers in configuration files now support negation via 'except:' match. + Devices that only have IPv6 link-local address are no longer assumed to be connected. + nmcli now provides hints and tab-completion for enumeration properties. + If the IPv6 interface tokens are set they are honored when creating an interface identifier for IPv6 addressing. + NetworkManager now maintains correct routing configuration when multiple interfaces are connected to the same network. + The management of devices can now be controlled with udev rules. The veth devices as well as the virtual Ethernet devices of various virtualization tools (VMWare, VirtualBox, Parallels Workstation) are now ignored by default. + The IPv6 privacy extensions are now enabled by default and handling of the ip6-privacy sysctl has been improved. + Activating a Bond, Bridge or Team device can now optionally activate the slave connections as well. The behavior is controlled with 'connection.autoconnect-slaves' property. + The platform support code has been refactored, resulting in better scalability in large configurations. + Changes to network interfaces configuration done outside NetworkManager are now picked up and exposed to the user via NetworkManager API and tools. + A connection can now optionally leave externally configured default route in place instead of overriding it. The behavior is controlled with 'ipv4.never-default' and 'ipv6.never-default' properties. + Multiple crasher and memory leak bugs in the daemon were fixed. + Multiple bugs that could cause the client tools to hang or crash were fixed. + nmcli allows multiple devices for 'nmcli device disconnect/delete'. + Firewall zone is added to firewalld for device-based VPN connections too. - Toggle with_cacert_patch to 0: the Radius CA patch neeeds to be reworked. Wrap applying the patch into a with_cacert_patch condition, to make enabling/disabling a one-stop change.- Update to version 1.0.2: + Wi-Fi devices now indicate support for 2GHz and 5GHz frequencies. + "nmcli device" output now indicates physical port ID + New config items added to the 'ifcfg-rh' plugin: - IPV4_ROUTE_METRIC and IPV6_ROUTE_METRIC. - DEVTIMEOUT. - IPADDR and PREFIX are now supported for specifying address ranges of shared IPv4 connections. + Dispatcher scripts now get a CONNECTION_FILENAME variable with the path to the configuration file for the connection. + An example dispatcher script that is able to apply complex routing rules (such as setting up policy-based routing) for 'ifcfg-rh' connections was added to examples/dispatcher/. + 'mode' key of Bond device options property now accepts numeric values. + Connection attempts for devices without carrier on startup now wait for carrier to appear within a short timeout instead of failing immediately. This makes system startup more robust. + Bridge connectivity is now properly restored on resume from suspend. + The D-Bus name is acquired earlier during the daemon startup. This makes it possible for the systemd service manager to optimize the service startup so that services that require networking are activated sooner contributing to faster system start up time. + A lot of memory leak problems were fixed, resulting in reduced memory usage. Many of them were discovered as a result of improvements in use of Valgrind in the testing infrastructure. + Management of 'teamd' daemon instances for Team devices is now more robust. + The 'dnsmasq' daemon respawns when it terminates and it is configured for management of DNS resolver configuration. + Hostnames that are not fully qualified are no longer sent to a DHCPv6 server for a dynamic DNS update. + Connection UUIDs are now checked for uniqueness when connection configurations are read. + Receipt of a NDP Router Advertisement can no longer lower the IPv6 hop limit (CVE-2015-2924). + Many other bugs were fixed. + Updated translations.- Add NetworkManager(cacert-patch) provides: to be toggled to 0 whenever we disable nm-probe-radius-server-cert.patch. Other packages that consume the ABI introduced by this patch can specify this as a requirement.- Reabse nm-probe-radius-server-cert.patch- Add rp-pppoe BuildRequires, so configure can autodetect the path to the pppoe binary. - Recommend rp-pppoe: the program is needed for NetworkManager to be able to initiate PPPoE connections (commonly used by ADSL providers). It is not strictly required to operate NM in most setups, thus only recommended (boo#903553).- Update to version 1.0: + A new 'libnm' GObject-based client library to replace libnm-util/libnm-glib: - IP address, IP route, hardware address, and other properties are now represented as strings. - Based on GIO's GDBus bindings instead of dbus-glib. - Uses modern GObject APIs including GAsyncResult and GVariant. - See https://wiki.gnome.org/Projects/NetworkManager/libnm. + Devices and VPN connections now have individual default routes. Priorities are handled through configurable route metrics. + nmcli now supports password requests and PolicyKit authorizations. + A faster, lighter-weight (though less capable) internal DHCP client has been added and may be selected with the "dhcp=internal" option. It supports fewer DHCP options and does not yet support DHCPv6. + A new 'configure-and-quit=yes' option has been added for environments with less dynamic network configuration. + When running on 3.17 and later kernels, NetworkManager handles IPv6LL address assignment to ensure that IPv6 connectivity is not enabled until intentionally configured by the user. + NetworkManager no longer causes the nl80211 kernel module to be loaded on systems with no Wi-Fi devices. + Bluetooth DUN support now works with Bluez 5.x. + VPN connections can now persist across link changes and suspend/resume if their VPN plugin supports this feature. + A new 'ibft' settings plugin has been added to support firmware-based iBFT/iSCSI configurations. This functionality has been moved to 'ibft' from the 'ifcfg-rh' plugin. + IPv6 router advertisement MTUs are now respected. + NetworkManager no longer requires polkit libraries at runtime when Polkit support is enabled, and Polkit can be disabled at build time too. + Automatically created connections are now deleted when their device goes away. + 'nmcli dev connect' now attemts to create a connection if none exists. + Manually configured static IPv6 configuration is kept even if SLAAC fails. + Manpages for the 'keyfile' and 'ifcfg-rh' plugins now describe their configuration syntax and available options. + WWAN connections now support IPv6 if the modem and provider support IPv6. + Software devices (bridge, bond, team, etc) can now be deleted from the D-Bus API or with nmcli. + The manpages, documentation, and API annotations have received many cleanups. + Externally created virtual interfaces are no longer managed by NetworkManager until they are set "up" or activated via nmcli. - Disable nm-probe-radius-server-cert.patch for now: needs rebase. - Drop 0001-core-don-t-auto-launch-logind-bgo-741572.patch and NetworkManager-dhcpv6.patch: fixed upstream. - Split out new subpackage typelib-1_0-NM-1_0 and libnm0. - Require typelib-1_0-NM-1_0 and libnm0 by the -devel package. - Add pkgconfig(bluez) BuildRequires. - Replace pkgconfig(libsystemd-login) BuildRequires with pkgconfig(libsystemd) and pkgconfig(polkit-gobject-1) with pkgconfig(polkit-agent-1), following upstream.- Update to version 0.9.10.1: + Kernel 'cache' routes (such as those added by IPv6 operations) are ignored, preventing unwanted CPU usage. + Vala bindings for libnm-glib async methods have been added. + Some interactions with external OpenVPN daemon default routes have been fixed. + Fixed usage of libnm-glib connectivity checking from garbage-collected languages. + An unusual delay acquiring a DHCP lease with dhcpcd has been fixed. + A libnm-glib crash has been fixed when multiple NMClients are created. + A failure to pass certificate blobs to wpa_supplicant has been fixed. + A failure to send the inner private key password to wpa_supplicant has been fixed. + nmcli now returns earlier when activating master interfaces. + nmtui password fields now correctly display the password. + The IPv6 hop limit is no longer mistakenly set to 0 in some cases. + Some DHCPv6 failures are no longer fatal. + Handling of DHCP 'nak' and 'expire' states has been fixed in some cases. + WiFi band locking has been fixed. + Support for Bluetooth DUN with Bluez5 has returned. + Non-local users can now control networking after authenticating with PolicyKit. + Externally added routes no longer have their metrics overwritten. + Some child interfaces (eg VPN or WWAN) are no longer deconfigured when recognized. + Support for the PrimaryConnection D-Bus property has been backported. + IPv6 RDNSS/DNSSL forced expiration is now handled properly. + An invalid route to the DHCP server is no longer added in some configurations. + A crash when external master/slave changes were made has been fixed. + Various nmtui bugs for slaves, WiFi, and IP address buttons have been fixed. + DHCP no longer fails due to SIGPIPE when the systemd journal is restarted. + Unmanaged slaves are now updated correctly when they disappear. + Cooperation with external team interfaces has been fixed. + Bridge STP property ranges are now properly checked. + Manager state is now properly updated on resume. + Slave interfaces are no longer released on exit. + Static IPv6 configuration is now added before SLAAC is started. + Allow shared connections to be started without a carrier. + A crash when disconnecting older Nokia phones has been fixed. - Drop patches incorporated upstream: + 0001-core-don-t-auto-launch-logind-bgo-741572.patch. + NetworkManager-dhcpv6.patch.- Add NetworkManager-dhcpv6.patch: dhcp: let dhclient handle requesting the 'server-id' option (boo#912315).- Add 0001-core-don-t-auto-launch-logind-bgo-741572.patch: do not trigger logind start on system startup to avoid deadlock (boo#905639).- Handle NetworkManager-dispatcher.service using the systemd macros. - Enable NetworkManager-dispatcher.service in %post: as this is a dbus service, the 'systemd unit' must be enabled in order to be fired up.- Change ppp requires to %requires_eq ppp: the plugin is installed in a versioned directory, and as such we do require the exact version of ppp (bnc#888442).- Rebase nm-probe-radius-server-cert.patch. - Drop nm-remove-AP-always-on-device-disconnect.diff: No longer needed.- Update to version 0.9.10.0: + Added a new curses-based client called "nmtui" for easier console operation. + Added interactive connection editing and creation mode to nmcli with detailed help and tab completion support. + nmcli bash completion has been greatly improved. + Added support for Data Center Bridging (DCB) and FibreChannel over Ethernet (FCoE). + IPv6 autoconfiguration is now done in userspace with libndp instead of the kernel. + The D-Bus daemon is no longer required for root-only operation. + WiFi, ADSL, WWAN, and Bluetooth are now optional plugins, reducing install size. + Added support for Infiniband Partitions. + Network connection files are no longer watched by default, use "nmcli con reload" to notice changes made externally or set "monitor-connection-files=true" in NetworkManager.conf's [main] section. + Connections can now be locked to interface names in addition to hardware/MAC addresses. + A new "ignore-carrier" configuration option is available to ignore the carrier on selected interfaces. + A new "dns=none" option has been added to suppress changes to /etc/resolv.conf. + Changes made to IP addresses, IP routes, and master/slave relationships from external tools are now recognized and reflected in the D-Bus API. + Assuming the existing configuration of interfaces without changing that configuration is now more reliable. + The 'root' user is no longer subject to PolicyKit access controls and usage of D-Bus "at_console" permissions has been removed. + Configuration file snippets can be dropped in /etc/NetworkManager/conf.d to change smaller sets of configuration options. + Added IP-level support for more software/virtual interfaces types including GRE, macvlan, macvtap, tun, tap, veth, and vxlan interfaces. + All network interfaces known to the kernel are now exposed through the D-Bus interface. + Improved support for routing-only VPNs like openswan/libreswan/strongswan. + Added support for "temporary" connections which are not saved to disk until requested. + Added WWAN autoconnect support and fixed issues with airplane mode handling. + NetworkManager-wait-online systemd service behavior is more reliable. + The dispatcher timeout has increased to 10 minutes, and new "pre-up" and "pre-down" events have been added which block activation until complete. + NetworkManager no longer prevents Wake-on-LAN functionality from working. + PPPoE now requires userland "rp-pppoe" to work around kernel bugs with that prevent detecting server-side termination of the PPP link. + An ARP announcement is now sent after IPv4 addresses are configured. + Added a DNS plugin for dnssec-trigger for better DNSSEC operation. + More properties are now exposed via the D-Bus properties interface in addition to getter/setter functions. + Added support for custom IP address ranges for Shared connections. + Fatal connection failures now block automatic reconnection more reliably. + VPN connection IP details are now available via the D-Bus interface. + VPN plugins can now request additional/new secrets from the user during the connection process. + 'veth' interfaces are now unmanaged by default to cooperate better with external tools. - Add pkgconfig(libndp) BuildRequires: new dependency. - Disable nm-probe-radius-server-cert.patch, nm-don-t-consider-not-needed-secrets-for-has_system_secr.diff and nm-treat-not-saved-secrets-just-like-agent-owned-when-cl.diff: closer investigation is needed if the upstream changes caught all the cases we tried to address with these hack patches. - Rebase NetworkManager-geoclue-interaction.patch. - Pass --with-nmtui to configure to ensure the text mode UI (tui) is being built. - Add pkgconfig(libnewt) BuildRequires: dependency for the tui.- Update to version 0.9.8.10: + Fixed a bug that allowed a user to disconnect a connection that they didn't have permissions on.- Update to version 0.9.8.9: + Fixed two problems that could result in gnome-shell showing incorrect icons. In particular, fixed the problem where the network icon would disappear when certain VPNs were activated. + Dispatcher scripts now receive correct IPv6 addresses, and also correct DHCP information on lease-change events. + NetworkManager no longer tries to start ModemManager itself on systemd-using systems. + Activating a second ethernet connection while another is already active will now not move the default route. + Fixed some edge cases where one user could deactivate a connection owned by another. + Fix handling of dhcp-send-hostname property with ifcfg-rh. + DHCP now works even if you have a global dhclient.conf that specifies a (non-NetworkManager) script to run. + The dhcpcd backend now requests that dhcpcd only do DHCPv4, fixing some WWAN devices that don't react well to seeing IPv6 packets. + Fixed the default value of bridge priority. + The D-Bus policy file has been updated to include the NetworkManager-iodine VPN plugin. + It is possible to specify the path to dnsmasq at build time. + Removed a GLib 2.32 dependency that accidentally snuck into 0.9.8.8. + Fixed a bunch of memory leaks. + Fixed a bunch of miscellaneous crashes. + Removed some less-useful bits of logging output. - Rebase NetworkManager-geoclue-interaction.patch.- Fix files list: do not expect pppd plugin version 2.4.5 in the directory name.- Add NetworkManager-geoclue-interaction.patch: allow the user "srvGeoClue" (as used by the geoclue2 service) to query NetworkManager,- Update to version 0.9.8.8 (bnc#845542): + Fixes to the BlueZ code. + A few memory leak fixes. + Minor docs fixes.- Switch to systemd check for the nfs script if enabled or not. Also do not exit with error code if nfs script is not enabled.- Update nm-probe-radius-server-cert.patch to probe the server with the user credential (bnc#817585)- Update to version 0.9.8.6: + Now supports BlueZ 5. If you are still using BlueZ 4, configure with --enable-bluez4 to disable BlueZ 5 support and enable BlueZ 4 support.- Pass nmrundir="/run/%{name}" to make and makeinstall: + Use /run/NetworkManager instead of /var/run/NetworkManager as runtime directory.- Update to version 0.9.8.4: + Removed some spurious warnings. + Root clients running outside a login session now have the right permissions. + WiFi AP mode and EAP-FAST support are now detected correctly. + Bonding config removes inappropriate options when switching modes. + Fix reading of bond connections with keyfile plugin. + Fix hang when dbus-daemon restarts. + Fix crash when VPN disconnection fails. + The dispatcher now exposes IPv6 VPN info, and IPv4/IPv6 DNS search domains. + Build fix to support dhcpcd 6.x. + Fix crash on startup when no dhcp client is available. + Fix device descriptions when using the latest udev. + Fix some possible obscure problems at startup. + Always clear the default route correctly when disconnecting mobile broadband. + Keyfile plugin now ignores more emacs temporary files. + When using dnsmasq, pass all nameservers to it, not just the first. + Kill dhclient if nm-dhcp-client-action encounters a fatal error. + Fix dispatcher systemd unit install. + Make ifcfg-rh VLAN parsing match initscripts better. + Change threshold for WiFi background scanning under WPA Enterprise. + Fix crash when deleting a currently-active connection. + Fix ifcfg-rh's handling of IPV6_DEFAULTGW. + Fix manager State transitions when connectivity checking is enabled. + Add Connectivity property to distinguish portals from "limited connectivity". + Add PrimaryConnection and ActivatingConnection properties to simplify UI code. + Old connection files containing UUIDs without hyphens work again. - Rebase systemd-network-config.patch.- avoid suse-release, it moves NM behind java in bootstrap and all features that configure.ac enabled for suse-release are enabled with --with anyway- Update to version 0.9.8.2: + Memory leak fixes. + Ensure the ifcfg-rh plugin saves the bridging STP setting correctly. + Also request static routes from DHCP servers. + Fix crash when dbus-daemon restarts. + Look harder for the machine ID and don't crash if we don't have one. + Copy DHCP leasefiles from the previous location if necessary. + Wait up to 120 seconds for modems to connect. + Don't crash for PPPoE connections with no wired setting. + Fix AvailableConnections for some WiFi connections. + Ensure new available connections generate the PropertiesChanged signal. + Ensure the keyfile plugin reads all-default VLAN connections correctly. + Suppress the kernel's automatic creation of bond0. + Make the SecretAgent API introspectable for bindings. + Ensure ActiveConnections get torn down when device is unavailable. + Ensure ifupdown plugin rechecks unmanaged devices on interface changes. + Don't prematurely think IPv6 has succeeded due to left-over addresses. + Fix various systemd issues and add service file for the dispatcher. + Updates for new ModemManager API changes. + Fix crash on Wi-Fi when IP configuration times out. - Rebase systemd-network-config.patch.- Readd nm-probe-radius-server-cert.patch, as it is not yet merged upstream (bnc#574266, bnc#771185).- Add sysconfig and suse-release BuildRequires to properly configure for suse (bnc#817592). - Add --with-netconfig=yes to configure call. - Add additional test in build section to ensure netconfig is detected. This is needed as specifying --with-netconfig=yes does not fail configure if not found.- Pass --with-modem-manager-1 to configure: we already have a new enough ModemManager to make use of this. - Add pkgconfig(mm-gib) BuildRequires: needed for above switch to take effect.- Re-enabled translation-update-upstream.- Recommend avahi-autoipd used for IPv4LL support.- Update to version 0.9.8.0: + Fix issue with duplicate ActiveConnection objects if a connection was reactivated on a device. + Fix race when looking up hostname and concurrently updating DNS. + Always load the 'keyfile' settings plugin, even if no plugins are specified. + Add a new WiFi device ADHOC capability; not all devices/drivers support IBSS mode. + Fix an issue with quick wpa_supplicant restarts not being noticed. + Expose the AvailableConnections property through libnm-glib. + Fix usage of libnm-glib's NMRemoteConnection from GObject introspection.- Update to version 0.9.7.997: + libnl 3.2.7 or later is required. + The internal crashdump handling has been removed. + A DHCPv6 DUID is now generated from /etc/machine-id and sent to the DHCPv6 server, if not overridden by an administrator-defined DUID. + Bond interfaces now wait for a ready slave before starting automatic IP configuration. + The kernel WiFi rfkill state is now synced to the user-requested WirelessEnabled state at startup.- Update to version 0.9.7.995: + New AvailableConnections property for Device objects. + Better handling of various rfkill/Airplane Mode switches + Fixed handling of DNS servers for some mobile broadband devices + Don't duplicate various IPv6 routes added by the kernel + Ensure buggy ethernet driver carrier indications are handled correctly + Fix crash in dnsmasq plugin when no nameservers were presen + Add support for 4G LTE network modes + Fix signal handling when daemonizing at startup + Don't autoconnect to WiFi networks that have never successfully connected + Only request new WiFi secrets during the initial association or when the secrets are known to be wrong, not every time the connection randomly fails + Add capability to autoconnect VPN connections when a parent connection succeeds + Add configure-time option for "permissive" system connection editing policy + Various libnm-glib fixes for asynchronous usage + Fix gateway handling when given with secondary IP addresses + Optionally listen to systemd for suspend/resume events instead of UPower + Fix 'seen-bssids' property when retrieving WiFi connections via D-Bus + Add support for AP-mode WiFi hotspots (instead of just Ad-Hoc) + Add a "slaves" property to Bond devices + Add support for ModemManager 0.7/0.8 + Allow more human-readable formatting of IP address in keyfile connections + Drop support for dhclient v3 + Add support for DHCPv6 server-side Dynamic DNS + Add support for bridge master devices and bridge ports + Fix canceling secrets requests in GUI agents + Always enable Proactive Key Caching (PKC, also called OKC) for WPA Enterprise WiFi configurations - Replace --with-distro=suse configure parameter with - -enable-ifcfg-suse, following upstreams changes, which allow for granular configuration. - Drop NetworkManager-systemd-suspend.patch and NetworkManager-upower-out.patch: fixed upstream. - Rebase systemd-network-config.patch.- Added migration hook enabling NetworkManager.service on update from openSUSE < 12.3 and NETWORKMANAGER=yes setting (bnc#803058).- Install network.service alias, that points to the enabled service and obsoletes the use of NETWORKMANAGER=yes/no sysconfig variable in /etc/sysconfig/network/config (bnc#764055,bnc#764336,bnc#798348). - Requires sysconfig-0.80.0- Update systemd-network-config.patch: ensure NetworkManager.service is Before network.target (bnc#789421).- Move the udev files to the right location: + Define _udevdir based on the udevdir variable of udev.pc. + Pass --with-udev-dir=%{_udevdir} to configure. + Use %{_udevdir} in the files section as appropriate.- Switch on systemd support: change with_systemd defines to 1.- Add NetworkManager-systemd-suspend.patch and NetworkManager-upower-out.patch: Listen to systemd for suspend/resume when built with systemd support. The upower signals will never be emitted. - When building with systemd support, add gnome-common BuildRequires and call to gnome-autogen.sh, as above patches touch the build system.- Update to version 0.9.6.4: + Add libnm-glib API to get bond interface slaves. + Fix detection of some ACPI-based laptop airplane-mode/rfkill switches. + Fix a crash when a VLAN interface is removed. + Fix a regression setting the Device 'driver' and 'firmware' properties. + Fix a stale-properties issue with libnm-glib when device state changes. + Ignore cached/cloned route notifications from the kernel. + Work around buggy kernel driver carrier notifications. + Fix a crash with dnsmasq local caching nameserver functionality when no nameservers are present. + Add "Speedport W 501V" to list of manufacturer default SSIDs. + Various documentation fixes. + Fix routing setup if gateway is not given with the first IP address. + Enhance nmcli for additional VLAN and bonding functionality. + Fix possible crash when removing OLPC Mesh devices.- Disable nm-remove-AP-always-on-device-disconnect.diff: the AP might be removed from the list forever due to the AP list update method change since 0.9.4.0 (bnc#768564)- Update to version 0.9.6.0: + Allow customized dnsmasq local caching nameserver config via /etc/NetworkManager/dnsmasq.d/ + Fixes for VLAN and bonding when libnl2 or earlier are used + D-Bus API, libnm-glib, libnm-util, and GObject Introspection documentation updates.- Update to version 0.9.5.96: + Fix various crashes and issues in the ifcfg-rh system settings plugin + Fix race with multiple interfaces running DHCP at the same time + Add Linux From Scratch (LFS) support.- Update to version 0.9.5.95: + Many libnm-glib fixes, including crashes when NetworkManager restarts + Enhanced IPv6 stability and compatibility. + Fix regression in carrier handling for devices that don't support carrier detect. + Add ability to connect to new WiFi networks from nmcli. + Add native support for ADSL modems using PPPoE or PPPoATM. + Reduce number of changes made to DNS information during connection setup. + Add support for IPv6-enabled VPN connections. + Add device driver version, firmware version, and autoconnect properties to D-Bus API. + Add on-demand WiFi scan support. + Fix IPv6 default gateway handling for DHCPv6. + Add Vala language bindings. - Drop patches that were merged upstream: + nm-ensure-bindings-created-NMClient-object-work.patch + nm-gerror-must-be-null.patch + nm-ppp-build-error.patch + nm-ensure_inited-fixing.patch + nm-null-out-on-dispose.patch + nm-probe-radius-server-cert.patch + nm-wireless-strength.patch - Add vala BuildRequires: needed to build the new vala bindings.- Add nm-wireless-strength.patch, fix wireless status for ipw2200. (bnc#755541, bgo#675017).- Remove dbus system-service for NetworkManager, to prevent warnings about it not being running (bnc#738596)- Add nm-probe-radius-server-cert.patch to probe the certificate of the RADIUS server (bnc#574266, bnc#771185) - Add nm-null-out-on-dispose.patch to fix crash in gnome-shell or any other program using libnm-glib (bgo#674473)- Add nm-ensure-bindings-created-NMClient-object-work.patch to fix "nmcli con" not working (bgo#672812, bnc#766045).- Add nm-ppp-build-error.patch, don't use struct ifpppstatsreq that was removed from linux/ip_ppp.h in recent kernels.- Add nm-ensure_inited-fixing.patch, ensure initialization in get_property() calls.(bnc#764290).- Add nm-gerror-must-be-null.patch: GError * must be initialized to NULL (bnc#757656).- Update to version 0.9.4.0: + Removed support for WiFi Ad-Hoc WPA connections due to kernel bugs- Update to version 0.9.3.997: + A bug causing IPv6 address assignment to fail on newer kernels with libnl3 has been fixed + Fix a bug in the ifcfg-rh plugin with backticks in WPA passphrases + Ensure connections that cannot be stored are ignored by the ifnet plugin + Enable out-of-the-box IPv6 connectivity by allowing IPv4 to fail if IPv6 succeeds + Allow proxying of DNSSEC data when using the dnsmasq local caching nameserver plugin + Add support for multiple domain names sent from VPN plugins- Add NetworkManager Supplements to NetworkManager-device-plugin-wimax so that it gets automatically installed by default.- Update to version 0.9.3.995: + Linux Wireless Extensions (WEXT) support can be disabled at configure time with --with-wext=no + IPv6 Privacy Extensions are now enabled by default for new connections + Support for checking Internet connectivity has been added + The ifnet system config plugin rewrites config files less often - Add pkgconfig(libsoup-2.4) BuildRequires and pass - -enable-concheck to configure to enable internet connectivity check.- Add with_wimax define, which prepares NM for wimax. If with_wimax is defined to 1: + Add pkgconfig(libiWmxSdk-0) BuildRequires + Change --disable-wimax to --enable-wimax in configure + Create NetworkManager-device-plugin-wimax subpackage- Get ready for full-switch to systemd: + Add a with_systemd macro, currently set to 0 as the systemd support implies no support for ConsoleKit, which we want to keep until sysvinit is not supported anymore. + Add pkgconfig(libsystemd-login) BuildRequires and pass - -with-session-tracking=systemd to configure if we build systemd support. - Move to libnl3: + Remove pkgconfig(libnl-1) BuildRequires. + Add pkgconfig() BuildRequires: libnl-3.0, libnl-genl-3.0, libnl-route-3.0. - Remove libiw-devel BuildRequires: it's not needed anymore. - Stop changing libexecdir to %{_prefix}/lib/NetworkManager: there is no need for this.- Update to version 0.9.3.990: + Better handling of WiFi devices via nl80211 when available (instead of WEXT) + IP configuration is now non-blocking; waiting for IPv6 RA no longer blocks the device from activating if IPv4 is ready and vice versa + Addded support for firewall "zones" via FirewallD + Added basic support for bonded interfaces + WiFi connections are no longer locked to a specific MAC address if they are "locally administered" addresses (ie, 02:::::) + New state change reasons have been added for mobile broadband PIN errors + Agent-owned secrets are now sent to agents for newly created connections + Support for non-UTF8-encoded 802.1x passwords has been added + libnm-glib now fetches some properties more aggressively (like active connections, access points, etc) + Added basic support for IP-over-Infiniband interfaces + Added support for device plugins and converted WiMAX support to a plugin for easier packaging and simpler dependencies + Added support for VLAN interfaces + Added support for 802.1x EAP-FAST authentication + Added non-blocking mode and API to libnm-glib - Rebased systemd-network-config.patch.- Split typelib files into their own subpackages: typelib-1_0-NetworkManager-1_0 and typelib-1_0-NMClient-1_0. - Add typelib-1_0-NetworkManager-1_0 and typelib-1_0-NMClient-1_0 Requires to devel subpackage.- Update systemd-network-config.patch to handle NM_TIMEOUT value 0 as no timeout (bnc#730628).- Really enable parallel build: fix typo smp_flags => smp_mflags.- Update to version 0.9.2.0: + Fixes for building with recent GLib versions. + Don't update routing and DNS until a device is managed. + Fix bug causing IPv6 RA-provided routes to be ignored. + Fix possible wrong handling of 'keyfile' connection certificates. + Correct Shared connection IP address range to be as documented.- Update to version 0.9.1.95: + Fix a crash when deleting default wired connections + Fix a security issue in the ifcfg-rh plugin with newlines in file names + Fix the "SpecificObject" property for active VPN connection objects + Improve handling of rfkill on some platforms + Spaces no longer used in ifcfg config file names + IPv6 RAs are now accepted when forwarding is configured + dnsmasq local caching nameserver plugin cache size bumped to 400 entries (from 150) + Fix handling of SSIDs in the keyfile plugin + Fix some GObject Introspection annotations in libnm-glib and libnm-util + Fix setting hostnames from DHCP - Drop nm-udev-rfkill-handling.patch: fixed upstream.- avoid annoying polkit popups when connecting to 802.11x networks that are supposed to ask for passwords (bnc#713639) - also avoid asking for a password (and thereore polkit auth) when an AP goes of range.- Add nm-udev-rfkill-handling.patch to improve the rfkill handling (bnc#709733,bgo#655773)- Update systemd-network-config.patch to correctly handle /usr over NFS. - Use latest systemd rpm macros.- Update to version 0.9.1.90: + Support for libnl2 and libnl3 and various leak fixes + Various small bug fixes in the ifnet config plugin + Ensure IPv6 link-local DNS servers work correctly in the dnsmasq DNS plugin + Add ability for nmcli to delete connections + Fix setup of connection sharing with newer iptables versions + Ensure WiMAX activation emits correct signals (fixes initial signal strength) + Fix an issue with duplicated keyfile connections + Ensure the 'novj' options is passed through to pppd + Store timestamps for VPN connections too - Remove explicit Requires for libnl: this is a library, so the right Requires will be automatically be added.- Remove redundant tags/sections from specfile - Implement baselibs for package- Update systemd-network-config.patch to enable NetworkManager-wait-online.service too (and read timeout value from /etc/sysconfig/network/config).- Apply shared library packaging policy (bnc#689039): + Create libnm-util2, libnm-glib4, libnm-glib-vpn1 subpackages. + Add Provides/Obsoletes for NetworkManager-glib to libnm-glib4. + Changes NetworkManager-glib Requires in devel subpackage to libnm-util2, libnm-glib4 and libnm-glib-vpn1 Requires. + Remove NetworkManager-glib Requires from main subpackage: there is no reason to have an explicit Requires for the libraries. - Merge doc subpackage in devel subpackage, with appropriate Provides/Obsoletes. - Rename nm-system-settings.conf source to NetworkManager.conf, to follow the new non-deprecated scheme for configuration. Note that this uses the same format, so there's nothing to adapt. If users have an old modified version of nm-system-settings.conf, then it will still be used. Fix bnc#689042. - Mark %{_sysconfdir}/NetworkManager/NetworkManager.conf with %config(noreplace).- Add empty systemd macro to fix build on 11.4 - Update systemd-network-config.patch to disable dbus activation for NetworkManager, it was causing KDE timeout when NM was not handling network (bnc#714962).- Update to version 0.9.0: + fdo#39463: Ensure NM can talk to newly installed VPN plugins + Don't autoconnect disabled modems. + Preserve agent secrets the right way. + Preserve agent secrets over Update operation. + Add libnl-3 API compatibility. + Add libnl-2 support with libnl-1 compatibility. + Fix DBus signal signatures in supplicant. + Handle a few more possible D-Bus activation errors. + Fix integer list SSID parsing. + bgo#652512: Fix crash for AddAndActivateConnection() D-Bus call + Add missing U2600 GSM band enumeration. - Drop f15-branch.patch: No longer required.- no longer package /var/run/NetworkManager, not used by NM anymore. Package /var/lib/NetworkManager instead. - Add systemd-network-config.patch: follow network configuration to not start NM under systemd if it is disabled system-wide. - enable systemd service for NetworkManager- Update to version 0.8.9997: + Fix symbol exports in libnm-glib. + Fix some gobject introspection annotations. + WiMax fixes : do not attemp to connect when scanning. + Recognize PKCS#8 private keys and check passwords. + Allow _ as valid character for GSM APN. + Improve PolicyKit integration. + Fix up Ad-Hoc frequency when connecting. + Don't complay if ConsoleKit database isn't found at startup. + Improve openconnect migration. + Handle DHCP options perperty correctly. + Only send hostname without domain as host-name option for DHCP. + Fix crash when SSID is missing + Make auto-activation retries really work. + Fix dispatcher handling of empty VPN interface. - Update f15-branch.patch from the git branch.- Update to version 0.8.999: + IPv6 compliance and RDNSS lifetime fixes + systemd cooperation fixes + API fixes for clients creating wifi connections + API additions to make client code simpler + Startup efficiency fixes by not parsing the ConsoleKit database more than required + Fixes for IBM s390 CTC-type network devices + Fixes for WWAN enable/disable status + Fixes for ifcfg-rh configuration plugin handling of IP addresses + Support for Easytether Android handset tethering + Better handling of rfkill for WiFi and WiMAX interfaces + Addition of IPv6 support for dispatcher scripts + Fixed handling of DER-format certificates - Update f15-branch.patch from the git branch.- Remove polkit-unauthorized-privilege filter from NetworkManager-rpmlintrc as polkit-default-privs got updated.- Update NetworkManager-rpmlintrc: + Remove filter for suse-dbus-unauthorized-service, this got fixed. + Update polkit-unauthorized-privilege to be more specific since only org.freedesktop.NetworkManager.settings.modify.hostname is missing now. + Mention bnc#680140, where we are tracking this.- Move to pkgconfig()-style BuildRequires: + Old ones: dbus-1-devel, dbus-1-glib-devel, libgudev-1_0-devel, libnl-devel, libuuid-devel, mozilla-nss-devel, polkit-devel. + New ones: dbus-1, dbus-glib-1, glib-2.0, gudev-1.0, libnl-1, nss, polkit-gobject-1, uuid. - Remove libgcrypt-devel BuildRequires: it's only needed if we don't use nss. - Remove explicit Requires for various packages in devel subpackage as they should be brought with pkgconfig() magic: dbus-1, dbus-1-glib, dbus-1-devel, glib2-devel, dbus-1-glib-devel, libgcrypt-devel, libgpg-error-devel. - Add fdupes BuildRequires to remove duplicate files in /usr/share/gtk-doc. - Do not call /sbin/ldconfig in %post/%postun of main binary package as there is no library there. - Stop manually building nm-online: it's already installed with the standard build. - Drop NetworkManager-frontend.conf as this was for the NetworkManager 0.8 world. This is now integrated in /etc/dbus-1/system.d/NetworkManager.conf. Fix bnc#689043. - Ship /etc/NetworkManager/VPN directory.- Add back f15-branch.patch: all patches from Fedora15 branch, mostly for fixing compatibility issues.- Update to version 0.8.998 (0.9.0-rc1): + Fix memory leaks + libnm-glib: Fix crashes + Fix wired connection completion + Updated translations. + Bugs fixed: bgo#646300, bgo#646115, bgo#646335, bgo#646375, bgo#645927. - Drop f15-branch.patch: merged. - Remove autoreconf call: no more patches.- Add f15-branch.patch: all patches from Fedora15 branch, mostly for fixing compatibility issues.- Update to version 0.8.997 (0.9 beta3): + Mostly bugfixes and backwards compatible D-BUS changes.- Update to version 0.8.996 (0.9 beta2): + don't require glib 2.26 + deb#615082, lp#725041: fixes for new dnsmasq + crash fixes + ifupdown plugin fixes + save connection timestamps in /var not /etc + install time fixes for Arch Linux + libnm-glib crash and correctness fixes + fix display of SSIDs in applet tooltips + build fixes and cleanups + import existing user connections - Summary from 0.8.995 (0.9 beta1) + simpler, easier, more flexible, and cooler applets. + Fast User Switching. + WiMAX support. + System connections by default. + More flexible system administration. + Scales down to smaller devices. - Drop patches fixed upstream: + nm-64bit-timestamp.diff + nm-nis-domain.diff + nm-crash-lack-ipv4.patch + nm-ignore-temp-files.patch + nm-stop-touching-hosts.patch + nm-destory-crash.patch - Add pkgconfig(systemd) BuildRequires for systemd integration support. - Add gobject-introspection-devel BuildRequires to get introspection support. - Pass --disable-wimax to configure for now as we don't have the libraries for it.- Add nm-destory-crash.patch, fix crash when NM exit(bnc#673627).- Add the nm-stop-touching-hosts.patch to stop touching /etc/hosts. (bnc#667265)- Added autoreconf since nm-ignore-temp-files.patch needs more than touching Makefile.in.- Add nm-ignore-temp-files.patch: stop NM from filling dmesg and logs by ignoring temporary files (bgo#602868) (bnc#668183) Original upstream patch has been extended to also touch Makefile.in in order to avoid having to re-bootstrap.- Add nm-crash-lack-ipv4.patch to fix a crash during exit: lack of an IPv4 setting indicates DHCP (bnc#664640).- Stop removing sr@Latn translation: it was added by translation-update-upstream, and the script got fixed now.- Add patch to fix NM crash (bnc#655685)- Add patch to fix NM crash with ethernet (bnc#655505)- Remove sr@Latn as it's a duplicate of sr@latin and no valid locale.- Update to version 0.8.2: + Native local caching nameserver support using dnsmasq + Automatically detect addition and removal of new VPN plugins + Support for handling suspend/resume signals from UPower + Ensure users are allowed to enable/disable WiFi and networking + Ensure WiFi enable state is preserved across reboot and suspend + Better handling of /etc/hosts and preservation of custom hostnames + Support for the systemd session management service + Better handling of 'keyfile' system connection errors + Support for S390 network devices + and much more... - Split out lang package. - Pass --with-docs to configure.- Change --with-dhcp-client configure option to --with-dhclient. - Re-enable parallel build.- Update to version 0.8.1: + Bluetooth Dial-Up Networking + nmcli: a command-line interface for controlling NetworkManager + Mobile Broadband Status: signal strength, roaming, and access technology display + Enhanced IPv6 support: including DHCPv6 and tons of fixes + Logging and Debugging: make NM as quiet or verbose as you like - Drop NetworkManager-netconfig-exit-quick.patch, upstreamed. - Drop NetworkManager-NIS.patch, no longer required.- nfs script should not use nfs restart(bnc#559021).- Add SPARC targets to %files list - Reword comment about locations of files (since sparcv9 is neither single-arch nor a 64-bit environment)- Update NetworkManager-NIS.patch, init the variable(bnc#618599).- Add NetworkManager-netconfig-exit-quick.patch, fix wrong return value when updating the DNS with netconfig(bnc#595708, bnc#544195, bnc#537907, bnc#596163).- Add NetworkManager-NIS.patch, support NIS domain and servers (bnc#608677).- Minor spec-cleanup.- fix NetworkManager dependencies * ModemManager and dnsmasq should be recommended, not required * should Require iproute2,iputils and ppp * Should Recommend iptables- remove not needed build time dependency on dhcp-client- Add a general dbus conf file for nm-applet, cnetworkmanager and NetworkManager-kde4(bnc#476502).- Update to version 0.8: + introspection: fix inclusion of Dhcp6Config XML + crypto: de-init NSS after calling PR_GetError() + ifcfg-rh: read and write DHCPv6 connections + policy: fall back to original hostname before trying reverse DNS + bluetooth: finish DUN implementation + introspection: sync device state reason code with NetworkManager.h + policy: be more selective when adding hostname to /etc/hosts + gsm: handle PIN requests during modem enable too + system-settings: register setting errors so D-Bus errors are meaningful + Updated translations.- Add NetworkManager-rpmlintrc to list of sources. - Fix self-obsoletion of dhcdbd.- Update to version 0.7.999: + ifcfg-rh: formatting fix + ifcfg-rh: handle missing PREFIX by generating one + ifcfg-rh: ensure IPv6 addresses are cleared when none get written out + ifcfg-rh: add IPv6 addressing and routes support (rh #523288) + backends: add backend for Pardus + libnm-util: fix NMDeviceBt hardware address property + core: ensure failed /etc/hosts update writes out well-formatted file (lp#471498) + olpc-mesh: fix companion path and active channel property types + netlink: work around kernel cache refill problems + keyfile: add IPv6 support (bgo #593814) + libnm-util: add IPv6 comparison functions + Translation updates - Remove 0006-NIS-patch.patch, 0007-Fix-etc-hosts-updating.patch, nm-hal-tree-changes.patch and 0009-Implement-sending-system-hostname-with-DHCP-client.patch. These patches were not applied- Upgrade to the latest upstream 0.8 branch: + Add support for Bluetooth DUN devices. + Add support to manually deactivate active devices. + Much improved killswitch handling. + The state (networking, wireless, ...) is now remembered after reboots. + The system settings daemon is removed and the main daemon has support for distribution specific plugins now. + The keyfile plugin supports a lot more data formats now (human readable IP addresses, passwords without hashing etc). Add back the support for certificate file paths. + Add back support for multiple CA certificate per (.PEM) file. + HAL usage is replaced with gudev. + IPv6 support. + Documentation updates. + Lots of bug fixes.- Never fall back to manually updating resolv.conf, even if netconfig fails (bnc #537907, #544195).- Fix a segfault introduced by the updated ModemManager patch (bnc #538180).- HAL added 'ssb' (Silicon Sonics Backplane, used internally on most Broadcom ethernet and wifi chipsets) in 0.5.13, which changed the device list layout and made NM unable to get the driver for the wifi device. Fix that (bnc #526105).- Fix issues with root being at_console (bnc #530430).- Require libiw-devel for building instead of wireless-tools.- Update to latest 0.7.1 upstream + Handle ZTE (Onda) device port types + Wait 20 seconds (instead of 15) for PPP connections to come up + Block until netconfig exits + Allow 63 byte long PSK + Fix dbus reconnection + Handle unsolicited supplicant scans + Other fixes- Add 0013-iptables-path.patch to correct path for iptables, it lives in /usr/sbin.- Added Build dependency for libuuid- Update to 0.7.1: + Plays better with stupid wifi and ethernet drivers. + Support for rfc3442 classless static routes. + The default "Auto eth0" connection is now read/write. + Compatibility fixes for 802.1x PEAP authentication and 3G/PPP connections. + Reduced wakeups for power saving awesomeness. + Ability to deny specific devices the default route. + More correct display of wifi signal strength. + Custom IPv4 settings for mobile broadband connections. + More informative display of network device state. + Lots of bugs fixed./bin/sh/bin/sh/bin/sh/bin/shdhcdbdarmbuild16 1459462935  !"#$%&'()*+,-./0000456789:;<1.1.91-275.21.1.91-275.21.1.91-275.21.141.14 NetworkManagerVPNdispatcher.dnfssystem-connectionsnm-dispatcher.conforg.freedesktop.NetworkManager.confnm-onlinenmclinmtuinmtui-connectnmtui-editnmtui-hostnameNetworkManagerlibnm-device-plugin-adsl.solibnm-device-plugin-bluetooth.solibnm-device-plugin-team.solibnm-device-plugin-wifi.solibnm-device-plugin-wwan.solibnm-settings-plugin-ibft.solibnm-wwan.sonm-dhcp-helpernm-dispatchernm-iface-helper2.4.7nm-pppd-plugin.soNetworkManager-dispatcher.serviceNetworkManager-wait-online.serviceNetworkManager.servicenetwork-online.target.wantsNetworkManager-wait-online.service84-nm-drivers.rules85-nm-unmanaged.rulesNetworkManagernmcliorg.freedesktop.nm_dispatcher.serviceNetworkManagerAUTHORSCONTRIBUTINGCOPYINGChangeLogNEWSREADMETODOserver.confnm-online.1.gznmcli.1.gznmtui-connect.1.gznmtui-edit.1.gznmtui-hostname.1.gznmtui.1.gzNetworkManager.conf.5.gznm-settings-keyfile.5.gznm-settings.5.gznm-system-settings.conf.5.gznmcli-examples.5.gzNetworkManager.8.gzorg.freedesktop.NetworkManager.policyNetworkManagerNetworkManager/etc//etc/NetworkManager//etc/NetworkManager/dispatcher.d//etc/dbus-1/system.d//usr/bin//usr/lib//usr/lib/NetworkManager//usr/lib/pppd//usr/lib/pppd/2.4.7//usr/lib/systemd/system//usr/lib/systemd/system/network-online.target.wants//usr/lib/udev/rules.d//usr/sbin//usr/share/bash-completion/completions//usr/share/dbus-1/system-services//usr/share/doc/packages//usr/share/doc/packages/NetworkManager//usr/share/man/man1//usr/share/man/man5//usr/share/man/man8//usr/share/polkit-1/actions//var/lib//var/log/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/home:dimstar:NM_1.2/openSUSE_ARM/4a65190bf2dce7f0c01864300a989a9d-NetworkManagerdrpmlzma5armv7hl-suse-linux directoryPOSIX shell script, ASCII text executableexported SGML document, ASCII textELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-armhf.so.3, for GNU/Linux 3.0.0, BuildID[sha1]=f9ce00754a630c02becd3207add5ef85f48dfab4, strippedELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-armhf.so.3, for GNU/Linux 3.0.0, BuildID[sha1]=1137b00201884ae4cd164dd856fe35c0e83c10b2, strippedELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-armhf.so.3, for GNU/Linux 3.0.0, BuildID[sha1]=9bc7936a57d021d99517b8f1eb0674d7f376b66c, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=84cbb2fc8b495b4e5d7f8567133f0e7ad22bbcbb, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=6fdf989c22bf7e3b46498aaa0f06019931a2c254, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=b0e6df72c85b44c2208eef418efe3decd8efb76a, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=464a710ab92fe4b4c8f0d8eae7309f928d7cc0b0, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=701dd8fc708a71f39272984f47219ac99cb46235, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=fd85fb287ad8fba00f29955f99d7f6b59a823ae6, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=22cea90ad30110a2beed821b442e3dc1deccc115, strippedELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-armhf.so.3, for GNU/Linux 3.0.0, BuildID[sha1]=80eeecace6ee57bd78945b3d5582fdde00f964b8, strippedELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-armhf.so.3, for GNU/Linux 3.0.0, BuildID[sha1]=930d10513adf7ee625e9fc456ccb07fd7749a76d, strippedELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-armhf.so.3, for GNU/Linux 3.0.0, BuildID[sha1]=7743b843e4296aa0b7d0c78b2e253129728766e7, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=6d4fd72f6c7176b32b0d982f4d8a53b26723062a, strippedASCII textELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-armhf.so.3, for GNU/Linux 3.0.0, BuildID[sha1]=4374e6bfa13ca89f49d1abd4a10afaeae42c654f, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)troff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)troff or preprocessor input, UTF-8 Unicode text, with very long lines (gzip compressed data, max compression, from Unix)XML 1.0 document, UTF-8 Unicode textempty /9GS]glx     !RR1RRR(R'RRRR0R RR R1R)R(RR2R'R.R/RRRRR0R R RR1R RR)R(R#R!R R"R'RRRRRR0R R PR RRRRRRR R PR RRR1R&RRRR RR0R R PR RRRRRR9RR0R R PR1RRRRRRR0R PRRR&RRRRR0R P RRRR P R RRRRRRRR0R R RRRRRRR0R R1RR(RR'RRRRR0R RR8R;RR1R-R,R5R4R R%RRRRR:R3R+R*RRRRRR7R$RRRR0R R R RRRRRRRRR0R R RR;RR1R-R,R5R4R8R R%RRRRR:R3R+R*RRR$R7RRR6RRRRR0R R _|[\6MINetworkManager-clientNetworkManager-langdnsmasqiptablesorg.freedesktop.ModemManagerrp-pppoe?]"k%{ҋ᳔@@I|k U ؕ'Szb;(l>)g<,E!Tp*6NÍҶ-V:u$۾r1K[Vom53\?wa+]ǂ?#v2RHsLr=> {DՏ2HCQlK TGSL}N/[p9,U7,XDۈemzeJEo8!@Fbj|vH}42w-H)@[{Bt\=6г*"&\i"mN82?n⧞cSci._aB.`\Fvt=zi7xͫeu1 Ne:}>h44pFv$IgӹLv*ۺص@&GW 9ˍ@}/{̽s.K34-S6V~t#C`VΉ=mW^O \^>!RIqiz9tyAtdǀpDwgw&vUȶEcjI.@ժXAX/RYչY5 ?k)9}fib&(4J~)?qOO I4/[axzNڛ:4R#w~YQR垁$#+A+NWh d-!Ntg\ZuݙsZO{(Nm㗇KvM)ps XXT;H‰#HhzAԋ 3a84rk1">l c|5Y[)SwNLpzEIa^! E﮽EKC,`”hte+Z9(w|]n%4׼}gǐe)"bCJފǽ _V~rKNai|?#BCp|;j7o eDA1,~t)0/h`[~/:΀]yJpL%s&ɺ2@0x@Pq2EbVE) aL،>84/)cR 4Lm7RJ<6.wKxD6RW8UՁB3鉤rG.#98 8bz=r ]C,z;\S_AG{7@?<19s-dp?l̒< qMQy{tj>7:˝7\ *HVʹ^abStR+ߛS!y?yw|6L!ۯ.(38R!kIkNh#|-A\L]qڐQ4"u'{F$z ?,1ɢAMJ0ޣy,QF "ogc IO4'6*—WZsۨ^LZ\}>_nC/H@mC1W`|Q@4e([?%<な<6v, dSHFſP:to#b ?a^oDrow%#Ԭ9"JvbءXHW&MbkwON/\"ob ?А>-1 N[*2||ZܾFD[ΏԸ?ZPi󧕉bZG]9[ga|d ,8b~#@>X^Sdwq7ذEW]\$ 56U؜ ɸ )L9[b]%+SEY߹ Ra|gJuޱVGF`FJV\ (>\D܀n#;OJ__j]wMutLh/g#Hno~鄏 諪&zgQ>u4KSVPvRhke^>5]xFRJ5w-F {+:}*ڒч2 eoFOA_yrlH<׉]xmf'W37b YXZ"*6^̌]hkɚ,o56:Ov,yBg}ٓP=, "/f֠Uȵ%( ߼LG44|YrrdfJ!:2**9 u) OO^<%no@Ce zbϜ$1sj[V9?)zSddU~>H&w~gsͬ0^7\@pyOW U0W`+#iq7Ц},nDdShawfZh¥jK@a; xPzIar==.Wpy,+ME2j_3H8FPZ:W[XdcbvTվk{p]r( BkD`@mWb:R6ַ?@ډDoMXJI4+pK]NzyZ<@u#z>n6tRMp)4R6? [9']'G_Í 8..^iT9T^bHpZ8 O<'&T瓗7$3A09p} ŋ}ƱX!'B{SXPl.ށ^bYݣ!  ǤuU#BG qZ8=񴂕0C-+Jx+ҕ ޲~v EYϱ)֎V$t0&"p) U3/Y@٥;B+O4! ,|3c@0"ǡ`Y:ﯸltOđ]PQ6oK=p^,sG i uRqecr=s:))x}yq;Eӯ!G&9Ucq$ϸ˹2B=_㩹aBLiBXW g%,-w,&B;GB 6B q̲/?l˭zI>fbo!mX3jD87, ׏ , hN^vv6!owQ~oU{!)(YY4gRv&/Ckmi XmMXS%ˈkd6&&i#Y RxmNZՖrQ!{wG+Ҕ)V{GbA~L T{h4U$!p #UCO>?nNP~~c((< bҀE9 Su IyxݔgT̖Ykpp+JK@"AEXO2vf._@KMs&qf QvG.=Uiu`ޅNb*F!F&$&vk-+0'F 4`מhS?:q]4–[twrٿ7ჶc2~M-ҞC/|?HcCJs-V?8fO/7de3 (B׃{{y Av BFn~1Cɔ8==I]ZIJ h|/1?+ooóȺF@$q4S]Jxvga 7n^'֫UO6*2zG)vߗ&:~ h EqlH췢ܫkFUi, 6~%5P r_ yV}gvA܈<Ɂ:R,,p1/җ5t}w#TY @1^.b3v VA=N >R.9 Ĕ@݂Gc9O.c>PX<;pgD8KyREjup="3HB7 +D_ʼӛיb ~aLa8xDw ,JvF/Co ;2Qm]Yrt@^";Y #XD\p>+M̡_8ÈֳJN_=N1m"FS9H`PC*g'YajKky'1]M5XMľJۙ7xcp?0vNUoYu wT7&ԝ};|3Zj2./ޭ974 @͠H)8! Å,R(TXfТ `Å=cԦҫİXU+7DWbiQiگeR A\n[a>+yfìtgy~>QzHD[DŽC4}ÂNЏ[_$EGg ?i` zZ#ׯRkHK'I~scJ=ry6; }V5cȨoY:X0!, 87\kcܲ #lwN8`хwig-CV50܌SӖʌm4P]K1 P= YŀJDŽa!z,2zȠ#{s?&4Tv0xSB@fS#F|`)"uzLUcA{Tv#oVzu2Lg ؘ*&}r'U#V^O5Yǖy`>13O{ٙyèc8oӰjJ~Ѯ /2ϞY\)YkO3ڟ&J88ԋUd@A8kvP(/vmɳLo9"WW7S`v0_t#o8Nkg~kZ\MI{?$ߨ۪۵[>6+8G7(ߌIn}ª,Xn0"_$@eL}~99OxINӗG%2]-& 4-4uÚL}n;CQD::t|}]Ieljg?}BM (`]33z. 3PSD%o$o/-nL@T02Z) c>K~ʛe!vkR(Hǽ'8i5a KcOӟ1~9|ћ-r".$d_H5(qM 뚋9RBK&8^N:6GP"zu6qLq!ߊ[{#wGo~Gɀ,h>h.PrZ!ˆ EΛz[ϙTh;#a꒛6Ep(z>ǩ,K6_9MNd]G_*t,DooEWա1\Pt! Gw՘7a#|/^c*6eq+T2HO%PF<61$nX7]H$VP̕]kM!"d͸a4\(G0}t$\pbtC0 WEKZ6ww U:=ZBsn?ETC{z䶄BHl˂%-|еW:|TfnyYs!y: Ƌ,b[rK09‰mf}RqRcU2+>&#iAK.܋ʊ|}X܎$]@:X+9 :|%1$ ˋ%(К zXdvh8x|. y2[N\!($IY]Nܑ>GZ>ڗGLD^<㕞ulk}/$LvQtkP(*|ċP6n+W<=^r+0ޞjNdA*uxZbM;m!L,j&tMZ!ΚF(-0 ¸`Iұ7=Mj<TEßct,ʋ>ltD jS}<3mo5x-j}aI'k"/L*+G!8hyN =ͦڀ˙0rP1I$bh'5fϓz(,Z'hʫVֲ_&*p8aL 9BP 6fFdB$!.QD##u]2IMg9E#8ܼo1`Nr7%4= '#wEf>tPꓣ*lwQWΖlŕ 92$؛@6 5/ re&GXė~!jҾįoA[!Y=tݢ ~:`ƴow u܇T;Ł9*6;mX˔sHW_x:ͱ"F!?$Dt>w} /e>C.Tp8 @@8ML=Na'̓bC`SERF{'{gG3[ĵ-V5FTTM0Ih>یSXڊtWQg]&KAe9x0=;KS&KF Rwl)ױ| tk  piŁޚQ=/r!q<)5WAOߏ켆rI!J{:en=tcPA9Õ5.|CP෤kq#q_A>)G,Pe Ï=?1&jt]$>H7?30TRJ~ݹM L2}8:---˧%HF{`t޷ q'To)"2fQxV$}-agI[{1OSU:7´o /㐽(nV穡T%NZ+ӓqT['G_dmWHh׼=&{>r nPF.EA (m`afNj#gk@mS$dӘM"p0^niXu'#+1Xv(v6; mYe8VTH/)خ7.KΗ٧ ?VDbpoc|M,Ex9KO5OVAey Ǿ#M!2)_ uj~sU=^nzzp|!/Y5AQ_7c50w7D}x WD7"cNOa^duY2JjAzu ZqQ :w1\ td 94Z1RU̿#*xlWaVNq^ Dqpi%'Pכ( 'N{ $1r@]^*Mt0c<{[9}*a}WhKXOr{=‹n0#|fvStmr6b MߊbeQΛ"G9N2B>CS !7'K\>hB`'p>u2Gc4?a`.$Og@^ r>vRLEuv3ET%1?w`KOt]`\ХLl1[=[.P~@YDŦ*Qlh6䟢m>cM"i'?!mx +`١D; 3dAPre]Q"|I'UQ`]ߐnQvT.͎;,$aJ[0(tz_X,|Ax%sϲ|xk[t\vСs]t,[8-"ROb;|Tv KU.,̽woYIM*'V-/S}>_@e_bV%k/&QnH:86ףA>Cktrj7BpcX^}6%9m=Otm ``N?5|򇵁 qSn#4M s[5L)Gb%Bj^b ƺ3tѺ&|8+P~+KQUVlP*;sM :m GxKU?]<#"?@En(t>_B!Pb`ŗ:Z|[oxWX6{O4|Qh{ֹ[9nY="ѹ6C-mI՚biX:LUأ+"*/"z]n:X- hIm92F[RyJ{jEFϵNe#cPz\BXn^DGFTZy X+N_'i|:`Z C΅btM>$hirk eaYz8h#~ԗSuG]R+p1 s) %JLZs ΋++p'I0XR*{V鷽[T~8T$w=ča^VH[|s A.TԗC5xdsEH&Kf.kR^fqAnݧɃ0%h1zV|1fSv1-d<&s ob ?n.>ps±AP,YR4k1Nm[u]!:!: s|c FŠYXX#Ӥ6Yܐ%x`| 7 Xi^`'ذ۳^ÿ0 MtlؓW*1˅&s2kAO7>$P[[쀱[$1SYp<_FT8~uqg$|qF6dȭ-S%`2[纤3#v^* AMXM"a١`}j⏦t ,8 `;IFufR J,&x([gcB/D ʾnWNxxF}oyI*?+ν>fQZ}^% b4.]bCyqcϬUZeS밠2" w(-L-M5=uBt.|A] i{F+x|Rrtpa122foMNI3oHONU{ =5;,nok[~>֣Fq(&_0&R MZNzx%$"]4t]JJ"r d8nf8n dj5pnME ILyҘ] Z J/+1?[k? L?41q+0 Аt2 &*sTt?Zy:z7p2]OOLD#/~q"4mRf5{.4f]e& nOg5kR￴%> w#6ӕ'?뾔`4r",3>VOJWO6ElbT@͎Z }tpt U(,RYWNl P; ^hsۂd+[chkЬ}njGjUP;90 .N:<vbIVw BC>bԪo<h'UG.("zث`US37ҟtyVʚ?/ %̳crUA,U!0lF2.}Ҙ67. 1侤ƪpol]=8KW4q:JĈ@%.$:tfB -`[^O0=(%DpFL_lx\xʙ[T{Λh f!pؿ\Ipߖ">I3V64:ϸt׼(=LC&V~C0^y1JM8\!Bmln=_cm30熼߳%chOR<32 6:EF]ؒZmÉY]Go9I/hԄN$VZ9\Siefb0?9ΰj}g<Ƨ;/fr%keUWg24+ZaX;>V8=TWB=/p:l}0'8u2O2%3 tL_T1лko7̶˹ئN,GeʼnpϾ{u4_.$땞忋dp#e_̲a)w`M3 W_)DX{jEow0ЛаĞK=D{u914%>)k]{Apc1!nRlsw]͵ `?%bg-pfnܚ`b :SǛkQGSUėb}_z hGyKO,$ ~DRUU#rEd[&0~# D9q!|hVG7Enb+ɴHL%|'V-/MqQ*j, $ 0;)cke2a}o8OPA<%>t%tWE}IP-KsmZZW%13(Eڗs#TQBO}JP  tBCrʲާ^wYHd2?nԺpC]YX{zsm#{>ZNM&+0 F Ya =@|`[D*5]TTMߗւ PfA]bX fO܈;52(YRΏ@.Ƀ78Z -gp#IPԥJ?¢W9<rJiLʾ()!tk<5sČu**|\5f:f%[;zdtUp Mx*3P;Ҭ&,pڿ ̔cIvKxE+eJNgȊFzVBў߲JyQxUKCx%AF}[)ѷi4S*SĠP X 2orE:%ʍ6$Cw$ QL7 ;?@_Ji(2ʙM`mqw󠩅lJPCNsqcYs|>&W~b3:(Rg*;(BZI}&1:Q$CЌ׍9fVL  ݷf4,R䁺'sMOHtiF604]!qL@K5հ%j >SZ\wZٛޓ;1SSVdb3($7)RFBFNMI{]+"hڬhMVzT R{NRNWP-'Z QW8JV6| ۽Zsk;c;&Rt*|?kSa7[PTR˙pL3ٳX ߮y{}:5*$)%[H#Y* \*HmL/N$jO>?0Ӟ; nL{g,O6eYA4[Gicd!@8 y`);8`EEf9A~g'U@e,Q4a¹'s2_Ĺ%~O\~78]5o|9n7l[NKcdђ4Zs{.}oijsy|ãi~?I׵ KnwM\^Lj; =b5ႇsTo`eCV ݈Rp›⦴+˹̩63 ,;wH=vp9c$A$n.ku^OsX}B뫇!#6܋aIL-0' }#7z'ej 0QdQ[L}M;М4l5Tgny캣HH KR f r?3*vl[uy"NEhV]Q7'kaI&v9U#)vV;B,=%@'8z9 yL3ش@0k g=kv[NJIYdgk'47$ FΞ'x?W()n90Aԣ')K~H )6E3lgroUiB3}/r0B=u5]/0)KAWK[cc Zc/3L}h*B ^ckoleDIp78:RXLrUUgYYo2_;P'j{>ugڋ vɹ6C.xSِqjdI\ p[Qg+7?}oLJ+f@7h}G7jmة)q`5Nn^\_(Sc9ԸPJx(r4vGO1#1 fH,8_=TQ?_ ?C긾+JY@پ.hr]TV!=H|5Zq&xzpt 3gP$ [b 5_ C9/(90DՉIo,0J* /Hz.Q#|u!{4JBH%0[ R沼~D&:Ddd3:uSB%q |ȓO2AKLpqt JTr}J) *9@Rhѳjo6[U1ljRh5ҫl?2!fN&j)RPrlz<F\Z nvN`xZw!M?@`-f0nB>;; ai 3qM!o68iH]ZhoFj:S;VKx{()J-Eo ps>tJ$ zIZ YPFv P6H~5vȯEJ†FBYLayE/]< Yȅj;5"HPe*iz={X&iZb `Oٟt#Vٜ:9w)< w9N7k>Jfh8:\I-OBдb"T.i!o;!lmzq/}rw4#[qRc3|n.k/:4X(uL蠦wBVE0m[זaKE4O`n%p)f\_rȆ0me[ZGئƤ+GMo_ T@IrC!i^70sjڄD"`{   5#=n Us-dހ) }Io62Oxܦd2 !WCv+/FȔ+U/EE 1_q$yE-g>>b;sjSy eN㕪tnR;KeCqN,hxl'/wAkE~$# {lmpLdӕ+#/>D۽+\@Uit)G1$XnYP@ K|>)E'h=SlE[*3G$TaEZe1<6yB$?|Jy37l(tpS&g՝W=4 xIp$|تWϙI61jvm$HѿK VmΉZϫ|.zLg8کyVH(C 2[?ed^RGtxMan,tz׆JVrHXOuj'Cqy80e%;nJx H͞4.CÒqgF"4_Qm[^yջiWs4SƄ'|ryZG#9y5=eN|'W͝y͞ho5srh7R/2ޱQOG.+  $Sl“%W Bt֑wn+ NGM+NG:aIZMOvxo^j&K4Zq  0RʄC*Fₖj^s1_<Q4ypYRDdbDUEGCŊ3Fdo|G?$lV(; cWk 8h?<:F[=9Б(\I#ucu)f#%[C%u{"zs3,niHNZhpZ = {}ݜrν]+adiuлtīh B'ʫl2߹}om`f6p쭑 5 4:Tl rRG-s4𐇦%cUL{jؠ(kW+ lK'wYJQwAtJrp9 _ ɵsJj/M% ;whF䯶3tm "#>?'rq9\6C蜊t|/###!\0Ƀ,Ng'YQ7AoS+U =h"Tb,_x -?4,3I O`AICwk94s/N4*BKxTj;M\G]lUB05m,8zna0AGD(-{&?Мr5Ըx }lMx_N{"POj Xh¿`̓lL<6mHvl=jr}GS:, )tU##XQW&(v2g)н59["E|(|>,0hzKM,9uO 8Pq]Ycx.?"Grv^O 3gz~~6_ 5)[õ/Џo&bl^T<|싎иYEw䜲/SWSoHnf4po R{%q,T pvxalotBh$Z#"yz|HT#yQFUд7w8 ĺߚɇ[jyN`6eNciYvM$(5GkɕPߨm=x%0z(Lfl6O+[kv.0eu^hn"vYd[nΟW(AئͨՃ v_Ϗ{@|v=Ho'|gfp `7fV>Xl@k2x+*0j $rf^H(x $M5ePiV)l "B'kی_q5餜07DNJa-k4_/cE^L4BӰc<ߪ;JkdJ ēw')+[kg;i$J|0&]%p)&@W e8Mt 9E!<@_ _6G2XHswz>}^w|T'4dYKx}iXQ򎨈7cb[qc2+4.,h z/>a>^,qʞ|RWVrfAغA1qٜL{ !LY0W3@ 9r/4ҬtnJ.H+[aH42KgZ2[*xhzs#g =i5\j*6Di˄70T4&JOJ5zHÃV{ @x&]5wA'%cdY-j Kȼ އ5ttܸC *䮻t* 51)B.j>f*>C[ h"M|jl {4YE{] "=CndJnVtco]&Ӑ@R|W56]29cQ;4IhY]Ɍd787ɧ>QyY?BVB'g/djw`9=.Q)iZZZnTS \46Dhq଼ Baҫս*p,`t#UR_!E>?ySA堶`8_~'b!T:o%9<0u5Iׂ;嘭w&5p\2DbNHJ2lr.D!920<JbPXLSk6{ω0ڹxËDvJG3ö_+I(um8g,L:<>lY-9HNF/ib;rdq6AYKbHvӟiя<_6E1H%W.TW^0WFyD|)BO+Kk65L|]_A^弝j60F rHO]?m)P!1lVg.RZU ;y;2F6 8<²u.:*[o@:McwDV\vF1s$ϑMS#7]1+[kdyyv;H?dO}G &B@# cs ~$-x'd'p}#')Rdv!-^`܄ !|#Y~m͆$TqF 2&lގNn ^ݤmMW`5&lo"fe*Y+<[ήg+<8)>7+ijc[aZnRDUZm#6ͶG@P4z K3aN-Pp9j$2$̎]za(mTS>LF˚nb t&kXj <5:4=$bj2ULW_p]dd ݼhiN~ۺ⃨.hs$5BEgkkJ=S~}UH/Mo$^3/+ϼ7ڮz=fۺ(voCWO6!RHPUjA+ bUq? X1-\CS\ |gHvr}FGYGk 6p8E(2\8[5n; Lva+NZθp*.s@a!cʸuu -_zq w96q+q>& $}:0mAR>f |0ӈ.!`SE&+9*m6=2N 1apM2+7l?{h_)R\IrUR{Qˋ/;DJ@^fmYSjQXNewb6nK\r+㯬=O^ vh^tr?LöH"Et`YB1!OiHJG'0^=7:qRг髽 \xrJ<(yGIcmwK=+W%Xm[9(61q҈\rJs@m^I'R/$pZcD`vP~%Urz lgƭT.YUmA]:gL _mb6wቋR%7Mi*_FR '3EBKN "0ۤٻ\_U2ǚC(V37|0 5`Dz ̭[<⼡R`VsPq*Yܓ~Ik+hyyAϳ>bѭj] /#QWI2LVg|=`ua?u9Ѳs)*B #`uR o $d.m  U%[ ZcspQQU썘fա[1} vZI]Qs[!Y9[ Sސ/6'|JjpeQ~v,FJi=x^H2iq|?B{x)tK *w |6VcTlN@0Sch9Џ%c !tcl:_SCD mg$PN.GlRa^犯kYB lk^]0*M; Cڥd5A*+@(ܶNdg*&UK@ |LQ9L1ydhHg\3ѕ1vVA~")i'3X; !}q:%ϔѻIf5oICM@N1P3Z{sT",QJ̟vYfCxY4OO;( TIUs0>_֦n\M9%~~`Nn;QQ0qM'}-A W*T]/n;y!kbURF KUŢag@ $<}\j]Y)/~K ^К柳Jgv!YNQ$Ӿܗg)m@c4Ci %Z vXF&·{NJLNXw!*%EUM:6i0_Z'RMlj;e*bTbQ?y!쐜Bh N?K6QG=MKD>N76sz8~&ot5xN @@܀i]8p[r*BQuVN #KQia(:á"꫞溶rCd̈́f7[LclV;sq˙!uʈҷ^CMЁ3gADo&A˶];py@<KMwg |;#ޣ)<`3:RVADPE)SU" iߟ^{ӗ/e*7ȝL[j(ra=;8H-r.t3y$x&Ci\I-v CUvF=a=$^՛#k$!9`oZqzō"&{CIĞ c;l >qZM1W#H='oZa :V#A!Fo:HjX)t6W[US U.BDj*+OXO{sD8:prkcm-קlJmymn_I~^$]Xg(E]aQ+ 9G< Vcmy0TT̟9:MQ`aLdYXcEG6XNG^Jy6(iF!`J'\Fs}AŜ0]5:-n 0[JCŎJhFe)~j>M[~ tњ4fuld9֣x9t n17|8P¹iMj7e4Ϛ) 5lǸ'$r'w~Bzb۬]5zԶgY*ԓy%=$_?؁i%ҹ 6xE=myօԈQ=cDE-Bdz'r_X,rIZP?cHU0A_肇Dۃ}™a~G1y<^`z͓'{zb8hH t\kx\c@šˍAw~O~[|;?B`".Dotirgh8[o9xph;n32Xݴ2O?؃^$q҇>yOL;-v{n.`|9yEnLNKiulj&CRV[ OZ }dX\5ԒT=Aȝn<#⩨=//BfjgL0v eBo !b 9z{vvg:t՝ /) [$*kw bk;mitej 1BF t)@χ{/c#Ǩmy.Smq .dM$ؕ~Rvcԡ֥:ʄIF^|eyE v1汯z;}y_ [E(l㯳[Q;N))yg *ykBSL2UXH&!Bemt=aSꀡ7gS:ќ@G>XA;' vd^iN*˕OBeM%1Aǒ;7Z[ 2 K"|?-5SP9#ݑ^qI{#I,HӒdLji.k41+ FʇuN/5W B[ n6:\'jY3fOw#ME-J 0КX;׷*댿Bǥe+ŏ$&=g Fnė|[#V,v = ϸbm[HJ,NDog:D( P"sbN,f63zQdb ƩcP|؏SV {LN[xn:Z3mqȝ`Uz=E+*1`\(z0y!1B nali\iXH$faO_n5Vl׹B"m°xt|Z-59gwM2 8 Q>jQxLoVZ³Ry Ҋ#7 :N,n34)AhςPnwˀwьN72еcN?M&rԋY.aU?}}ktIvwc3v?S=DbGHwc)—5zgf8=BHٗ:1OB" )}D–8[%q>@o ۽5F_ªa~#Z.Uck۶s?߆c^?܇݇;)r{o|9Ɖ>@hjFPґ1bUʟ˹I/fZ5&_‹CyCQ5E^XR %0`p`y6e9SpfLn0 -;aqq8ɕJbWlGy8ZVxKbLJT۴;**9cTVƒSH`I+X=۟LvUj_ϽL}L{罿y, B N-ҪXx )HABvM%<:1Qd `ڰaIUx0Fq1mb)#п~f}AHQHG{𞊤l0=iJ]5/HAz/셋(O>-%yK)?8M'RDSh4 KSt0dDa5m\52yZn4ߖT{<,xpW[1,aB1 fÂ0=sGӜEoY ЈS PkKmxx,bGWRR3eٍH֚_o&wxJw{ wt>`OdDAR@~)73}m7Bc7YU~_P7~.^xa:b~&$\e1fbVoNUhΉrmO!^) +;USf Zk6(,Rl1qxęϊċow>{Wx,G^Tɂ2#| c8,H9 r`!՚jYQ0Anh<%fY*O21p$I+ܝHb,Guభպu h(b'BÎN5ˤu2% 2eC̄UqE[|s-;LK:(ԉALR.;7L*?34T;ύKt0.[MlQ]1$ѯynS'Ty-;ihqzni.SMKuGOc>p]A@bc's1+ Oe^_OY*R#ڸl#DyG\sӭJ$C]Kz Dx>uk'trJB4i ;FbNfW\@CgMʙGhyD8iq7q,CVF#TD.ݬ20ٚar: k!6H Ga E;}. *}*N-eYm )p1GjIKTAA]rSv?/0~=4 Y^S,g 8a^m@8-k_b ]ĂCJDqa2l-3$ί*G\(^cWӏ`ߐxz JDӵh7!kO b.Kۖ4/fFЊN3Ds9-P/P=p;Ӭ:?3~>M֔viL,+T}Gn>3rpDsIY^ ++GXjHwȗj_闒D`x2W/{~6GG0Q}{Hυs ئ|M@'P 9g{Jh_eĸc7P R~G)dj~Y{7$8J};n!# Zʐդa)lI'z**o9v}.e#Kut-iA|Ԕ1vO*ȷ 0'WS-Pu "WuTetd'.“or"YIԧ }vhC^.V!<:q2X Ĉvh|:`81/~_362Sz-.l&H,Ui$Sn鷐ȥ?2; Jw2}0ś/ =r$ e0Xh)qFP|6(s-|rNK7k1@r5؄1X.biצV?J|XwVÃ,% 2Vd݀twZ_$;r,AҷA/;m J cWJ}3|$/#{@ Ι O?֥b55}zKݲ0~ӃgOdw8T޷,x=oS3`kh*iRŌ>$FRKŻYszf_y+,e#)k -a6V踄uǀ?#ߊ\ Y޸d9N%1o!Zɨ6RnvDN8cJvۑT}r/pibnȣe#rK>oc,m=xtMm ^HG)o&P>8Kl*Q9]_dJzQځ|Ջų29l2#\MqaN_gGu/eDir:l&b`ˍ 48 nݼ7zVF@MM%.|C4Uu>2hA+̍|a)) !R K&'eoV%ɠIUm~:v HB;*T+PX=ePb'_0- ~GGqh̿Qsuv I\sC1t#K mb|zB]YCrUIp11='ht`glȲ@ +acut-p.b;*A+r$gi6V ώWQƺxycƾ-cTx*X P[J3y1%V \n+m)L-s69>AjP+-w:gVitq} ZlqU0 ?*mWut3-XO-ceq}w{%ܹc%kTPW|6M?,)9-af!/L,|S4 a^F[00X;zATǍBM#|n[o݋v8Y^ae*dWH+|^Kʇ"27,2DW^neס?ɏ̍m֕6zr'3U -vT[`+\n cPRs܍i9?4k_ųA,£ܫȸ ~Q~K<70DǺFd] Zs²\( e5-2RWj1sZ^Ӄ} I'PQe=f튚J: hLP;W_cTO|G5I0H_y4.YZ{ٿT<[qCj}'x9/yWˤꟋ +>A?2s"/%d@X¬sƽgFx$* ˨;L:.b )PiP~&ȕE@@iuu=`LZ}>piAVƃWm5QI^59+$Pv.( ف'̹nLD_z|Q>na\uBlj7d-Ldk'Mh$mf;|,`# q.uʖ3"YtHa@ pih2w CL)}d*rjPXA%ƨHðND G-ucI^L &~9r▘&)dV zNB;}~rwS%/" .$&ԟyM(;Y B o=,JÒ$ݷIݵn܇iPOĴ X``NqفOBWF!֌֔2xS&t w_HBtqlRnUF26T7JyMYE,~b=EIB.Jn#9JhXtuSza?H^HhU{du@ڲv«7E,yrl X>ED+\"nbl"MxV9UAG01K0|KbSe,7܉$ؘRC1ඔjM &{|b/mb0.[#XJϊʽj9=˷ $PZoi `I%`<\t1 㒑ذ, wd5t@:+!>Ck v;`DwI։ᗧ^0t:YIyY|k"ٛT>zEl^')#> 6J8,A60ڋ@dK[56ە8@;{e|.K%- .Ns6B껰uc0/-+D'G<:E_,>+3$Kz P^HHwӐys9i~kn[[E&p"N(*/r!ut#|,@c##?.LS?wAEODװ1`ͻJ%I~7mꨯ[+9&=ni=Yd d8.n,`bA ҋ_XWXr AGm̊hyl.n!"ݫl/ 9KXjɜi'+=2ڝB;ʮMS\e5Tvλ ܪ]]<nYjU2)dt(s4FCvP 5*CLifX(U F&y(a`\T(ؾWdN"l4zJƗ7YW' 8334{;nmHehpgm!mO;1;/SkTC LIlp<|oSp߉4Wk /Yq 4L8u*a9}K/Jl|9S]ӏqG +!*³=I(0Vo'DZamhx5]:i\:&f޶DN=;qefBU7Pvwz>Q| e:ԅ<@nOe{k.Sì"~)0Q8~ t0QuMNjS b뉛&ɈR`T> @ RJ][9U%  p+bX `͕&-I Yb̄* l#F\ē >X@wq\m5j'97E 6d*{/|q:եv"yJ1AɠK/x _nek{8 EzbHI;w癤+bwg)J5z70~Ô gvSN!.KTEB8y>SH_$jAkN.xѸZnS{ۤ4`,aWԺFB|L\ᤳhXr&jwEk\nYU(] Yry) YmIiRCvO1i8=ݑ] di2@+YGO>G !!--CRҒV"5$L܁Yꈗ)U7-#+XqD(m)]v;U՗GX^AW=$p"c,܇_.*b y^r8ȻYF- 'lйτUKDIVX4vCwC۩DUiFFl@~೒ Y檂,\(轅@[b ^ @h H.ø)nܝzw 55WQQy1C(n`b~wyu(>,iCtff 77㑸R:r2qģN܈̑$ K HrU$q 1upS 49|z[8;w<[$O돏N:wNmn38IycLvC 8E(\U0,Of'%:I76#K#Gl+5n8xE>WüN^jYܳe1IUdE߁Ⱥ)?Z]e"İŔ'&OT8K֐EuqI!>}N ": 0{O6 UYrm7(X6YռQ]hpDSUG: *ַe#+ v $%3))._-0rYMMnlϯyzA2x?q+aN\ a-wqw2>F#7cUi.tڨGAܜiG,`i쁟Y#W.f' Gj pʡqg4eS Y66_]#I̓fhҍ7⤓D{O/ T7D;r~/ዤg8"C r745,9SM b=WaP#-{G4Kq P'քV7L *pyK蝣P|<-8X6qGQ7Sڵ۞m@WYy!m/˔Dg^)ܐq-9#BN[ 2EAM  mְC6(7 _DTe@Z (z?P\'բJo|_1٥Cߘlo?^wdWci_fulxYX95阇)z٣A3olO@%BI/E֟"B{sGՊ+Pl}we.eq5t)4cEqGFY>-@x'+, *lwt+9':$_hvj""G VXyʀ0kS9Q#,;r:.ʔDR[G@j>8q2Fæ#A:8gLu\q NG>HB7`BwĘ OjV*|QLٓ%,ÜE(u2uݶ)SY$c@N@_|CF)IJ]m)ac %BV0}΀FQ#"s,~aK٪NY8_1xLf캴Dڭo^t. *4̎ɹ,bwҨXvB<'h`ՌH uc.'kGzP3Xu&sAmoG7M Ug3hJڦ6@%)ί 9pNj>Xg> քfqҤ&:r堌p!8՞)B(LH+,5lzuKp>b3Ԛ'rKnia%4WxV觊F0%xBi07cy׈eoTTeޣnBZ6}ItV@Zk u)|4L #KF2S$ZNy%X[w}:BF2/A\ @ĠC'ߢglb8\ywDq#t^b|﹡1?h%4RC7ʆ6q\߬KImlϘȫqZXX]#9~g'YX/#,bt;TUwuַ>,ge6qTҳu00ȹ+1RPAR,2RP"3坚 ݴl.L |;&rr O|e}B*3>"ty@nlZ8; *&xov=Xj"з ~^13هrx`wGUo+Eq`3S%O)qUTk W]|!ȘkpnA&1mb{ۛemz':kg">" oR2R= n°Ė![/;d!6\$XnPi~a6LVz{@/~T,:h9LYeK&U/ N78!C+{{g.AJwD6_4Acmשr䟇yݨu{/шT>cZPîm˺BAg-g dU 9ʎPT6X{(n%[T3juˣOBZi VbjF*bS:b3H3̥M@Q# k7ĉo# ;05r B}L!JjHN\&}ۼhM@~'; 'eU0Kg1*jEkO,IJI $e-DrPݐEFMNʪ4$q m`NS(뤼t^d&[$0hż c61mCR$LjSڶnknPމpǭqL'h?\/1c9vA|mC^Y~~ zDN6JZ "V:ʰCӝ(AH9dh)d70aS+jfHeaM0.حnBGg{qF Ԃ?Wr4%'9αlm uLP?orZ0VDwM+Yog$Iy_1Yss¤e Gh9Y9F@4?tdA=Hf"BQΤ*vo5]u!gܬfM<fU8-Þ." R&&u??V1&ۆo:֭+!iLG `Hbw럆y ׏*]q_S! #7vv L {-a@biAVi˦L'ʲ?h0+od3%ȋ'0lJ zʤb܂"V\є"jЊ2z`<ǀyAu!0Ϩߝ. 8S-'T-v\\_"@t?:_u [i`1{.&ŒdUBǑvYz*ޗUs."HYXl8^xrPk(ƙ^3 wRXPٓYc%1CVH$P=eoļ6?Jc"(: ѳ67aDn'n΍? =axJ T!B%ұ.kLQ1[+H'{:a](IH#o"-8SkIo 2kI47Gͪ,|xaQa + P6[~IC`xSPxY'F3:C`V!f. rED*aګPGބ,f9·}alM?Ł^k:<[~L?A棫|#i1 T39#Tb"!>Z2<2lѧ2̭5rl̾ Y5;>`v !* 9g\Y7BR&x6*:Nj6H,dTb`)?)ш vYBaАh<{.jC+YZrpOṕWV8s~xD"lz^nt}+#g TTi&Y0 GSq#R͊/Qo?8DJr7T,I"Z^n5PBf=,X,Q,3 RqUoA;uJ"^AT˂,ߵ2Uy=OTvyR4\6=6Q˹WT{xVkl?&c{X=zΰ-OBJp}F tǣLCfi`e&'gR*j8lY7>_3p[ W:uq,eyHfsBj|t5){QiguvJ1{ WIwݬ[oЛ j.]īh;9ui_R4JRK{K_p&S~{$uҐh!qVW,=! O1Єh;d@׊);Ȍ5f?g&KE ^̀49uĠsvD,!=w1Qf'. *7me5s5:ӵWBzT|(eQ&̊<Ȣ'wP hKڗ`! "]`:$M\*8-[;WH@&T^is_c4>ߴ~뤬yE[bIۓ$nE6 EPPչ|gn 4R3{>*3:CQn*oN&c]"3̥Y&=&a0YPƣtE7۞@ V]yfVb=S&M[^:,{-9EkBfN0.[ND = 3Ёfբ gMǐz@Haf4S!Bjx75ua]K'h{k~Hy;ʦg<< Ew|^԰i@|zb@Uo(7GH\+pSg{7]&ЁIRi?`Q%ЀJ)3XHKKxqi- ɯ[#Tab䃩axuFB24N~i3^m :0I`|h 2-v-DLc΃\@ב@C1 Ц ֱu_]m-un*+}֣2U!|?16CQ9AJZW&Oģ(`wx=|\l{f4mDш vfdʰ(ؐYYW>EDAWޭ's)E4ηuR0Vlq@o18%Y Bc\(T;~X)v5YZha"S~PP&@1.EE1}"_}եM>n5I Vsĩ褌s _[DRlR.- (R,1lOFi- <ifrjfUWq1TyO%w]J@6D;Y"ۨ"F.B -ۿHa:1۷3dq-U?j?H16- '}x:yo 8#sa'K|#fw?PHN>+OsEMG%4 .\)q꣎WL-,,"xT fzmYXvx}?ImPXt6tlhy}ۏ՚`񤓿M_릚23ٗL *:̀ Z~;Du'1yAZP"#O|[XoVpkHťlԼa[v(֜i0K IzN7 P [%T04 Jĥ.;(hUF6Ör8Cd)h"ٕer'4$rmÚ=*%NxT: z= BasUrFp&h}9!iq<,vm)#S 3JIzTCǼ9`!csqoBx ݄iV'8mѮ]czOp]=wV !F>\g~DE;hgOs@gY'A| Fc䡍(L\!#q?9J.k "ЃU #LBNȞ%{3Rx6rsBBZtSF! eӄO%ϻ=-ǒl]j%эW-\0ԓO }!0hkW8I2T -3 7ܣr؄Nb@𾬙-QY/,X+QTp!&Z3%&m(>^P=E4DKTk(߻p}Y_ ܮW"aNe2dؒm3u *zܢtm:,h#X V l~oLp$+_/=u=QGB,')(Ž;mr(VمE:)5p os pg(1_"g`,fY jxHpjC ]i,a`LR kO;S׼vgʮZOJ#^bybҶw @w=Lݙp}m VȆcL~!,4"?5~z 17+!Bhj)IrDp$egG)Eg~lJTnagx!cdEK?:ZC8*121C~U}f3,q?elJs:L)oDtFU}'y X"˧D($01CXutӂb`` My<75hm>.EvUuH) )(heyKWmM6RbKLS`Թ"jo_Š(#z֓^Ïjؕ?)F`C0zJrh']+S/jȀwJmdNEԧdiUj`s`xSzxhhiEˈOׁ-﫹<(9h]mHtVG钹)ގUړ]b` :QZ*xMyfc OY4$:񧟿2"M D0oۜaLd77>Ucd T:F KYCiM0,!!_OC?W8$|ұu]G=3C~+,OT Ց(')`V+z\yz 0CЗ.ij\i"U1INR7~'}FSt[t+*45RЂ~ EdQ,xھ錘7QKݻv9IeԖ޸Uh,{PN[_űߡdTύd'ǹ?i%hsIzsبӣo=ź$߹{SCI\< /U_6!~?q2ކh_K=e)՚{gdtO hWFKjі_04B(~)H;)9ӆ(ԸrRق8$Y]J{*ו9#BWhKDY*g#k۵ϥXF=b ]8R? dxYq+=5B& /cs/>!b f1ku٭0l7b+׬u2زK%5ăI)7/n% U--ܹ202*4FqjT8%+ZZ*dHMZqX+F(293*~7^ 9MЊ*%خj1w9Ν1CNiw*+/@^@8qp"`et:WTQ&3NF2:EkSIz BUkԁ'o2T odqcʉrc<ArdTN=pX {{Tx(AhF|#aͩ*1l,SSդ4>g\oQo%?$%q %Yu-g_* @m(=cHq.B jT ˸" & ̯@,>>V2޼f= 'Jqu6٫T,# O3A#HxB͟v̰K܉ڶ#o95:m@Lo}85' l[Z5 UDMp6-J=6b ʼnP{갪vcNawx *st3>td옿g{?N`/Ymȃzln|ЯjX(됰%TvS@)v&MD8b|y/J.l͜"櫂wXQJ]kA@n!gF3t4i52Kƥ̤siAo]> Zk" \)}Q,bƜYGy6 È4yMHXN/734h ?+ůk1@' 򛡃^ o9cCt!h5|cJ7]:)4SIlUR!{)Մ K^A<%?#;8C;p _~I-j GD[}jP6s)Gm@Կ XQ_ ,Ybߓ#\PI JRZ #&ygi^ڞnP6vwcea\ k.,u ' j酩zt3P=Pu1%8&=56B?`3,okڽW+dAv7ʮNИ_D(QVb8%UU();K~@O"M谘wstZZ J%/O}>FF%0Z_wdҝ=Ρ+D_@|0%L+P%ڄSrumC5@srz mU.N)P `pΫ&cLDYd읊Lkwpf2q$Hȸ\K} BK S@GVsW[Cй8!]|N_,g fw_ˎn _qCNGя 0Dc>tel{ޝ%YP=%\9 㘋W#jB wK;Rdb`1u!3RPx ǿ%+6Hks" %@BlbsRw윹_ g~v6f' :cpmoQ9\c*v+kg[?Am2 DR>rnJ3."Pi_hDJm!㱤Ձ)ۃi4ԅ26JuK[U+Wq"gW)uLel_l7V6F :w;$+%Ǿ=滋3 YWJJj ꜱ=r̅A{j0lٹu2w#)Lys LY8J7*S@+֌[(h_Y=/gBhS,aWp9)ЏqKfX.i񔡸2gͧSaEp`޳Uzܺ'`{IwG[kYǒ ,wGcqp5%ByLȄР;L8i;eS[$_`mř`gbbx~ r=V:̸VK1'#4'xzEi,,C^ D^ޔZ ):ۙ9{)\ J qf?x0:˜ !hk_%#p3#]y@!_3_׿q.EO1B47=a!"Rrf3sAfйFjwĜ7 \cP3 G^cHQAI/\En{PD=dZG,ܦ>KFhz7RyyOM}W_QnEg3+13. K0H_Ք=ke{U+wYd/p@/0mo4έi'2[u`ݼ!/ r<ySnr>L#0LML([N}@MȰhS >Q..G{ 2D9bz568}!H_Yd6 *:ݥwo8N R0*i%䚭ԢZLH#\>ͅMJh,T {E,dd_QlGVPuaEյ5M%|bMn~;\v Sss*VWb[6.cAzELHtq\t? L".d$UNٺHyPI짭%KO :&-N0Gۓnwct]G\ɍs#pӘ*;gmyEg}:6 P3藻Y%ZSVą ڽ H][W)ДɒauGVㆈ" )a.1I[TT'F(iQ w]ʊ]  [@Ŭc,O<[ Ѓnۭ0f ,uC^z=)\0KX.;(JY =cOwFb''=LjLld9?ˊk" T\2#_W nLm8oOKڑIe02cLG>? ҷ+3K4~+T@ |gUN㝥˂sv 胰L.opG=*@.aF)PU]=bGUxveiU)tE)C~lO~b~ 2\XxhUOK%i;u^<֚wDaLXUPUp-iRREO79>ǯd-K#~?%?ZpIo,4ˆ<6}ü. .7mTnZ^ ҽ~b zֱGH8>Z+ QKz3h 2~ )pA zEr&s\JuV=4AwRƊBLCbq!>>w؇ԴX}-a 9KmFmĴ`D!%NWK\4'FX,Im-1ukM`L@';Yx1#7}}PS4v䑣'OzLK{dR9Ԅ㾒 F N<;*N|Fg5$y5kj*yB51tbtbrޖVD.ƾ(p=Iaۄ"r0_"423Tϫb^ {>\@c޵ #" >t&ǨYwQ+t0q\h9T~bѩXR",%IA! ksߘ{M1Gco +oa9;r=~)&SBU(b^"JN}iqy(=33MaS<tS1Qy2ӳ,{ aB z'וA ѱQO"EK% =H(_FA2FZ-k!H?/c{7s$[_B)bK_[0LƀV:[8=g9noX8)Q{B iV~Ev2Z#?J|P4tk{}FC~JE9\ tX^ނe DLD"< mmZAi֧~)p1?kD1اյ\xOzRs/}9-fl j>AXV̥0e/x{LyG9X('tͯ2)Zf{CqMgT@ĵXl(tJ"tN f t$Sg85қL}\GbBl)A?[v/|[zxVceUsK-"twn2L/ti ^;6@JmѠ,6Þ8nSYG O1nOl#`Q.J3)xn~*Şk%A#fu -^.G3RyQt#g!BTPqɨfF/-s+)QZQ pf{󟿲h]>9PUR&LHcxg'!_#^ gaBSVA9@w& @I6]YMЮړv$"2߭j=]3_\f^܎,)g|Ѡ!J{|>pd4!r^xMfELU/^lNd(v[Sؔ8iڼ?y{V+fJ⚆sz-H%cvpgٕ>_Ol+߿"IIN6L@J xo_iNWNl0{kdco i9S 8)@FO)\:еm&N8l t@vψh?dwcuv=~\&x䟜ҰoF#ft IYERxxŚC(<6TTݷ:aZ`1F& }gqcmnlйOkNO0#HPsw<_$ O$<ƞOFiKFfdL^Gy[d5D*6،vگ}#;Y~ƷL~d5 ^` Bk(7޸bJ:3xOa]Yq՜=Hu.|⏉:Et0(kRhj+FSlˬ0:{"8SVCMoՏp=ԏ6ӎ2!oa ~]s\}WO]AIvh>^u7^i; 3;J(tUXZbj>q\Q:v~S_܆{c,DGM|0p?o C{v}24mn4~y[Wg`#6!pܘ*C:×O \4sY6@Rh+I0?dGJ{ȮzwR_a<[KSii6;C:$" IP b/ل*R]UE Z/nRTs*YG?{GUW-Ouo Y$tEa>POkfaun*2,nwܺ`7XME=އuqoP@5]BO4&u^٧7Lce]n{r1V$yM1"<7#RЍpO҃I?Kam2npM*R-ENqmZo,y4ABvFD-N%3l$r͢ϓyK%,}6- qJA| ?uT6~*TXp4h^ X9RTL>0 P&62 -D,k8POArѢ%.œel,l>ߡ@ؤzܽ|RrWv$;r6f?ixyOHY#l2jBg7>P D94-4 WfwݾU&4? ann 4H%1zah \dbnk<{ gw'[%}J)H9z? \䄈ե:8^]S @eWhB7HT Xkq[gJy0gɩ ݋_d #or0:X 36jM‡oX̺׵y^n.α^eYD>)uNW}:nx貺(n>=oߖ9e˜/ 'JLx%1GSTM4_A4&d CYiJF4*ݲŗIzj1L)waׄxJt&{!{`|)%; StYdk,*i-cg ByP>4tR5$x BǕNPIHyKIÐ[ݗ$#7w>['%Yg8Vec2A}u*JL^\ϵ(*;[cY"*%@Uq~<už$Vw8=$XX$:mS&زIzwwQQ(00Ѓzg Acm9VvOQCW3,S׎B*!9>&noomU1oDwVUFz ,9dZWa?ЦP)xFN&qb?NdR7A^N+e6QT{ZlOtA M\t ƙ$cL./PTS:֓;CLʒ)lwI6]X;tQӹC0*S-i&a֮R$Mx-UDfz@Gb)#CeWo9O㼠F\xm"$7iN'N+.ҁ58/҉wX]l?@GT,Tw. )\_q10oA# +\F/~EZzEvE]" r: f.P Mk" x|sVI,3|-لLYE(xy+~bok r8ej, 3ꏷYAbUGr:@9&-gbW6 )2OGykcQg_z x?:`I(ax-"%Yh援6ED6=}vZ* tmqX;Tyx{X9TN0#t'py:u5k77}U_Yzf/D]BOYVܧnŸΧ"%U\Y)M7^vLwKV٩6pi2&Zm ?h}tIV[d)5(3}]V K!آ~spR+\З"K cJ<+ȾҀx<2j4|91m{4ZLA;!= $dmR Ŏɳ]3"x jgl';&RCKCKbHZ< ګR`.V`-z*k$-W*9=1xw>ksC^¬=~]WI>T`BMk zi-%@6S4wks ഁSTcMMb^jwDA1K7CQ B R]R:`.\@c7*n* ;=2qb嗨,2Zk>(CI^7 O\W0+x6w)2x![QN[6>q;q{b~1 tb0M!#L6}ugB)q'HcXހ ׏beS壣ߏlgJH,ABpco4j sk#v8z(]?pPghվ5 Yp[_M+ 0 * Yuz(&U _`0^d4mcS6B=\WŶlGeOA7`yJ14lEN/ BfrEl'$$##oRΫoI`+/"~PZm*,J&, btGm_TN=Ƌ6 nC;~ ܏&e8 ՜z5|}J_ӌr!:=u2F1Ю>OK[mނ"PVb;'G +"JK~b&cd(pOE[JS<Ș7Kq` 쐚s@}hœ1ڮ?`GclYK7y$&+Tcr KZpIgBu\Am^co g9Gy?3wn! [9V7/jdk?7uxLN1`DVoi9)=ΒO0|~j΀?E$wt""oCjI-&Kӄ IlTfKÿg1vmGl|xyl8oonh8 e#Y,M僷#0㉁sC]#MKa1ІAS=I:'nV5Wɨk]~RJw$A!hbH: _J.WK275&X^gw៟:1aWHf.WС? nXz߇Fr3FF^7,eۍ'nv2ţ.LJXX5$5UYfp^P؆ t ҋ(ȕ- ͳ[*[ \[!c 4f/ȸ+s{QeG ;zqblT\")k@[ '(.=i pj8ƒJV0 }jՌ'Ľ NR >Fǐt@oHH֭ u$q}Ք5t6"cDfJ9֤e| 2nn!~!4 `f 0Y5"IR9hAGewXLoIe+P;b h姅ϔ<*mxL/I7U.+^B~\u 'F]@\׵3 >`)uRuςoڱ \-V[$_44*EY#O!ScoIh.sE |l.YQm0wwܵ/3IU D|LSTspcIe 9'!cH@\Sf R\v 8^(r#n>;iq=~=20=;BVoGq9dGؕQJ[:d@f$5v[O`sh5ZTPAwZʂW 4zK]7$ @'j+Aigԡ2p~iv3OTX8W[u % KTn4MZSjlV*eg!&xkVmδ1zTiEu@UAUpM!VɎ% D }Z"vc{z?}sXXVyԭ*!ZYi8YͦoѪZ3vFT/tǯq"̛~ MZW 3}Ǽ(' <$;csBڷ2\4?] eOn~m4\N4Q.l*>/37 -)(nI'l}{xd0-MVn7-Mʬo[lBX6+o8 X03D$a@J+%1N*h⚄g;6uLB|f k^gZG:A%"=6RP ~^ޑ$Kh9W~O6To#BJ3492 JXp:Z /G] $b$ W\M@}%_Γ{ VʷG6Ӫari.xG?>B qEQf#8ݎMEb}͕by!OTT?B?05vmS'*.­*F<\` |$ STxQ@{GxE3m1i:B5%/K@{? ]PE֢,#j;v@@2o}6pcY$u[8ddU_pHTKIzTWCNϣ G$ЂDa*ʷg^^ NwvK`W?;̖^e h.76Qs:wkxdƙ E nh93xSJ32Ku=mæF9+"0 z㲇F!-e:U; s+sӭaXWYUxk% ӨֆF#.^ vAl< 8郿!`nG-o!GaalА5lc >5 2c7ߦb܅>.pQ(NF?Y]HY 4P(%I!Վ™oܪ6/L3 i]D4iؔ~fUϘ)0uR~%ixutDl^͒嗦%H"".>6WZ~@R4 @XO 9ʤ9F( K(0rԔ+,AZjrx^]ɢ*]ڨj3lRXC,=ivEC9UaIEc[7}7 AjM %C&|0[X6”!s5yQL0:WFBz,K#{L+6Ӏ{H l L2\o0򦳇[Z"wWﷃ;-M F*yx 6Qݴf63DuC B(^v mӎ <`'[.729W>{YHjPz% ;aK2@1 u{8[} F= )w oMQ< a9F&}Ѐ {K2zۑLaM(}g1 j -}e>x_#pZ7"_~ w_1g_LʫӢvUdƳq*ȿdEЎ(9 2ɹ!{e!@P4I틪6APT}$o4#DξEyx8͒r@㰎#1cessj hIKPQ/6",M[:?hJ;]q4܎o9 }ƭ 3Muќp3TeV%MdĊQO #qE\^;.٩FP2|ܠAdz t8ay#_ \PW"1 W/jM72Gz&* EI+@-p)?\kXX"*Ⲧ6f:l8$؇1c]fio E.7mlu&<BV\xq Z}2„JGn6eWEO]v(0ýt9k2mKߎwӂ^ۣ^#o26yvSVzOQl{5U7rWvp62873 lACu}X0G Y!W[ |j͙h`>(ۈr:-afw|8xqSBqU 9Ti2'.c}Uf^,72^"-~4SU ~BWE &A:;b "`-;g͇bEs4KQd:L 1mgo[WO/;vesĩRW0ks$>aHLw^F*rNLK<~HK QvIbn+{Uɉ`"G%+mY'%VPrw=X^;` R k*wKv.ŭmEIvގh vN_y21DwK|x+Un>$!˃ܨLW$_ОGIh/Ar.Ur__bD*< x/ޡ#}"U0[Hʛ:zؤ~҂ךL^~jfxOmc6z+Y*˯t$voy"BGk|*ر>x$k8~BJhW'Bnuuqg62JBasJ&2jj@KOv<qTߠKW qY38ӆpplfp^tH&CP05o>%#69 5 _T0xmZ4&=v*eZ5颟e*DUY^oɕ9'=<0nPeHc{b@#~>s7N=Co61 S5_zǏ=KA"_C]ʚ}]uYw 8ϼj=K02u\v]2مmI#L\Rl-`)q]{#Ήf籐B?CLĔ }&w|@\WCK(Y6KBJ@)=Y rg j'Ũh),c{B Kk񮓻_)Zit$Uc5 B1~+(]3 w>]!׌Q6K:L( ϹiǾC)J $Wu 2WzN?(΀@l`HL,f]J޿)"px;?ؒ9*]g܁q\W%jzyF@cgyU#w 9ߙeHIT)Y9,m܄ 8k0z-_X(b3/b 'j3U[FbEuf7G2<]%S ɢ~HbM,s0SF >rYAt1"Pf41~ݗq@ ,g "C9SHV`B_Aٯ u iQ~+ =,cyF.$~C"L e;#6wvᏞm.ͥ6O {iO_ p7N (Vh;j S guDm5J^}E N扡lЦ+w9 c%. htVK|DSpr.`>1Ymz6[sVA oZs)!9 3 3ދ[k?zKD~/RҎ!] u0q2Fh#n!0z7NoW|=%Ԡc%dNaR> &*w3G h$&Z+7wu4cB(<*1im]a"\H mEcqt菵\:cS Ca#R҅8$hp1䰒 q/Ez\Y La? iZ@$Ћ {?K5Q2b,@zH&i+Z)Ct2b˴ lRtWhф#z(1pvA*O4; Ţ ;n_l~N;w\.4E4NLjTglj  _(JVO` ķ{Gf=REZ/6zŇ(ȣkQjَsÖcKP{2 &Mg_%&9m1y`{Kg(T? 9W;ZNrhB2KCs覭TN[}4B3GK;9xMc2+r,wz`:z MU)98&r&HM ;z{O80`֫}/ V9_[Cgv*BזZXKWW/_Qj˴  ]37,%bq-`7|R\c&{jHZpM"m6>mo~imή',SÌM+b8 -IXg^%S%0ŁX7F?WdF?K㵸rr}L~w+~q{ƃ<3݂c`l*?7~ K?IḓE^u1 a_h0 WۼV2(Y̟ h"bX+3k",0mL'@@iUN幤KAEy;~z@|eM gp+G*UnV3zMˍd4]nI5vfͼDZF]\) SԒhGE3So١ʯZmyْ9[#U5U\Ĭt8+C=REtx#m3P*eҨzDGP3aYbdεk a.rO}WY'h6Q5bW`DcئX3%#\L f 4ʠsi "ˏ4ErӀVzmn'ƶĉaj @+ _PJZ)hF/2o|BېzYbX2rC0`b^Mk] `@bp`8:ȖeUպB~0: D4W~]6W34{t᝸#Ou /ۂ#M:$P9usp`pK0d{Nswh& #G|Qplg4 J۪%KCsՅoE8ԏ{Uko}CB>tW+H'{(j_#xJI pG=O$shSgaXVݎDi{̮)8#*h:QYnk ѯh/^H^+o5%łjH[ܱݽNa?+x4hoiT<.6ӌNN'4WTĪTP;sB\P%;Xȍ\sk}u-8-B <Pct5BK_%xE͆I+ɂܞ }m F#EjOxD79~^+xc{[Iڳ ^uD\MjC7[iFn1ZY"Cfg=CLe\kü~vOe@!V9 [J+%,n W_S}ƲY|-=ZA &ZDgΎYhJµ/&,Q}融)PP54JY[xmS;҄^5v_=my$Dvʼ"LiPiH; wg,AtGl>[PaPLrxAvhOB[BnS'#kBqLD`HCsJJg1nD0dWѝȀFF%m`}nuiÏ%Fm/.|_S$r*c&vtppi'I=SgxpjN}}EAF}7vMb^"- I(4'ra,,90fC\*&6lMXr%bꂺ +YR,@:20d,O퉲Rs.dPz0pG' QL.nUwl#sA$hp>&6VFVƝEo' HEϓ L]x"i>Ż5FIW ӌ̍ӹ͑Lu;p:bX8ZV 𦋚((U؋I.E: Iu)FW8F~Aۨͤ㺭7j(M;(4)ι++N!y.&/pqu[}S2+K.R^ 0 s {ڮ# csPRjFvޯ(@y,+6-l"<[F$[/!L+ ` 8s0s_6_ѵҲGi˕F-!I||^vl@u@$`:΀ o¥uA6-v|u *+xVp,Skϳ' oHr|EoxPŐ.YMƪi+5ZINs>^߿v!~Wxhaw]f>Y.Lױ\16v$ /XGϳbSͣ0W/MSxNLW}ۦy/7zN8'2H?'"p+Ղi8OgT!:$# h I KkYH |ӇU0~$BP\:c "h}Sb:C/ \;OXWty%r^E)8sAҩBm&pV<@YNM8ܫ!ކlNz[ l @$u5 z_6NU2Mʋ˰MJ1'z#Xof(JtTMz]<`ӼgP:lu57Yo)EV]iPρQB'hf~1M*:h`pۓ%5\sdYmLw2m7e{>M6*jsޡ$Ĉ[&0).{Ƀ%;YM0yͅ=ƂO$jzuK!KY u??L+wBK, n ̈ ],)eJCFk~{YF!X@ҟ1vfdIu;W 2Lm雬PX#Eѫ*á5t`hrP }(dUZ-(x#Cu[Ȉ4ӥQ1!ihp|<0%Ò:fP>%. >NA"NRĞIQ)=9$r#ꀤz⋆I:'iYĕ.l=3qW8d{x bƠX jh;P9#[?z j"S9ɂ23e O:xbdmTk\8{K=|T#pYYp9!ne.rIr<JM~B@4j]foA:204l*QyӕDa@ŭ;";9S < ;hx=s~0THF?05U*gӝDux]׍hW53UPb:o6X+U:]lU 4$ơИ8 ksN%,&PwXiiL0Ë!d!`'"w8 ѱbYɔ~+z'<|;V5SH1bb[9 ı{#")ŢxV,U'B)H&3(oDT9w-YI-Yw#2,Go`>Fb va/̻ h@tK6"B>ը۷FDv~kͱ!$ف`\k*x!$i_1 et&1F2B," $n 4s"/ԝпxgY Ǩf=;N?X]( ]S8m]ep\G4x\ؠ!w8iW8Qk: Z$ox.h`6{V_78FќHeɨ%>u-M&EЊ @ې!0 г(xɈ JS8ܟ"g,fII'1z/t^Ѯ0# [5缍<-ĦeY5N2j>]yNmO'GmBwB¹`,K$G!B-Wy =tI~ւZ9rz ^EɗT$)@[HLH#\/V{? hz3Vj=y:[L̷w頴j :zU 簬U][cFFpR JV\ZcVe f(@а9Sa5SX}zhco }̽aL[:6sVG~ ϟ v[pA UA,_AhvvBO{f0I,W'NUa,+hWvy bHc=69l7:L&% A42JY;qVfL`4Gę.ie4-7.rUsiG]b,-k-:{y =(YVH(AI' jc\wuV(wׂϜ}Doʨ?R9Yˇn(c _Fe QIꃡ6Jaf ~xi Esqt8%o9G'F`!g\a|LjNV\~ RIui{9a{GKA!"i/ٙp;dh֗!T4TQ{!c&\cU$U+!̲eZTJ5(&"@UJS9 |ârDMVmAb-eJ<46pC WbZGp\F]L+ZOrs!F?q co2ގ=i\>[PHCN K? \_ ZXu &$@@/ra*IJv( - |~wO=2tފ$I͵n/AKY.S ܳ['Õcےj3s6&qrN`4A0<c~ gdڇ"e dB1F_ehJf/ Ɵ0R1-sI#ajl# PBUEq? D)=8-S qۏ }I l_]N~iJ0KkbCn5qf7W ExܹbQpWҤ79(ԡpE@IQ4,'%N6gCSXYqN F 52KijoM tw)t< ܑAq+r; I_͒\ݳdSt'n,YBx7yIʗU: qp]$yY#͘"EZD>ә vB@# YnCp@qId%SYrvIЏjltzD(* de FӻdCy4f+%9"%t߹ȃ)@Ęb;J0sƇqcW _{i_DKLRVPq.| N7~Th !YwsjW*)[tt;My݌8.(O"tO>=8ӣ+߻s~ϔm#.PBCvvi g /-iq?'C$ȭiCy ?)In 6Qq✰s+Id>646B۟.GkriVM P۟@xkܰDZvЛ'&}$+6X\䙈!9VTWvꚖyX_! vQ]n@9ťxESʧ'w^A/`Gal$B4r6Vvc9 v@ $}<^fQھG|/V/~ h"m+\ғSI^-dC8(A` ՀiWR/"oː2b~{9}d罕n B~(YXw֑b{-xւm'$^#d ꉪ@O5P#A@B#n^ځ r^n*+7?+޵ ~YTZu|00HpOelyҏ) ^49wCZhL OgCjнYŊj%R:\<#ג.o }hzĭ0xaz˦CF/.!#& q:Ԝ7`@[ޱ0 e8D2e]x] ]" قЊQk(* WS\qԬڊW'z;3hhbJTVX\6%Xhʝ˩zF,+Ykėɋs6;+{6(̈0R,XTV;P$-wa3!0JM\>v"=_ޑHfJì+pk ;T[4$=\?(ei܁ſiL}W7#f_d1jpPJ01i5^ޓ\q{e OVW#B~udӈԧs߈ӅBa+4\XIgxd ZEW Koznen)[$"Ɗ1wѯlD+ah(jLR$3) x Ø Un+V ba #q_$#e]S,$$qA rzAe-JK w0 A ir?KSR%%'wOQ6]:ӎaBdɁ AlB`& j]k_|[[|qw,%TԜ.OPgpOOPTS-PjnJKz{HK>C&0› k%GڥcTPQ0J=4:k.N`ƐA~i ګR8{yoR*}&cu!L^ۃ gt$|;pn k )!T8AāaX3 ?h@cϸ!r+Cjݩ a{؉1;<"Q{T XA]=X2PPa gH _ N@Qs(_\e `?xqO=a%"ǧT8tO]= },v9"V|* >8X6]%H܆fM,$>^QPeJ.T!M<VƬ`V1x(x8x5CaHJgF +Zy?9(% r3;z0Y)nB0s`G8l\ a:'ZҼ 8a+;a@|@u+@r޺{lLJĦs3rjBrz곘`"_Ъ!CTwFc:`M%I06}(LZN0q`V\1<|8a`AoS={ax7T )[a{.ю'{)<) D>12 u6P<`/1$Zm.ȋ,uZ%S {!vN[V+4?TQi5mTe~8 PRAX5|J'Y`*a}"(vz2Hut*1):DŽ: <tUu fTp3|_54!G14!iUz|sw,#%rNŨZ3Zx].j@N>֯ 5Rɸ)u;jYI0dpނ~T|"W2687:<ҰVenlCq*9e{"53.ci6޴DZFa8"(^q_icC >T=  #+pYUp0s#AbQf v |&֎Ƚx f*85Rβ٘hNeJ ~گYSid2l4Km׷-5w0k.XJF]y8ò }>}78Z58pBoϸ$/ƬP5Z pSw;6=NP ߶!Oi zH&|XI$}nT_ f[o`}Tq>Zs ݠTTL&PI641iT>$EL|szEMSL>:0lM[_/!DU-9Dդ~qNb]{ҿq?c͗UAZOLquϑmz KN`.]!ZA/.rnrfxB\';92#Pr!f|Ve'¨t򫀐vJ;vzǃ/KsviACO]l0bt;`[R72H2-99hY!t_E2>i1zz+L@ (mQ4q&1HŹZNh  !cc1tELZce?[518@XWA1Ӿjkv%&83j;HڨDЃ/tp`wP), j7s^]1*ҿes龜`ަgh戧k@GGRkˊg wAc780f5Glim T%1/\؞>Ӫ8g3r: h Qql1K'}̥蛅9/35c nrU+pwb֡6m`' tN/zAlvBD{Cb(;I*ZENUzϨ{yjfp:/c]]1~2xۓY3+@`x,gm&s Q6 ]OyAǤ'JNdKF*}Gխ ~C$*E|oΈKE-9(* 6"k6|~0 by0aHB~8.b+x8;uO"]Ǒ1dlg ^*=FNcU!0?~5 e;fyvPJamښX˧&p;QO /SMjP=j(Wj*˂>+zLmr 溤)wл>N憬ǁ;㯒v΀4cjrDF]_ rd&|'k4RGgDU}t.}51Y5EU\ g0a4Wy~;YS6]X /ݑk7Ks zEJO\8w-uUM'1Stg:dbC şؗ5Q'ۘL Ĵ(e`DV%"$)aQmfrvkIᶊӗc&BT cgf9ߎK,qMxQ*݋Z^?(c( c圕r7ѡ" TPB T| xG U܄N?:9zLzΉxP,n5m:UDC7GgԃLq om$Tw +[Ds^LHOӴeSۋJbn`=>V#w7uIi5I;UOPS'%[9k[h'l>VjLQ=TLvjCb]r JyQr{,:پ ?P c2lߕ+A4eb#P1xfGFFdB/( h+MS;_:g6\AM45O]NY{x_\qv(d:k[e[ßk21gsI'c݄Pln Rvf ?{U+~#[g^j8EH0y ~F9܀}zIY}Hue`1TLv]>3k=M֙:z;qak8]=Ctkc v a\mP]#ݳڦ OۄW,0;~zlGurJa~KvM,ޠ hOz|\3tx|)~l3<|\`͎Ӟ/OUdadT6 YӻrlB;d#{Ϩ]mW `)P0p:{yŞuq01B+h_k/l:7kaZJsR 2G*}M a:Yٶ{'+@^'}C-h'qEz ,R.dQ@ҫlbK({k xЬ>p@.PMh=V: lQ`D{ jHmHojV-|%/nlnR$?-?-f/.Z BܣpK#sF[Q*lbQԷ PYPKt$he0a ь=/d*§\eg;',Ss~Â!`sa}`)*mMUǺtŚ;OBQޱΘ샫fy捈{@'7kopN>>8(0ܷ ˠYGt⃝s9s=A(E0y份d8}sr/ A'prrg(s]-Q6ѭzkzl͏+p}x~6o[My(B;⪣Sg%H,WĢI .~H)Lo% ;? W5W0̾dN DjQ'_J*7A,x8%Wh_*u?j.#i] nN(BLߐdOn]=5BJ!0sCAI"HgQ#jtE4WO^3:]˲׮`fZ  8W쐭Q,Tw;ŷђ о hIf} wgg? " Rٛ2<MpۑW.a|4l܅$|v ZKQHu'BikZKj } !&.$n ;Z(XƺXD,c/|M$жteqz򙒵aÑ:{{R22xb@ڣ X|p>5 4 9 vjE]i~]4}7S׻Xq ѼA8bkJx<L8i Z3xU9YD0("4ro ܍f.BK)jm+}=In}S-JuBiIBb f{LDpl.Q$qngD1c6̲ ztzA+O 3+c,tݠ %8\W&O3K<(M6d2Nzz ]j"wQD4Uva2Alr,+G BAws( (RvI:8ڴlWZ^>8GY)+_a"+'[j=Ic(%?'BWXK?D>YXUiR%QF(qHaq袀o6J*ŢF8Y0.A|=%wo?2lg'Osr4tbs"[8_H$΃BL`ҥRgqZا1@ar]-q(JZdmiR/bKc.iܐ-/71 EX[5ڿzP6ӣ:Ze֊3xgw: 1ݠ5HV=? ugtka-nK&o򨘿WTI x`k:`۸~Yw"<* MT|8tOKuw-fLMI-RLȬȷE7H"`Tl4]Z8 Nc)Ax޳(r D2J|n-Wn|$ _1pqӔ0$]7P bB} Cᾑ)V3Z.;uU=E頑%䕠>.F^UU 1p:䆮w#YJH6ӨČ֎b1Եr*EޒTT%("VQM;ƞ"1(~~x2M]b3wݾu9IzN yvoܥY+|sK)+#[̔*؟5)3L#O.#f}!SùL"S]`.V_" XBҰչsQ߅ d@ r J4> ѤόIʚ/c-oݕ7tNW= },Dog6òo61z=} ]V=WsL7b `[w#O1 D#ٴE ~(b$M #3XI??Fag[t'G\}ic+ʅ1We^2i'?H4xhЉ0; Il.P/qژˏ/zyu8<:*f$jM=:͂Z"aCo\cŁG &S8Xa6I]PU=O"%iV3,0Txk˶\t)a%8j5dHS ԑT{ d?uKX`1d ^ЕP{ʕM`tGi\FΖj;@oe1R" JAK g﹭!{P;bȆER(H36bzZ8{H/E7f&tTpTUao%DG4'D]8m-CDEsTk1~/J`{jFu;f $?=DJglĠ4`+p1-jӎ73RdPhҼn'~m2[¤&yė}}SMИ'gvFVb1MF@\E0G\AlwUw"= !i6g,rCFSFıaK}Bpz@G>P4,?QG":Dj;k+de;rzDŜA73Z'CZr+w_>uR!]t'.mSFވ3 #.v'`{RPd)7"U-S[`]}:48˚J%S}ʕp۪߀ﴜUi-֎^:Bwj)' }w~wm?ݩSS GSi;d0lXO5$ l@\9ܿFǜ(Z1pGvAn͖zzll d Lv?`sVa%_vX(/IQa }oMHР*[_U' Ne-lFafd`"`X#Tw r,;+3wQ92RkL[``;iMnSLJi3`Ed#E6kPܼb8Pλ@mhjQT֎тMl5kuÚ/0 \)'b̴B :uZ_!FV%FRQ=?HoV>K\\d&`G誫Rbּdr8dDž˾ɳHHaD;ʰN\<_"1a4q1$&B>dr"S{ClzHN.)h!;ޘWK҈3O&ȝ_nSlo[e;opgJ"lTБ'm,vŖgƠ Fe;\ ]Ӄt`k$Of!JH!?_Av*i">_m!=q쨙$j&Tj - >-@~,n`Dc0RPsӠa`DH hU~6 "kJ8Ñ.KEjp=#dTm@]<׶쿞E$M`3 7}'34XO}p7|Uq$ק P^AWx`́` S~H q}?#G}+lQFYjwGL#*X$.p`NTrSoe-_f w@qp:7CC G\ifD*Veh[DHX:c<,k r&)'`8x@$ƬpbA=(pᯃbf>~z4˔7;Jy%yYELhHfysY.K+9Hkl *.#se,rFT׃s~~WE3rt;(|`X '@-ÝX_Ш3;']MqɊ`YKPyQL=VۑKCA0- {Y#MM lYxFCJ4кQHґ-v=o<1 =lc %6.~l!W;H .ZY5SMQH8Gdƭ)x8tyYڵJ㕙AyRDIcKxm9kI瘟RZ 6EÒ9>Kk&oAκ͸I)N Yr/p7<ˋ3Y H7`A$Ws_q!ZSD||ѬkN< pb2 fbNHy8MQEbS*o>p ,^:Sl-A)~lA_s!Ƭ%=JȮ'-~sx)~5{Q|`-KGZ-HESUJ_L`Lk$&Q (Q1Q&R 4۔_SƝpCI={X Mx-Bn/1HJdis49ltѪs Ҩm/*R֩*JkrJ<;YjۭN\ g^'P=\vi>k4:ם)>! `A['rR 5P ~77D~xI7" EIR]1O!p_Dmnhy>tMt҆9C HT>*\8ۖ' l/@<=7_w,M^ 6U#l6c7+Y2@ĉK;Dwu?Z !RF>V ñO|,Bgv 7F&\X3ln`;1gю sS:zEli}=d;4ݹ'^«Ov$|✻0H*x%[Vi"!*١m1G3YgeJf#?8ft{vrOpSy=V>]'aƯH04fsij(vwӫBD'LB{v$bM41{%Ef{7R)w %Ժ92 c!GK_,>D(c){kqjR,Z 1!SJzYڍwjjaۆ*tlF`Bl0d],% &"Ε%+ 1҇ʺN#=8]F*.x a%,QYreiN@?w>KՕƍ3\38h(M/KC9l8-ͮ~Yi#^kl/ډ0Y8 ,̻ٮg`t|:1m!2[5Oغn  l"B+{'E^x`Jq]! bt`zKS|U(\ \|C)zfL/fm6\r:ZB^0m1Ii );5m͞xڄ 3+m.%+0䡏]T!"4h ̮yaπ:5̢qQA<Ιw,w $^z2GC*B;Z uZ-O2$Q&[oDqsܟk}$?NFNOe)z%Vʑui$&.1F96~pb3x-U..Nc3P6 IAf :tCz ?[G)`!1Ѻ?ұ}!hXejЄ#TV ;e+Nλa֡M2\-2+gl3r-9`IPdaƌ?bVQx5a-߯ "c^ REmŜ<6)ܓ.N%AeR"wQ~If%X$ͷ#^ΥUR/ܱݢU85e3[Զ+NJev1wPOqTDq[༕؂97c]&IF}1o˜i'w|nebE v弆 T)fT-n* LuxybY}uhUU3 wFM> s~ V KY68Ə;2C(U gЃ]/Qr]EP1pQ dBJ&͓U>nH>hF>RhzIh;'gg4¥'?C&6cl?;nޙƖex8Z"ё]|[?$z @bl }o ɧÑMjdW;i^&Eȁ[[UmDsҦH02Sw.'5[#} ޼k>{c~:VRʪjc[C#TtB%͂U/QW~B [dE'ר F僆4cNS%XNo;f2K4xlm"UϿܑLI$%xZnb=P@֘aմ:?^oiӁ KE:`xx~َ0sV3NFOnxjv6@n=F[8B2ElGLլ4>Q;ZaKU2rhnWx^碃*MG[3Z1e&ORSaYPcj,Ɉ»a9e:=-! ٣W(I1RVȗOkG!ibLiyt)פ$"k,;ӻA.B3 gVzFJgegT]7_S,Kd;8ER%:S?_˃:R/}0S3 ˍdIi$kӷ^feCXoL]ߴ; "0 ThPoܨ4Z't|5Ӵ3W@̛;T6VTηu"Uop,>#g|ڹ4vGXf%H@Kr6֒.ה*<卼%G7 >=h ? ugEbga JDW+I±!ybgC,Z$8Z"@wK"  XZz¢hݾ2J0@;,lk鸴aB<&Ib{ PZ90+Ȩ8-GJ+ʶ}mPřJ>gNTM`&R/*kW1]x9/ϏeՠhnA~zAayoFD\q'ddᒗ8d?4zjTnP8DM`Qpց6x`sųō,fQJ;꾐S v)05D*@^z]ebLEhmm#A2Ոfv\ESǟoFa !IUp+#^eFlNQ0 +^mڿ2C1*SvTW;䕯9]o+Y3vAF`C[Ki@wdtq*o-.ѐM~}{?)6,Mt=޷t;;]^H_/jt\{W1X!b#h'u^q=% 7Xzkz"€Ǖ}0 GQu9y1%LMƵL1wҥ,K ǯoLU3ݥ^!&R+-f%U(Wkr0 ǾH|1B]xd6Ϟf'e"* %wG#Zs7.V=e>?dYV !*gcȒidrxR |th:VDlI5έ X٭239?7J2*W ֲ:rd^ IfѰ8 BzR ! ȧ7 V(`Kװjfnn<˟gS;twnaEZ,kG? XlЇ(-i0b"*=9c`B5Gm#wGx`_]%3oDFl1SdW۹Q%͟[Q=jƝa~V}$}2҃!̉F90{Zexo'vbJ`$xҹ|@i>*5SZύZ$_-ƸB{;y/O.sު^u7nH#dNmf[,%](CzTrM}n{>l8ujf~g'bv4~8o^/|{rVWZݾ- '4Ȫǻ~f$O-5Հ}?8vv%~R.N^R9qsH4D_]?a]RG~GO)%l>|*i,^+ݭ.ٮH]gF SC%R.*Dwa{&aHe~