openvswitch-2.14.2-150300.19.3.1<>,cp9|hiTc ;$#F@wZ:l+ʍʻqyS{ 0ԗxԱlo3P<^xԖ 6)8"N~8б+?NǨ*dMADqIɩ֍^?Xj)G[^"sF.F5Ї3ub' y"G- kSmR]tEs7FFٰ+Ր"~}w &81 O&ŭsKכ>QG?Gd # GE [z1rVDV V V V +JV +V-V.V00V2$2!3D!5!(6,864U97U:=lU=>?@BFG0VH VI!VX"8Y"XZ"["\"V]$HV^* b,c-Vd-e-f-l-u-Vv/Pw9tVx:Vy<$Oz=`=pGG(G,G4G8G<GNGPGXG^GCopenvswitch2.14.2150300.19.3.1A multilayer virtual network switchOpen vSwitch is a multilayer virtual network Ethernet switch. It is enables network automation through programmatic extension, and supports standard management interfaces and protocols (e.g. NetFlow, sFlow, RSPAN, ERSPAN, CLI, LACP, 802.1ag). In addition, it supports distribution across multiple physical servers similar to VMware’s vNetwork distributed vswitch or Cisco’s Nexus 1000V.cs390zp32aSUSE Linux Enterprise 15SUSE LLC Apache-2.0 AND LGPL-2.1-only AND SISSLhttps://www.suse.com/Productivity/Networking/Systemhttp://openvswitch.org/linuxs390x if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in ovsdb-server.service ovs-vswitchd.service openvswitch.service ovs-delete-transient-ports.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ "$1" -ge 1 ]; then # Save the "enabled" state across the transition of # ownership of openvswitch.service from openvswitch-switch to # openvswitch. if [ x$(systemctl is-enabled openvswitch.service 2>/dev/null ||:) = "xenabled" ]; then touch /run/openvswitch-rpm-state-openvswitch fi fi getent group openvswitch >/dev/null || groupadd -r openvswitch getent passwd openvswitch >/dev/null || \ useradd -r -g openvswitch -d / -s /sbin/nologin \ -c "Open vSwitch Daemons" openvswitch exit 0if [ $1 -eq 1 ]; then # Follow the upstream strategy that no running openvswitch # configuration is changed on upgrade so use fillup only for new installs. PNAME=openvswitch SUBPNAME= SYSC_TEMPLATE=/usr/share/fillup-templates/sysconfig.$PNAME$SUBPNAME # If template not in new /usr/share/fillup-templates, fallback to old TEMPLATE_DIR if [ ! -f $SYSC_TEMPLATE ] ; then TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME fi SD_NAME="" if [ -x /bin/fillup ] ; then if [ -f $SYSC_TEMPLATE ] ; then echo "Updating /etc/sysconfig/$SD_NAME$PNAME ..." mkdir -p /etc/sysconfig/$SD_NAME touch /etc/sysconfig/$SD_NAME$PNAME /bin/fillup -q /etc/sysconfig/$SD_NAME$PNAME $SYSC_TEMPLATE fi else echo "ERROR: fillup not found. This should not happen. Please compare" echo "/etc/sysconfig/$PNAME and $TEMPLATE_DIR/sysconfig.$PNAME and" echo "update by hand." fi fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in ovsdb-server.service ovs-vswitchd.service openvswitch.service ovs-delete-transient-ports.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable ovsdb-server.service ovs-vswitchd.service openvswitch.service ovs-delete-transient-ports.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 ovsdb-server.service ovs-vswitchd.service openvswitch.service ovs-delete-transient-ports.service ) || : fi# Do not restart the openvswitch service on package updates. # Restarting the service may break the existing network state. # For example, openflow rules are not automatically re-installed # after an OvS update if no SDN controller is used. Moreover, restaring # the OvS can break remote administration during the update so let the # admin decide when it's the best time for an OvS restart. # 5771f476573445710834234a6a9f7bd999a027e7 ("fedora: do not restart the service on a pkg upgrade") if [ $1 -eq 0 ]; then # Package removal for service in ovsdb-server.service ovs-vswitchd.service openvswitch.service ovs-delete-transient-ports.service ; do sysv_service="${service%.*}" rm "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi9h9H, (r 7 X8Ep=9=K*+S0Vb6$.x Z !aJ:VLa hTB9 FRogYAA큤큤큤A큤AAA큤A큤A큤A큤A큤큤Acqcqccccqcc}cnc}cnc}cnc}c}c}cqcqcqcqcnc}c}cccccncn`$<`$;|`$<`$@W=W+5VbV3VV޾VxV'@VՄ@V͛@V͛@V͛@VGTTFJpgajdos@suse.comjcaamano@suse.comjcaamano@suse.comjcaamano@suse.comjcaamano@suse.comjcaamano@suse.comjcaamano@suse.comjcaamano@suse.comjcaamano@suse.comdmueller@suse.comjcaamano@suse.comjcaamano@suse.comjcaamano@suse.comjcaamano@suse.comjcaamano@suse.comjcaamano@suse.comjcaamano@suse.comjcaamano@suse.comjengelh@inai.dejcaamano@suse.comjcaamano@suse.comjcaamano@suse.comJaime Caamaño (jcaamano@suse.com)tbechtold@suse.comjcaamano@suse.commchandras@suse.demchandras@suse.demchandras@suse.demchandras@suse.demchandras@suse.demchandras@suse.demchandras@suse.demchandras@suse.demchandras@suse.demchandras@suse.demchandras@suse.demchandras@suse.dedmueller@suse.commchandras@suse.demchandras@suse.demchandras@suse.demchandras@suse.derbrown@suse.commchandras@suse.demchandras@suse.deolaf@aepfle.demchandras@suse.demchandras@suse.dejengelh@inai.demchandras@suse.demchandras@suse.demchandras@suse.demchandras@suse.demchandras@suse.demchandras@suse.demchandras@suse.demchandras@suse.demchandras@suse.dero@suse.dero@suse.demchandras@suse.demchandras@suse.demchandras@suse.demchandras@suse.dejengelh@inai.demchandras@suse.demchandras@suse.demchandras@suse.dejengelh@inai.demchandras@suse.dedmueller@suse.commchandras@suse.dedmueller@suse.commchandras@suse.dekmroz@suse.comkmroz@suse.comkmroz@suse.comkmroz@suse.comkmroz@suse.comkmroz@suse.comkmroz@suse.comkmroz@suse.comantoine.belvire@laposte.netandrea@opensuse.orgdmueller@suse.com- security update - added patches fix CVE-2021-36980 [bsc#1188524], use-after-free in decode_NXAST_RAW_ENCAP + openvswitch-CVE-2021-36980.patch- Replace deprecated /var/run with /run (bsc#1185176, bsc#1185177). * 0001-Replace-deprecated-var-run-with-run.patch- Update openvswitch to 2.14.2. For a list of changes, check https://github.com/openvswitch/ovs/blob/v2.14.2/NEWS Includes security fix for CVE-2020-27827 (bsc#1181345) and CVE-2020-35498 (bsc#1181742). - Removed patches no longer applying to code base: * 0001-rhel-Fix-reload-of-OVS_USER_ID-on-startup.patch * 0001-ipsec-Fix-Strongswan-configuration-syntax.patch- Replaced `%service_del_postun -n` with `%service_del_postun_without_restart` (bsc#1117483).- Fix wrong default directories for OVS python utilities (bsc#1176273). - Add upstream patches to fix openvswitch-ipsec service (bsc#1176273). * 0001-ipsec-Fix-Strongswan-configuration-syntax.patch- Update openvswitch to 2.14.0. For a list of changes, check https://github.com/openvswitch/ovs/blob/v2.14.0/NEWS - Update OVN to 20.06.2. For a list of changes, check https://github.com/ovn-org/ovn/blob/v20.06.2/NEWS- Fix preserving old default OVS_USER_ID for users that removed the override at /etc/sysconfig/openvswitch or for users affected by fillup bug below (bsc#1172861). - Add patch to workaround a possible fillup issue that could cause existing openvswitch configuration to be unintendedly altered during upgrades (bsc#1172929). * 0001-Use-double-hash-for-OVS_USER_ID-comment.patch- add missing provides/obsoletes for python3-openvswitch-test- Update openvswitch to 2.13.0. * For a list of changes, check https://github.com/openvswitch/ovs/blob/v2.13.0/NEWS * This version drops python2 binding support. Only python3 bindings provided going forward. * Tool ovs-vlan-bug-workaround is no longer provided. - OVN was split to its own repo but is still built together with OVS and as such from this same source package. OVN initial version is 20.03. * For a list of changes, check https://github.com/ovn-org/ovn/blob/v20.03.0/NEWS * Packages openvswitch-ovn* are renamed to ovn*. * OVN now has its own sysconfig and log paths. - Add OVS patch to be proposed upstream: * 0001-rhel-Fix-reload-of-OVS_USER_ID-on-startup.patch - Patch instead of post-processing configuration files to set running credentials (bsc#1157338): * 0001-Run-openvswitch-as-openvswitch-openvswitch.patch * 0001-Run-ovn-as-openvswitch-openvswitch.patch - Will no longer change group ownership of /dev/hugepages to 'hugetlbfs' (bsc#1140835). System admin should mount hugepages on a path and permissions of his choosing for OVS. Add patch: * 0001-Don-t-change-permissions-of-dev-hugepages.patch - Will no longer install udev rule to change group ownership of vfio devices to 'hugetlbfs'. Group name does not make much sense in this case and ownership of vfio devices should be coordinated system wide or per device. - Will no longer run under group 'hugetlbfs' on new installs with DPDK enabled. OVS will now run under group 'openvswitch' whether compiled with DPDK support or not. - OVS persistent state is now saved on /var/lib/openvswitch instead of /etc/openvswitch for new installs.- add missing sortedcontainers dependency to the python bindings- Update openvswitch to 2.12.0. For a list of changes, check https://github.com/openvswitch/ovs/blob/master/NEWS - Removed patches that are already included upstream: * 0001-rhel-secure-openvswitch-useropts.patch * 0002-rhel-let-ctl-handle-runtime-directory.patch - Rebased patches: * 0001-Use-strongswan-for-openvswitch-ipsec-service.patch- Fixed missing obsoletes for old python-ovs (bsc#1138948).- Add unbound as a build requirement to support asynchronous DNS resolving for remotes.- Update DPDK dependency to support DPDK 18.11.2.- Add upstream patches to fix bsc#1135884: * 0001-rhel-secure-openvswitch-useropts.patch * 0002-rhel-let-ctl-handle-runtime-directory.patch- Use temporary directory for python build.- Fix problem preventing new installs to run as non root (bsc#1132029), including: * Align with upstream so that no running configuration is changed on upgrades, specifically to avoid changes on the user Open vSwitch runs under. * hugetblfs groups is created as system group. - Add missing opnvswitch-ipsec package and systemd service. - Add patch to use strongswan instead of libreswan for openvswitch-ipsec. libreswan package not available currently. * 0001-Use-strongswan-for-openvswitch-ipsec-service.patch - Add missing ovs-delete-transient-ports systemd service. - Align installed headers with upstream. - Fix problem preventing rpm build '--with check'. - Fix python environment that had directories pointing to /usr/local. - Version bump to 2.11.1. Some of the changes are: * netdev-tc-offloads: Fix probe tc block support * rhel: Include all header files in the Fedora's devel package * reconnect.c: Don't transition back to ACTIVE when forced to RECONNECT. * OVN: Make periodic RAs consistent with RA responder. * OVN: Always send prefix option in RAs * OVN: Use offset instead of pointer into ofpbuf * ofproto: fix the bug of bucket counter is not updated * netdev-dpdk: Print netdev name for txq mapping. * dpif-netdev-perf: Fix millisecond stats precision with slower TSC. * ifupdown.sh: Add missing "--may-exist" option * dpif-netdev-perf: Fix double update of perf histograms. * dpdk: Stop dumping memzones to stdout. * dpctl: Drop parser debug information. * netdev-tc-offloads: Properly get the block id on flow del/get * netdev-tc-offloads: Improve log message for icmpv6 offload not supported * conntrack: Replace structure copy by memcpy(). * conntrack: Lookup only 'UNNAT conns' in 'nat_clean()'. * conntrack: Fix race for NAT cleanup. * ovn-nbctl: Don't segfault when ovn-northd doesn't configure dynamic addresses. * datapath-windows: Add annotations to find vport functions * datapath-windows: Guard vport usage in user.c * datapath-windows: Fix potential deadlock in event subscription * datapath-windows: Fix race condition during port creation * datapath-windows: Fix nbl cleanup when memory allocation fails * netdev-linux: Remove ingress qdisc before trying to add shared block * netdev-tc-offloads: Remove ingress qdisc on tc init flow api * ovsdb-idl: Fix memory leak of idl->remote. * travis: Remove 'sudo' configuration. * OVN: Add port addresses to IPAM after all ports are joined. * dpif-netlink: Free leaked ofpbuf by using ofpbuf_delete * OVN: update RA next_announce according to {min, max}_interval * rconn: Avoid occasional immediate connection failures. * dpdk: Fix case-sensitivity of dpdk-init knob. * NEWS: Clean up the 2.11.0 release notes a bit. * conntrack: Fix L4 csum for V6 extension hdr pkts. * packets: Change return type for 'packet_csum_upperlayer6()'. * ovsdb-client: Fix typo. * ovn-nbctl: Daemon mode should retry when IDL connection lost. * ofctl: break the loop if ovs_pcap_read returns error * netlink: added check to prevent netlink attribute overflow- Disable dpdk on ix86, aligned with dpdk package.- Combine %service_* calls to reduce generated boilerplate. - Reduce scriptlets' hard dependency on systemd.- Version bump to 2.11.0. Some of the changes are: * Linux datapath: - Support for the kernel versions 4.16.x and 4.17.x. - Support for the kernel versions 4.18.x * OpenFlow: - OFPMP_TABLE_FEATURES_REQUEST can now modify table features. * ovs-ofctl: - "mod-table" command can now change OpenFlow table names. * The environment variable OVS_SYSLOG_METHOD, if set, is now used as the default syslog method. * The environment variable OVS_CTL_TIMEOUT, if set, is now used as the default timeout for control utilities. * ovn: - OVN-SB schema changed: duplicated IP with same Encapsulation type is not allowed any more. Please refer to Documentation/intro/install/ovn-upgrades.rst for the instructions in case there are problems encountered when upgrading from an earlier version. - New support for IPSEC encrypted tunnels between hypervisors. - ovn-ctl: allow passing user:group ids to the OVN daemons. - IPAM/MACAM: * add the capability to dynamically assign just L2 addresses * add the capability to specify a static ip address and get the L2 one allocated dynamically using the following syntax: ovn-nbctl lsp-set-addresses "dynamic " * DPDK: - Add support for DPDK 18.11 - Add support for port representors. * Userspace datapath: - Add option for simple round-robin based Rxq to PMD assignment. It can be set with pmd-rxq-assign. - Add support for Auto load balancing of PMDs (experimental) - Added new per-port configurable option to manage EMC: 'other_config:emc-enable'. * Add 'symmetric_l3' hash function. * OVS now honors 'updelay' and 'downdelay' for bonds with LACP configured. * ovs-vswitchd: - New configuration option "offload-rebalance", that enables dynamic rebalancing of offloaded flows. * The environment variable OVS_RESOLV_CONF, if set, is now used as the DNS server configuration file. * RHEL packaging: - OVN packages are split from OVS packages. A new spec file - ovn-fedora.spec.in is added to generate OVN packages. - Revisit DISABLE_RESTART_ON_UPDATE and DISABLE_STOP_ON_REMOVAL options (bsc#1117483). DISABLE_STOP_ON_REMOVAL is removed. DISABLE_RESTART_ON_UPDATE is replaced by '%service_del_postun -n'. $FIRST_ARG is replaced by $1. - Add extra openvswitch headers (bsc#1125897).- Obsolete old python[2]-openvswitch-test subpackages (bsc#1124435).- Fixed package name libopenvswitch-2_10-0 to libopenvswitch-2_11-0- Version bump to 2.11.0+git20190123.ad83fc9ab. Some of the changes are: * Linux datapath: - Support for the kernel versions 4.16.x and 4.17.x. * OpenFlow: - OFPMP_TABLE_FEATURES_REQUEST can now modify table features. * ovs-ofctl: - "mod-table" command can now change OpenFlow table names. * The environment variable OVS_SYSLOG_METHOD, if set, is now used as the default syslog method. * The environment variable OVS_CTL_TIMEOUT, if set, is now used as the default timeout for control utilities. * ovn: - OVN-SB schema changed: duplicated IP with same Encapsulation type is not allowed any more. Please refer to Documentation/intro/install/ovn-upgrades.rst for the instructions in case there are problems encountered when upgrading from an earlier version. - New support for IPSEC encrypted tunnels between hypervisors. - ovn-ctl: allow passing user:group ids to the OVN daemons. - IPAM/MACAM: * add the capability to dynamically assign just L2 addresses * add the capability to specify a static ip address and get the L2 one allocated dynamically using the following syntax: ovn-nbctl lsp-set-addresses "dynamic " * DPDK: - Add support for DPDK 18.11 - Add support for port representors. * Userspace datapath: - Add option for simple round-robin based Rxq to PMD assignment. It can be set with pmd-rxq-assign. - Add support for Auto load balancing of PMDs (experimental) - Added new per-port configurable option to manage EMC: 'other_config:emc-enable'. * Add 'symmetric_l3' hash function. * OVS now honors 'updelay' and 'downdelay' for bonds with LACP configured. * ovs-vswitchd: - New configuration option "offload-rebalance", that enables dynamic rebalancing of offloaded flows. * The environment variable OVS_RESOLV_CONF, if set, is now used as the DNS server configuration file. * RHEL packaging: - OVN packages are split from OVS packages. A new spec file - ovn-fedora.spec.in is added to generate OVN packages. - Remove upstreamed patch: * 0001-python-c-ext-Fix-memory-leak-in-Parser_finish.patch - Remove DISABLE_RESTART_ON_UPDATE and DISABLE_STOP_ON_REMOVAL options (bsc#1117483).- python2-ovs provides now also python-ovs which is the standard for singlespec python packages.- Backport upstream fix for python json parser memory leak (bsc#1116437) * 0001-python-c-ext-Fix-memory-leak-in-Parser_finish.patch- Improve python packaging (bsc#1115085) * Rename python*-openvswitch subpackages to python*-ovs to follow the openSUSE policy that packages should be named after the modules they install. * Build the JSON C bindings and as a result the 'noarch' BuildArch needs to be removed. * Drop the python*-openvswitch-test packages and merge them with the test subpackage * Build the python bindings using setuptools * Include the egg-info package. * Use libopenvswitch as dependency to python bindings- Version bump to 2.10.1. Some of the changes are: * dpif-netdev.at: Add missing backslash. * ofproto-dpif-xlate: Avoid deadlock on multicast snooping recursion. * dpif-netdev-perf: Print SMC statistics. * dpif-netdev-unixctl: Change 'masked' to 'megaflow'. * ovn-controller: Support processing DHCPv6 information request message type * ovn-ctl: Fix the wrong pidfile argument passed to ovsdb-servers * ovndb-servers.ocf: Add ssl support for managing OVN DB resources with pacemaker using LB VIP. * ovn-ctl: Allow passing ssl certs when starting OVN DBs in ssl mode. * expr: Disallow < <= >= > comparisons against empty value set. * expr: Set a limit on the depth of nested parentheses * ovn: Fix IPv6 DAD failure for container ports * dpif-netdev: Add vlan to mask for flow_put operation. * ovs-save: Parse geneve tlv map correctly. * extend-table: Fix a bug that iterates wrong table * odp-util: Fix a use-after-free bug. * ofp-packet: Fix NXT_RESUME with geneve tunnel metadata * dpif-netlink: Fix null pointer. * ofproto-dpif-xlate.c: Fix uninitialized variable warning. * dpif: Remove support for multiple queues per port. * dpif-netlink: don't allocate per thread netlink sockets * ovsdb-types: Refactor structs so as to comply with C++ standard * bfd: Make the tp_dst masking megaflow-friendly. * ovsdb-data: Improve grammar in error message. * condition: Reject <, <=, >=, > with optional scalar against empty set. * condition: Fix ==, !=, includes, excludes on optional scalars. * netdev: Properly clear 'details' when iterating in NETDEV_QOS_FOR_EACH. * lex: Fix buffer overrun parsing overlong hexadecimal constants. * sflow: Set agent address properly based on collector address. * ovsdb-client: Fix a bug that uses wrong index * ofproto: Fix build with some GCC versions. * ofproto-dpif-xlate: Fix conntrack fields on NXT_RESUME * ofproto: Handle OpenFlow version mismatch for requestforward with groups. * ovs-save: save and restore groups on restart * sparse: check if floatn-common.h is available. * flow: Fix uninitialized flow fields in IPv6 error case. * ofproto-dpif: Fix NXT_RESUME flow stats * ovn: Add the documentation for the DHCP opt 'wpad' in proper section * meta-flow: Make "nw_frag" a synonym for "ip_frag". * gre: Rename fallback devices to avoid udev's interference * ovsdb-server: Alleviate the possible data loss in an active/standby setup * ovsdb-idlc: Use ALIGNED_CAST to avoid spurious warnings for index rows. * ofproto-dpif-xlate: Fix translation of groups with no buckets. * ovn: Add DHCP support for option 252. * ofp-port: Don't leak on error in ofputil_pull_ofp14_port_stats(). * ofp-print: Fix a memory leak reported by fuzz * ovs-save: Don't always include the default flow during restore * lib/tc: treat vlan id and prio as independent fields * odp-util: Don't attempt to write IPv6 flow label bits that don't exist. * lib/tc: reject offloading of non-Ethernet packets * dhparams: Fix .c file generation with OpenSSL >= 1.1.1-pre9 * ovs-ctl: Allow add-remote without vswitchd started. * system-traffic: Fix conntrack per zone limit test. * erspan: set erspan_ver to 1 by default when adding an erspan dev * ovn.at: Skip ACL rate-limiting test on slow/overloaded systems. * daemon-unix: Use same name for original or restarted children. * dpif-netdev: Prevent unsafe access when retrieving meter stats. * utilities: Drop shebang from bash completion script * ofp-actions: Re-fix error path for parsing OpenFlow actions. * nx-match: Avoid double-free on some error paths. * netdev-dpdk: Support the link speed of XL710 * ovn-northd: Support learning neighbor from ARP request. * ovn-northd: LR respond ARP from valid subnet only. * ovn: Fix the issue in IPv6 Neigh Solicitation responder for router IPs * dpctl: Fix memory leak in dp_exists(). * ofproto-dpif: Check for EBUSY as well * tunnel, tests: Sort flow output in ERSPAN v1/v2 metadata * erspan: add big endian bit fields.- Use correct user for logrotate script (bsc#1104049, b096fa42ddc2)- Fix package name for shared library.- Version bump to 2.10.0. Some of the changes are: * ovs-vswitchd and utilities now support DNS names in OpenFlow and OVSDB remotes. * ovs-vswitchd: - New options --l7 and --l7-len to "ofproto/trace" command. - Previous versions gave OpenFlow tables default names of the form "table#". These are not helpful names for the purpose of accepting and displaying table names, so now tables by default have no names. - The "null" interface type, deprecated since 2013, has been removed. - Add minimum network namespace support for Linux. - New command "lacp/show-stats" * ovs-ofctl: - ovs-ofctl now accepts and display table names in place of numbers. By default it always accepts names and in interactive use it displays them; use --names or --no-names to override. See ovs-ofctl(8) for details. * ovs-vsctl: New commands "add-bond-iface" and "del-bond-iface". * ovs-dpctl: - New commands "ct-set-limits", "ct-del-limits", and "ct-get-limits". * OpenFlow: - OFPT_ROLE_STATUS is now available in OpenFlow 1.3. - OpenFlow 1.5 extensible statistics (OXS) now implemented. - New OpenFlow 1.0 extensions for group support. - Default selection method for select groups is now dp_hash with improved accuracy. * ovn: - Implemented icmp4/icmp6/tcp_reset actions in order to drop the packet and reply with a RST for TCP or ICMPv4/ICMPv6 unreachable message for other IPv4/IPv6-based protocols whenever a reject ACL rule is hit. - ACL match conditions can now match on Port_Groups as well as address sets that are automatically generated by Port_Groups. ACLs can be applied directly to Port_Groups as well. - ovn-nbctl can now run as a daemon (long-lived, background process). See ovn-nbctl(8) for details. * DPDK: - New 'check-dpdk' Makefile target to run a new system testsuite. See Testing topic for the details. - Add LSC interrupt support for DPDK physical devices. - Allow init to fail and record DPDK status/version in OVS database. - Add experimental flow hardware offload support - Support both shared and per port mempools for DPDK devices. * Userspace datapath: - Commands ovs-appctl dpif-netdev/pmd-*-show can now work on a single PMD - Detailed PMD performance metrics available with new command ovs-appctl dpif-netdev/pmd-perf-show - Supervision of PMD performance metrics and logging of suspicious iterations - Add signature match cache (SMC) as experimental feature. When turned on, it improves throughput when traffic has many more flows than EMC size. * ERSPAN: - Implemented ERSPAN protocol (draft-foschiano-erspan-00.txt) for both kernel datapath and userspace datapath. - Added port-based and flow-based ERSPAN tunnel port support, added OpenFlow rules matching ERSPAN fields. See ovs-fields(7).- Fix conditional to only include vfio udev rules when building with DPDK support - Exclude %_docdir from main package which seems to be packaged by default on older openSUSE releases.- Restrict DPDK version to 18.02 since Open vSwitch 2.9 is not going to work with any newer releases.- Version bump to 2.9.2. Some of the changes are: * OVSDB has new, experimental support for database clustering: - New high-level documentation in ovsdb(7). - New file format documentation for developers in ovsdb(5). - Protocol documentation moved from ovsdb-server(1) to ovsdb-server(7). - ovsdb-server now supports online schema conversion via "ovsdb-client convert". - ovsdb-server now always hosts a built-in database named _Server. See ovsdb-server(5) for more details. - ovsdb-client: New "get-schema-cksum", "query", "backup", "restore", and "wait" commands. New --timeout option. - ovsdb-tool: New "create-cluster", "join-cluster", "db-cid", "db-sid", "db-local-address", "db-is-clustered", "db-is-standalone", "db-name", "schema-name", "compare-versions", and "check-cluster" commands. - ovsdb-server: New ovs-appctl commands for managing clusters. - ovs-sandbox: New support for clustered databases. * OVN: - ovn-sbctl, ovn-nbctl: New options --leader-only, --no-leader-only. * Bug fixes - Use openvswitch user/group for the log directory (3f556d66edb9)- Add support for RedHat distributions. All SUSE macros are now conditional and the spec file has been adapted based on the upstream one (fate#324537) - spec-cleaner fixes- Move openvswitch user/group creation to %pre scriptlet. The default ownership of the configuration files expects the user and group to be available as early as possible (bsc#1091408) - spec-cleaner fixes.- Preserve 'enable' status of openvswitch.service file when upgrading from naming scheme is broken, and as such a device will not be available for use until a valid dpdk-devargs is specified. - Virtual DPDK Poll Mode Driver (vdev PMD) support. * For the complete list of changes, please see: - http://openvswitch.org/releases/NEWS-2.7.0 - Add patch to fix DPDK configuration migration for < 2.6 installations * 0001-utilities-Add-script-to-support-DPDK-option-migratio.patch - Rework spec file * Enable DPDK by default and drop openvswitch-dpdk* packages. DPDK is only enabled on supported architectures though. - Remove openvswitch-dpdk.changes - Remove openvswitch-dpdk.spec - Remove pre_checkin.sh * Merge openvswitch and openvswitch-switch into a single package since there was no compelling reason to keep the switch functionality in a separate subpackage. * Split OVN package to ovn-common, ovn-central, ovn-docker, ovn-host and ovn-controller similar to the Debian and RedHat packages.- Relax the DPDK dependency a bit so we can support stable and possibly new minor releases as well.- Do not restart the openvswitch service after a package update. Restarting the systemd service may break connectivity so let the user decide when it is the best time for such an action. (bsc#1002734)- Version bump to 2.6.1. Some of the changes are: * ovn: Do not reply to ARP or ND NS for a VM's own IP address. * ovs-ofctl: Tolerate differences in IPv6 formatting. * netdev-linux: double tagged packets should use 0x88a8 * expr: Fix abort when simplifying "x != 0/0". * dpif-netdev: Fix crash in dpif_netdev_execute(). * ovn-controller: Container can have connection to a hosting VM. * stream-ssl: Fix memory leak on error path. * Other bug fixes.- Version bump to 2.6.0. Some of the changes are: * First supported release of OVN. See ovn-architecture(7) for more details. * ovsdb-server: - New "monitor_cond" "monitor_cond_update" and "update2" extensions to RFC 7047. * OpenFlow: - OpenFlow 1.3+ bundles now expire after 10 seconds since the last time the bundle was either opened, modified, or closed. - OpenFlow 1.3 Extension 230, adding OpenFlow Bundles support, is now implemented. - OpenFlow 1.3+ bundles are now supported for group mods as well as flow mods and port mods. Both 'atomic' and 'ordered' bundle flags are supported for group mods as well as flow mods. - Internal OpenFlow rule representation for load and set-field actions is now much more memory efficient. For a complex flow table this can reduce rule memory consumption by 40%. - Bundles are now much more memory efficient than in OVS 2.5. Together with memory efficiency improvements in OpenFlow rule representation, the peak OVS resident memory use during a bundle commit for large complex set of flow mods can be only 25% of that in OVS 2.5 (4x lower). - OpenFlow 1.1+ OFPT_QUEUE_GET_CONFIG_REQUEST now supports OFPP_ANY. - OpenFlow 1.4+ OFPMP_QUEUE_DESC is now supported. - OpenFlow 1.4+ OFPT_TABLE_STATUS is now supported. - New property-based packet-in message format NXT_PACKET_IN2 with support for arbitrary user-provided data and for serializing flow table traversal into a continuation for later resumption. - New extension message NXT_SET_ASYNC_CONFIG2 to allow OpenFlow 1.4-like control over asynchronous messages in earlier versions of OpenFlow. - [...] - For a complete list of changes, please see http://openvswitch.org/releases/NEWS-2.6.0 - Remove obsolete patches and files * 0001-Remove-broken-pipe-warning-logs-from-ovsdb-server.lo.patch * 0001-ovs-ctl-Add-new-DPDK_OPTIONS-environment-variable.patch * openvswitch-2.5.0-detect-dpdk-installation.patch * openvswitch-switch.logrotate * openvswitch.service- New upstream bugfix release 2.5.1 (bsc#1001657) * DPDK: - New appctl command 'dpif-netdev/pmd-rxq-show' to check the port/rxq assignment. - Type of log messages from PMD threads changed from INFO to DBG. * ovs-pki: Changed message digest algorithm from SHA-1 to SHA-512 because SHA-1 is no longer secure and some operating systems have started to disable it in OpenSSL. * Bug fixes- Add new DPDK_OPTIONS environment variable to hold the dpdk vswitchd options so that the systemd unit files can be used to launch an ovs-vswitcd DPDK capable instance instead of doing it manually. (bsc#987265) * 0001-ovs-ctl-Add-new-DPDK_OPTIONS-environment-variable.patch- enable openvswitch-dpdk on aarch64 since dpdk builds on aarch64 now- remove aarch from openvswitch-dpdk until we have a dpdk that builds for aarch64- Add missing licenses (bsc#988513) - Misc spec file cleanups highlighted by the spec-cleaner tool. - Allow aarch64 builds for openvswitch-dpdk- Allow the OvS daemon to run as non-root (bsc#987545) - Add missing 'Conflicts' statements to all the subpackages as required by the Factory review tools.- Remove the ?_with_dpdk macro usage since this is not being set without explicitly passing --with/--without during an OBS build. This reverts back to using the %{with dpdk} style which is set automatically based on %bcond_with* macros (bsc#989335).- Fix subpackage dependencies to not require the non-existent python DPDK subpackages (bsc#986835). We do not provide DPDK versions of the python bindings so nothing should depend on these subpackages.- Update rpm groups, acronym forms.- Multiple fixes for the openvswitch-dpdk package (bsc#985878) * Rename main package name to openvswitch-dpdk * Do not build the python and kmp packages since they do not depend on the DPDK capabilities * Remove the open_virtual_switch capability. The openvswitch-common will be used by reverse dependencies to require either of the OvS packages. * Provide virtual capabilities for all DPDK subpackages. * Fix the dependencies in the python package to require either of the OvS packages. * Suggest the kmp package only if it's actually provided. * Small cleanups.- Add %check directive to run the openvswitch testsuite on demand. The openvswitch contains hundreds of tests covering simple and complex openvswitch configuration so it's beneficial to run them during package builds. However, running the testsuite is not enabled by default. Also add the following upstream patch: * 0001-Remove-broken-pipe-warning-logs-from-ovsdb-server.lo.patch- Build a DPDK-enabled Open vSwitch (fate#319170) * Apply the following changes to the openvswitch.spec file - Add support for building with DPDK capabilities - Add conflicts between the two packages. - Add new 'open_virtual_switch-*' capabilities for openvswitch, openvswitch-switch, openvswitch-test packages which can be used by reverse dependencies to select between the two openvswitch implementations. * Add pre_checkin.sh to generate the openvswitch_dpdk.spec file based on the openvswitch.spec one. * Add upstream openvswitch-2.5.0-detect-dpdk-installation.patch patch to detect and link against a DPDK installation.- Keep %prep small for speedier `quilt setup`. Kill __DATE__ from source. Drop all .la files that are in %_libdir.- Add missing %dir directive for /var/log/openvswitch- remove aarch64 conditional, no longer needed- Multiple spec file and package fixes. * Drop obsolete log-check-module-loop.patch patch. * Drop conditional code for older openSUSE releases. This also removes all of the sysvinit files which were pulled in when the package was originally developed. * Drop support for building the GUI. The GUI code has been removed in 7868fbc6c97c2 ("ovsdbmonitor: Remove.") upstream commit and it does not exist since v2.2.0 so drop the code in the spec file. * Use the upstream systemd service files for the OVN components instead of maintaining our own downstream. * Drop the unofficial ipsec support. It hasn't been enabled in years. * Drop support for building the upstream kernel module since it's being shipped with the kernel package in latest releases. Restore the %bcond_with kmp to make it easier to build the external kernel module if needed. * Fix some suse-missing-rclink rpmlint warnings for the ovn subpackage * Base our service unit to the upstream one. * Stop silently enabling the GRE protocol in iptables by default. * Install the upstream sysconfig file to pass more information to the openvswitch service unit. * Use make install instead of %makeinstall * Drop brcompat leftovers. * spec-cleaner fixes- address dimstars concerns- Prevent systemd from autogenerating a service file for openvswitch-switch which conflicts with the opevswitch one. (bsc#966762)- Add missing %defattr to ovn files section.- Add additional install requirements for python-openvswitch-test package.- Add support for building both 2.4.0 and 2.5.0 from the same spec file. Needed to fix SLE11 builds as OVS-2.5.0 no longer supports python < 2.7. SLE11 SP3 and SP4 use python 2.6. - Added: openvswitch-2.4.0.tar.gz- New upstream version 2.5.0 (LTS) - Dropped support for Python older than version 2.7. As a consequence, using Open vSwitch 2.5 or later on XenServer 6.5 or earlier (which have Python 2.4) requires first installing Python 2.7. - OpenFlow: * Group chaining (where one OpenFlow group triggers another) is now supported. * OpenFlow 1.4+ "importance" is now considered for flow eviction. * OpenFlow 1.4+ OFPTC_EVICTION is now implemented. * OpenFlow 1.4+ OFPTC_VACANCY_EVENTS is now implemented. * OpenFlow 1.4+ OFPMP_TABLE_DESC is now implemented. * Allow modifying the ICMPv4/ICMPv6 type and code fields. * OpenFlow 1.4+ OFPT_SET_ASYNC_CONFIG and OFPT_GET_ASYNC_CONFIG are now implemented. - ovs-ofctl: * New "out_group" keyword for OpenFlow 1.1+ matching on output group. - Tunnels: * Geneve tunnels can now match and set options and the OAM bit. * The nonstandard GRE64 tunnel extension has been dropped. - Support Multicast Listener Discovery (MLDv1 and MLDv2). - Add 'symmetric_l3l4' and 'symmetric_l3l4+udp' hash functions. - sFlow agent now reports tunnel and MPLS structures. - New 'check-system-userspace', 'check-kmod' and 'check-kernel' Makefile targets to run a new system testsuite. These tests can be run inside a Vagrant box. See INSTALL.md for details - Mark --syslog-target argument as deprecated. It will be removed in the next OVS release. - Added --user option to all daemons - Add support for connection tracking through the new "ct" action and "ct_state"/"ct_zone"/"ct_mark"/"ct_label" match fields. Only available on Linux kernels with the connection tracking module loaded. - Add experimental version of OVN. OVN, the Open Virtual Network, is a system to support virtual network abstraction. OVN complements the existing capabilities of OVS to add native support for virtual network abstractions, such as virtual L2 and L3 overlays and security groups. - RHEL packaging: * DPDK ports may now be created via network scripts (see README.RHEL). - DPDK: * Requires DPDK 2.2 * Added multiqueue support to vhost-user * Note: QEMU 2.5+ required for multiqueue support - SELinux: * Introduced SELinux policy package. - New package: openvswitch-ovn - Removed: openvswitch-2.4.0.tar.gg - Added: openvswitch-2.5.0.tar.gg - Added: openvswitch-testcontroller.init - Added: ovn-controller-vtep.service - Added: ovn-controller.service - Added: ovn-northd.service - TODO: Explicit DPDK support not yet added to spec. - Spec file work and cleanup. - Includes fixes (or obsoletes) the following issues: * bsc#948840, bsc#941466, bsc#936780, bnc#935750, bnc#867964- Tighten up openvswitch service ordering. bsc#968205 (openSUSE), bsc#951314 (SLE).- Don't install INSTALL.* files.- Removed: openvswitch-switch.template- New upstream version 2.4.0 - Flow table modifications are now atomic, meaning that each packet now sees a coherent version of the OpenFlow pipeline. For example, if a controller removes all flows with a single OpenFlow "flow_mod", no packet sees an intermediate version of the OpenFlow pipeline where only some of the flows have been deleted. - Added support for SFQ, FQ_CoDel and CoDel qdiscs. - Add bash command-line completion support for ovs-vsctl Please check utilities/ovs-command-compgen.INSTALL.md for how to use. - The MAC learning feature now includes per-port fairness to mitigate MAC flooding attacks. - New support for a "conjunctive match" OpenFlow extension, which allows constructing OpenFlow matches of the form "field1 in {a,b,c...} AND field2 in {d,e,f...}" and generalizations. For details, see documentation for the "conjunction" action in ovs-ofctl(8). - Add bash command-line completion support for ovs-appctl/ovs-dpctl/ ovs-ofctl/ovsdb-tool commands. Please check utilities/ovs-command-compgen.INSTALL.md for how to use. - The "learn" action supports a new flag "delete_learned" that causes the learned flows to be deleted when the flow with the "learn" action is deleted. - Basic support for the Geneve tunneling protocol. It is not yet possible to generate or match options. This is planned for a future release. The protocol is documented at http://tools.ietf.org/html/draft-gross-geneve-00 - The OVS database now reports controller rate limiting statistics. - sflow now exports information about LACP-based bonds, port names, and OpenFlow port numbers, as well as datapath performance counters. - ovs-dpctl functionality is now available for datapaths integrated into ovs-vswitchd, via ovs-appctl. Some existing ovs-appctl commands are now redundant and will be removed in a future release. See ovs-vswitchd(8) for details. - OpenFlow: * OpenFlow 1.4 bundles are now supported for flow mods and port mods. For flow mods, both 'atomic' and 'ordered' bundle flags are trivially supported, as all bundled messages are executed in the order they were added and all flow table modifications are now atomic to the datapath. Port mods may not appear in atomic bundles, as port status modifications are not atomic. * IPv6 flow label and neighbor discovery fields are now modifiable. * OpenFlow 1.5 extended registers are now supported. * The OpenFlow 1.5 actset_output field is now supported. * OpenFlow 1.5 Copy-Field action is now supported. * OpenFlow 1.5 masked Set-Field action is now supported. * OpenFlow 1.3+ table features requests are now supported (read-only). * Nicira extension "move" actions may now be included in action sets. * "resubmit" actions may now be included in action sets. The resubmit is executed last, and only if the action set has no "output" or "group" action. * OpenFlow 1.4+ flow "importance" is now maintained in the flow table. * A new Netronome extension to OpenFlow 1.5+ allows control over the fields hashed for OpenFlow select groups. See "selection_method" and related options in ovs-ofctl(8) for details. - ovs-ofctl has a new '--bundle' option that makes the flow mod commands ('add-flow', 'add-flows', 'mod-flows', 'del-flows', and 'replace-flows') use an OpenFlow 1.4 bundle to operate the modifications as a single atomic transaction. If any of the flow mods in a transaction fail, none of them are executed. All flow mods in a bundle appear to datapath lookups simultaneously. - ovs-ofctl 'add-flow' and 'add-flows' commands now accept arbitrary flow mods as an input by allowing the flow specification to start with an explicit 'add', 'modify', 'modify_strict', 'delete', or 'delete_strict' keyword. A missing keyword is treated as 'add', so this is fully backwards compatible. With the new '--bundle' option all the flow mods are executed as a single atomic transaction using an OpenFlow 1.4 bundle. - ovs-pki: Changed message digest algorithm from MD5 to SHA-1 because MD5 is no longer secure and some operating systems have started to disable it in OpenSSL. - ovsdb-server: New OVSDB protocol extension allows inequality tests on "optional scalar" columns. See ovsdb-server(1) for details. - ovs-vsctl now permits immutable columns in a new row to be modified in the same transaction that creates the row. - test-controller has been renamed ovs-testcontroller at request of users who find it useful for testing basic OpenFlow setups. It is still not a necessary or desirable part of most Open vSwitch deployments. - Support for travis-ci.org based continuous integration builds has been added. Build failures are reported to build@openvswitch.org. See INSTALL.md file for additional details. - Support for the Rapid Spanning Tree Protocol (IEEE 802.1D-2004). The implementation has been tested successfully against the Ixia Automated Network Validation Library (ANVL). - Stats are no longer updated on fake bond interface. - Keep active bond slave selection across OVS restart. - A simple wrapper script, 'ovs-docker', to integrate OVS with Docker containers. If and when there is a native integration of Open vSwitch with Docker, the wrapper script will be retired. - Added support for DPDK Tunneling. VXLAN, GRE, and Geneve are supported protocols. This is generic tunneling mechanism for userspace datapath. - Support for multicast snooping (IGMPv1, IGMPv2 and IGMPv3) - Support for Linux kernels up to 4.0.x - The documentation now use the term 'destination' to mean one of syslog, console or file for vlog logging instead of the previously used term 'facility'. - Support for VXLAN Group Policy extension - Initial support for the IETF Auto-Attach SPBM draft standard. This contains rudimentary support for the LLDP protocol as needed for Auto-Attach. - The default OpenFlow and OVSDB ports are now the IANA-assigned numbers. OpenFlow is 6653 and OVSDB is 6640. - Support for DPDK vHost. - Support for outer UDP checksums in Geneve and VXLAN. - The kernel vports with dependencies are no longer part of the overall openvswitch.ko but built and loaded automatically as individual kernel modules (vport-*.ko). - Support for STT tunneling. - Support to configure method (--syslog-method argument) that determines how daemons will talk with syslog. - Support for "ovs-appctl vlog/list-pattern" command that lets to query logging message format for each destination. - GRE64 and ipsec_gre64 tunnel protocol is deprecated and will be removed from OVS v2.5 release. * The openvswitch-testcontroller package is new. It reintroduces the simple OpenFlow controller that was packaged with Open vSwitch prior to version 2.1, at request of users who find it useful for testing basic OpenFlow setups. It is still not a necessary or desirable part of most Open vSwitch deployments. - Fixed: log-check-module-loop.patch to work with new version. - Removed: openvswitch-2.3.1.tar.gz - Added: openvswitch-2.4.0.tar.gz - Spec file work and cleanup.- Add calls to /sbin/ldconfig in %post and %postun - Fix typo in Url- new upstream version 2.3.1 - Compatibility with autoconf 2.63 (previously >=2.64) - ovs-pki: Changed message digest algorithm from MD5 to SHA-1 because MD5 is no longer secure and some operating systems have started to disable it in OpenSSL. - Keep active bond slave selection across OVS restart. * v2.3.0 - 14 Aug 2014 - OpenFlow 1.1, 1.2, and 1.3 are now enabled by default in ovs-vswitchd. - Linux kernel datapath now has an exact match cache optimizing the flow matching process. - Datapath flows now have partially wildcarded tranport port field matches. This reduces userspace upcalls, but increases the number of different masks in the datapath. The kernel datapath exact match cache removes the overhead of matching the incoming packets with the larger number of masks, but when paired with an older kernel module, some workloads may perform worse with the new userspace. * v2.2.0 - Internal Release - Internal ports are no longer brought up by default, because it should be an administrator task to bring up devices as they are configured properly. - ovs-vsctl now reports when ovs-vswitchd fails to create a new port or bridge. - The "ovsdbmonitor" graphical tool has been removed, because it was poorly maintained and not widely used. - New "check-ryu" Makefile target for running Ryu tests for OpenFlow controllers against Open vSwitch. See INSTALL for details. - Added IPFIX support for SCTP flows and templates for ICMPv4/v6 flows. - Upon the receipt of a SIGHUP signal, ovs-vswitchd no longer reopens its log file (it will terminate instead). Please use 'ovs-appctl vlog/reopen' instead. - Support for Linux kernels up to 3.14. From Kernel 3.12 onwards OVS uses tunnel API for GRE and VXLAN. - Added experimental DPDK support. - Added support for custom vlog patterns in Python - removed datapath-Add-support-for-Linux-3.12.patch no more required - removed sle11-device-ops-backport.diff , not used before- fix rcX link/bin/sh/bin/sh/bin/sh/bin/shopenvswitch-commonopenvswitch-controlleropenvswitch-dpdkopenvswitch-dpdk-switchopenvswitch-switchs390zp32 1661339029  !"#2.14.2-150300.19.3.12.14.2-150300.19.3.12.14.2-150300.19.3.12.14.22.14.22.14.22.14.22.14.22.7.02.7.02.7.02.7.02.7.0 openvswitchopenvswitch.conf.db.~lock~default.confsystem-id.confopenvswitchopenvswitch.useroptsovs-appctlovs-dockerovs-dpctlovs-dpctl-topovs-ofctlovs-parse-backtraceovs-vsctlovsdb-clientovsdb-toolopenvswitch.serviceovs-delete-transient-ports.serviceovs-vswitchd.serviceovsdb-server.serviceovs-bugtoolovs-vswitchdovsdb-serverrcopenvswitchrcovs-delete-transient-portsrcovs-vswitchdrcovsdb-serverovs-appctl-bashcomp.bashovs-vsctl-bashcomp.bashAUTHORS.rstCONTRIBUTING.rstNEWSREADME.rstsysconfig.openvswitchopenvswitchLICENSENOTICEovsdb-client.1.gzovsdb-server.1.gzovsdb-tool.1.gzovs-vswitchd.conf.db.5.gzovsdb-server.5.gzovsdb.5.gzovs-actions.7.gzovs-fields.7.gzovsdb-server.7.gzovsdb.7.gzovs-appctl.8.gzovs-bugtool.8.gzovs-ctl.8.gzovs-dpctl-top.8.gzovs-dpctl.8.gzovs-kmod-ctl.8.gzovs-ofctl.8.gzovs-parse-backtrace.8.gzovs-vsctl.8.gzovs-vswitchd.8.gzopenvswitchbugtool-pluginskernel-infoopenvswitch.xmlnetwork-statusopenvswitch.xmlsystem-configurationsystem-configuration.xmlopenvswitch.xmlsystem-logsopenvswitch.xmlscriptsovs-bugtool-daemons-verovs-bugtool-fdb-showovs-bugtool-get-dpdk-nic-numaovs-bugtool-get-port-statsovs-bugtool-ovs-appctl-dpifovs-bugtool-ovs-bridge-datapath-typeovs-bugtool-ovs-ofctl-loop-over-bridgesovs-bugtool-ovs-vswitchd-threads-affinityovs-bugtool-qos-configsovs-bugtool-tc-class-showovs-check-dead-ifsovs-ctlovs-kmod-ctlovs-libovs-savevswitch.ovsschemaopenvswitch/etc/logrotate.d//etc//etc/openvswitch//run//usr/bin//usr/lib/systemd/system//usr/sbin//usr/share/bash-completion/completions//usr/share/doc/packages/openvswitch//usr/share/fillup-templates//usr/share/licenses//usr/share/licenses/openvswitch//usr/share/man/man1//usr/share/man/man5//usr/share/man/man7//usr/share/man/man8//usr/share//usr/share/openvswitch//usr/share/openvswitch/bugtool-plugins//usr/share/openvswitch/bugtool-plugins/kernel-info//usr/share/openvswitch/bugtool-plugins/network-status//usr/share/openvswitch/bugtool-plugins/system-configuration//usr/share/openvswitch/bugtool-plugins/system-logs//usr/share/openvswitch/scripts//var/log/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:25579/SUSE_SLE-15-SP3_Update/a6ff8ad963c93eebc5669e7bfa9ba9b7-openvswitch.SUSE_SLE-15-SP3_Updatedrpmxz5s390x-suse-linux   ASCII textdirectorycannot open `/home/abuild/rpmbuild/BUILDROOT/openvswitch-2.14.2-150300.19.3.1.s390x/etc/openvswitch/.conf.db.~lock~' (No such file or directory)cannot open `/home/abuild/rpmbuild/BUILDROOT/openvswitch-2.14.2-150300.19.3.1.s390x/etc/openvswitch/system-id.conf' (No such file or directory)cannot open `/home/abuild/rpmbuild/BUILDROOT/openvswitch-2.14.2-150300.19.3.1.s390x/run/openvswitch.useropts' (No such file or directory)ELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=46da5bd9b75736fde6d79479e7a0e8846b9ac996, for GNU/Linux 3.2.0, strippedBourne-Again shell script, ASCII text executableELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=8c04be97881584810a4ccc8c0c3857be4a4d29d0, for GNU/Linux 3.2.0, strippeda /usr/bin/python3 script, ASCII text executableELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=8807ee637d9c2542d1b12a7c03aa44e314cde850, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=a115f1dc18dc59c09f9671249cd228f95db17d8f, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=c6ea2f574f2f3557eadfdeb2c161af719f1a67f4, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=596a2e33eac83aba68073622e684c4438bb87584, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=dd8d893648b4ec59ae50931f3cff7b456fafe97e, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=790d1f7d5d9fecfa491f8c55ee0b1a12189cc1e8, for GNU/Linux 3.2.0, strippedUTF-8 Unicode textHTML document, 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 (gzip compressed data, max compression, from Unix)troff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)exported SGML document, ASCII textXML 1.0 document, ASCII textPOSIX shell script, ASCII text executable %./8ABCDEFGHIJKLMN   RRRRR RRRRRR RRRRRRRRRRRR RRRRRR RRRRRRRR RRRRRRRRR RRRRRRRRRR RRRRRRRRR RRRRRRRRRRRRRRDMXb *,# Save the "enabled" state across the transition of ownership # of openvswitch.service from openvswitch-switch to # openvswitch. if [ -e /run/openvswitch-rpm-state-openvswitch ]; then rm -f /run/openvswitch-rpm-state-openvswitch systemctl enable openvswitch.service fi ovsdbdir_regex="^[[:space:]]*OVS_DBDIR[[:space:]]*=" ovsuserid_regex="^[[:space:]]*OVS_USER_ID[[:space:]]*=" ovsvar_valueregex="[^=]*=[[:space:]]*["'"'"']{0,1}([^"'"'"']*)["'"'"']{0,1}[[:space:]]*$" conf="/etc/sysconfig/openvswitch" ovsdbdir=$(grep -E "${ovsdbdir_regex}" "${conf}" | tail -1 | sed -E --posix 's|'"${ovsvar_valueregex}"'|\1|') ovsuserid=$(grep -E "${ovsuserid_regex}" "${conf}" | tail -1 | sed -E --posix 's|'"${ovsvar_valueregex}"'|\1|') # Default DB path changed from /etc/openvswitch to /var/lib/openvswitch. # But try to keep the old path for upgraded users already making use of it. if [ -z "$ovsdbdir" ]; then ovsdbpid=$(systemctl is-active --quiet ovsdb-server && systemctl show -p MainPID --value ovsdb-server || echo 0) if [ $ovsdbpid -gt 0 ] && [ -n "$(find /proc/$ovsdbpid/fd/ -type l -lname '/etc/openvswitch/conf.db')" ]; then # We have ovsdb-server pid from the unit file with DB open at the old path. ovsdbdir="/etc/openvswitch" sed -i -e '1{r /dev/stdin' -e 'N}' "/etc/sysconfig/openvswitch" << EOF # OVS_DBDIR was automatically inserted here on openvswitch package upgrade to # preserve the currently used /etc/openvswitch as the database directory. # Note that new installs use /var/lib/openvswitch as the default database # directory by omission. OVS_DBDIR="/etc/openvswitch" EOF fi fi # Default OVS user changed from root:root to openvswitch:openvswitch. # But try to keep root:root for upgraded users already making use of it. # Use .conf.db.~lock~ instead of conf.db as conf.db might have been moved # to a backup on a previous run attempt. if [ -z "$ovsuserid" -a -n "$ovsdbdir" -a -f "$ovsdbdir/.conf.db.~lock~" ]; then ovsuserid=$(stat -c "%U:%G" "$ovsdbdir/.conf.db.~lock~") if [ "$ovsuserid" = "root:root" ]; then sed -i -e '1{r /dev/stdin' -e 'N}' "/etc/sysconfig/openvswitch" << EOF # OVS_USER_ID was automatically inserted here on openvswitch package upgrade to # preserve the currently used root:root as the openvswitch running credentials. # Note that new installs use openvswitch:openvswitch as the default openvswitch # running credentials by omission. OVS_USER_ID="root:root" EOF fi fi/bin/shsystemdlogrotatesystemdutf-8632c72ea9980661cd2cc556232f92baf04e4b9ff6e6688d43cd1c3c67f7fce97?7zXZ !t/]"k%jq.S,4lނIr iUJGoq.ss"? ǸlY(BndI`}5iXCS Vu\F5̫(+g&a KE|mӳV=spVbK=Nr&OA<Pyk.Sxvԛq}N"]Kxq%< [jN&D$B6x%kw2U^Dw`<ӜFR$|yW>}"WOҟ2Ie>MaGˈ$A>f|z!B tܚ6. eΑ,7dG%P$bę*r8̌+)Qy&=7#~sVQF sf'6@`y#VV48yb-fz@/GK?&Z&ܿUI^VFh[(}h('㮊B˥K$ LiuB_ܱ(%%^i2'%܋5dLP38Esᔪ#(y9H1Ă9OI0eL0E\zmܔ1ښ|F5?|nM3s?|vu@تPo֌:o:?[bPVgقPۭS/w P¶V`sXwbb@Vz8ɹ>BmgfBE@fP 7aCFKlQǻ@aA`I[I w~SG i*fP/;n$>yi w}p_ ^&kN&ݞ J%ƉL ~6m6Xq 9ߣ[4%v\Y(;8Bo|#駙4s^&罪d.smm>~|[`Yf=@Do윈ਗ਼W<ȣ)1R29: wxxOAK˭kSJZ C S!(|(}k _wX&¾ -@JUbIJ)`4c-3@a?l.2/V1`+l|8L{`;V8|N_^?Ѿ<=J(#K|3B b_w2HV-ԧI }U=7;WNlAyk,X gwu2m㆓1f?h\z.u?Jy4Q@HDik=|:D/}oș1ۅJT'j=ɀP/Zòa` nisx` Y=Q=˵od+Bo! B~Ǐ@HHX>Zhu@a@RDCB~$ZBoyBF\O6Hԧ {|Cm4aX1DCŤpP=\6.\tX5 `___ԏB0%ZP=4_y#UW6.) om ;'w7t^h lw΋ 4ONqy1 mKھz{Sq6U.J B+Mt&>o!i|2TݲaD) z%E迶uUKlCQ pݞ107KLca%?h vPŬKmgbӎ L>6<y`?yK*d$G\|‚hG28Jɾ:/~&E9A.T%Yu03NMږՀH[Mg:Ҷ~vVk\9=0o(b!}FN V~E 1`4u*y2@ L/zL/x;( [/oavy}H2 IudR :Z/iDM5=P`Aȇ~& p: w & 7:G[,[Zv >uPY@lL+aCY%kL7un=aPVp^Sf b Đe9L؄0iu3hU$[5цα5i޳&e =R>Pd3|Ou(HzvY%ǔڏ\b$qo+6]>J#:Hȁ؝;2'A**SrxN*S "SH`w֖-W%ڑiTd2>{Tu O,Tq(@X2vuA[a[ _KpJ$DۚHƘu#yxf6ڬ<:P--OƐpe77nAWr~,6D@Qpn8C%baKH^ fxkV D/XR r]FgǓq%Dg K$&ެ ?sy}kJ<'AEPODr^GLq\,^j1l!p=gd{zgf#:@f>u(!Qz{Ѻ^%Q8r $L"Θ wB$A@iш(hQq0ǁ]5VBw@ p}(`٦4v;`X+:ŽH R Rm;my\ylF1BV}bi`?5|Ma+oJTSώ٣@Kj֡3TKmM)^p"&xGOaahǮ*Go AgBYaKK $"@;ɑcS^T߸<Wk G|ߝ(6PT0X#1tR&!^Bi/yYy躌p6Ÿ5b.$A]7׃' .W\.s$58=ӖZDlK^k)w0 }[b/.z tQـ`^ʪ^f?\e٥!J-8|iQiDž`iސ~[C(V+i\?P(*$Yw\x}/x7iI)J4-6 'HֽUny.=tu9^f"CcJ-$c 3]xN#[̀'D9fD[=n"]0_DH®==V3/U߆ov<Iƅ? UYl6{oY8g{֓Áڧn-<s`w#ґ%H=\7\Ʌv|X9 KmAhE"W"m[,Ecs 4/,4\4Eo8ۘ *o:U7}$HNeOGwD_[W]M~kUk6;{_|ƒue'+6P8mNHǦ,3iV+o8fd>Ը[09ŤU\zt% xSRaC;ˣ.}v:c2)rPbk!-HR}0e]{&85@JD@wqCʇzs!ݺnm:KT% 4>O,;\gzlD9h`VAOzyrx# 灄* VP, CE|N\z4Kߨ^7MNԭ^:xQUQ9cTk j꺠x 14Y8ɇ$=D] vRqj0M(ld+yW.f. ,Ja  d*H▁!yU q|9Wln.sIF_~Bij,[{S:Ο%kV T[SGbk n*c/MPYy]P/ml ~lk$Q[j/wAY/ 9NEss01!#GF }.?epϝsaM["[s:<"찿Z&_Do~I LMT`ő5x Gl@W12*ՇZsa&8no,ך5;\zIT[!~^.ʏ wG"I>{0W/ =/X^HP@:ߴWvI.n?LDInuQ&+.DPAݎard`};@#߇{_j e2F>GlR,EcPct ^h[m7L4Ϡ'+,C8IFNAlcaKܱSo#DxG_xNMe[:0ޜ$ !)OQ_)ҰZuHk<$Ia6ȗe\yuMU^g9)!'OȤvNU9CY+DTg-Jl*Jsrv(ƴ&=S_QΘ K듯W*!|(ݰ_/+crCcD%yuY^#n.`̏H=^k% ­Io7̚n dSX]zQI5%g;# Z :ᖩ2{-=G)<3ibg>4/1V):CI1 {(3Rr JYe~X sƉZ},rkpX"R#r}*oKz@1CP' N &Je,4 :K-PO @mB*XRh_Ac-ء(7K* 1TС 'h}޹~ ':`AT~dhX 'D9,j z3AngNUϺT^? djʢq ߫'3P25پ'H |'xuLhmr`k"c#Me9: 83o{JrTJ CL3MeߚhmQ)1P#U۟#s#G d I [~ Dz₼XuoVo(_n)~,z.' `y#;q{*O%'ւ#۞M&أvv쑡2TtO}BI8}T5a^ + [/zNA]8>Qخ'xGy(@?⼖=2,Ocaqf^'X@ 6H{yI%N5G9ʗk @Zw^Ƚ=UZTԱzų3G9Kav(y$&s{wGFSTQt}8KgʼT~Z h|!ÁǑT[ jZYMkOsN+2/JyIB [ĴO4/ #= kHcٻ%i0H Hs5q_XLdS'Y>jXېw]ł;KJm%=iQ`As‹xce*ISmoZ׆k!ddല3ҴqZK7!pCѫ0vH~!\3H WqT"oǷ?Xrye4n=YJˡ]PFORvdEIi*= >Lݍ 1!:|kID-u'Lz9gfcpBuQؔi<7h|^Pp8 4}NTXO9}r?0r9N5.wV!TZ Or>_nm\-fK<)DyWh_[%j3'Vڡ`$;:MXC]dm*jF>@H|8l;33Se9-g[ns'v([KqĬ )@ee̓'a8Thhn^8V`‰]bdEȼzo]ffQx"nʈM 5!Tgybj>ab,Mk9AQվc"p?luvÁ)L"./ 3+Õu[Fkw7 GzIt:?BLFR-Cԓ`*v5+ `nNzq?v ![#$GNzb}\ϣAu8R͋|A+QJ}+fc~#$Vj> 2aځ >Y-?DPAЍòAkgKLL]YԹCꄀ,_^{:Q QZ__ZEjxwv *.jڊ! ֺ,>"q>@bMs?"<9mHr@hz/]}4x͢6O (gE3E]} qpꥊtc5zfE缦W:&Qi#ԑD)0Q.ߴѫLztp/H 4Ė>W (~5w]_R$L&Jrk0e4*Yu oIcf7R 0ssBYJOp~)^TɳMJ s2,6IY4Wźv^6ϫ#9]/1y0ez:gT2as5I3lOoS | #A'ٻw ϴ*1֏!HL`eLbt |Aw}eH.9/FiQܨ H(&7wLJq6\,G Wb v]DurDk(j%RݶbXcWZL0f OؕLc,o9&9[%5\Y 3iXm D#_X,xU\Cj 8;*-RvݸA"k3A .c4&f׺R;6CuY!8. JNe;HÚI׬DžN߭V&A/*2۷V[ITsT8e6cPDpN~4DTKpIcH^*zѳ'x{+h&vziYa^˭:7ژ~FHйuiE8 fq八L{g̦chwdYGX|F'Sd##;Z s [.TzɪP)'f܋U7=Sq>3: >}j,(5Om[g; a<f8^ !:12AerZՔq3}@I2NI)>^CX5#l%:X|0l{,n $[ôõc+YAcgQ@'P[qRYF$y!pAO<̿HKA4=֍Sy-ۖ}ԀIiw9G-I-8xm1:.p.s?śr|wx6˃f sy9]cn{[2 &PN׼HSS2U'g``1sI)kq_!&z ?+"}w^n칸e^WD&˻bٗYh\47D,~El6oxʶ{=+/1;Ud?XvΠoḳދ,lprzxvӼe(ʭL sg8D.#r8|Xn闄&x[(5\/3ps,ؾ5oz#xDH;}n3yw<9ñ\{?4%dT:-\.55ii9cϚ'O %7,o=?7?~ evR0#EZ&Sܑ󳱫GaSnwX$~oR-J!xVlŝPp? PđySyĄcYk#LLbDJk6za MV# i0ҰJxUYIs3P2I,-m"6} 4֎$hs>Eͅ(i]_FJ-'T0| c>f34ݙӉ/=e /)m%ط#$*<cPmLcD]sl w رȐv B[>rr<`OIŞPP`@Khϊ>kT?-aEp8)b0.w"W4K9tYשׁUU 42E_k5FH!&G?#a%)X*M /Y-;ZOrٕ9gojDSq QݪКtN?4~yRCfoV:ړ0[ˬX{eEg`Akġh gqw}`+-4m%Eżlm]10"*c>g_M!ՋWȊuHL~hJ/N[m'>8A4KؙQ)Pyga.y[|UZK4rsvbW0\ d.Qbj7]TRN;J l02٧]O@_-b ^z5sH?zn>Q\ 7&'D{-İ'a&>+7. 64!@%XThj v{:_Ly QXOi_)RBZu&L.Z! cIx̫C,}`4 љ`wthkk[qWhY_7m&tH庾 '. #1.K$x3a~/]Nc7 x~D6xPO~u$JdX 'q9Q>0wTm"0KFA=h|;@p w.0zk7=ۇz]->|Oኝs߭ 5gߎ. N'j®\!fqsAc`?D&Ԟ).rGP˸< Y;2!q@.PrAUwx#hpCH0(|qtJ$NRY桶i kK/T~rҀR헢SdCs6y)Y)V*0ih˘G*2s_[~$_sWHv{G[bPz^)bͷm!hR *[cHˮ$lU_paAލ3@C9Ҭ'~ Bvv{n;v%Ly kouʑ1F1wÍt('Bg5ݾMSZ1{phyh $~KTt'Z.Dm$am!OiC(t^\ z0+䡔4L3S1SuU2G+ xXλ%aiE-YAC_#Q :50gPSwMr@*TVcF/JUl)j Gm+CHFY5v Uq_…adef1.y,5g<Z8H kG?ܿuF&1+#r=K zFE~^lO ǎ}!yئQ;ɾUȩH`++lE̳U)mؽ[=``.s0i.bvi?hѝ.nW0QJy/e)Vك j͞0FpܙiC})/Hi Ap Gh0ՐfŎ`n6+$]k;OsYT^ܲDX3uJTۙ!C߅ .P<,|,Y~Pnt)KrKc/ UQ5־r/k_zEjkכ֍7(+b\ =7Nݕ[cN@ڗzB)j.R7&z70erGO4_sy=52512*B utЊ_I67U7 (+,#gCٯ >NJ9 E\g!+F%XL+I׎+ ҡ;boH Պ#lG"lxjְѼjA:*[N%Y}k70D5#,]#`v[ >jm Sk wHutR) V"1=p8A ʎT" ʹtPȯfΙ*ĖϿt+O=7 x}i,%dެj.rW5uIПp}|3m͟XUOl֙.ȅj$4oµ/s,i!Gf|Q7\x\Y;Y oj~m/wo4Wa$j?v /L7*l#92b5 !qRsq(LU}FC4uN C5IWvv8XW|3arBikϐAVp) V* (P5ژ/8o!%b9хt@jʈNj9sB{]2.yB`7 &:fv 4ȷ[kCrylumq L|N:xhhFP (1YN|)WT.ʃ uc(1vNz#K㮧T 5C5oOf9=C&)NnӾ­Z =`'D Գ+ ^VD Rl G _dIWm]͸噋9։h*8BSOq+H__ *qF|tc+=CoZV6S^ e[^fgi.,cb@ӉPN"cV?J!FM<əS^,pu,Jh< D]V5gpyHN`q P{dKx.R5{tC{],h2[d77:g`hΖJyԷ'e*/R'OXOJsѦNTxC<&dܔ@.'#9Mz_#hM `Fw2_4Qs+(d>d#3WMXloh^7pZv~ md.k+urJf) !ƘE5}=|ط m= ob)_]-.Hk]4GkTyU }>hT~qi]Qe %z\ռg؆o-/Aq@1((@J|^^M P̔XƲӃTB?;q$t9M=辂%{M@"p+G ,3*>`3HH֠\%6σ2CdaS-fˮF䟸90!|fٛ!# z`/{P@ܭwGV[Xz+*twISq e(&×nI2^sxh;ub.X"ãw"myٷ%"1붌uBEb^gx:H]#P'o E.{5Q y琴_ b[(črHt3PD)Zz) p=6mi dΨP =b~$5!@?^[wQ6Ye3Lu Ɉ`f$_Jȫ3טsTqbY1*XtBKjeb۠~>]2X+8 q^5bv֒8- 4g7S3!N-;/b u. ?QI *-];r*^O?ꚒsXkD6n+ddRàqWz%nxMGcfRԖp|꺁X7p "g%}|g(|՜ n)$\N'ϝozK,im-,Y.3= Q-Ӧl̞ޮ+.RWD5w7Jq6aHȠuZ9QRy^A%DR׵C=&]a06~kX|v 򩉑ETx3WK.5<\07M}z U9^ū|k0蛂sa\~t܀I 20Dn솬}зX~lx.Etеnv?wBpYmQDhzG-|1*O81/bmӛ+a ' fy"ǁo~9 Q(KFXa[!sxf U܏V%> wQ6ao>_~1( Bw}\\|U2 L{+|pO jC<& OmIK* s_b0|W@rLybT 5C Ic;G)Z2PNEAZ6fb7E\k~zd$n״ ںn4ǭź k}R '@Eto_$T eOU>͜tiǣ[8B|Ht6'Ig&0 ;MS{>buWcTɯ2NAXZ]q Sk;{,l4KBrsEAm=·:H;5 GSucAҠ3*dP νAעt%I*JNĨQJ9~ l.jӾ8+{ ,:*%3Bo-/"Zנނo^C*5KV u8>|O36=zظ}ƚjGSL=Xig2NAg_mo[biӧwֱ=ݱqedjShUx Tta vސO(FF ߅8jKAi?0޳W(IW! T#<8Զaf 8ԙȈx [m T"|rˡhg7ckS6]j1z.r]Z "Si;/jJ5ɵɀOz=n|l9&(.="@)1&Bi-qNX .޵u/wn}vRfaX8Fu".T8$Xr^Cٿ"IOm1OS+HmrlCs{RjT\eDZ9C7Cst?dXl`!fz'`)Lnr mt:&O}-eѳIu ):g-,WTcT荸e>>J$ ŝ6KG)Xo8U85TFd0{$1(ƖIjϿ=%NI/*Zpʸ | hquY >-Bft[VP m4_ArT:?k鳬ѯr3<& @燈*7XCJOYǪlViFaB5)h ע1+^#7X'b rߗzSLxtIYr+W!˦;l2;L?+qN' がa _vhipø06*tjLkf«b?kS_2wsՌ}A#Yspg,XevH vb1=uѓ3apQJ]GD)ךajaᕎ_o] :}{hȟh@e :nۡ_9^Zj7$`xxxb;e@,\BgPW+[k/,K z0z4d]%oDy@Zqk61fl7@rQLPrY}g;ZRc%X-*m7Ye||Nݴ[@gp|H2v w*a[#}FsSKi^tdᷧTZBE&Z: >9qb@cJ* 7qȝ =I߯R<=Et0Yhסai<.9ghͰ8KnJI[wpU+"(z{~>A5 #K MT vq`B{*z>l"ʇ.=W(C68; (HZB!t.fe>3olVm;KPcZŠϳ3ݴaU<;Ըͯq24&?ezX篂'x0S'zc㯈U?U錄$m@{DwrǂRi2Ī%BR)g\$`6&`MYNuR R5;rD9c4˥$s*iCq4]r8]*ӻ|*-,K' 6p}7l@vdUy-U ئ82|׎6DS[>_r~&Ɔ->ik;_uK5x Ͳ];iqD'6`|֑GId׳_ Up? WģL|/yEhp˯^n͛-iamgju/`X:- $>{-]1!\\tAѩhʼH+ rj\Cjʹ[ƹc>T(/LZ [5+M8p.zAˏ!Q:ظionV`"D .m="/z\4wDN:_kw:ndAޮ9(K $ @^#\nnL2M!U:H8EHCN$5v3Y3;H!-7ZP꘭܂5@"?X)4b&ǂ۾(J#w&YTyyW, MjhGvcqnՆ̗0DZ* @9*|i2Mz/|_#J3FϱÛ讗TbP*&&Lix@PٲBp"vsrO?VdUŪhvV r!_9 U%|)V'@sUd D#1tcI: #4ygvWl 2^?q#GЎYZ6 ӫkdીjI[Ezm2Z0W=-]YZUgr-"lwMNAR_ n$ F]T&m l 3xlv+q1A(~PrB@r~. "up*F90P!L͂\Y]oS%x $F)O-p=fɔtpKv8A/Ԩڣa5 ΜYe3Q?! JRZf{H;Fhp~A(H0W([F:':č~zԻEesǺ vKaN#"ƶ!)B^ۋ` MuF7Kk'f,qBl- ]~8s8 hB }ػBf;p[㝍424ǧ ӪY*c™VU9TZY~٠'x8Q"'7TkȈ$G`qJQ=Rk=Ϥ:`p9p7>) T>=}(`,IZ WAUKW Xꑖ}E'ou׎R[}7$ vt9ҽˮat luצiPn&3c4Ղ}Ό%hwAbX">'ܻ2=Z "x9{2/dP_MeVC_}(QWuVמOq,T.ESӷ|,Si#Nc!W#Q {!( iOBH星GlhE uݢԕ)pL\E/[7F|K"f߃? Gbbc3Q,28?{t Ol &UXnƢNnQeqN}a&HP4s/OfM8M2 V_T-g+9TE~`tU/p_O<wi4QR<>qEZKV޳h=X!a5Z>tgF}"{C!OԂ(%?+HA_mm}lW) ѵ̽KT:+ZHɄ 1kAhZ?(~jd;VGt}V0JvזCpH^„ k}}7̷:*g<Ļ8ϹGGkKuZ(A Z$'drWQf %.Cw;DS{ܨBPNo5.HN=]~ZX1o;bKwzՋkOVއ:Q?x姹ohH¤xpp[T7>u&?v@-GoU7%^~\B72%Wb.:4bJN&A v"ƌ'hWjڽD;<)D7L$вWYqE._kc:;lQkNܹ+wEU/ B: Q)/7x(*3R@†?KnLչ\JV^ngd#@cPZ|ZOڀ RyJh+yjKxz'RF&֯$PMDZnt4 9v^Gґ^cR5IX ;ۺ1OLS˕Q"SVJIL]1 l'2kW wY)Luf_1P(P7r/s X> ӯKMɽn^<mcIJݝ!ma[\d àͿpl9J3 v 8Y\ ]8UIVCv: AΖ8rWXdKW€cǏ8roHpbEsU&00509LY|M SOeJFYDB]HCw MIU1o`>l o?UkRo.ìsX/0Iб۶G=^F:jjA$}\F1<=4aR`s?|D݈oh?acQG&ٵ9^Tu>(᪋G-l|~2…\8L2c4%HVo5 ӂX"V;k!rt5<ŐMeW3:XNqyiV̎/ F'9NCOC78`)׮-N!T/fQw: C~OBTM imì+.H)fnw D@[bc܃~iO$Bj\lhm*,o;QҰkTI(H d}eT,/#B7P%oly\HVV~!V g? 5VCdS*젳7Y˟fwy ?L 7",XYs.kk0жlOS(k&bƘw[>6m/#  cC?GfI7$|;^<~agsv\ /ӸA6~ 7Ykzz %l~/U&H(㈅lU9N6IFbJQ.R΃ K=AO'3CۛKotQhrc[c՛UF}gIؿ! A_/Z1džBSpv{x{aسx(9<=fmOsbuICSq\ڿ-Aq[Lj2pX >TE84݇ y74Z}x+0pXNsHU$?10aZ2#L73 + V: 7Pn}־W+/ T+ `xs_[,!Cg:-w~#?_s Luɳ`pݶTx*C `vd>via9 ys)TH\7i']6p'h8:]Ʊ\GI}&hؽ-.` xTJilP.k]kA]-}e ZpFoY-3NT_ -*ؒ8IP!Fp|l,XTԽJ"Tکd~ٖr11Z:S@&6%J'qPUm$8YbtѪ{3~Kth9X 8̀?\;L̽n? } *qز _< KγI#D#$<5LD\>h&y:FgI 0Ђ֣ƴה OPF*I >#%8sTE̺!߿:Fk`<+]T(@d^˫HȱZQEh~~{bM^ٜ+&v_D\|Ana ,Syr-94AjHQ}1%9=#/8jvUWYљgJz<(pu'^B]vR2ZK'R^Jves0:ZdISݾAC W~l  i}* _C_˯ QlzdcIܹ]~]rURX=׃_ V{!9߽~2C Q.yw|`TP@TQcCΧ=L$W-3a$. CXP["ՑCI,-Fc׺oS:2AQ:mi`†袖dC\? M9*˕g]t*zL?]„ nL`cVJ"(@ߠaϩW~BA &G>s+7 .vVlRiڦwCu6~%Xhn<k~Dj[y#Eϛ)ࡍ펼h9z:qxWnwt/_p?iC)&%#0? kC [j} o^&H!;b[zv+StvtENCKd|XL.|yF:;YL"jdo-1#@th e:@VҨŲ^OSr7B0y7d5ZUFf,U3Li6v=z kbcG)2F伜J3UY1R/o({#{,j&X%HFCf~Wo9mpfY{Y8i(D La0ezr)|*i0dz#$k3(6t:O.ޤ6Rz;c%mQTdaamcdE>"wҺQ=x]G$POZV4N4eq'-$N1aĔ.ב>qRSen9ߟ(S- MLK4I6=ew~~oۀցt PH a \L`^T6(2`(;إHS$nk1( =E^'ڐuŀri"2>Ju g5y:!ŶW0$!W >.m.'xE[zhiՊnK#`Ф+BN(n'㧘G˃ȦW]yXOp} ^$滘3,S[10h!N0m/5&a>'n۶Tg#ƍ?yoԬױlĻG_(7a,x;R2h/#:5J8O4Y9o'hdV#f҇AITNz 6/!܏LlÔ X:7vq*ġ>#6I*h6cc\v҃F'-ًbj9|8!:xJlPt ]"[,vc[/; iYv!afm$f$JrR(B9,AmK#qZ>H<0?\^&>nY |)C[אȒ2^(1<"T6n#/]aBj@d>m a\Gq6xx`chw=v-meD3!}<09!9>/cS]pƑTZ )=4CnD).`85JE9lB ڭ$CIzq&*pp;樳I+߽ dw$ %j渨G+sK4Yb2 tJX < ~ɉJF*?j)5Vwc.P, 2|d@vX'5iXe`G,g"j"Zy`Cc^(&ٵb g[( DH\KI,k!aFmKv9o6a~UN[U;_9::c_0n@(_V,H$,sZpYp벝 J%,?9D7"-U=Q_5G3tF:YK6MF/,SbĩHT"etUk4p;9\/bՆt=/=%!uk$`:k<^}?]%!v@u1 (TLʗ$VlȨ[NT''6 02VRFwXV| kQ`Np36"5Fo\#lR,/דXtfL4(^i2n*j{D,W>ն>6N&FK|kMrg4#zŋa5Ԣ#B= "Q[yl.KC_3ܒږt(i׫+(qJmLh :d3 ПnS56pvd[VirߪN;|?iŒGp7cuA6DPh U~7NUUך2Bl!YϤdk$qXWoЍh͓s;rc덪7{wDXW^GGv2Fq-.('KI{yFw"oo):@K崧ʍZ^5_K;Ȇ^  xB)Vzjj)?z6/Rfb%l`\ SNKLS{Cv@ܕd,z7x~OTl$&l-hhzI8xԶ;_d1qzU2>ܽIejٞ lt08 >RIDMؐiL+F Pnjumyn`$  xx餿mк$A)Z;"^<'M>0!0۴QQ` [Jbt=̔k99*+U^_=VHCyΚĔ4 Ie6xr)L;9sIIsI5{ڇkOv3⟜(@B?8|6z[)_ు8~vf&/q39S9"ŋ^ ZރsrmPi!Eȥ6N1P 5ٗEEC#j7EtO[)As#7!~_o]i.,FykQ7?=O`WZ~4 (ۦפ%fR>L dژM1XLf!GU 㭸s,L|w^Z#Jɖߛ%௛ u>ei->ђR 8yeہnTM'y;d0`ܣ||ꓡy^,C)le`hdPɭKn\gDz%qq,w〳.zHoVK&RyI=%᥻u-y{rxکHjIi]nϠr۩} T&/5[iD{UD&/^!⎝'&D%=Fu6{ `{%kg-/Go?N4Э)AӠ.k׺k(Qtޫw|ٰۏa Dn3eIO3P&]F B7|u*f>G._ VۯNo<MIH*H>1T2i%Wwg_X[옼IF z=fu{,>7ܒ ?B yy{/pf0ؿv kZiϋV6 pt?8@MpFݺm5+<\|ĉP(Y)VID7s#JƥVr;|1yn.nkfcj+9 a(wv 0PZ,-«E=,xƸ9vXGxK 5uh*I¬d>;;ZEXt|FtRY\Q7̢g>yxy2HX_.ƠA3%hA 0iTApu F27}/':>½t|k6F<(]5Bg^S9NHisXcs)sO A }E( h^q "k"eyhMM#-%eT}ZXN#,Q-9lVE3uT^JɆМ2rK6|_jЭ3] g)Χ&(f̍tCɄbO-cF`\pȏ^7(r3JA{{E}cFQUog n3}6ѬQgvB 07yA,z{A'uv9dN)3 \, fe2\׾c"Bj 3P;00Wх=W[+,0,y% (R`!uF݄!Ŷ7Κ\+Nyn%. Wqxa£}_̀lp/ƫ}]dǞuKQ_VBio\Y~kVf3N ]sÆ!A^Ujc!"T/7m7Hps-XŻ PC$M""T=uo>ɐ1~H8F` m4mP! C^ 4 ?{3'xH!!*=$ӆqW'{Jg D{[w$W5 K%RlHv%@mP[X^ RJ)367zH#YĔ60S6E;p7cU /Or!LGqۡ@dxTdJ.{Wxa9F tbSA'^jAe'(X_:8<.F39n>!KtWn*CCT{tlW6F (Ul*#-w!Aġ%uR2G+! $ӎTFev4Ġf+@{]Pտ 65L}3w<ٺm$G?r3\ bxEgx(}Z{.ˆaDaazUMg HőNƛY"4 ĉHu _ε^ GknAߛʂ Rxzlwܥ4vW&ᝲiVUUT647&HWVZnƕX*];oHl8[G%ԯ]SsRƀ3T,|B)"-mS3 O$vӟ)B ?=mad-'tRJCA{2 W#8ss)gi"o+5nƄB::1g~^V3]pĪUqOX*ܶзOue}+ ~"jA/Fxla%K*.#\pR,v 24#!ޠPoTE8BnJ[xr~zuDҨ>)Yef.0S9wT&Ǧ+hdb4q"e T|E{w|9)UhDNXdj#3W~8^ D+NAip_V17(Q-mT3%e|3n֗`{NY 5l.`2yB3hՔF"DŽ%jD^ 8Nʍ/%dEy֐~+#t<5rlGBmX-=xcvKU=: CMٗHMkI,KhC=P?ڑ\!QQ(~鑨Tnn>x*tL\{eƸПmHB ơJaFAEZJKD,xKW}}zWԔ tBDYiuôt9H7eS91`,$6C!>'}aO[o8C gBԁYpHQ z ؿrj1A*&$g"ۛʠc2#q;4D-SrODxQ\TQh*7Wtd?sg 7A@-P eDXhzkd4NBV;/reN ӕ fs~cr27^hZSUlrπ=C̿W7?ބ1U|slV6!DVLOcj}0s<cBpH!>j`W:pQk"A@Bzm4eG`'|Dž2h"*Zi;pyK,u& 7vVnsnTEt@?FjT Ws}W8 NQ7G(YasW?d_|mhtUMXcԣxM0jh dmҩ1ÉN2^Ζv\IcX#5D (0VuEłȴ1kv߷v! .!ߡEĚӣ%f}"nVSLz ]-%12ЊZ7e#![y!S{2ܚ#)ZK/}m:EL)g(LQ=eזh".%!u㭶)nbJ[\J|){l8,҅ Kα\veHL5a6!!G gcp.Ӭ[=x# >!PW/[O[eTard蚊t?/NJ͔~Pޓ-csȫFOSu #C˅;# ؋m7%'Jp2kZLan5w)a%{<%oâ:%b=9:+'Id9X`WsJ$^Y%~I@G.iUG%\oe抬N݈vvM!' Q4' wo'H ^ XHSRBL6ABp{a%e0U`WeJ $RE΍t/ˈI\k$ Xqp DLhAu }Q܎9@Gl?GX2=-c"C*O`ͰGJio 8s0 c 6`GYxq- U1}&j1A*x~l 5rP, *~照O!_]jhT.g)Ā0pO8DpE^0{43s^7TNZEGLߖڿWDo&dtR^p'HeV;F߼:ؙ HDfJAV[4t?=q p6J/j}ɫlffW4|Kv-_ԟoT*1!]>]鱤`amT̎wZ:3i ,Xq:uV/^M `w,‹Du<٠ ue=2sߴ1KȭWr'tȜ~d6aI/HR.-j%I%EXOY w4wPrɞTU ި/!t І s 1f%I-_r-?EFhtIHtűGߍ)QޚB @@na1KḦw'ofPᄎeÉP/s|1Nme93j.ࡽϒ ށĈHTW6(JJ#WXU5ZX (t,dͨ@IVp9YpnP0^-nZH!Yz7Wۋ }5l M7MAM] gH{ʡ<j0cmb &K[oLr_ 2=8RV\A~5^ʻGFBlabu8;yGW>|pa+G*pJm>,yOtMd=z@0H>'{SSkRж<ϱ ՐF?,k;;*6WmtZWяqȾRfK:ZRа5P3%Ο$ Qr?# 5ܣ]4"87;RQ$"/XA4IAYeupd:KGoFqe{12N+}7u8;gYutI?dW44ďGԞN)6zR}3YΦ56c QǪVqX?7t!Y}XOY19V%0ΨxYgun iv{F{8EU;y'F.!~ T*hX->` 1:fԾ(F'$+OV񢨕,)˯ɰG ~T%DͪMGX_׫RU_):Z> 5GNFv#!tȸoaL}Af{{_gJ#_Y V9泥EU˱Pj&(f@=aD?TEuSvV "H&vn-:"EC#<]AJqtHx@ґ7Zw1 EL1"od L=fcu}tH_E(ڐ}uIJ}\D?R6J kf Hr/^*+h*3эQWQU ZˉȌP5ዾ'm;RJypڥAFcSؼU%^4}F^ږv*pde8'!B~.>G ȨΚ>%!AO.2lO`/ݴ v||(')~bdSmK23ȈfvB1au _qg؄E\{L#CKtW:Cn]Z327`*bI7]YE}H.a>'+E;EgΛ!r/+|ٟӌCW V+\$~$DwEwnd$w7P?~0LuU㕴Z#GV)cP4#QPz2:unyX vbyHWo`R)5O2+}^Y*Z=pazev91Q OCAl@?=Zu-z.#&f`q{]E[/xY?'/`{^&Lw~EHCbᲗ'Z(߿=d’+Qm r,Z9o49TUy×c޷PхH\ {r{nݢ鳶opv3,Dɱ5_:VCÃ1r8ZT3f~q>-}:GssA_b}"un[x]Ӂfn BH^jvg ;wHlKJa;dP bK-.^Ra_C^HMFUU.̶ dp |)/v̀H9C*o|VE:?9.$!UdM UMm?9VTK<J!]"%%B%^xҁN[Z,E9m'Mcn][軚5Mn P`JO6@%\>r{gvOLZ+¼o%WNV#6C\^/k*/h򞀵tTY{Y#7s5IAk6^u(bODv@oXu7ӷѠB{.R[KvyY(YI+wi4 k^GxhDz2ڌ5ZZ芞6 ea  YiXzA*FfcD7Î0/'86ŻcWVnDqBTwt%E[S3S!aĚ*WEGVՍ٤` Yi 7T/ ݽ65/iʡ"k(Zd)uDG9?駴nnQñZ݅ PTZKT6OLSEt-H`ǽba{{? QH*l0Cx8l7J +G-_ooG܎¡`Ȑ]4}`czD\A 9ғmnP=T7QMA̬W< g)>׿k" "Bex6olaW5{|*=+w+vS0&+NHˍޔQO^| ~*p,T.>)i,F:tgMd =e{gj܄9$uؘ9!~"$g3p ]`XOSAH-}@ f& Xv{Da|k> dT.ADyt6d-WMywumHV4) z𺏾"(H|!Njt8r-}7Ư`r_ v|攞xͷ:B%]Ne49#qwŒadHcҺj$5Hz>>a"5 <3H[XPWƟ.[o#o A*硛DY6йm}K(71bkK1 ҹҞ}_) sG`e]so#u)?0D?ӕ-SUo <"ȃYD7bG>'JL`6M&+]ǞL naZk Q?*Gȵ`w" XLjNF,|'xG5ˊTSͼj DLx=@CV8'עH(Qv Z[ߜ'\tX |/DHڿtJɥl/gװHYo-ՠtKN #x_IuHWqOu3k?ܗÍخ3[o4TOp¯@ъQݐǢq<-ڬakdd3&ϓjF %H}x'ax11FD~""K)kE&} :Nu*[JYWCdI$_+$H+HYTZ{*`"ح}J}. 0.gn%OR3RzY0 /.q ]Țb_`'*o,y_aAOare=Wܳm҇ CtA#E_q Du.=xuRT"G p0w~m_xLq-Vڒfv-^d]?mV3&@G]VcGk%#nފV ux$uG1K49 s/0䓖|O-/'᠖/F<O6W ѥZdZX]T3^ K[ 6[P=`򺁾OR˙=%>{?Z"q0z:x8s`~OfmVp< ;T $qu+SΓhTC1 L4=Y5|s^1 jN9Uu[>/Кkͻ! pFLrsJU{!f!B"4ڤpf@x2[VbA"#mTO0WYs=V B?}Dfk: ^ockW 4lyhoH #6] O>S iοfH+Aڴ^M;ĕtԏBנ;|,x%1;pj[i6Z_L?jc5Ulb"_Pd.U.A.٬v0*^|?nͶ?8.:IwQ?j=&Ny O|,^5$9Ƹ?Y;OR{A^UQCUX+,ޢ[JgF%gWfY-}}^{?c~Ё^NYpS2)CU)yߏyfgy2t{d n%sϸS#b@ .@"MB ta?gROzVi~ՄT@jݾbSXVP)m;~8I&t/#cF/>7襑fzH0ƕh$}CLV09QsV6\ߺg\:=J&JNk7k''&Q{rJl7`NCbr0Ln:XlF=7}rBٵ`Lܸifkq/mAʵUNpr%Z>1v! #秔+-D$e{}N]RUe./"s`[`~锶!,sz$_FxLF*$3L&@q9‘+y{fʩڅcV넘8wϖ&XH{qS?&z\KH0e4Z0OqySy/}܍[l(Hh(Ojeswj[`kt nI71Bsexg*p'J(q,Uà5FN/W.]f឵}[J H'}den n;F[(b/ KH@ǰ -qtB .Gؙmǭ$MV,ti#h:%QZ9̢!G`{|#\`(k'ՒJc[&9XyWX(>΂_6l]H?ZZ˶%lp\FvlrJFuZ)dgdr'S M$Drfߤ0L;P^*%$CDXRRYn$KYr%AmDpJ[6Et@XVfX' {$5iA[K~ -j"rm1}IqT2ẗbWbۂQY}: [4s~ }腇Fj1Ȧ^ N7#SYATo<#/kO\`'grBmBh]#_iv|\GLxљ]L4t޹3J=gxT&njwf5VAa戡I{q32`%sB{2ܵt¬G?F2Վ.\QR^SX%`Ln(MS.67pCKG} {#Hvh WfuqnD\6u v4fzE{m\g)m`方eڃRMu L$S] C_spǿnrǞ3\OvTڴ B %8ap:nX *I"4e [`isخkӞk>Oʍ(sb@VOYR=Ž"'=wF1jgqvjX!7)͕j=rsᒥh,eJO 댦5ŽKЖuHj YCeTI&]X| f@ÉzޞC OYli `GU .8=70V#eIU] Qf6/>%8&eVΎJolѮRY "`kN<,=ig@V@ ^i&Y}\Hu8[1+"x}v!_a+]R/+9Vsu׆c.>yŷԏio߁]] V(hyG, SwtՅ mwl&TGm0~:v'bB$*蕸!dN9E0p}1O2Iǚ 0xŏ3YrŸ>րL8w< KH/DP<}!{ ~A5T' &:? 5g]B}IMaT7Z/&okE}Y%@.yZ Ď؄I-ߊ VICeڟ;0S5̅I) 9$Ab4ԗoxD6z 4T7FH*.a]f fl ӺQz>@-#^cω)Z#a+vX&rg2Չ.bznN^DP_'w?\3jȍ$?0w@^sW#bRxP3Ͳ^qڐtyKa0z_y.y]IŕxKozՇxW0Yyf6\k 1 ~z{|Eg t7+4 $q?oLrߌ%v Ļ^2,B{Vz߃;X)Jc Rk+=OZٲ+G٤li26S/S E'&3d'ykM0Mٴ姿^ #6L^9P[v {vڽI0dMrha:u~ mJsAcizvކsncܚ)Ҝ3B`1i Z'ǽsⱹTT.e)FQҘ`ْ36%]pgOhO1"2'j'zlsS *)ls5g@jE0~D[0?(8[?z62|kQ{^VmƿI(0W">B`y}[d=u.._58G;Hݟ!.(-w<]  I}Wvc 7=N` [|㢭%uޘus&Q?[`}[&F!՝@݆AmS]v|fFC=8'&U ]_";ۏ~=WQ P͒ P[6;p=72VoM"D7`Kv=A2nñhͦ%Yb*Lo酄:,\ =DWD _d~h|T#JGgC{չ,g[J!Ri0^"q`42sNqi$&$dSa$KRN iofe hB9gf  [E@JjYQ.(L1 5*M2 1G ZN.arT7v'=r~PZX~b^F&HE=cYC QG/e9a<6[Qqʰ Unp&Bc1g`Q tszJWlG}T! 4u*ihfvB.A_qk@l!z ;}##\geԜIMvYbE"+./v̫$IU]RdžZbi!#B'l;5SpOnt1Woa_Do1uABic}B:F֍0غu:.H D{5z`&{ȼy w{Q? zZ?xeħ8YnvgxMԘfǾ>u/:Z[i`T4#rdG0DK\(I^QaU2_BHGZ5C"NKcu5> ZWc2@ V.ކpwgqO{fB^ WuM L %~0^iPL07)Q+E&Ě @?m,~'}*L*Җ]|y.˺9 1Ġdloҷ`@;2/w7q2q߫6DZdPR bv]y:m⠝5,[x.Y5ӓ lU,xw\V+fcLXBxWi6K65bL xW Gd-D+g&b>5㦡 t6&@rl H@vha'w'Atd>}?X+>pn1pZ ۏ;Ðy4g{;Z_kDP?FKzϷAw'|`',iSK' 4JWN[xoN(&fU u<E9=7 l_*AjDI`)Z~͗ Ҿ$0Pv43~ѲC:QϿTCb|('Agb-Wu\ }J)㸣gP/x]@ +/Yx(G޽F\QtǮq~XqaǸY> OqV_!YqڊȄS;Rm |(Ċ︤ ޵/rb92VGyFlj2 !1*at]y8bHʎXт7t:DU;@ l!]3.xiCqw.ApsGOBt _ %Q~lZ8 K9  ֠`r{EwfG2Toрa 88!}8ұĀF(x^ \=!k뛭۝s/cQyh?h/~dv9B_[#wX`ssH[*sلIK0BP bYr6IϴCҏ<hc7>Ûr}#yP#Q) sk@b b<]X## \e @Oh J|?,Ȫ!St!8JZ-WUy}sMwz 3WqGl);wfU<\4sy%Cڦ65xQVarurQ9iBNJ\FiNs h%T .N/BX2%LL._x=CS~=fr*O5:yJҎ:`+yFwS2H0XHy[(!). UduT?P'ӅJ9~m\DML宴Gq#|&iMD9&yvǏۖ?#7ڎTSy9 DkIsD(itd0II(5Xʶc.Lzi#=<&h[`k!ߍNEYlABwHE2b |ؽ^ o7<9 6Aݬ]UDtHnQ_ ]-z#vpZ*d=OKF L.g@g*op?P6w%''Zظf|hY`/]|ȏe%KœHخGI; MDž d]|ReBQrΠHS:ԓ-A*Ws>|( _tb"2$}7"vf*<9KKɋMy QQ)Un0 ZkqG\YA&".JϳQ~cӇ菧Hl/#ofù#'KCvj^[8a9UxRknH'<զ,ywzSB9TCJϩvbIB8QH7CR` \U,S^."X0b@KůV] 0pY>LS/[ff%_t%\wU3:¶d 9Y!e2'/ރe7}ݶ7$]HsQ ~ԑÐO/L{n $X|)B6=cQ= R6AHD$'l ;{}vY5B$~E`BV_ Kô?] |< Eރ^iV.br2N-bW}@($]TKo*Òh4SNI9*Nr8\b]DެelfEN6Z.L[%~-xߝ)-Δ G*q%J==2#x,x aX#eZiu񦫞 _ 6FcOwgaRZ:]0t44EtO5a6NDAU ?IW\;c1_@?$vB`.a<߆K"WKJ<(|6nwaԓs伕^ h?K p=,DP*MH"p_t*"zAW6pKSz0C Z\K!/T!sp07牨atdN9O :`*fw*aM\ОZ; @ҋWm0hq+b#Ma0(FJ*TNb.i﮶۹ݛade|E޲7IX]Vf{RcGK`a- Q˭PoiJSjE˙_qӸ{:C|eH::.Hп;e@S* "!ѲVAtbQh. pD5lF.do g޽Š= y-ǝaǓq<*@Ê("5dfHrwE)=%8X/,iSĚr̊ clc)[$@N+*5Aۻݵv5*&VLPM FͳAr5hiˢQT?WǬ5;\oSOe8'[Y. cʉ-{9 2+~ݮ**'{Q;Mȿ샳,Ov)} [VMzʐ]44ck p] ԋ`NbEFQBI;~mH \&^+i;-y=t@1x(Ve~ϾA&΃SSek\ DcQR JL2ϟDRi`HsB8)%aF|5h0ǗUì |DG)黅'䒭1.j3EOv5%U+p!O pީ@`> GJ8}Ũu=FɩjHvxP.XDCR붍ۅ}kdC)q[xwAXۻIsu4Ж}+#НYg V'I"ʥLb05^1ŅDi $/k-y^&Hh ]c;4nY >)Ù2|1UnȽ^ҶP3:1븡 GUѫ\,׉ʋjTTh{?NP}cǼ&۔ݎʛk)!b 6R\vugs.$o^}u FfCdfF!!Gs[-8[[ pDH`NA$ #c 9>v %RV֢E [x- zR_^ӔDzszzS4#Ee@<' 6eHJo؉ Z)T.ӜFnybd?d?皌,$_"x=l)pėKM @ dh)q"ާ 5؀lO(y?bJ`4p1R nI$hB# v=CqJ\'N!PQ 4i\* ui- Jf^Z!S#a`9N -%>.ga(ngV,h9V {,#u deBxTixpYaq^g}vnc9YN:dÆ 7&Ie!ng*{R2qѼ9=$DT=5Lw@(8NJŽgMKm%oSPgÇvɾJ Fz)㪬pNEs\ꆵVmKDr3$5>R6"X~g,uckL֪:D\#r0E]\63"c9i9LmyrִOjb̊V[6|Ť#&_kU] \nM`q[#B>Q-@5 $$\d1\;RwO6ڷ ~.,8HDބ WF*p%\m'ʠ+_4GT4ɈRcM$mm)ƺ3oU}=dfo@p\py*Urb,\gl321U0&}uQ퉨NbA:["->?dT]_O.0} gL'7 OrrMH ׯ m;|X~-Rm91\Wҍ 1 HHy |S `*H!0*N&B)eU@ם }וMBq0}N` 5tw'Zp#_MTE/}zl^U&1[t%ln^$}+U 5n~Џkn O2](p坍F 1'@{S2v4NoMnIk#*I_?QoYXZAͣRԊ›T#ЦF (<hHYk)[齆KƲ4j bue77kJ,dpwQ°=5F:I{6脺#= orFr(5q:sZ$0 &$ %+ iilm/DqLvxuR$(D塡0,h>hS8}c!äz0`{/oDdj &](g67~ .ԞM:X6b̴_% ِ,r.M%;Z\e)./soZߞ;NaKIi* D*hzjN`<9#x o?!Z:nOI%5Q5Ta ?;o-ZRUDN7L~3nTN2HT!A'v|=meEC)]+HNرB>ʫ o?ȩjTnio)`bB?; Z';*r_^2=wrC;1i=]|Z6qKjg1dLs4FY`foaƪh͹BiLy wM >ذEl><9- x*Y)/0FMwWi %a_iyG+Vc6,PjR.5-zv!.炓NI; jћSlj*&J)  tp%(#*= wcvB]d͢WƕY-cIY'Vfվ;vw4-~?{*AUP`%A~; R} D4`cא E/I[ʧ3Qz 4ɗ\FnOj Zߑ>>@"ne:E:m%P$= r?,c #xb`1ƠXꝵ;*?,r)o[ c8J[Ju$7~^<KfqLӒqʿnf#C2'mmAso4kL>f"# =/uMFwa-Oo{_ESIm=>?Jh͘`M&KXW2u2}Jg&0[]#_Q]`X]j9}KO4 +9;ݓPz&zZ^Kl|kȵ ?[*N[Z-pGlC~:o0h[_I>cCNGy 2>qsqK6vfolqDA~gwq.\!+>E{63]Jv/DiND򤁠h '%:F)M0h^ݿ*ݮj&''WIv/-'K (NsP}/x8'@ݩ_T_ʴm-!5B LJ :s9L&e(?‡%f1pCֲv4~RxƧֲh?0QwC r& 3r'83g`#y}?Ș+E$?r M1̳ɄFCe V8 @j[)yy XHwiPM}Ч>{eP~ !2H53e"yֲT?6a3n1Oq[P-m6uc ɓ \1"i Ư ̔䏠h%N.It :c oebڅuBɁnq7Le_XiݛIk]$@$+S݌d>&f)p/1=Ԡ?ѽٟžKO"H3`IuC(_RHD6w6C4ITnvd$e8G(cnt/E۷&O__u !j)k̗f*&W< kRAդ;UXĺrğ:U_< 1lt "4kE;ŭ j~GYPȖK@ 4rdX>}Z'F ;3ȬF=_6uz<{ &" haJ;{ Ptb/Z>EPLc~OMU6z?'5ӧ>OF| 5No'nehfHؔJ#Rv)lHfJ3L*/v.>asVuOɄ36zN . b9NDxV[^}fj( 30Zy49ʻhjF();gkw;zŨ$+w 牗j0OF:>ݒ\,,\fe0cNo4QPu*$B`9!ƻ%F2 o5<.wGD;F]A} x"Ź5ΉoxOxtO?гXw-Xa#eLMwI wĪl<3 @'G#?k<g?]Vp淙/዆XI7g`&'g>\,8 ?J*f 1~kmQ1?Պ8/1Bf;c]$ɓ|:ڧ3-8Gw{ >ڴ0fۮڵX-RR pAמŞ1,Rqy'$4Zш0 sJiqSJYeFP=IU $nһڿr!&0[v W6EvrrEXMH;X' \Zz(JG&| V[2h>\j#۬||꾶-Хx)%uUBמZUI}8f@%Oͧ_А<(= Z @Ҩ 65$;.oV k);aL٭J¡?wߌ-$p*^c[G]wiw逋bËrO#[Hs!^R NVFL NRkA Գ q`ǘzz5I4/S z1_\c܉<%ZHc$>ml$~*V!G2 ZFS` ԰ YN,Ft3  M|xiio4dYp\,4NMN>qQ89">_@LBv!q, ӯ7/2žӴ[_ oOR!b> +`0`4rg 볩 j;)4OIۓU4 q3æ*Kޗ(m4Y^Q~OTk9ٷLFlf">W~ pcTtB<\1JItmM[2qo)ԥ<^||wqsi5aM l(O I%a.3=*>T 2Ziv&Jg#3Zjh|pg{{=BYe*GSxUg\3& Ѫ- E+vI0*G2O?H3u{>KDJ"qVw,298kj18r0i6xy 'w +ϧkYc2aL }I3ɊȷX-Y bk4# ;l p8tLQ P*'doIvдJ@^PZ1o+ Yr бb[3ɥO6G# som x"_m;@J–2nW| PVUe.Tbs9l Tlvk6h7l#Y=exѤ=oæ D3 [3+=c( `_(C]wY܏.,M]$]Ҋ'&>Ӡ7af^\pTWCnUN=W'Od $D ٭Q<58Baȷ'=n!~/>oȿ<,uq2)NV{rTP_x! (HEqe{2 |m͖ gwn+[y mJ''H&mG#D(AN UQ@|f)`EM:t/}߀\H;/z{?ߗa 1\$/f@m"q=\_ JB ?+ժ@boM!2f'֙0֙¡C =ܬf޴ul,scjQ̍:> cOY(: 6XZ;>=w\ ea.'!|@ 8%w^$}Im%rC-%_Q]nn} 1kx%rt(@sf$p[7 S{2"%)32ZXR7u3q!BX/|Cku%t!HEI!5V<Ѓw!e h }wCfZ0VLds-?<;UdMekժwY@݀91LanQ@`o(m6ohS5,JE/)p~S?!z+B- IPW-S]Sq͕VcQꆲ iFu}ѯ@;=c\f$E [X/yPeT\/ĿVAiV|[H^ )?5"iaz-/w'Tr/IUÁ M PUu!dS"x&<ձn:Pm%oYw%vTqEo qH@[!nf0 E&o- qX\!кvjΥ73a1Ha]Z,[U(H.iR:9Odc?r.b(.I,#䴪Hl ) ^hxL2ȢE .ο) ?V\lFKo|IEdH#Jnգ?Īk"P!VbGej{,/H"XdjQ }VziR9%M]S@d9ȩ4AS.-6jj%V_ %o^9XէEuY`=I0sHG p*n5@Cڍ2;gKZJo1U0-6w.c#)(#?ENyf0L$^aury3B(N✸di?q'!WysYrm?'hNDSaZ1#R\?ܮM\сҾK%|b4T" a2Y>eJY rÂ`A=1P-``,ݍ?s0D$t3)bdul\RΘ[6y.j.+k ?Y֛ՓE4zۚxOW{c 䟬 ]5 J6O򖩯JvEM2乶::48<;8z0uEqמ++ZJg(|)P3'Ikm.0Cf1/%jU;F$j?$~T7{# ԑ]3;WFkbKr^l|`|Z y`-dT@i%}i `]6Ŀn#W`_RBM ![ܶyܷo* cւƇ9@/a,O͡${^ ҪZ#:/@  A~=ixXL1IZA-zē6j\s%Y}˯G\9@ (+a Tjm+:c^Og1C">*7YwځU+zz?F8yzc$FwJضKT.F_9C5L_w 9;g:^CCFK+V8*6uRtO^TP*ytb.8Z]^OTL!e_x5󷰆_pJEK*=:C)s sm kM﯅;hZbF8Kh\'X-Y)96[O%)6"dP?+Մ^)%L  yUs[nvf4#I0M`!7E&~(e%,Z2Io /FA]F#D \acȪ3 *Hrߩgx:k2iQaPfړc>T)2#X94q7Ι8DհW;*gL_jh_md7 P^ v<6~3WcBgMxjPF xF]or 6(:cnꃈCWmd'0t]BojΗhQ!dM cj!>Yp'۔8@oyG:.d!׋y\ph&6%obl3㫌VN|ZDFKJ)lL@)@ Rݵ xV+m9|. <(/"o"辅^(uʯQq7ׂ3̝V-+ObXVHh.5ۆӰĹ,lu'n6kL"/Hڅi38XOY1>rku<14Mna:\ tr'#'䎺?;BXu-Md!bn,ٙXAݡQ)D[fhaJ禯͚@8OЋژ_"`'QCv1w\\$کӢCX-rCjB6TuFر|M0qWI@C Ȁ1W͋Ik=0n22p8#Njji8%i2}FM/rޭA\$LUT?a'|VLQ.]0;0~! mrݰ=`6+3!h0Sث*EB$|ItCM "J0KfVY)M>;AC6ad'iyR,ks0/,dڤ78s<MIn/hN9F§Oytra&4.xw9vbñUWYک'vf WTS={Z}T[Xk8v5Vzؓi#ImN8t KUx=uc5Õ>+&"kV@^xF9 ]i/Ft=qNM=9*@JK1#G|+SaeϥY m7VKB܉V(Ƀ mgYO:=Ǧ{n7]Һ:I  }A^7EnAhTUlcŨ7=e.4{^6pׅuّ@)E[JFr +vY_sF Pq--YhJ:H sDūvϝB~dX:vP sZ"n6){{y"(G9R&M ?4,P`"ͻ͂)g7]Ři!D8+U=3 D 7YM*R *$U/sRc!qu\d )Wqk TO8ӡSeʷbیcCu+ߧTQZLlꪧ0u^F滾gBHrpG-T{{6n1˭1t] !+r_: 酞N]ЂLjDZ`\mt bϢt]ټڇ]h/T^!4 B'_A(%U61xۨŬ{]@Bsz+r^''ЃrjE /^L c:4#ƛoܱ;/]PU/wZ"GF䵕{)u7Ĩbsw$5Qp7F;+~oR߀s6)/7#qbCŒv\_=>7) g]='3M>j7] )py}a=ݱY3^\%` K(gnļ}q,k IKe?8?r$2?;G?Rplxf^|`x, JXS_SҪ{z 9"'>x:虈{+f}g8 fo6qSwԠ#E~%@Zh֧+\o[_ߑEvNelU{{O6b{U3z5h[.V=9'EiJkqck[Nu9ᜐfW]nT D{}zb.ccGOaDR4{B'O'/rl BYt!3l l?͋?"67t-|?-#ʬQ0B^Pj +9#`qGoj1oRW^>±":rt8[%@qu:evp!y8[wN]NO_$؍նque#Ie3J_p$-t"Ǜ77KF`.I+^Lƺ'JAy{B}?V#_T.^󠑗F.'S%We'b9P|r"!"][Uw8~3:#*gv&~utg"9ъ-AiuKǩ"E!r'sH>`s;l}1 w$VYXW,lΖLs Z(׽\휎Dj M&y5@'?r,xZ 艥`uw\;Sg}#1*A9C 5U3JJ[&4ڨFN0?O%{{3P\y #bMg༘Nlwk ;e>,CjB5;:Qo[mDFojE}>hm9fb뮪!Des:Yc`=5aOvl0ctjd:Oގ#P 'Y x8VYn #?~K6~BOŅF.X1,;e@l,ŏV+ oRƵ( ;ՆfXm,4.x>Mw.5Z^[y{#p@^Cvt>Sn.} l]+,|28"Ԝ4MK|{-)Ֆ蚓ȝ^3BcMEs){ Q7\f?3t^>)]IU%O}|pmtln _Y.mO%5%p.yn!> VA(WfH~{ ES',#t>8Z/P36"=~u%+Z^$zEUQ˥$X؇EJNZI!Rr_En9>?eP܈ #^33-quQJ`7|kJ唔H%L#WB>['API)+KF&*>_ٺ)9j^h3ii7o(Řj%T*}pT:ܞ#zx]|HPKLG ~hՈ\Fc @oR9 N1GE\hs .iklMỲ jU]S($w>bS'oY}yD'@*bX?FLw4ƷJ5v-8YD _q=OsujJ%yzZ͸CLP"3zC*>IBY^;dd6ܾєGl?JR^Q)lL|׿wځ~=ҸM蘺XTsZGXxZO'-j5]r]/E+K.9/yt|ϸlK$mP z,SKR"?)L6Ob:YBڋ\J#\I-G-ӹ[=NxCSi焘~ xqY܀+yæF2]㓣_&F5k,KYЫ|ؓa.6vtv6e6/3g=-CEmI.֏)gQ- 쫨BPeEJEy˻7GP&ߝ_|t~qXw?/G*fCB.Q>~:8;?|HOӴ&nfAE-8 G2[۞BU z!8!ʑET. RHp:I*Tq=fc6 @h .- n;\2_rk8Dyio]mur!Y6Xcgp`gܡJąTA n=N垛3;~<x>iߠֳR25ؖK2_X^if0֣`R z&) 6TAgK#9ކlҶ.1Rcw)foA'mϧ ?s4}?BFLEGlu7mlUcj48ymTN ~PzbwHmg?2"_T+ܾ4|j⵳b<6Gj.Q)٨Y(jA6Ƕ>~9;|m7&!OԳ1'I+s ύL>:MIZD F6cPL>_@Msp3x+p$5vDE]ˢ`X(D/Z%A7 k/ގ p##X?4R`l!a=r# H&{}qeԁ5N/ݐa{2UBˆM54pvT}ZB|BT<&%A%ג;/67(.#~;w3+p'(1: `IҶf_X_b+5{1q4·ND@,';[/%X-O"luߺ~Zo\ӏWw+7zŲ~|UO)D\ƿ%JN %?[E9pg6E35P (!e1"(;N1VC 3g{ 7~PdI)9Z9Z9cf8 zZ[V.feF pB6egHGٸ5L U 4pХwZB shXv/u%V_!Ǯm \Rl-^`ÂtY(y\tͣ0;^goorh2 >' %4#iX&/vplE۔4پ y*AqkxE[PA>OPq^gF/V{LM28ُT켿o?vگHXhrɿEG%C֠\e'K!X"TZ@3T1$l8?sS(82 :4]suPN[i@Q_ !L[v*-ώ~=@B!G60 $X!f f[6Wb&[|A3* !FNCl'U(1dp$eaޏ͠Ӂa{DǍ4$x`+p{F/w^'F"(9ӻm׎+b$KDL☶ŶcVzyHJ܃76'tC?_;DŽ;>/77iB"&$\SYT>"$5m;{Բßq"8SaƩj*E/p:Qˢ8 8׭\{9$2}򈳋 Z<ε\ѣႱQnY_4O.xb>dt%pf?m^|/ʛ@k@A^8~7٧4?}D %$d\EOMNw ^Xl[BKyj[eQ$ٺSwg\ o cO}#ߣC }YװQswo0: F)MqdZ1Og-MF%gx6PRS P ! 5"mAXJ.0nM'CÆ>mT\QO?$؊薂AC;ah &րW@k zaL.NWK=/+(]MrJmlnHH03ujKpcFJWú7rk<u5f혏9Ň|d[H" е,mG~pԭd!HM/Ze5e `;`;t6kgD < -uOvN[ \qKt DL "dյ@ֺz|1]@t%w_R0 3Qm3<-c_zժ2"Sn?QT3 161`= w<-h6`opDk8#`7ʭǬ]B^s8HJSMY(x ' k2 6Ex|~*o QwXŔ@y3u=<0f`F*N޾ĥ*s*G/g3j)Lz3R_cυhLaWvQ6t7쥞vxIɣ}X0he_O1QPSp pRe"![aXz JjKF~5}nH컮KK(lv^̀l,Z+mqEGtUK ͓>T\@/?]|::8tpq|Ik8'x9wbRCbL͠s9]:xt:7'Xvw֯滙TwQH mXBY^(JՑRjaFw~mLtU0ip]grA=6z1B0]nA)20- kFhyx޹`zu"y#m49*H L DkE!SG "~tG@*u\=M)Ѿ_6 tx5ݦ`a!9%eDNQ~(m1&cҳ(58-QT#UU %lK ([qmM&,qя2Ɗ@ N8`WD{(,(RP\|7UbR2m 6/QSچ֐*nStaL1x\KG>eT J?. Il2ԛ:+JX &#"ɲ}3 4u7ԏ-G#Q^~:$)KBڈx S8ЊH" ''0T,4Dm4LR2/F./Pg9k/[./8V7Y G,wUr#{~~=LTG¼ Y?*@@]j=$G"fO?nwťZyD׭/!e#8=כ`<ѡI|ӄ~3Vu*oL!ND`\2 <3$s"9]PN`FF64/Fe;3r#΀]j,_3Le0Ri&:5)~&,u 䀥0jյ9RƲlD{"Eoqda|ScP½H2|~5r'|KL+iq"H#yAz< .q?ДE>ך,.4!G lDnyV N @cӛ eTe-C)v[E6lK;$jkōX#6Ϸo5z1+,OuXU9GaE@-,\A}qS0;s6r,7?C+x;E!Jܦ",׿'pwuj\^#@i@fw(D*C٤M_ Pu̩F8J] ~lVzpn/ OfZ9E~ֶP*?9}ߦӼF4e2+q":<4ڛ.rQE8YvFmMDBւ7|ч % 3LiD\'CIYƛ30>X={jEH Ԯo >sؾ֢#E9nfhF r!cZXNXۿjN ,~ I}n8h'd47_)F}l&Q~,Q G5"(lxq˗ "0<|:_c::G+pS$Խ0;!\[ɾ<E^}|nÑ]2oe2Ǭ LIkL!|0ǯw2iЋS.H'iG!үć>ƈ'3J`F-c9Vn%VFY⠃M8_.3aWyO1&V8_Š~w\NGABL _G}/րLֲeIdj1¡L酿;M3md$ DֿHoo=΋֣Fo(We茚Ow:Ľ/.o (BT~ K Y^~|L 7/0ri)N` e>?ȊrXr`9f#чד9u ?ֵz5y!U񾴂nZwm +K SS B J)d'QjG$8͖!+Rus0EGU_S$1_Vg-fUS+?qm;k#d9ILE}&ug0dznC2uI;u̹?6XS9j1'lJV D~w _a֝lAU`,2p++]޵J6n'yN(V Nj-yC}< " jIa D 9aOy-Oc!J: #-2ߕuӰ>y%ijgP׿Y1V\E߱B@C[ܫkoT L"&dکi%:Lhs"%x y)::>: DsSnW7svp7`0 X[PgǥKl:ҳO1qJ<1H渜zŢ:ggu~!t~aqVPvlLnjJϤXe٘?FIsO.zpxRJOӣs&Ζ>O&:X~m@ b92A3mE(-O$GK^/a@=>8OI:o .:߶su4x&:#k/Xǫќj^CN^Dwު/e9%Kg~Zfv#~SRȃ)E$!Q"+vAY^>KQ?ˀ.Q#K9/3t8:N.u dBGxa'e`u`f<l1L[O/gրX H.3>W TI> mxA_|4 M@3'48nZ9~#tAa_/v;a=[[H#>j͒rN*ajWWE 0:x;WF+Ui_/sW{t.(Tt+><IׁT=IPCl;7I&+yphqsTBZ{2h *vэHyo,A7#h8ls;E1.ʝGڸWY.<'Da`pCBhB4@bĠ(aV ,!=]A8 7kvʕ#UiNZ['H[fv{9!)5AP$xsr-(N4Ű^kzDbZ ?' 8cAfI\zs|cd,#P΃|9nYߣ;e}|SsaBzbκ_Gsy4YuYp#3O%},a[As|yYeX\$ՊQWA'$,aty.3; 4SKDɆ2j<z K#M-CBwLr2:=P߃ ?O}%E@4M.|6oU6-h2gThw {pq9CI-F g]v0""3]«)/4>ZD 83H`=3fn.ˆ7vbG}X֬Oc"Oh=q cE̫r2W},9![3n5ذV xoO+xtwvcARp;Ը .iZQ;i>ΫfnrP_DtVթ9洕OjiSq`z-Wl۾l0<1Vtbm˾oݎ)Z [ ^W;nӨX)C~+//G|AƝ ߪ4S#_Cs N+Kl wmѵQPZrڶVƋoRqWDݨn,t_O ؾ^/ v}&Q-;y-J6R诚U<ג ˳'YAWxl}9f\2鍱Y?a1INu6M]Hz)noc(qg=U`}ٟ'qn{/#)GX* 6"uZȢ.ʪJPfj^^P߶9;Ddk=&KO77߳mLZ a܎}] K4yЧDd2ˣ3t:>9d?ߏd_Ou>0CYuR8e$Cyu0:&^8P]Aca;@mㆡgMYG o}-NoIKwzIK iEP1 :ՁQAT\ z#͏9OWEDb/~bU[*6)i߾&8>Yx>Ќ<=3Mb Vzb̐~2$^9S|W؊! ] Y4kjP4s{"ui4:JM;gg?j- pc=|ۏ|X0Mx sr"h>$%yb~X"; { Ζ"?zqwz%83T Q9JRpޔ{ OV0goOQ1)B3ΪwK'1Br!Slxm쒚|!]WnS@AGimT($rRZEL`.dlW/찜PDԵ3L]|I$\Gu0`4*7Z7v*Zw^Cq)j5[TFT'@pNorNUa&9v <G@<ߴ_ܲcH89 {_a˭_`T;h\G 16hA_˭,Vw^Y9C]Kh;N@ऀ/`^G  ݊FnKK\L7:Emͤx34&%ۣH?u=c ⋹fz]:_`J7p]#Y$.bј.m v\ yĴU v&`YE^gp aВI~ Y[ *gf(ݾOsIq:`d|xZcn?$كMk bVQqȰam_dM%'iCm>ʭؽ$ {(fzllNue#nB[C@ ꅭ㵽1~\'6mlo\_˓;?dql-<}:ܽodᏏ㓱?dz7/^2SLŶfZ,p: #*Fϓ{6o\w`x8/yY`Y/>VHz>(Qꋗ/]]}cnk'Ed;)*Wakr>U-uv35ݔPWyoe|jy7.̜x~!M#;7[-*dgoڪbڒঅb%=IvͦO;YC0LÊ^]9*zVxy_ETYgp|Y97]C#`h>NCO'ai). +wv.\_ju἞ڦ~-e1V)f [5mCv:w Uح6陒9hAB+9N:8.hX`*넨̦C8[ E-bA+֛f/#׈E\ص%pW6 ʱ-.t~Z˺.B'-vjFD}KRDȸn:^벥}VunxkeR>\hG;~U[[wr|\[mɘGqG2CZV7}^y|NJv>^o<N)-M\58fqsowt4S0]̎@Iڮ'f}#o!*5FIɗxQDC*]UsB|??\|oԵ'Qnr`VU fU]IT+祵]7|u$պ[5 EWz)WMDcUKXX- hBsa|v{:Bm6DA8".+TCC`JF,rC"X̮婣'B[U Fʵ !˒(`U{n"Kjr}}jEQ2EA)UҢXWlIӵCx(K~>u*<jxt%=R1(0TJ0LD Uta۵; od[+Kv]I45m#AᲩnV$vWD=]-" cË2%n,F[:pUA4kw/?G81H^'g_w6P!b '+H#1R(1P &ȭ=8n# 0){05'$}=b񘲼W 2~[;K[ -ѝAkg#-ŭ+*7u1!H f.. ڰoi UOpڦjy/ϿFe+ٖL篖őpAޔ0f~1e/l;҂D_jsxO(~gl73` `kB{iqEr=)]u'.s%hTeKgѽh p2#0@ش[Bn(h*/ȡe!޽F[vwyFg'gd4yUADd?ܓh!200 !??G \B*wI/s $;<۳Z*I8iɜ^fx JB ,8S'D16'~SK؃vǃ-}&n>ޕ % Ő'{ 1a2U'l1BIo-t+#LX Ie~d\֞ao,[] 4" ]{멠*f<-hY_}Y&NT_~"x4Jk.L(xQY̳Q,+ R4"#2JoLr DϏH$/X[")vʾku< * ?RW]1LZCTƄ$7tEðτ`mtq5K^xb25u-ZjD' Z$UƇ9bIy+Xy5p;KU-M`5g*~HP%hvMPG1".upt:8%j,S8ZigkO#r m"t+QHLpD5_HEڌMvgj0}O"VJz_re^&/yUu:]B!a/ǃ&k"/'wzh5o{NLsqul(Rc}=>T|65[kӬzF_Jq>AF=F9G "' +eh'[T;UjvSj)S#mJ-傼 ,c ˴Y1SPgvL"Pq޵Hb_,a%ѷP!.̄bm_ J5Of*5nr5I tB%+vo[H jah|[SxFs`oI 5 }yKPhۯnᒣN8푛{?# +HA4e0\JQ q.E\s!Pj"w%>XQbBx%?D6]IbCel'Rf䌬cu{1 ]2vR5 6aέ',t䯮q OnT0i KP1ðħ`Ŭs1I /GR#IfL>4GH\7\ d*%7K-vZӌD̺*@F#!&& 8qhRXa7F&?\iRj..-D}~ċeB#b!yeQRdD[ eb'ğ<!|e$µxә'N))&Nu!:xs"(LQB&J>ZffQ`YX7ɝ`Wxp- 4P fQ<}*FSTz *JtCa$yI+J*Z$n >аhR)?V~cMT*"Xx?t“`l[u.@dL*1>tAv:zfǠ+0mMŲi)WRD_-.`(o9P'BЖ>0POb0秈${NԿ_&Z@yk"Ua0h𪆟us|_y z#KHQcVŠ3LΒVsr˿nf bœgOb=ro\BaόO_W`@aՉ9[(?pE`{ko rsXDFU ._p i-8N.jzFK%/٢rc6ujE5V1|4z9vL5cJ˱䦹AcQ)Y$z|"\$N܍QBuX@x@E +GKt^,,/z<)Pɡ'nxN%X%5ԉ j47|aoorax 6Myq0fL'yC\{ &32,Py!UG,f=|/0Lp)sqD?^%WXc$A7;#s-HC3Ti-HeFrGJ*v!7,u)55`՞A]~ܴ%bKQx>@" qRox* eB0~%mi]mBH^TDVMajb0;sZp܏Xiwokb6"oy൒ESK!#yBBT Wy(2\MfS(2Ջ\(IҴʒ+1F7>^ (R_m gy&!</̠G佮;IeZho&D`_g4;,i|Z#rM KKƬrey}r}[~Nk>&DEÕA͓Ԣ&`K1HWXCb #Hn`d*6 8k;UB,v~E(F;np>X?d9Y5vYҦm;=)ɏiH %WbRϛfسs}2eam)EPⶹJX2K "bNmoHedpo Kijhd -:oQIb m{E"Z\GdÓ I.ML43~$ ^jI{⻲+i7#M?_CjHuOb4IVzSS ߱zؘ6u:^@1 g:L9:{~vxݫ|cc]9@9c[?4YwP>3;r~BuY($DլH.HKEUnap>OH-]缾/3׬صS !ec>#ռzKr$ĸoe+;sWmڳ|B-VcAú*)4L}H. "+l&._Re@A,ϫJ/So߼yy/^˼a= mpFb?q4I+v\gf6e'$A`ٺOGc$aĉϤBیV}|a?(O['q*3_rߋMOcC>.oͥr ApBDhEI8c5zA3 Da$H9x4ujVb*ONHH i/Bqzg[>>jZ |xy }겐}L6yuWWC*!'S?3ocn`;#t5[,SŏUhv2ȼDjkHXx mI$ l6H0Uӊ eñE=y6:y6iGka#Vd5|(:4fd~^!>kT ^5ǺfZ-GP V J@"g]q.hIV£ 8A -X!sp :QiM'(q,[O>;ķcЦRUJB qӾۃʱ e[, yTYx:`ˍ3'S{>XU<8L?%KQaeiӧOUܞHJ"bqəʆn"$;q G@xUhf@Us+7rŻ[nq̧# ><_F$}"֯~Pjن$J?;zD(I_KM}e5jRerƵޘM0PŻT2}e8]̤?xhK‰уDfiAn%'铟NǞߩ p@Ȱ i8|Zcm|Tϛ,61~*|KJKLSYr ;|h-T_3 6H{ë??=]XhA/C+ϫh֟4&\$0b$/_OO@~BFS&ZOuD2(y:IjFx~9;r%ߣ`ԇO_MKˈF+7|y(F4"IxQKٝm/@7=$Cod 薫IJ;)f MܷcB=LM'Oִ#A`fFxO/$5/%옉Utiw/:RqqyFh Bl+U u$#4I+N_j} ֯vvl <ȥH[et|*J,m6nZepbyNgFJv!E >ȝl<1p[}h'NK# @@BZJ]D < F=J/VdpNo٤ *>0Cyf3,8R{Y&U<;tsuJOkIFRZ,Vx2-qHo6QÊŒXBnj҄x3 N+C1AF: dLV7|dRZLԤyj.i u7\ .21ay=j\:c.uR20}8t(Lr|! \#MW~}8( ^Jadh~V/I84RK:Nitr' RQoxjO&IRmJ)]+Uw\"溮m?"4-M/CѱgGa-9!$fҍ$Q.Rda1Y^ߓb'qK-lj+I{kTiHs$W6a5W4*׈Kx @l.^puzb&LZGs,L*0&Yw0": ۋJd% #&q6/u|rHL8.~e^UB~Vrҡ . F'R Jt$F bc k$Yr&MH^}& !bUhIFǐu)^Ư%_ʏuvHUk,ŒxNJ;+#]1y>y'An56k0T>!t8%= ٴQ'd<x<96z&:Iw̻:qCYc\n++0@ZYVlvR2t !iׅ%Y?~@ TRE#OL(:ZbE:ioʚ@xQ\ V]|_yQjY\:n;IN˼>"d<_ЪDBhgz U&t&̦F =U~UL-(s/hҒ Ņ$;ȫ 4Jy Oʻ.Ak0ʊjQpJB-呂 ]j*D ;NjwL T-\zLBAk~^~s s} uA%7oS 4M{eF wɨB {Ĭdb'3T 6i%N.?+Ra&nZ*` c Q@woⓛHy Kã܎ ӯO 4p>G( \Uj-7ЧUv|3aDk"Gho-MH-į_gbE1h1ɠ7?8RoZN"Cqq_20"#ky=\2-  >4j2p˳qÉm%\wRI9/v> v(0w tH1>}i4 \,keM!3+ᔎo}&2PG9+ʅ|  Ÿa?Oi_+.pY?4D#яL3\νĴ9b%i5̛gsV?Ӡ4?cCB@GPɍ۱ N}rNjŲjNM&M]C H"L7B}`S}䵵X! 泀x`z:`k0i*z06mm.QDdl4&t'~m&;v| ($oFDPY.J'@blwnXa캹I) b~ΨQ1W=-s}j:/EPR0S# AC O$]@쑵'xb|%u!|^:M'iz=%:`R5 XDu7P>?"05}Xx&RHX>A`:ǛMH  z%ʁ5Y7 \נ1*Gʻ6.rცlg2m̝ugz_^x#?\J ƴSã0ƅ.[!P1RΗƜG @(=8QTwXtPvQ&j%; QVa*/{DrId|0ؙK=2MDL%`1OHgOoI;9S{,a䟫J9Q}{sHB&ssWɤW(ƣKg:HOл 1(r, ː[roNh}A5c YZ