NetworkManager-1.10.6-lp150.4.12.1<>,u؉]/=„V4%RsNci'*cG~1׺Gc%P Ձ)2 x gKp>%#3Jp[įw+>hGM^*ݠU@#"g c0B_Ŷ_aڰH ]^ }H z6"o;\ BH*@ SK):dǁ߻DSU^ dޥ?_t}~U[$߈D"?О0 +k>LH?Hd % P -[ai `P%dk'k 'k (k *hk Bk BkD<kFSkHjHkJD KxSLSRS(S]8SdI9TI:ZKI=>?@B&F-GDkHkIkX Y< Z[\k]!@k^-b0Ac0d1e1f1l1u1kv3Tw@kxAkyClzGGGH)H0HHHNHCNetworkManager1.10.6lp150.4.12.1Network 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.]armbuild04P0openSUSE Leap 15.0openSUSEGPL-2.0-or-laterhttp://bugs.opensuse.orgProductivity/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 for service in NetworkManager.service ; do # The tag file might have been left by a preceding # update (see 1059627) rm -f "/run/rpm-NetworkManager-update-$service-new-in-upgrade" if [ ! -e "/usr/lib/systemd/system/$service" ]; then touch "/run/rpm-NetworkManager-update-$service-new-in-upgrade" fi done for service in NetworkManager.service ; do sysv_service="${service%.*}" if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --save $sysv_service || : done fi test -n "$FIRST_ARG" || FIRST_ARG="$1" # 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 for service in NetworkManager-dispatcher.service ; do # The tag file might have been left by a preceding # update (see 1059627) rm -f "/run/rpm-NetworkManager-update-$service-new-in-upgrade" if [ ! -e "/usr/lib/systemd/system/$service" ]; then touch "/run/rpm-NetworkManager-update-$service-new-in-upgrade" fi done for service in NetworkManager-dispatcher.service ; do sysv_service="${service%.*}" if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --save $sysv_service || : done fi test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" -a -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -eq 1 ]; then if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl preset 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 for service in NetworkManager.service ; do sysv_service=${service%.*} if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --apply $sysv_service || : touch /var/lib/systemd/migrated/$sysv_service || : done fi test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" -a -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -eq 1 ]; then if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl preset 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 for service in NetworkManager-dispatcher.service ; do sysv_service=${service%.*} if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --apply $sysv_service || : touch /var/lib/systemd/migrated/$sysv_service || : done fi # 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 $6ppjب hG &)d68]\! &` v y /|p , u43 i joo:qU8Ƚ&C GV901 bV1 j"R*!AAAA큤AA큤A큤큤A큤A큤A]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]Z}ZMZMZyWlZy]#]Wl]]]]]]]]]]]]]]]]ddeee5a8cfa630f6d0866203586f1ce836dff2ba50a062a0ac1cd4e92cf48625d4ac24338101aef3456e8432415e87bc7fd9e64dd2c65e740ad6305e1caf39f308d5aa65c197687eab702e26a7414b7fb0c079e3e63d259568ee0797c36dca276fe00ddf39ea0b79b8bdc2e44428a142519b5af6067fda6c85baf4326e8d125a9111782365c42f54547a0ff1b6dbcfac04fec682c3f6383126324dca8ab4a66704e769fd4ed18514377c48383e04b88d00b93b21876d84b0d022701097d8dacf9ad36417eb3a48f137794242ffdd083bcb33ecbf6ce311f3b849d8d179cffdd605d287bbef06f1dba58f76e6d35c6208c384ad6456e0f482b305e92d54e7bc59e7e778fa80fb1023e821febf4ee17f001342a480e4852ec7a0d8c70518dee675ba4576d6812bd75cade0c4fa164b2b3dc1cd4562a320d4a8e8b1cca6bb3b28a33bc527dfbcbf4a7e67ab08702690c29b742d9645287cd653118adb56af28d46ff0c89ae6c8d72a906c4392f2a812ab45bcd4026044ddbb8d5f1783f0aae8a679452e86642dc9f6f61b7c8940b9d28a30c7f5200d769d8f05a87f46ccb4d7f0801df266a575d40271ac2bd2a488b7d71295b811c935b0dd35afdc3ceabb127fcfe385255cd41f443aa6cc43543484a8654af86191e5654776f9e8c6c7472c04ae7b15f5340e1848e229afd2bea6b9510620107ae2e1f281fc4a64888be95b07d9529aec5fc0a5791ed9779b2009693586a4efa881eed3c4592c39ea1540874fd4ac9f2d2b2022fa96252f586951776dffda61168851f75bdbc21a74b0192b5f5a25ed9ea6a5277de1176a311f3dc4df20f2e3bd2055d4bb72e92d081b6113a0e3666dd6b5893fdf22b5523022b23db7b3919ac3b016645f04fad2fb6a52c1edbdfaae0141f881203b471d1095dc78d0bec8774bdce6a6d1f5d16e3d10ec96d72e96d41ef54d4e8ad649e0000ee5f609922675a141b5810984e53119f643169c80b839a7889b25beebbfc33be00c8ae5d17c1a7afc00e39ff3bf8319d8e5226c3a5528961c57d62d5f59094ed93d0ea3c867abccbb77a000da7d899b13069564e8e070407e588c917bc8284fdda0cb16e94b3a8001dc44566d479afc2ca2b943fe802e3d2c93563e36f8d1615bbead659a400c6545462a328ee441e13a110b3ddf384ca14ae3d3c871c9dca348deb923437beb889df92730ef1344cc37af07f2a91a270a842cfee1f3fe298ac5b58e06fbb17c0cfe8e1d2f4d86db3a3bc08cb5dd0f4e55998c74e2fed169bd76e8617140e8841d0c693a6575e4c89094200b24b7b5c5a084e337d74c8a16b3d69feb381182fda7350d7e12e87940317ba4e08552b7543c609c39e28ada5443aa1ba6826365e8f56fbbaf1b24732c5c590a304628eba831ca7b9d10ce51970a542c7ace39cc2c485b75e680633eb07a5cf4ed1c3d9a2e0f9e177f52a2e1d19cc3d51a6fa5bf6735728692b42f963a495120c5a445647aa21c213dd245dcaf0fb0f385e0da7f9c7b2f7a5654d78e9da5bbb81e869df2747d5a56c7ef3b06ae49508cec0742748dbe4889db543fafe5d1c5813e9ac7c0c81f788533af1641d694ecfd2d3fe5ba8e5e861311721288ffa387a20aaa131e26c031f6c87c7bfcb9d60c7b5b951065e0f6bdeaca128bbfdedeca44594d018924aea6948a6be59f835c2fe2664632d441fc2597f773d2ca9b86f2a3b6b6cff94f762a9116d8348ce5e8da1236119c18bc2d6a77da410d1e44b01628b70c3bd368a0e087aaca6c8a3620ae32cf8d77550faa888753b068ea744b1457ad177cccac3d971255667bf28f96ac47b623afa23a0081d2a08efaa0b89cb52b7a64b6d7f7324b2754dc78e723d91ec347161383ef992102f61b16dbcf5019075338eb1c1b83c8f5116626f8764b77dc7e2cf82f0e1431b9cea9b4e53be223638700e3705eb9b6a42e2af26f2c627a80c6be8a7a99fbd54dfd1f2160abdfb750a7bc129de910c3e030181f79687441b6f72f8c35ff1c3972fddc6e5469d618242acaae91284fffd7d83a5b61b1d83f06b4aea412184c4c09e9a28ea03ea9d49caeab7d41010722e31bd7e17273db71940f1daa908efbbbbcbf7f3599311cb1a95b0cbe59cd498af04de26ae5034d2e19a96493890d142a0e7748dc43a82a74edf8b1e5eefa8f5e80a41af4d34f8c0720a7042bcda075b350e8021029a9e563acdca4de772716a1ff10afd3b59534f864df8f44bcffe6da92add51858d29deabf39684b736eb6409e2a26f853e10a449401f91273b9b7a89f3039709cb5181d5d64f9b30e4135a85469d535553db28a4ddb2311a02ccbe81d480fc2c2c0b6738472d53ce7a4be6f5d2a5fa2950f8be7aacecd41fee04e5547bb4ea0c8691a147a1ccd79ebc1bd5191141a042bf8131dc793eed5f9061844c3c37489100871fb74cd42434c5deda2097ad8b1a015ff7b0043007e3dedcde7cf035ff7794542911e787208efe60394a648d8da66cbd3a0261e71323d02ab99f81c9ce2b5839229181b6f1aef327bd675c8cf328cc246c444c128d9170aa77cf10955feccf6104eff320c81bb741973021d41dd1e3bfb6991e3096f0f4e13ca8aad4c980fa630ac5afe2e9b009fc0acbbcc9b91d9d4c0e039c46bb574a3afb1d4bbcb8b837eac62182d343ca041d067c2c08974571926f3b4daee85bd6ffb25d55dbc0581d5b60adfc2d813b3c493b7069d8b773d8bb9545cda4256afd75a24c26ba50e3377787b78a120a66fa1901a33cf00da686e7cf4c6db89758637c25b709114e91bed58b8812a8595c288e2b1903e101b90bbdc8ae1fc05fad3a2fb42ff6ed6f80aa9198b5ca26aeae5cd20c0a07de5463942ee08c87988a05de4171b3a6aadfcd5cd2f0503dce5cd5d0ba1137f08b283a228ad800da1a7ff05e2b0fdc93c8fc159f03d0a915d4cda24d62139ecab67b3ce0f13ef93f34163fcc773876fe17fddfc8dd12f73966e9c4846fb7ccaec4dcb956543eae8b1fa68dc2828914f44198e3519704593bda3a4dfe54eb937073e0e398bc1b5bc834e27826bb88a2bf0b89a1bc763a572d1ac85d2d1de080c1590ef70d5c14125f0fce665c3e2b0e79814bd945e3b42ba84d89f00651e89ddbc733c91865ab85a45361d7b59de23f768294fdf68f12bbcb9381d97ede1a801423fd973f80743960cfeebb4957f1829610a47ae11f9ff78cf2d238f5e0b46b45d0853e24dc4a678d6267dd1f6ebbe33c637ba39840c238531d7a900c54afad1928491a914b5360a384a251488cc61cb8d183df015ae3894634708f77cd9a71772862fa95e55dd12a9e06abd1b939393fdbac3c9d6c2de73c1a973ef142b99561ebc654ba6dffadac3c5d1ff9d988d05ceaca8012a2150f79e825d1d27354e13b21fb5347c0b2d2096396cbd9215b762b2355b928518d30db1ceb395700c46d15c6d967a0e1b333a6a3831141ea80e13f1fdf8369d4384a24a02e85338b6fbbd177e9c5e3d2812ac8995fee6f2ed452441de7d6175b0300c1fb63e49d9659a4f9a09747c320d51d3cf9dfde210de67b70862acf849890f6477b00dd2a5c944a24373abef834dd36e0a5e82237b0122e036d69081aed9cfaaf9ed045c73a1dbdb9b0b9db8747391334fc0fc9184980acd90b2dc04eb4fdda9f1464ccc73b0d73618f082d77a8be482b0ba965f8667123d7425eaf8ad077256ebcd36cc73b0d73618f082d77a8be482b0ba965f8667123d7425eaf8ad077256ebcd36cc73b0d73618f082d77a8be482b0ba965f8667123d7425eaf8ad077256ebcd36cc73b0d73618f082d77a8be482b0ba965f8667123d7425eaf8ad077256ebcd360766a8d3d5548a88028299ca021349aa7322b68fa982f38c65823d094560ee35407dc7a01341a8f9ea7332833295b5e285c2a516e4598488734018e67421705847381a148e58035f67d3d72a584e61fac459daed9ed498481bc653035aa7fb470766a8d3d5548a88028299ca021349aa7322b68fa982f38c65823d094560ee3593d6e19ff530f471896b9d77212a1a9239aacec6da0f93573603513db532bf69bb7fea0ab49dfaa32973b2b876fbb61c7b10c0b80f5b71339dc005be3f4786457bac3bcdaf7852a0447ec14cdd9e44a80fee23d35bbd9fc50bee64eb60064ce51dbfb151e50d77f8a9dd4f1a0e3a6f20b33feb328ac5425b91e51e28aab196c9nmtuinmtuinmtuiQrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootNetworkManager-1.10.6-lp150.4.12.1.src.rpmNetworkManagerNetworkManager(armv7hl-32)config(NetworkManager)dhcdbdlibnm-device-plugin-adsl.solibnm-device-plugin-bluetooth.solibnm-device-plugin-ovs.solibnm-device-plugin-team.solibnm-device-plugin-wifi.solibnm-device-plugin-wwan.solibnm-ppp-plugin.solibnm-settings-plugin-ibft.solibnm-wwan.so@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@      /bin/bash/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.14)libc.so.6(GLIBC_2.16)libc.so.6(GLIBC_2.17)libc.so.6(GLIBC_2.25)libc.so.6(GLIBC_2.4)libc.so.6(GLIBC_2.7)libc.so.6(GLIBC_2.8)libc.so.6(GLIBC_2.9)libcurl.so.4libdl.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.0libjansson.so.4libmm-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_10_0)libnm.so.0(libnm_1_10_14)libnm.so.0(libnm_1_10_2)libnm.so.0(libnm_1_2_0)libnm.so.0(libnm_1_4_0)libnm.so.0(libnm_1_6_0)libnm.so.0(libnm_1_8_0)libnspr4.solibnss3.solibnss3.so(NSS_3.2)libpolkit-agent-1.so.0libpolkit-gobject-1.so.0libpsl.so.5libpthread.so.0libpthread.so.0(GLIBC_2.4)libreadline.so.7libsmime3.solibsmime3.so(NSS_3.2)libsystemd.so.0libsystemd.so.0(LIBSYSTEMD_209)libsystemd.so.0(LIBSYSTEMD_221)libteamdctl.so.0libudev.so.1libudev.so.1(LIBUDEV_183)libuuid.so.1libuuid.so.1(UUID_1.0)mozilla-nssppprpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PartialHardlinkSets)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)sysconfig-netconfigsystemdsystemdsystemdsystemdwpa_supplicant1.10.6-lp150.4.12.12.4.73.0.4-14.6.0-14.0.4-14.0-15.2-10.80.50.6.44.14.1]y@\\\e\@\|\R@ZK@ZZkZZ@ZZH@ZxG@Zk@ZiZhu@Z8@Z+@Z!D@YY@YdY_wY^&@Y0Y.@YXQ@XBX6@XAXXXU(XU(XS@WSWށWu@W@W@W@W@W@W@WWL+@W@WV@VbVV@VVV @VzVTQ@U@UoU@UL@UL@UK@UJ@UT@TܕT}TTq@TTO@Ignaz Forster Jonathan Kang Jonathan Kang sckang@suse.comsckang@suse.comAntonio Larrosa sckang@suse.comsckang@suse.comdimstar@opensuse.orgdimstar@opensuse.orgfabian@ritter-vogt.deseife+obs@b1-systems.comdimstar@opensuse.orgsckang@suse.comdimstar@opensuse.orgbjorn.lie@gmail.comdimstar@opensuse.orgbjorn.lie@gmail.commgorse@suse.compavlix@pavlix.netyfjiang@suse.comsckang@suse.comzaitor@opensuse.orgsckang@suse.comzaitor@opensuse.orgdimstar@opensuse.orgsckang@suse.comtchvatal@suse.comtchvatal@suse.combholst@lusku.dedimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgdimstar@opensuse.orgzaitor@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgsckang@suse.comfcrozat@suse.comsckang@suse.comsckang@suse.combadshah400@gmail.comsckang@suse.combadshah400@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.org- Modify nfs script: Only mount/unmount when the file type is nfs (bsc#1074074). (Backport of Factory revision 335, also fixes boo#1146935)- Add nm-add-CAP_SYS_ADMIN-permission.patch: Add CAP_SYS_ADMIN which netconfig needs to call setdomainname (bsc#1129587).- Add NetworkManager-CVE-2018-1000135.patch: Fix CVE-2018-1000135 (bsc#1086263, bgo#746422).- Add NetworkManager-make-nm-wait-online-follow-nm-service.patch: make enablement of n-m-wait-online.service follow n-m.service (boo#1130355, gh#NetworkManager/NetworkManager#76).- Modify NM-add-wifi-scan-polkit-rule.patch: Use polkit action "org.freedesktop.NetworkManager.wifi.scan" instead of "org.freedesktop.NetworkManager.wifi-scan" to sync with upstream (bsc#1128560).- Fix the connectivity value of devices which was set to LIMITED when the connectivity check fails. Now if the connectivity is being set to LIMITED but the device state is DISCONNECTED, then the value is coerced to NONE. Add patch submitted to upstream (boo#1103678, glfdo#NetworkManager/NetworkManager#138): * 0001-Coerce-connectivity-LIMITED-to-NONE-when-device-is-d.patch - Fix the global connectivity value which wasn't updated when a device was removed. Which is a problem if the device being removed is the one providing the connectivity. Add patch submitted to upstream (boo#1103678, glfdo#NetworkManager/NetworkManager#141): * 0001-Update-connectivity-value-on-device-removal.patch- Add NM-add-wifi-scan-polkit-rule.patch: Adding a new polkit action "org.freedesktop.NetworkManager.wifi-scan" so that distributions can add specific rule to allow Wi-Fi scans (bsc#1122262, glfo#NetworkManager/NetworkManager!68).- Add NM-look-at-all-rp-filter-value.patch: look at 'all' rp_filter value too to determine actual value (bsc#1084336, bgo#794689).- Unconditionally enable translation-update-upstream: on Tumbleweed, this results in a NOP and for Leap in SLE paid translations being used (boo#1086036).- Update to version 1.10.6: + ovs: fix compilation issue of OVS plugin and various fixes. + team: add support for team runner "random". + core: cleanup activation of device (rh#1537160). + dhcp: retry indefinitely to renew the lease (rh#1503587). + core: fix blocking autoconnect for no-secrets (bgo#794014). + libnm: mark async results as cancelled (bgo#794088). + Various bug fixes including possible crashes. + Updated translations. - Drop nm-preserve-agent-owned-secrets-on-connection-update.patch, NetworkManager-1.10.4-buildfixes.patch and nm-fix-autoconnect.patch: fixed upstream.- Add nm-fix-autoconnect.patch: Fix autoconnect with agent-owned secrets (bgo#794014, boo#1079672).- fix nfs dispatcher script (boo#1083831)- Modernize spec-file by calling spec-cleaner- Add nm-preserve-agent-owned-secrets-on-connection-update.patch: Backport upstream commit to preserve agent-owned secrets on connection update (bgo#793324, bsc#1082762).- Update to version 1.10.4: + Load jansson at runtime. This solves a clash with json-glib that caused a gnome-control-center crash, but also gets rid of a hard dependency. + Correct nmcli exit values after receiving a signal. + Fix libnm secret agent asynchronous initialization. + Add a default route for a modem even if it didn't sent a gateway. + Improve communication of DAD failures. + Remember device default metrics across daemon restarts. + Various bug fixes including possible crashes. + Updated translations. + Add NetworkManager-1.10.4-buildfixes.patch: Fix OVS compile errors (bgo#793183).- Replace sysconfig with sysconfig-netconfig BuildRequires and Requires, this is what we in reality need.- Update to version 1.10.2: + Added support for 'onlink' IPv4 routes attribute. + Wait longer for the carrier to come up after a MTU change. + Implemented abstraction for team connections that exposes team configuration items as distinct properties. + Added basic support for tc queueing disciplines and filters. + Introduced an Update2() D-Bus method to update connection settings with more flexibility. + Many bug fixes and improvements. - Changes from version 1.10.0: + NetworkManager includes now basic OpenVSwitch support, good enough to be capable of setting up simple OpenVSwitch configurations. + Added support for activating PPP connections on non-Ethernet interfaces. + It is now possible to authenticate to a Wi-Fi network using WPS (Wi-Fi Protected Setup). + Implemented support for Wi-Fi PMF (Protected Management Frames, 802.11w), which can be configured via the wifi-sec.pmf property. + Now the maximum rate of wireless access points supporting 802.11 is properly calculated and exposed on D-Bus. + Background scanning is now disabled for non-WPA-Enterprise Wi-Fi networks. + Added support for the Bluetooth NAP (Network Access Point) profile. + Added support for disabling connectivity checking via the D-Bus interface. + The internal DHCP client now understands the domain-search option. + Bridge connections support the group-forward-mask property. + NetworkManager can now configure multiple IPv6 default routes received through RA and each gets configured with the announced preference. + It is possible to specify the routing table for each static route. + Support specifying a explicit routing table for any non-static-route, including routes from DHCP, device-routes, IPv6 autoconf. + Device are left configured when a user sets them as unmanaged by NetworkManager. + New connection.auth-retry property to configure how often authentication is prompted before failing the configuration. + The platform code that handles synchronization with kernel status via netlink has been reworked and is more efficient. + Allowed the update of connections that have an associated ifcfg-rh routing rules file. + Non-UTF8 properties are now escaped when they are exported on D-Bus. + NetworkManager-wait-online.service now starts NetworkManager.service if needed. + The MAC address for bond connections can be changed in nmtui. + Fixed dependency problems when setting the MTU of VLAN and master devices. + The systemd-resolved DNS plugin properly handles the DNS priority setting. + Fixed setting a DHCP timeout greater than 60 seconds (dhclient). + Fixed some memory leaks. + Many other bug fixes and improvements. - Rebase networkmanager-obs-net.patch and nm-dont-overwrite-resolv-conf.patch. - Drop nm-disconnect-proxy-signals.patch and nm-vpn-remote-connection-disconnect-signals.patch: Fixed upstream.- Update to version 1.8.6: + Fix a daemon crash on permission check (bgo#787897). + Fix a daemon crash on VPN state change (bgo#787893). + Fix a nmcli crash in interactive mode's describe command (bgo#788104). + Fix termination of the nmcli interactive mode (rh#1517401). + Properly handle route metric of zero in keyfiles. + Add support for DSA switch devices (rh#1371289). + Fix a memory leak of connection D-Bus objects (rh#1461643). + A double close that could potentially race with the D-Bus thread reusing the same file descriptor (rh#1451236). + Connectivity check fixes (bgo#785281) (bgo#784629). + Fix the metered properties handling in libnm. + Avoid dropping agent secrets unnecessarily (bgo#789383). + Fix the asynchronous initialization of a secret agent in libnm. - Drop nm-disconnect-proxy-signals.patch and nm-vpn-remote-connection-disconnect-signals.patch: Fixed upstream. - Minor spec cleaning, tweak spec to silence a few rpm lint warnings. - Replace addFilter("dbus-policy-missing-allow") with addFilter("dbus-policy-allow-without-destination"), filter out the current rpmlint warning. - Add addFilter("suse-branding-unversioned-requires*") to rpmlintrc, we have this unversioned on purpose. - Add addFilter("systemd-service-without-service_add_post NetworkManager-wait-online.service") addFilter("systemd-service-without-service_add_pre NetworkManager-wait-online.service") addFilter("systemd-service-without-service_del_postun NetworkManager-wait-online.service") addFilter("systemd-service-without-service_del_preun NetworkManager-wait-online.service") to rpmlintrc, filter out warnings we do not care about nor want as we do not want to enable this service by default. - "Mark" %%{_sysconfdir}/dbus-1/system.d/org.freedesktop.NetworkManager.conf and %%config %{_sysconfdir}/dbus-1/system.d/nm-dispatcher.conf as config files in spec, silence rpmlint.- Add nm-disconnect-proxy-signals.patch: disconnect proxy signals when closing; fixes possible crash when opening the user panel (bgo#787897). - Add nm-vpn-remote-connection-disconnect-signals.patch: disconnect signal handlers when remote/vpn connections are disposed; fixes a gnome-control-center crash (bsc#1073472 bgo#787893).- Remove reference to deprecated and dropped ifcfg-suse plugin from configuration.- Switch to python3: + Replace BuildRequires python-gobject, python2-dbus-python with python3-gobject, python3-dbus-python. + Explictly set environment variable PYTHON as python3 in build time.- Modify nm-dont-overwrite-resolv-conf.patch: make netconfig call an atomic action, don't kill it after 2000ms (bsc#960153).- Update to version 1.8.4: + No longer install NetworkManager-wait-online.service in network-online.target.wants directory (rh#1455704). + Fix nmcli device connect wifi for APs that support both WPA-PSK and WPA-EAP (rh#1492064). + Fix crash unregistering object manager in libnm on restart of NetworkManager. + Improve handling externally managed slaves devices. + Don't reset MAC address of software devices to fake permanent address. + For dhclient use "timeout" option in configuration file, instead of the command line option which is only supported by downstream. + Perform the public-suffix check only for the hostname-derived domain. + Fix memory leak in connectivity check. + Better restore device managed state on rollback of checkpoint. + Skip addition of default-route if it already exists. + Bug fix detecting error condition when deleting route in platform. - Drop NM-dhcp-improve-parsing-interface-statement.patch: Fixed upstream.- Add NM-dhcp-improve-parsing-interface-statement.patch: Fix NM not writing DNS servers to /etc/resolv.conf (boo#1047004).- Update to version 1.8.2: + Fix bug blocking startup wrongly waiting for carrier. + Fix handling of non UTF-8 strings in libnm and fix non NUL terminated string. + Handle DNS priority for systemd-resolved DNS plugin. + Fix assuming master devices as they wait for slaves to activate. + Fix reading managed state from device state file. + Fix crash activating bluetooth or WWAN connection. + No longer add a direct route to the DHCP server. + Several bug fixes and improvements.- Call autogen.sh networkmanager-obs-net.patch touches the build system.- Add nm-dont-overwrite-resolv-conf.patch: Fix NetworkManager overwriting /etc/resolv.conf (bsc#960153, bsc#1021665).- Disable 6 of the tests that are failing on OBS runs * networkmanager-obs-net.patch- Version update to 1.8.0: * Default routes set by devices that failed connectivity checks are now penalized with a higher metric * nmcli is now able to produce output more friendly for machine parsing * The slaves available at the time a master connection is activated are enslaved in a stable order, making the automatic MAC address for Bonding devices more predictable. * Hostname management is now more flexibly configured * Support for additional route options (pref-src, src, tos, window, cwnd, initcwnd, initrwnd, mtu, lock-window, lock-cwnd, lock-initcwnd, lock-initrwnd, and lock-mtu). * Fixed detection of EAP-FAST support in wpa_supplicant * Support for handling PINs for PKCS#11 tokens as secrets * GSM and CDMA connections now have a MTU property * An option to disable selected TLS versions during EAP phase 1 authentication * The 802.1x authentication timeout is now configurable to allow a faster fallback to other connections * Persist managed state of device until reboot. This improves seamless take over of a previously managed device after restart of NetworkManager. * Better handle devices that are externally managed by somebody else by consistently generating an in-memory connection to reflect the external state. * Expose SRIOV capability of a device on D-Bus and support configuring the number of virtual functions via NetworkManager.conf. * Support matching networking devices via new "driver:" device spec in NetworkManager.conf. * Introduced support for creating and managing dummy links * The teaming devices now support setting a hardcoded MAC address * Settings of bonding devices can now be modified on-the-fly, without the need to reactivate a connection * The failures to activate a connection now communicate better error responses to nmcli * Reverse Path filtering is now disabled in multihoming configurations where it would interfere with legitimate network traffic * libcurl is used instead of libsoup for connectivity checking, resulting in a smaller dependency footprint * With DNS mode "rc-manager=symlink", don't write /etc/resolv.conf as a symlink if it already exists as a regular file. * Support attaching user-data in form of key-value pairs to connection profiles. * Fix accpeting fully qualified name for ipv4.dhcp-hostname setting. * Make NetworkManager more forgiving to failure to change the MAC address during scanning. - Wimax switches are completely removed - Added dependencies on packages with versions to ensure all features are properly detected, configure reports yes for most items now * add libcurl * add libpsl * add python-dbus test dep - Remove gudev and soup deps as per upstream changes - Enable testsuite - Add patch networkmanager-checks-po.patch: * Our patch added new .in file that needs to be excluded from translations- Replace nfs NetworkManager dispatcher script. Issues of the old nfs dispatcher script, fixed by this commit: + It only mounts NFS shares with auto-mount. In SUSE's default configuration, those are tried to be mounted at boot. Unfortunately, this would not work, when NetworkManager handles the connection later. The boot process stops at this point. + It unmounts everything on each "down" for any network interface, even if the NFS share is still connected to the computer via another network interface.- Update to version 1.6.2: + Fixed build warnings with GCC 7. + Multiple bug fixes in NetworkManager, nmcli and nm-online including several crashes.- Update to version 1.6.0: + No further changes since rc2 (1.5.91).- Update to version 1.5.91: + Bugs fixed: bgo#777402, rh#1406454, rh#1414186.- Update to version 1.5.90: + Avoid reading the permanent MAC address before the device is initialized by UDEV. This avoids a race where NetworkManager might detect the MAC address of the wrong interface. + Fixed race conditions when renaming interfaces, for example as done by UDEV for persistent interface naming. This could cause detecting devices as the wrong hardware type. + Added initial support for PKCS#11 tokens with 802.1x authentication. + The stable-addressing for MAC address randomization and RFC7217 IPv6 stable privacy addressing can now be more flexibly configured using dynamic randomization seeds in "connection.stable-id". + Added support for managing the MACsec links. Requires support in wpa_supplicant (version newer than 2.6). + When the master of Team, Bridge and Bond devices is specified as a connection UUID, the ifcfg-rh plugin now writes the master connection's interface name into the ifcfg file for improved compatibility with the legacy network service. + Improve handling of MTU by resetting the previous MTU when the device deactivates and reset the MTU to a defined value on activation. + Improve tracking of parent devices for dependend devices like ip-tunnels, MACVLAN, VETH, VLAN, and VXLAN. + Many bug fixes and improvements.- Update to version 1.5.3: + The cloned.mac-address property can now be used with Bond and Bridge devices. + The ifcfg parsing code has been reworked for better compatibility with actual shell variable files. + The ipv6.method=shared is now supported, utilizing DHCPv6 Prefix Delegation option to obtain prefixes for the interface. + nmtui now supports creating and editing IP tunnel connections. + The libnm client library now uses the D-Bus ObjectManager API that allows for quicker initialization of the clients. + nmtui now utilizes the asynchronous libnm client API to paralellize communication with the daemon, reducing the client startup time. + Ethernet devices now use "802-3.speed" and "802-3.duplex" properties to allow controlling overriding the negotiated link parameters. + Order in which IP addresses are configured is now preserved so that primary address is selected correctly. + The PPP manager can now be split into a separate package. + Details of the DNS information obtained from the connections is now exposed on the D-Bus and can be inspected with nmcli. + Added the support for DHCPV6_HOSTNAME and DHCPV6_SEND_HOSTNAME keys in ifcfg files that control "dhcp-hostname" and "dhcp-send-hostname" properties of the "ipv6" setting. - Add python-gobject BuildRequires: needed in order to build the settings documentation.- Update to version 1.5.2: + Introduced Vala bindings for libnm. + NetworkManager would now keep most connections up on shutdown (except Wi-Fi connections, VPN connections and other kinds that can't be assumed on startup) + The checkpoint/restore connection can now also remove new connections and disconnect devices that were activated since the checkpoint was taken. + The configuration is now read from /run/NetworkManager/conf.d as well. This is useful for handing over configuration discovered on system startup to NetworkManager. + New connection.autoconnect_retries property that allows fine-tuning the autoconnect behavior. + Support for configuration and discovery of Web Proxy settings with PacRunner service. + Support for systemd-resolved local DNS forwarder backend. + Fix emission of NM-style PropertiesChanged signals and deprecate them for PropertiesChanged on "org.freedesktop.DBus.Properties" interface. + Change the meaning of unset "cloned-mac-address" settings from "permanent" to "preserve". This changes the default value and affects existing connections during upgrade that did not explicitly configure cloned-mac-address. This has the effect that externally configured MAC addresses are preserved by default instead of setting the permanent address (bgo#770611).- Update to version 1.4.4: + Order in which IP addresses are configured is now preserved so that primary address is selected correctly. + Don't deconfigure devices we can take over on shutdown. Makes it possible to restart without connection disruption for most device types. + Avoid reading the permanent MAC address before the device is initialized by UDEV. This avoids a race where NetworkManager might detect the MAC address of the wrong interface. + Fixed race condition when renaming interfaces, for example as done by UDEV for persistent interface naming. This could cause detecting a Wi-Fi interface as ethernet. + Fixed a race condition in libnm that could cause a client hang if a last value from a property of object array type disappeared. + Fixed a possible nmcli hang on D-Bus object fetch failure. + Other fixes and improvements.- Update to version 1.4.2: + Fixed emission of NM-style PropertiesChanged signals and deprecated them for PropertiesChanged on "org.freedesktop.DBus.Properties" interface. + Fixed race condition in the communication between NetworkManager and the DHCP helper which caused loss of events. + Added workaround for failures in changing MAC address with some wireless drivers. + Improved bash autocompletion. + Restored check on JSON syntax when built with Jansson support. + Fixed a regression in the serialization of empty "cloned-mac-address" property in libnm. + Other fixes and improvements. - Drop NetworkManager-fix-broadcom-wifi.patch: Fixed upstream.- Add even more commits to really fix bgo#770456 to NetworkManager-fix-broadcom-wifi.patch.- Add NetworkManager-fix-broadcom-wifi.patch: Broadcom driver does not support the random mac addr introduced. This patch works around the problem (bgo#770456). - Conditionally apply translations-update-upstream BuildRequires and macro for non-openSUSE only.- Update to version 1.4.0: + The MAC address assigned to a device can now be set according to different policies: preserve, permanent, random, stable. + NetworkManager now waits for IPv6 DAD to terminate before completing the activation. + Added support for setting IPv6 tokenized interface identifiers through the 'ipv6.token' connection property. + Added a 'Reload' D-Bus method to reload configuration and reapply DNS configuration. + Added ability to create a configuration checkpoints and rolling back changes after a timeout. + NetworkManager now follows symlinks when accessing resolv.conf and rc-manager is set to 'file'. + Added support for oFono as modem manager. + The devices now exposes counters of transferred data. + The 'may-fail' property of ipv4 and ipv6 settings is now respected more accurately. + The timeout for requests of secrets to agents has been increased from 25 to 120 seconds. + Name servers passed to dnsmasq now specify an egress interface to avoid problems with multiple active connections. + Reverse DNS entries for IPv6 are now added to dnsmasq, and IPv4 reverse entries now honor the network prefix. + A new 'dns-priority' property of ipv4 and ipv6 settings can be used to tweak the order of servers in resolv.conf when multiple connections are active. + configure script accepts --enable-{address,undefined}-sanitizer options to build NetworkManager with GCC sanitizers. + The default resolv.conf manager can now be specified at build time using the --with-config-dns-rc-manager-default configure option. + NetworkManager is now compiled with --gc-sections to reduce executable size. + Added a new 'VPN_PLUGIN' logging domain. + It is now possible to change the configuration currently applied on a device with 'nmcli device modify' and 'nmcli device reapply'. + nmcli invoked without parameters shows an overview of the current network configuration. + The 'nmcli connection add' syntax has been extended and is now possible to pass properties (e.g. 'ipv4.dns') along with aliases. + nmtui now returns to initial menu after a sub-form exits. + Improved bash autocompletion for nmcli. + Now devices are disconnected before the system suspends, executing dispatcher scripts. This allows external applications to be notified of the change in connectivity. + Dispatcher scripts are now called also when connectivity status changes. + Many other fixes and improvements. - Pass --with-config-dns-rc-manager-default=netconfig to configure: ensure to use netconfig, which is SUSE's default. - Replace pgkconfig(systemd) BuildRequires with pkgconfig(libsystemd), following upstream. - Rebase systemd-network-config.patch.- Update to version 1.2.2: + The dnsmasq DNS management mode now uses D-Bus API of dnsmasq to make signal nameserver changes. + Hostname is now correctly read on Slackware. + IPv6 addresses for default wired connections now stay stable. + Reading portname on s390 systems on 4.4 kernels and newer has been corrected. + nmcli no longer warns about version mismatches. + Improved developer documentations. + Multiple minor bugfixes. + Updated translations.- Update to version 1.2.0: + Bugs fixed: bgo#764750, bgo#764955, bgo#764956, bgo#765225, rh#1325752. - Changes from version 1.1.94 (1.2-rc2): + Bugs fixed: bgo#764839, bgo#764690, rh#1324895. - Add post/postun scritlets for libnm0.- Update to version 1.1.93 (1.2-rc1): + Bugs fixed: bgo#761389, bgo#763236, bgo#764317, bgo#764332, bgo#764398, bgo#764402, bgo#764483, bgo#764606, rh#1299103. + Updated translations. - Changes from version 1.1.92: + Added an option to enable the old-fashioned /etc/resolv.conf handling (using a symlink). + NetworkManager now checks the connection data from client for validity and gracefully handles unknown properties in client. This improves interoperability between the server and clients of different versions. + The activation of a VLAN device with a virtual parent that is inactive now results in a parent being activated first. + The server name used with 802.1x authentication can now be constrained to a particular domain suffix (CVE-2006-7246). - Drop (presumably) no longer needed patches: + nm-don-t-consider-not-needed-secrets-for-has_system_secr.diff + nm-treat-not-saved-secrets-just-like-agent-owned-when-cl.diff- 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.- Modify nm-probe-radius-server-cert.patch: Make sure the "Apply" button in Wifi configuration page of gnome-control-center is clickable (bsc#985332).- Move provides NetworkManager(cacert-patch) to libnm-util2, to ensure gnome-control-center doesn't hard requires NetworkManager.- Update to version 1.0.12 (FATE#318572) - drop nm-core-fix-crash-during-Wi-Fi-rescan-by-emitting-NM_DE.patch contained in version 0.9.9.1. - Rebase NetworkManager-geoclue-interaction.patch - Rebase nm-don-t-consider-not-needed-secrets-for-has_system_secr.diff - Rebase nm-treat-not-saved-secrets-just-like-agent-owned-when-cl.diff - Rebase systemd-network-config.patch - Rebase nm-probe-radius-server-cert.patch- nm-treat-not-saved-secrets-just-like-agent-owned-when-cl.diff rebased._ Update to version 1.0.12: + DHCP leases on software devices are now renewed when the computer is awoken from suspend. + Improved ifupdown plugin robustness and interoperability on Yocto and OpenEmbedded. + Fixed failed VPN activations when plugin supports interactive mode, but the VPN daemon does not. + Wi-Fi monitor interfaces are now ignored, not turned into managed mode. + AP and AdHoc mode connections with manual IP configuration are now able to autoconnect. + Broken device drivers (AWS ENI) that initially have invalid MAC addresses are now properly managed as soon as correct MAC address is set. + WWAN devices are unlocked a bit earlier so that supported IP versions can be queried. + The NetworkManager.service was ordered after network-pre.target and dbus.service. This ensures NetworkManager doesn't set up connectivity before firewall rules are in place and wouldn't exit before remote filesystems can be umounted ensuring orderly operation of systemd managed installations. + The netfilter rules used with shared IPv4 method are now removed on exit. + Ability to manage USB gadget drivers (UDC side) has beed added. + Infiniband transport mode change now takes place with the link set down because some drivers need that. + Race conditions that could disclose connection secrets to authenticated local users when changing ifcfg and keyfile connections have been fixed. This has security impact of low severity (CVE-2016-0764). + A handful of memory leak and crasher bugs of minor importance have been fixed. - Drop patches incorporated upstream: - NetworkManager-openvpn-route-configuration.patch. - nm-ppp-manager-clear-ppp_watch_id.patch. - nm-update-ip_iface-only-if-IP-interface-exists.patch. - Rebase systemd-network-config.patch for updated version.- nm-don-t-consider-not-needed-secrets-for-has_system_secr.diff rebased.- 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./bin/sh/bin/sh/bin/sh/bin/shdhcdbdarmbuild04 1570811649  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^^^^bcdbfghijk1.10.6-lp150.4.12.11.10.6-lp150.4.12.11.10.6-lp150.4.12.11.141.14 NetworkManagerVPNdispatcher.dnfssystem-connectionsnm-dispatcher.conforg.freedesktop.NetworkManager.confnm-onlinenmclinmtuinmtui-connectnmtui-editnmtui-hostnameNetworkManagerlibnm-device-plugin-adsl.solibnm-device-plugin-bluetooth.solibnm-device-plugin-ovs.solibnm-device-plugin-team.solibnm-device-plugin-wifi.solibnm-device-plugin-wwan.solibnm-ppp-plugin.solibnm-settings-plugin-ibft.solibnm-wwan.sonm-dhcp-helpernm-dispatchernm-iface-helper2.4.7nm-pppd-plugin.soNetworkManager-dispatcher.serviceNetworkManager-wait-online.serviceNetworkManager.serviceNetworkManager.service.dNetworkManager-ovs.conf84-nm-drivers.rules85-nm-unmanaged.rulesNetworkManagernmcliorg.freedesktop.NetworkManager.AccessPoint.xmlorg.freedesktop.NetworkManager.AgentManager.xmlorg.freedesktop.NetworkManager.Checkpoint.xmlorg.freedesktop.NetworkManager.Connection.Active.xmlorg.freedesktop.NetworkManager.DHCP4Config.xmlorg.freedesktop.NetworkManager.DHCP6Config.xmlorg.freedesktop.NetworkManager.Device.Adsl.xmlorg.freedesktop.NetworkManager.Device.Bluetooth.xmlorg.freedesktop.NetworkManager.Device.Bond.xmlorg.freedesktop.NetworkManager.Device.Bridge.xmlorg.freedesktop.NetworkManager.Device.Dummy.xmlorg.freedesktop.NetworkManager.Device.Generic.xmlorg.freedesktop.NetworkManager.Device.IPTunnel.xmlorg.freedesktop.NetworkManager.Device.Infiniband.xmlorg.freedesktop.NetworkManager.Device.Macsec.xmlorg.freedesktop.NetworkManager.Device.Macvlan.xmlorg.freedesktop.NetworkManager.Device.Modem.xmlorg.freedesktop.NetworkManager.Device.OlpcMesh.xmlorg.freedesktop.NetworkManager.Device.OvsBridge.xmlorg.freedesktop.NetworkManager.Device.OvsInterface.xmlorg.freedesktop.NetworkManager.Device.OvsPort.xmlorg.freedesktop.NetworkManager.Device.Ppp.xmlorg.freedesktop.NetworkManager.Device.Statistics.xmlorg.freedesktop.NetworkManager.Device.Team.xmlorg.freedesktop.NetworkManager.Device.Tun.xmlorg.freedesktop.NetworkManager.Device.Veth.xmlorg.freedesktop.NetworkManager.Device.Vlan.xmlorg.freedesktop.NetworkManager.Device.Vxlan.xmlorg.freedesktop.NetworkManager.Device.WiMax.xmlorg.freedesktop.NetworkManager.Device.Wired.xmlorg.freedesktop.NetworkManager.Device.Wireless.xmlorg.freedesktop.NetworkManager.Device.xmlorg.freedesktop.NetworkManager.DnsManager.xmlorg.freedesktop.NetworkManager.IP4Config.xmlorg.freedesktop.NetworkManager.IP6Config.xmlorg.freedesktop.NetworkManager.PPP.xmlorg.freedesktop.NetworkManager.SecretAgent.xmlorg.freedesktop.NetworkManager.Settings.Connection.xmlorg.freedesktop.NetworkManager.Settings.xmlorg.freedesktop.NetworkManager.VPN.Connection.xmlorg.freedesktop.NetworkManager.VPN.Plugin.xmlorg.freedesktop.NetworkManager.WiMax.Nsp.xmlorg.freedesktop.NetworkManager.xmlorg.freedesktop.nm_dispatcher.serviceNetworkManagerAUTHORSCONTRIBUTINGChangeLogNEWSREADMETODOserver.confNetworkManagerCOPYINGnm-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.gznm-openvswitch.7.gznmcli-examples.7.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/NetworkManager.service.d//usr/lib/udev/rules.d//usr/sbin//usr/share/bash-completion/completions//usr/share/dbus-1/interfaces//usr/share/dbus-1/system-services//usr/share/doc/packages//usr/share/doc/packages/NetworkManager//usr/share/licenses//usr/share/licenses/NetworkManager//usr/share/man/man1//usr/share/man/man5//usr/share/man/man7//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-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:11245/openSUSE_Leap_15.0_Update_ports/22ce023832ac54b9989839e7d84708d5-NetworkManager.openSUSE_Leap_15.0_Updatedrpmxz5armv7hl-suse-linux directoryBourne-Again shell script, ASCII text executableexported SGML document, ASCII textELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib, for GNU/Linux 3.2.0, BuildID[sha1]=49dee9cd65614c3fd77d58178cf91d993632c9b4, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib, for GNU/Linux 3.2.0, BuildID[sha1]=40748dbf2d36152f0e1c257b5576319eed99b105, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib, for GNU/Linux 3.2.0, BuildID[sha1]=31a80bb58f752d256b2bd39f637585339ed827d9, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=2d0bab744b0c826180160eaf06d635685a73473e, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=5e4d311ad19ac5f57408f47afd56c289fb674c8b, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=b3d1dff074b3bbcbe99ca25ec740279c0b8ec6ee, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=e742037524ca7329eef1671c41de442078b6a988, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=5bd84602fc4df1cbb52d0eb4fb3e11f58eb49d60, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=589347368ca3c1e9af0342436a77e2cdb8ea8313, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=14d4e3eba489d1cb9d11675a968518bfc32a7a33, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=bcdb67f8bcfc680a839090ae409c75dd2e6a866c, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=cd3cfd225b916a0692d51ceb77a2e94981680d83, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib, for GNU/Linux 3.2.0, BuildID[sha1]=d0670774a4ff050228cbd03a6c5cfc3b3f0ff22e, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib, for GNU/Linux 3.2.0, BuildID[sha1]=1c07afb74913d5e70da8774849f9beecc030cf06, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib, for GNU/Linux 3.2.0, BuildID[sha1]=0613ff53a8dedde38e0cd768534fd0d7d1f42916, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=370cf88398df883acb2542a9306336be698360cf, strippedASCII textELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib, for GNU/Linux 3.2.0, BuildID[sha1]=0e1e8fea0f7d34687cd6f25c91c8495ee2ef8c17, strippedXML 1.0 document, ASCII textXML 1.0 document, ASCII text, with very long linestroff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)troff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)Algol 68 source, UTF-8 Unicode text, with very long lines (gzip compressed data, max compression, from Unix)XML 1.0 document, UTF-8 Unicode textempty'=FT`my    " %RRR:R+R RR*RRRRR9R R RR:R R-R0R2R,R.R/R1R+RRRR*R;R6R7RRRRR9R R RR:R R2R1R/R+RRR&R$R#R%R*RRRR"RR9R R PR RCRRRBRR R PR RRR:R)RRRR RR9R R PR RRRRRRRR9R R PR RRRARRRRRR9R R PR:R RRRRRRR9R R P RR RR)RRRRR9R R P R:R RRRRRRR9R R P R RRRR R P R?R RRR:R>R RRRRR9R R R:R RRRRRRR9R R RR:R+RR R*RRRRR9R R RRR5R:R=R RCR(R?R@RRRRRRRRDRRRRRRBR'R!RRR9R R RR RRRRRRRR9R R RRERR5R=R?R RCR:R(RRRRRRRRRDRR!R8RRRR9R R %lƯvvNetworkManager-clientNetworkManager-langdnsmasqiptablesorg.freedesktop.ModemManagerrp-pppoeutf-83b0901b3810bdf074fe7a432a00cbed5259297e812c999639d8e913665187ebc?@7zXZ !t/]"k%w19h]ss%_těK>V]w94srf<'rW@7J/y8] ZO5̜?ɢw>)~ePx?$;\aSwsmK]9(hMJz EcК =K8R3p8A65yUn,ޫa : &\D۲\V#&D(ZHZ׬BdLL_ݯ=YWzpt$bz&v(z ZпFIMẄ́2!Ej'-tDQ(';H]{m\@BsO_Ԭgc\IpQR :5Aݷ{'tdַa?!7)1eWGk_ܘo2.G椏X)vwTHY2Ѕ UfRΞdkeEIW+a:Y3Pӝ[NC0 C\e-Y (~{0QLASȠωfw%Ӹ ;. ڄ_^p%ĝ[XܑvhOE][Zx3dtȵ0K c=W.#W <{>ld 1ņhqc%D ]y8L(~K`d. ovW(9^toTz}6~G pt`/B&))ac!gZˢGOz/QA粋0fg$ Tc]^Yga9$9Ɇ/=z^g1ߞ_Ίf&nu3 yw:zXbdp ],^'R?H/N6ݸ3dUzҤǓ]8A}eY*b9܎G1ԠƖ5ͭ#MeG/Jś\J59HvJ],c|:) X Cvy~ ܑ?~ʍǞ+G⹂`?}v±Kjzx}h.&-bv9O#+= lkƜdb-F`/Q8 AGr$2r} -*6ÎZ gݵՌfд-zX_ckz5^M;QɆ4 QM1O9ߔ 9rt`x$:44Dv7%?JPY)ɥhc ĝ6(s[&%bj h.?0 GִpN5R~I^wu8k 3'1r˵ΒF;]lB ))_"]vJQƅ]ϴ+\upxN`pyT J j WKGL1NKQ Q]cJWݝF]<2dcnb\ ƝA9V$HFX~|;YK QKW6/֢U_x>7rLjo]r]^xOnVHrRa5!+ }9M-҅B2թŴd@R@V {,ܻf[j7KT |C۾wN@Y:eto6ǎ `C#E@8 n ]u{Ɠηcŝ~ Vܸ/p03h [|`fGƘ ӭvj"AWiX/a}! Rw?pX0`%[W$M r!BVԾ#;[y2#k]^0mŸ7V:Jܬ&N:O ovO @n5q_~K qcsveN(]8^?u\d~MIIV(q)-p0|N w?ړHd1ԿFczM6 ^6 hfU_*MƈQP*N3/`JܧHN4Biט́JQ ՊB1tK ]`/⠓TP~12V^<7 =d Zpu}axivإܰC2[n5`5Civϡ=K,2˙`H"YG眭fεv+_t[&2 b{qGK[T(>x{eב}כ2.yw_D -On=:JC1BW?٩vh;fcn׫WV: Bjf'C[0 ^y΢q 8TȤi?c=6ޯ~C7e]m_w={cJpXܭw0i3#Pbyc1J}+ZbҖV2yob$jT.޸ cFWTP7~|0@N>M|=K[@4"8~/_VlYml('m!y^TZ~N/'ql|A@Cmڠ`҈8zJj?1:񛍛PΗ$[7qK #ZЙ69 Ln^!]^=!9q +C|AVȶA=0!ܡS?^&fh@#^a$P{)o?4ܠVZᘏ$gm2좝糳s 3jce]3[|U 6SC_-$Z҇5NFGCV^PT =ӟ&5m&ߜ# iV%gbbN~v~'nH _"NR9G2RsIwWmGjɸ UGz0Ʀk(V{3?%Y" =W=W. H LUsg|[R7L9wJ,(P g l+hX*AlX12O8Zy*@p'4_x=OCf`Ţ+.;oΥ88NsT+ãEM܁N<M鑯L+y&UX;kp[x F#XM[5RLC&c(ˢ<" DSyTQm5/1 |I3īM\ZI/ק5RA]8uWI3Q+F]nCos,8}htŀ*%M>bFNܞFl MPc9(t +\o1gibf !s(GdKm;q*!#Y L֣RbÃd;SMx;QFjԱ@ico>W_B$j@~ w+Ѵeqr5o1/H$OOuuM"Z尹WOlNfv!pHgáQi3W\)b`I 02*f;D}v _;xDUAr]}inyE6m6 C!vom}#*W,V9`hCźb`}ϵDgnv Jשqya6oةDm&#Ŋ_ex(쥓Z_0EȦΨ?eecܤܸv6nw<n#uy j ;u|ŹOu`jH3 C|JGeԅ!&!M4N)u )n~<ᵕ-րĥR\"xE1]_;ڰaѢSfZ2BGjz(v oOzEN=%^ڇ퀐Pdka &!Pzri*qDJ XzfztsJ ҭ-f~1 yQ+x<$qYZb`t;% f{/6"/ ?wSEpk+:tUbXP@rVDA'p.oZ㎜Q҂ Z 䢤'}GXH/_=![_%:]S|ZC3 G'%~tUƜ3T`ѭ:/#瑉FANvZj19" }3TCn&)¢ywRS4hc$|f5DQ!GD DĚ2XKFW4l2og VހyƵ[Lst`g2WHeɺ]_9wϼ6 ͈֓WZv(-&148zf+pP!: JC Tdm :~u>Qb/ {*kˏ.CZjID|^ZCUp13L#jnGRd1ZRًW+j'=:)eNp탊Up7.Z=)MW\a6^P?T*6pJ? )X{h$hjjW)/D5CGIr 됾V#wzoK|ZyZ[/D hRFȧUd1mR6xeǻ[eΟ<;!w"PeX[lE{s G ,|X.Q((62b]iI#WtDGM\?FdYE3Wm|_Tޱk O}w|Ӣ>Pͮ.y O[Y@My::-8^їV2_͍ ]^jZ`eg&˪)1&dɎۣU]ԴG\[4} 2(Fdc^zۙ-vݮoS1rICBec8Ĩh ZM2[dec;Ե~X hwDEjKMU[DyF6F[Rʇh%[«dUC=5[! l ^߅ElJW\}NN ׄռ \T !!5Doz^Ir_E"5 w0Mn5VL l\D 28ЫB oQA;Jtq~S[ Hh!7W X;ؒz)ڪ]|JZ)uTl!t-c Op RFʩ(vg`).Qb Muc҅,tV8~H:WÚ&*/:8-Ƅ2!PƳ/>ʏ Gee@fV T-Fl`fp$l@m'0l?KG(~tuRDTjls^tf2C)}cs6=IA5!/Cpwܬ`@WTJ?ZXDTt]/ w'W9zsu ;V5wxkGU&uruWC|Yh0.@M~_t"<0;Bon6O VNPK9,@.fˆ4 x?vh/9?ZXvr3]![1":s~=]ZXL *unݚ'zşftr 4Vka@dt_ӵP[\P܊6VRZIނ2 AB-Dm.(o1&6D眘\f]IZ,{z]lM+q ׃/P×dX.[܀p/~}FCa;{%ۉ[Wn@9lh(6OU\N!~#AcYnx4ґ-^ _iU㑯+:1>>;,JO8um{;I'[dʶx6iN<<5gAޙ w[;hU,\R&f;[[>^2 R)Nca&~ l xc2CC4ҝzWŜ]W뒬w5( "y`px E!aA$ r"C?! E$y SpѷʞTN\Կ-L^\IeuR`c!(YvAJnmz\a]4/}[I!h=nOR<@TPErҁhts2MKyNj !Bm/ٲJJ:yPw>sݱ+`@ٜG@i#2wod=(?_hҚ$g5l6/ 4R,)ghP~_*S&µű%E8jLGF¡= U-zH7H'" dc@JۅM@DJx}f#GDZ 5E۝oX>nS}gۭ[-,Vkh;ѽ^X(>L-BP-`S5ÌJũ}YK.4 x@sZ P(MƓ`<"Şn)C:N_$C9-ZЫDW+eWˁqϤprvwMsD]Čwf\Q:*8 M(0$afh[4hZw6yyw0Xc({؂:uӜ yVgO;-6mU 9'efȓdz.橘 5r[oa6m\3+Jo^v:XNUR5&=9q[]kg4FL O N" TRQc"c_]7x#`k%G==\*m0-/UoRI9YBAS8BGQmmq^xODg7"R)}:id7pk_R *\*2 iD:1_6}hQM8n7K\Mx֔ o Ao`9Or 83s/{,k0OkQ}KEPɹmh.h~XQ}[ g`cgh&ZtF*Np}iqcҐ@jIB}0eRshEvu)yR)P'/~Nf=_1|tzDJ,\`.sұY),P̶02rCY6G8ʨo~P7N\|qvټM?yc~I]b~ _ бk z/[ͻClnoǷvk<[+cBKsx=ΫOd= ofƗ2c7(Y6 cз 2Mv 6 ǿLnA/VJ4;O񈏭ѿ-ܑz;~koܦb[XkcΓtBlq^Xh̓q{d̝ {)/B~dJڒE l-"kϓEy$t11VV`8nOCg }euJ{1O|`VN2I ߜJr?*QP/_zgA@h)VBkʤHsʀkơ `N E?;s`a%@P ʋT$Ovpm6#@'3(qb6q=MXM0ZMHasܱ6zY0N y89*_(hW]5ި K!f>s +ѫaY7=[+Iq/"-5-| #tPt(vd8.s|;^o@j:zNP'@ϖ8{su:GtB'5k=rZȕƼ ^㮝Vo^1d9pan\&<0vvt6 X4RuZ>wDMȢƞ>yR w :?:Vs4[Y烈x#5+.qcEʭ;<3MS$f;{ _jPs$/$ILhVY㦢o/3M&iЉd~(-£1-Z*5gGZ"1\z-~|;#oed_AxT^e$μ琲#9 MO`jAdͲhEK-08dsۦ \\; n,44'=ʩ uޤWEjMJVnehoY{wuh_s0&ɼೢs_nb?] Hn"6Fs! EaA ] 3bمr%k2eb5Od ;z+bM(N@z\PveuM˄Nl:@,w,{-;Mkbfւ z qPܛ`ovJnTV/cQvs㏶Fx|A*鞍pД~ bn`1[A͔o.^Q ```t2#*M+j%i!?y[UuZ8I8 ZOck1M־Sb(jEL^?Igwʊ{9kG&^M=Jmji )$_,Ύwv.w"l ~`h$\z xl'%K;flPLNgZch.=WW_!Nm0McxJro +.>N)@/L=<_VwCrs_; As~5bW[ll'c4r+fv&FRln sXYoW4u%Hl;i׭FO&d ZlD{]f'ĖYxzeU0܊ rcl`n!I(NMyi9!F61A nSǬf4ecwiIt A0|Ʌ ͒G CpE8&JRq/wCXɢDEݓ 3Y[h~խGx#f9QՉ#v?澰9܉|z/thNB+9#JHR?^K%X4mq\::G5B pܷ&ڀk̉ H%P! {vBT[r.C6!Dwh(HYdqׂtwa|3򩗛ӼFl%/9 .1E0ݗ.CAY% p}%l')&ORi"BRkB.Gr6i/puiCvIT\4rdmOOgyuHhT,d)mCl<ՠy$Q 7Jteڹ.zeݓs8aKɰKRlQk7:̀&`S.|J&&E=mÛY.bhНF8.w4~NKDA{@hC(c@1* #i7A+af|ɬŔf+S.* >}9nhzl^GRgݶgY_QEnVKσ%QũX% #哾0T x}A冦eO `c4cʍ49X:n緊'Q/XȌ3C Opn;J )͌7൷477Gą,A']?ӿ5Խʺh9eRk^%g=)1"<ES8ǥ"lcީ tQvx}V2mr^rU;W5H+ƪ٠HР<))ewȰi4)70]y0T5 hG ?Q<Ҙ&+E{Vu'R'7K5 bB (\6 w'tW|kFq%30{p$<#ܭuy\=$NQT Ew %o~~xpHl ]zSultMqFfWy&ّ-rMjce2FEnہaرavhiEx!2_dqJ0O0JDH3x`յfFMu<䯫>SjEwj;zr@:p!?RCx8`F O¡-#0jNjߵRe9 5b=8o~ S<|oFG!YFh ћ~-w. Ut>u9S#;p? hmR$Y$/fJ}XDA^sj &f I']U;AjY%}ǥ|+eͺU8ƞ&#I9-A$EەȂBzfs.҈UvKD|F= Gm1'd+\00?Y۳xZZ|K K}'n2rG1-@ }[icSYH08alR^SWH:-?f\M]tz"j;'#W*h})ϔ 7{tZCŤMӐ蕊&jȟlhk@zl&>#>IN)>Ǭ^̒ S2 @ k񟯌m$ņh,ʱ#R)gTqY'tyh]Kgo0 RBkYᎱKyv(17d P |narcbhcMߤ6ّ]l.;ܚ y\/C#&G FIaT 4nXKGщ`RW; f9Jct":o#r;M!Ot禝#ԑ)"ކ-ngƲOu>x|ymʛ9ۣ9ҵ/b)Zwգ\ ^ uo$Ewt)y;~)#>~DK#-R,S?˙BFE߈ SF^]:3O@vX.H\>x-I_ǚ>[vrs`m.엩u/^MS48@ԑg>YO,rf ء|d',ΪB[t.QxiFd TΜl,/UMlD@*vFY}tD`_e;5)w,o{Z9v*'$V%-N{s3S5O^m^H;Ph,>"ύhdUucjT !`g2¦lKpnOoYV; .~Qm5zS[%c>{EE|.ݫ"ɶNiB0j3εRJoW)D#v#&*҂D qE$tWgp-)F%aJ,F>Z9d;R*UKαZJUk ܛ,g wX!q K`hBN+sJ&[$W̩+=%R3i5N~A? I80n jq3vA}v倢CR_<#o+1 2D$%qĢWx`%#R-5LQa6&_2!L,^, -֓jlF Ue 5Jhxy:M3mapEU8jy6O`eηLH}!#le Ҩ+@%[^ERE G5v7W2xGT!K*  _ Aj%*;m lY)y"WNc'.YZί|H'0_apLHIqWg8+zX$"YX9`wȃA@ EOjT$$[huG Y]G7\Z~:‚m'\L/HX+W&₡Lmߏe(O 2NySAF* O"yxΐd%SvҒu{tşϦQu)7|IP盠"tpȥRL) 2NPvspG 5y&Tel} dbfƶt3h/ۮso'|MUr9r@o,˓tyI^lnr$|~rhIO5e?NBKO!fɯ y0ԯm&|GΎQ̰l=Bo |DX9]'-#~P\]QbO(+^S=;%c \ WNK 3MLyQ8n'ƚ!u h7@!)eD,!Ppt<TlH*Z3 \3s?YI=p%k76nF"&keAksAbp$P8"$*õh~йﮛ,& #N@j3@"PԜߚ$Bd7/W ͻRR+N Ii_(x3L^$X3JgHq7ݳ+Uj  =mo.5a_/R.q\75VMBdbg3?>X=.?3Ng2"{=W"=HV-צym &r=F!BQ=J̉ha&N Mp- Ȓd\?75yk{:f6]Ew}&iOEtBgfJɢF"dۗ;$w[y׮@$~z]} 5HudX}/'1G=PQ5i6+(Q 걡_$1dƬT6G)of † OEX\ _zbKT z sF#g_,+tlϛ4=LWenC۬?L8Qkwx?\>Zv;=YV9LBxC;`8IJPkt[nJQUa|F4lЍS{Ԗ%ز=w %7d=5G?)0oc zoRae_cpi=UĚvvwmKpBcy(A8O=P`8q.0nkԔʓ'#~`ßצ3D5Pj2KJ Hʬ/!̞zI햊U%m-#T~kY_$!~wZTY2Sɩ"ZuՎg} @磊1lNR\z5V#<ŜoKz'GY| zƐp)}{QD4]wF`]W*)|w4u$JcSltU/W(?=,#8tPcK$ivz2&EnlAb.|m]pEl8@A,l`t:wuCRӟ%m㾌O`ݡik̊THz N)O&&) 5` s@ ='Ϯɀ8LJn(nYuǡ1J夭>l1HxY8s:~@eh]x8'ԅ`Q8Rođ2sp\M2Gd0،j*4[P}fvʆTv;4MdgVV $.J/m>$d'4+<ʉm]A82z#bDDքZnF$e#&d4CF4S K-XW\#2*raQ?$xsY0=6WZZz] ؄kmxۅ+[w),ɝʙD|}OS!)N?zZueoW/@S2Zsc3gx~x/{.鼜"H c#L闠 `\E98!!ZTҢJLrJ=wHb7-TmQΏ^UD;1׼k{LuԪFZ kiB KVImbW9VK]F#{̆FY.+~Us~Gs_[]M7-'Z/T;|1S򓫆cjD+®Jn62UutX \^n.Lw`lb"+.\LJ?!}PM|R3$}m Y=Ibw5{kȹ+c F%R^1E}YG>$Is5R[%e2n~ԣ/#C=Ω?qkaHw=D;CW>D+=0~$<R ܛxvxF `LI/o $ýuj#jԭ;gc"#3թci/z v@1 N pËZtP5p1Ȗv]vB= *yU\MUfǏ|4o|?jc|v㤳'p(esP@,ՄR{Wƕ$v#p{JepC(УҨJG|)Hqw}Ux1yB0 +/Ut,k`gk0< %p呺9]#:Tm ܹ+dE"jgK߀;]r[kR9뽭3걵IGL}D[t9]@^6PĶ{G!LN+Ս烚bl,IܲI3J`&7s˥+@Ӌ^\qRWI( iEһ%LS|&=a!Z DWm %x`eG j.uFa1}RKؘD d˕# fIlWO Wy e;-w@29u\H „ߋXJunNO&޴PQ6tc sN4 rM*M?? ג[싵D*rR G9I꣩~AV=h*sb*!;Ŧ5#w0S#4&YMJ~iOm:&-e,T:[H"L_;)CFsg%uk8$`0 P|u!HT~%& g#_[J޳϶hE=Ӷ\YmMw@\BTۣkzM?ǁxc=V[ޟ/N!w&i揢## 9F5CgQTN@jwv|Jn8OUfchҋqx@Fk=<#(l7)MhN6`i${Ufgn-O´[pѮq"G%mXN(p7}t[Ҝ-m5 :S%4_@ '3a9GcQT6ZϪ_|2v.K$yMG#\3*yi#aFsJ{~ yZKsyH &?8om]gS4' 4Roú},,cfgכ=4$,*!꾴Ⱦg.`^6!xf8ҥSG:U/mpKux<<~`ORxVRV+ۓ#$Z1ld?r->HrܫN> Z4< 7me2L7YZTw¹!NjҡOI6X>{HMF4'7%ǩ*0UEX5 ̀$`|eƟ9579av~F ȣbaB(AO^ /fu5ߟ \F6o =+鶤ٵz-8#)wU( \}(0^Mk*{8}XQIG!V^zu口cѾ> knH-~d"+83o/|)v:9!C}\)F*#$8wßAm{KVUp^BVEηnׯ 7ōv ASُ7GIw{|5 \o@ sOQ2 ~0؁0R7ĺxkC1heYMa]czitBEUZJG>[oȋl{`gq]$kNpf/J}!!؍ǡMC9/Bm[2WwTމ.- -WN&q:ohUԘzrTl{ʆ}(P-- [4>zB[hG? *Efɯ6nOy0d餒ņ"=عՍNHVZ?ȸ-٧(pdsi'愨MeIEwK) ,Gy-o $,wMk;bx5v4xߚ?6¿QC31{}ρ1Du&QqRnh'1 MW0x:EvJy,<(7qpHMK,,= M'|g\ ){59B&gU'T2~ ɆvŬ@@AfYSQmqX1//i҃2Wcg[#UrF4)c`^! jK=kHWv |bV.H'uDQsZ=*W223)amz&`#^]WM"]~=xpw,;vHD_sck{SF?LWo LU(6 H4vZ9b,&j`r 2+CR` lbTwSmR19!5 vlZb(}?w"5 X?sTPT<&^38 s=Lޖ<| fNGϯf$n^mIZbD^\$fK@=4~7lVT#.`Zu8^?,fI)wbn[•z\\b@wB,m`3RO IiƦMC&BtcF!AJ!)TSL_@Yg~,(d\c vYA.TCই婌 0#ΔωiS^*Ha"z剫d2G{dszGq Ox/ǸHL+U8 VEb?X'})H3}"pr-.$XBI᥻V@9BX~S7N3BY8Ff;QdC&ަ7-bH |z5ևLL7\ym!S&x }Vud-L/rdmR] ïTOܫ7 0E!CYo`oR=`T,,z cܾ*j;pip]C3F-KpCpqgJMktcHЛcBAE #ilRTqu'[C-(yɘ$Hǟֈ&5 fپ5I'aq/]k1VE.;Qk|˴7GPINhpv?b pg~л#ԚHkG)Jr`)udzk[wtabVf+g6iҷI[Gv<6DтùhdB*9EՑGiƂ o(gr{}5R5b(- 6:c2Ҕ[ä@=A Qj?*ҷ$v2a=uwM2^|sJѺ[EZ{irp-@pgxzva,V/#0Ϧ3iߥE[ppP@ƼlfȳrEWy<2>*lV* )0Ώ|i^Be:3@ 7 нHx'@>5\"ަ5~X1?{PC9ub0~z6y3.$r\}O4ߎTq'XY GODUAgjG(TNzX2((9k/%6G YNC<՞_ݷ=Bó(Q[uˇ .Ե Qj5E" ʪ!cAܮ/I\ Β8#&ҡuF3uy!O4)^ >Ύ,WqߕBUvsM[a+ %'"h2Ԫ3Or/nrR'S._9T2j*vh^c¯c;m{@Ӥ$ͥ aH ?9.L>ҞB 7X=2w4 #RCq=S i$c:7 ;IDĠɢU)aJXR~K ly[4R &r/UJX3IJER)O D|O'_ v55?NV?;(/do0"4:fD$r⼞T.G.`j;+1DkvD1,;FT37%`0ә(.Qp3BP12`G7lM.1BXo sUbylI?ݱ6kJ ;Q2<kW"U-(\^pW{GVxPuwemz쒗57ҹрzjm[ӔsfЦٯ?mR1Lgb(-4;RUAo}~bM#߫)=]SV\6h~9+=`E0]7 ^9xm;m%1.m3L "쪈nnF.r4KhKc.ҡA6VFk( M8O Hրq>M &:w䱀~[jy28fgg:D.2,t<&Cds- YC@hQ5ou7 OA7V- #{ WzBڜV'F >I\&|℗D0 恣.J+WR0c՘(eGF,Ju.}bo;;]HIFGϕ\V7{~mg3.d0ˁ,Hs(C+bųO.d˅93XҽFuC ۃ: a`;^[&wzD.y !A+#Dg1&oK%a՟p$j ~%iùZ0`"ۤq+˝|9;c TǤ p!e:O; xS4cY;sYk_Q Bis2twm_/ޖ FjNT#f}PSSb69$CvnoS^FԤ( ^6,)\71or`F5: E!kбLm\' [q)Aw7 Q&% bDQX,9]Au{Y )u䵋:d3R>i#~dP z3/7(gkR{Mfr g@oq۲lKHeFuN86U5䶿R RZU0\}dHs?]w{4س'?miڀGyZSߌԢdEX)hj6] ][hmS 5\-*AU\ VyR+ڒ{hm,K#hDG@!dr'O"tzpq'LWORn v]N!%,uOebOvU@raRjuтfM{wPwPx"twQCO5@>l$W[)!;VmoձU۟0熹􅧘sPHϼ)8k~ݳI`յx92 J4FyeQb0`MF5cn1Z.j^doOUs]oA#|G5Bsxqi|m>g~B1%5,7 4V:#asZf611ߟC nxRiW A1)TqVEVΕ/a_:%0Ґg$mJd[/ʵ˛mCM;_y7kiEbHFRgQ^ϱTQ9`mx腱z?(P/$U2Fz?'0D_JOqxcYۍF1be]gT&Lk!5 -.;]ì.Em;dhsʺr:Pdc / <ѓ7 ~ O0 cx 5w u}OfsQH 9U[ tϾ2ƍ)9AzvYQkVo9Q0u[]%Q庆uYޜ@g0ּ;&?t%bEPZwdDg?eEmXg|0BA $G]'__}4覰M:S%3ss&x/b^W@tz8g_#`k'~Cc8 cU[+5/hvʨ.nL# ̓>]Ɖ4M\b>۴Gu(<ŏuv~~|3@a@J^2j1/(fis1"c|qhVޟW!td78a:zL R)'J4c4#.F5Z}jW2Y%@\H噶ٱW<)`g_gĭ\S):9J#MA! + [V#c|ґH:ݤ+]:K Qp}M2;2 &(ۺ\EP.Te<5vW6 (.#f }ƺ{(OVO:陑jeo)Nbeqb7~UN(eWDxލ:s]p.kXXPs}D{iL駙/^V1^JzXBu[nxL{l蠱Rq`ejKgn\>e',*kIcLܽr\r݈?85YѢ:Dyk=(Qly8A-0VgLx݌kxK?Fyk/;+x?9֛OVs |QygUrdqΡ Nnױ: nX* vƶ߽~U΃%|FxD m(]n;{|YTk]qJ.pVts8T{>?abWE(ܐ>WdܖOJ-i.lGa^[ -\3[M %WLrgЭ#x6,`  4Փӽbhˇ & ̝SْQ݃U1&$hQSrA CLEn"c> $݁?/-Awhe[UwJp%XbT%؉;PEgvU)hY$VGZJV&* J C"u4i9,F)A Wt rl PsQL1#~/xҬfSÏL=C6L]H!bf+du'pLdP6(|tr/ QAiY7N_r ?9kZwƄMƅDxGUNC5$r"Q@'VER:g])ise:THfeWLUsɆ;iy̝n;17~\wFN?/t!N dZ70Mգ4i5.2Cr./E"kW?(-ͲXa65gbo@7uTT:ڌe'P:]K2& š6z${:Ro/{È1?H {VY}o1*Le3Ru>ᔇr|8/]%LL:!luROd5?b&*ß2& \b m\Nѣ 7~%nzyDRPThO鼋=p 9ze<4U5⟪ѹƶfRap|&0+ּZ89/Yc((<ٰٯ/`6xx[3񰫷^{ob1L VbQ cp r7X8L)OFB/ !nT)N2-}Q=1}5sa5en nEb5{=̬ pB⨎AoYF$pSaX|!}}Ն0(˚b6 ]Q*Eueɖn<gΪ-}y%\9ddqbr` k6"_>ٶ'hNoKiq;~ *((҆ڎ|TVU:gA8d\WU9/U{4"kaQ$}⍖ԬMֿBi,AXO/#JR"iizֆQR "O43娸{MV_BbI@;&c$Y;snԭ <,c;qOemj 6$&Nćy@}`PV+aHTµ ^Ñ+Zn#`;fXsp@^t >,Α&{wV,i1Qn{N {[V%eK #oBTB_,ӳr"$IB3ilZ_K AEܘ>rZz-xe` *Si-fcj$*,GҪg*,h@ (b4"ϨȦn(eGsjzU%w2 u*^ 2˦wJL0[:Z!kû-nc%.OA^RmYy""um~2(0ɥj*ר-!$Jqrr՞iTYa@qZ0\]?<c'vCҙ-P8(ܩ\[GܾÅ|?yHCG)[g'8R ˅vG6xkj?Yu?:ް@xs' -¥Xvl _0.:eSLTssv f"gN/t#Wʏ[PgZ(HKI~> MimԻw\Xj8x9b ,E< X5Zs`o+)1˓i:hZ.["$aegl:0w* l\*!r[{u^Vylu:x @ŹihwSqc7vu&IV+cUuE+ ꏌ/S9R "$I3d;S 9£"m}e+\i*9lf* tOE^W;;""z__'Ƚʛ[/aA "&@g8 &͂ ~^dN_[k0$ᇬ˹t]8]p>Eݘ~"Q.tOlߠT)ö`RnI]€I BĊz7ʥ J ;oV ;^Ġ#=59oyKY|'{[^nTyj6 sU['̓T4G54SrX j>sRb%pZ%'F_֍1;z iuĴb;`ĝl8BQ?뤕L"Eb͝:MXVREi)߆H)ŞTd\YtolEnxUH#!E|2xuT5y?TNϧk({BIT$ۡn~%+s@S tW}}0JNjW2o7~gM"#fGE%ޭљ*``iД WwLjR~&b8 2Q]E[q'T<\}EjȹZ_S~WYqM9-zs IXNPķ~.z4C\^}H=ݦ+ {\bkѷ2[%_CLg^={b(YUvyWPA1*sWGZZfnscĢAY^9M0||xG 98y a(PgȫSS\ Fkw>8_XD:{tyA1/Ry } ċٕ mV`ns* ?!! wz7ĄǸ6 pM'ެm#˜)bjJ[7Ge3txphp?FJzy d遡ZT >_zT.c0tA? @ Uڧ!Ёy\ KG4R6G)ak@"A\YH{hp4mޯmyc5}]ǜU%H~ AoPoF#*{F(̖*9؅wR}aOϬ'Ea51[sk!g!$$5~gMk'%%X5sTr"TDT''e&qV]DK51pd(x$g"1SGȳP\ QY4F{|FTV%%\B+wWɎӌ`l'q9sĤti'>̍mm$!2-i9XH-`acSL"mBpӊ>vGO>=fНF hT)+/+WSYjQJhdՁẠۚ@p"zk N)KqI/ JE&x5IzXrsG ,.Srb1t&!uDЕotja`~55Ue?yHux I Γ+obҌ7;U3 Y:9Z+قŲ<{Gza歁Ui$8Ihlarһa΅:T6QM KH7{1\On ijYk(r[A('->xw4 dщ1Q1_ 5dŎhK H3p~C"Q?JAD=Өh4F̢Ub)W>Ŭz{&r_{& g8& 7簕0t6$uiO^;9\ ]`EklP*BdI#PH zNnB8}V̩kۿ7%q0z'+z~idkIcimPWm6X YQh`ˆ Mc3_ܙ3*mKDc&v8"s2Z]WO _a! O:d;@є1uX_ȷVfh9 IT%{1mfAP gH='Zޜ}oQ?.qNZ'ُ}#$ȥ~w ͜2QIL8*oF4 |/wn|p շ/Qauo~̚‹ٲg[UznNDpZ1>mlۜ SI)\{Xcs~EOwhgtH2끊$>{np1EoNXv6J]UDWd_ƥN x $Ncx{ *6br"|?n,>%x/[U]!-I,9j:{ѿh &ur^@P=+{qlۀ͂S8&AeHRLm<sK+75c\t1S#0 CROR­TeJaN>&̞ du 4{E}|EC9SD3=/VwH#$*D#Tp-r6!8cRe5ִYj17GY*) ?:q ^_ rGHLUX!/\2@&nƝ Ao~g/, 1Ѓ⑜G>:cwWk3{2veϷ{7ZoRW;ul6`sh-el @љo^KU^g8 &U0F8wBbYffgAx-CG"49U F X$tSq&<, PF5aRE w[y w߄[Tw5!%.I`eQ򠀱Rx=[D-0ȱ|B|QefbPӊUVD҂iQp bSl t;bS7:4vj1kV$NOLgf~QcZe&9Gͺj/Ma N#-'%-% QQqYPIž}_I+d3b9-& (NPVh1sm-s21++\lN ړCT-ll (hV6_⎩"75n:ftU&vcmsۯ,־wՅY"EQ/-=M ,MD6- #0Ͷ:RR4";@JO9Gs_qJL5P˭b*ݻypr/IE>|Pkމ_|Fuk!3(ѩZy21r5 Ѫ9f4O)I%W1NGbB)BNF?lyu&Dܟۍ>pLu]rH#]_=lTR'9ZQ֜>G*nf9HݴP"ʵNq*%%!Xە 2uwIn^-LwǨoNށ - wvN PNJ)3 UNs SAofɊ3V*^2β4D*9n.FŪalf򽰤!>~pdXHN뺉1S)%ߵB9/`Em^ ˛MFaM!Ƅw\8"0@p¥Cq@w&R5uɭY1.e{x'&e͎=NPwXP5 VIP'D xYiaFډ2 8B){d#!z J%jY8,P2Ɓ'Ÿ67/JptqWY ddwޘ5P-Dpu ?|y2P !%mXw#gE V5|P1g  %Iؓ]S֬V2j3Jr(=P5s(CjSl2scS6QP1*s ųFA+cFk uZI)wa?7?f sXxw2QD # y. - a7Qqc`u2\|M8B &3- U] :ך^,nlE|T#^qXlmSʠ5ھ~}0[Ƥp5wWy#UUY =^AE앧y X/b,)MiܝȈ X){,/ܭu'->ҹSkd*]EU t5_39R2`Q(T rB|Ly&NʸrE7lgWAԵ5E[iOJ3U?R籉)L~פZWuQKyݾ,A PHžS^0"]"b`jPn?@W|e~31fPFy Xk?n7EHW.JG"ì<ÃnPT(;tpVvDk ԫ ZISp^XO;$OBO9-hJKM;ڰ>saoi|!쓇9MNbPEw vIIHn"-Õ͑UB>qi6blT;:AZ>|W TlM[G c&wː54H#m ]܂kӶj]WJFN/]}ij 3]z*a|+µH$O8L% hY5*6s.OӪ1H[K$rRB .LҎ<$PW9jdX6)p+hF }Ǭ q[iTMo'spx9^Y 28uebK hD{J;rN+ؗĦ]@t6q@uBKLMp2caP4;I}6FTDf2z笅IȶQμ<[s~JX$5ԬwFݱ "rf0":O\A(`ȀR{g&m]'RXvvG~*s]M׿Ǣ?E oVbJbĹZ  9Ay칆@GunaDL Jxh,(>/?{?X $ |6Tl1OQFFpWK]~DzӖDxu뙐,lwێ돷#mF8W`" );qYzfIMH/XCq:t蟍8sP+52|t0#+6CA1NB7O7mep[ݻкPVr% d}-rI!:Aڔg$x=[b!&_t y:aX9Sbݴ z-SJ8~O}J+k3-~PSRQ]s q+4? CvP8"pH&hS̱R˰u+V~]g 7ҠpxRV`zSGA{|P?4_~f[pɱj,)4?wiAV'eTuոu"yyEo_G Mvj*Nr֝ww`$RSaŚYޚvVKÍAN1\ *)ރAbVİJ(A/7XU|H@YOdڤ"ruhzNXiZ_[FKx:хジ\TсgQ {Q &  IwBq4a{ qZodrs[e22{2R7D1D%iVӬ֏&9o?#6 %t7!ΏG@s_ <@gMbZ8V>R)H Uۺ҇_7Mw/`ح%޺!a&dmBff͑d RZg v@/QmEfJDN[Ƌ$emi\d(xne~WP9kC}e<ŅkT2ZQ4jF|q)6"-D rw8k&Dj8D*z퀆Vx6aDxޔb|AI!F SwI/NVk f%jzYPlhTytK !i"ףTEdς"N s/0|_gͤ9S:h|\JjЕuzs'Pl%Sz7\:6CU[T^!m|#\S3N>ʝ{gwAJj\p@Xe^[$ZXTekd\I=-9.tfߍ-jB(r}ohcu;{0UJj C`x&9َ7d|߻`-:P 8)Ƶ0=j(ՃngTڠf{3TݒKSm4Kr$m+">4GEjKyR]L r ң$ ͽX@}=5O(h3qs*?lh_ef,%W$J2دpbɁhԿHעG8a՝.+FȞX0! x61%Lu (5i0HIJ(ws s&Z"_9 fҍ mYuyή;y2rV*;G_Sn9TM_"l+;8Xas?@S&ZM9cWNK2h>39,tvN(CoR`k^nne\* ^[Trh +Fbܾ2q[20x}8Fhn+w?k ƒQJeNYpYB}s Y \%2!%(g^:4J 3 U{9lQpB-fU꽊=nd?fZ?㩬R;7bP:3Z X˖yؼq"2Rc I\8]w֑?,j 8T "s:&ڕJV|jUMr.;uZm;|u'GR?i1*)vIĤYX8r$*bCfMeK|AIzť-Kyiι/-#,)L߄kF3y/\"k& .UIڇTIʣK9jc Hr8Ѕ55-aM*nG.n].cfdކ-LBhRFo)" OQ}pSp.`om+24N<4Р+ޛ=P?ߙ,S҅SrJ#\)5_fIҢm_=g8þ咻b0@\kϱڅ" |[-ڛޛ!B+j2KtŊҶ۪èYY3sdzc.]8SI]iRْu\QI=9nS8Ae?>H3PȄQ7 C8r%9FBj1!T yrZGV=_\>ieMa ?EW Y֛Z+t?U[>E]},\RMqKo}U¡SCؙPF ZeZdxEG1ьe3Fӂ#֩?"nh"ObcEtqag,->t˻> 8Qd E@QBoѝsѨ&F@sImUh3_C2!Kӆwg~z~wM DZ_t$mq'20ѿC)])+7 b/dvXAXI^NT\&p#LMS+H'Zgl8t:}4߾e]BJ4VhHt7G,QXe9pD7QxqVpH䔍L֔):04ߎ~\1Z]wqkOluD%KapMG}^Cևc$L_U3&8!Gc1oQNc1Z jM^ֻ4ͨ9_.`+w6/cqWn hqPW^0! \sI/b5W&;Z\> j^c Rg}>kkp^oP[ qE<ȘG'SfeţG(~`YËQ{/Bt|`*NGwް宺E޶6o^MwX2圉_ 2AE cW}L# 5IUӇZ5is4+T?곭J̗Bj%_ Di=8aMʟ/$0cP@itDb 0)t¬S`>x݂qSj)$7uk̙ [FmL&=27tyזcP Lh/&NXp- _|DjIU·XϤyBOt@egw![Ԯ;Wq~`> RS͙S-qy1IR(񶩅Gy0n;@ʼx&> b_0}63Ӛ %vkӇwm5X[ړD0p@u:NG2ȝ >(OPDIϴ,z|{:yB[-Laa9O,i/oο)H 7j0ψ%>Zl.FIM,nhUH%<}?h9A{:%2JE+l֗8j2G?rSowXy\={dnM1&3"(=gP8~pR̄{PSzRQdI$(f &1͂f}m>u OE0=qd]v&̩ Aל7 Uj;R?1[t#Pa936}[zi"x|x,9%>=ũ4;skpZ)k Ķ[^>Ap)}d% ol\j8$?szcy)A5ž^S~ Y|? 9 pR&Th5XMGU<}c{ *G5*1( K8˺KKh< U{Wry5y*_P]8f}!)Un(ysz >uH̿&c &)k^Nodh),p\ ߭1Yrω?> S Ny?Đ5<˼9˖q4x_u[?|%}!7f@ e&Pr񬊊ʴgfNoD@J3rTd-{;hF<^GS޵7 iJcHUɊ۶e.Ŭ> ٷ+.Zn8'.~(:X*(7 )d&ٿ|k%6wˑqlDssQp1Np =4-y˱A ko67E%b e O,mճT"O&"'s8z@H&֮GwA?^xx &ʐIVl8[66}h4٨tƋE9^M[ w;~qu"{ GL~ZNVwaʻXӏTØi zZJuŻFqV٧}7CiOY{Q\(u& Npv>V# ]A~ȳ8 Ohh+v[ƈ"m_ aF>crJ.h }_< 2[^27f6@";XuN]Z}n;i6V-?WzjOt?1D&Ђ2O!ᕞf#S>", cT WRޫC޿>".aEE3o~ s<8PRh@Udy2%o0U30rEw5ݼO,uO# kjE5Xiw; xNPq׷RHJ321D!11)ri%iAhZ 5[䂲B22ojO2aľizom)QlAŘ 7np%'P8Y$/WCUv]RIGK{2ݽe@o[k^՜lEvuq`۲g .DmM $ޚ!FY+p Z(pN}qg3ZU"[?q!hڲML__K:'|~ǃ,ҳzWlJVg@A8FQzJY*pʝ8*k5Ogޥ(',ߎV?kjP"*%~<~tښC |Wq4CI4%#@FpBDž~Y(Y%|W R>E-6Jjqd@3Z^|ߒqI OZZN{91rɁM MH݌yP[Pm.~t#y\mu=ܑ s2ڜ1`f.}_a)X0,}, 1:\n% )So,ΫX{#X\`WPY4*cj-.0oFyqY u$C c9ػʙ3'/:r>m ڗڬj$a0]Vx:d.?1kg_BNJ|d>r ~6%m@~;į4JݮbF(UeGMMn[7'Z"?%Q@jm| Se M:㦯툟/Ns3ơNtd'c[kzټ '儠t&ȓ=r5pl&XW`r׿oe-` Yl+!)gcaMKu˿*&[F(R.x.y◒43LT¬}r:u'<< Wc\K.AѸp0ym1זpP#sƶtb@jɍބRʡ76JIo> UpD+{%Ƣ2 L>3й#u]i 3ޡNU,h7A*%%p/4+rG^Lg#ޣ",r?benL:l lJl)U/p.7 `/&wBV~#YsGQ_UI_{鸽O0g)V#=4;bjn3#?&?rD+GJrh{v%+"QtJ*ިg.@jMҬtsQ)GY;v#\h)0y9Gᦀu4zZRE{|gwQLkIܡr e R_5+;pl6Jyj/jؕ-}'gXM̧?R&$bU8 TZwCk!$d9^5e &W@IV{7f"$1Vsṫ)n-1*J>R;+e"/ZW&x3%D^F5ؘdNrQ85J5ېUk{Tx5x΅R g' 0uw&a cѪT.Na *$*7`IOt;!\WL]o#~ vS̱t< ;c\&؝l&4Yn뢛D*IQMt_tFQ! >&cy܇[!F׳U',D}t]]J m<ԋLsF!x 6,}ȹ9>B7|t!wϑ O_J8hʘ*)"9ɩ:N~%EXwK":" qF?Vi 3T1 $u媯Tr-AꖬP:hHfpeOuC PjUKy%bN`ؒr`24FʢOߌW0q:`av3@Rl("kX102.3{Dl*/p6\YW6Ar/ab4rmqĪ0!OeNH(|@(+zԦ4Vq*I͛|uA0Z=|za9LyEcMF>nH[nsРS!fH4`3{ !UG\hЋ)ߡxrE'*o[pɾbb˞z +R~m<\-="[^l\`igk6Ϊ/{ِ ]kHQkNN[ zWBdNi<\F|XjNU`'Y"._ ML ܏4 /cTιӭD^4^HscmGFc m{&5PTM67dWT׫^ xӡ"fds4ܐ+ +g:vؖ&\~CHBs@R, ute@,S~y_UQF3IKR KIvHG-1J[7ܬFӻlQȝ2jGD }%AQ 5B.Z*Vi0vZH}<7 '.("{rw~dIuL)t'Lܱ֘q Qaʷ@E/'z%KO1`k]ET9>Q>m \P.\՗ Sf{Ptg1;*g$ `$cJ(W-83I `M=ﻃ145P] HZO`UlJf;/2JFgH)W/U}~ѰX'i6a|~_i>}$ Y39d4m[ԞZnJwg|<gg5?ζ ϼB!Ѱp*˴9!g9!;*hN5U kK=ʨe1NSLoⲣI;-1 .Fb8{:а*ծ4ϭ7Kbm 0<b"J;l&}QTe#QyWŖoR+ݥւZ7 0Gb@OXlU ZN9_a"%{Vma;)DgLn | AGFOvI^C)G <bҤoDgT: _wqgȠZo#ȹ߶^3L{pB؂SK U%'(o[)=U)I`mh)##HO|"/{bzڇF ;*Daܳ~ G:da_n gG@\"g+U ش~V|6=хLp̂(?|F<8q];r( 3xX=1<{+W?">֊0eϒ{oy$'0DO//l|dКpx[0tcIT,~ro1]yj[lֹXf?Otͻ?@ (F#,^G:Cq<#WtͣYN[X?xa+p b*A%SoLCҼO4})_q`MIѲƆsfCzG"^q^ҧ,Ϧ^xo4h'E- R.CQcɁɒJGŐ9̻y ] I d܇m^rOux?`Notz9 bG  -aEŸT Tچttp/ m)jKo3KK7爕ݡL%kE蟲(Q@<3f8a6U6LhWn` 9kWQ%,k]5,}{ ' ot'll(a%i`CNsp UA87(%mϝ-}Q?}?Lg"j\= $m5ChWy= (uY˖r,$ e'`|ţLmq ` O"ϣip0ho|}; !9IpOPg#L,cAvrͬkO+^ղԅngo@33&wRG R;T2,#ྯMQ'_#Y<Hǝ\lΐ0ˌ rv˗̠x VMtiw)_fS3t10JzΐTZ8bui=~TZP$O.4~5Nĩ/ZDe L\ &dkL%}plшmM z""ڕ3z ykƿ1nT hCx:MZ8Kګ9#2Fy'|-C,D}O7NN MK('@"V{~;E(²_O5k A0GԿqD(n_z49?mbtұo)iQZqh=uOֺf E[{4LiI>g@Ua^nQ6@N.?\fXwrQ!v(y0Z ;]yCٸ kSYKe@f=X_W]9.HS&*,=`4ĕΡ卑Zjt[LO)MR'qtџ#ר>A_ Rw*X9f. $@u@ aФތ=OLPuL:ZG5iÅŲE@ݏNT7b8o$)iJ4 }l*>0,8%'lVȧ%XA3l nvEY͏i {iSTLgGÐ8ntOS5vccg8uev^7v;irU*?"v?9OW^쯕TgLh*f80 F2:SWqQ'}lhePY yrCdtb"8b-ڎN qݗI1UFԧE{}dJ&{Bb^764mxvGl< +Ĕa?@Y;щcڽRL9B$L}cM<^h},OEv:}fPb5XOp8fTo+sΌf{M=VFoGUr֜[6 >7ʋI׈wߥr#!VFghi,ZEYe$ޒ8qt4RpMe(I! s+Yt?=;oF:V|I{6Ϯ^x&sh's4\R4_n"ի^,F5hױ4?9=RqOb4 G%$$@i\hGSdS5|<6僸`\1.@(9U(z/j/,-t7rGs<9a O~.ɋ =*Dcٷ񽸯s7.DXs9]kZBis g7 G 08W7ڇu':͍ߺ' purxȖʃې>VBM` ғ2Aˉxɕ#,Ucf3+aDjr16vVC ^]1nrn5 e) P [zǟP}u\^W_6V圥[P,~OZ}&=]muED55EQ@BAxT W괩/Cr͛]>ŇXHX+cB3WTᇨ0eA_A{~]oW? ͢yiٜ:WU&]m$z!K˚@2CGR %R<};^jwPg]g]۾hy~Z-!W(ͩ~o̔-PxȫƮq-AGS vY4%D<\N^d+gNaXOxt6)x#ßP%8Ge\f& uIa ! )+p&CPy bnCo\ZeS0)SuQy4_$b_)VjnFZ1x9q')׏np7%b&0\<=UrLo1Y"+8gu !Rfw m^WI+ < .# ;- G9.}/|%J,"mݧ30Ɉ]>+PӨ}1"d>Zj;N2t]csUe#.T1c Nu eWWb?E저ac-Q8nq ~;ˣK< 6C*rMwp!6>AE5SO ;51bpO] ң~Hbޣ=4Y,}F- nj:*qp+%.&cugZA?rf6.CN}C\tw`qQ؈Us2?+w4)>[g֛l-o :L郈{3H=D@">.¬la֚@X$G |.2{y%&tR2)8\xK|%0ߒgNZWcEG﹙&ȳ*zCh^4o3Kvqy5؂1b:qO& @-_kfq.TT_9Pd)ia|CΠ X{RXF(QRbdjV@#rb\Au8~OB?jdO} e7?h2:_@Xt{!gew5UoI;x{6>쵚)FLb00T-H(PW~]EdkuMPa,`6kI|˨)Ցf:!-F=.,UA3? &iթ eFMRwȆB}Sg[Uju@>\)ﰄ"ʻ g$`THPeGzڦGʔ&5 Ρ1: պqP.%uU%P,l<\;C? b}P>V61ODs;}H0[| >kSQ݁ x/u$M8tKyAfISlLq)\vIigL U|`y~Kw8F7zC$ω<+?2=Ӿ?gN詐wY! uZ2Zkȃe36r(0bҲGҶl_HǨ@A*܇"7h)<%v@۷,1[ cf<00/$!x8<|:2mʚ^k%"C3 +,\$֠Z"VU+8l ~S-DCb+MfS BcoaO~PZQ/5]Se=u7f9Q [2Mɾ:s4J5VM،`+9Z۴bXu&:c s.@60JICʛzÿ=y dg]`v6JB]Q* vR, KwFtd6')eX>XI'ilѴQEqth= =_>n2QzoGS\.~VR2M1ёs&j6pyox m`3j=%^Řyk7wI;EY#V)jN[WSx7*;?j˼mFV9+v2VDIeܧI;6ώ %Xɤ`'Q | 9vkTM5 :˭Uފv_+B9|ھ%Q&A/2,1wMy1eDfT5+ LV"YXN^k)w ]=]S,^o=h_Y2T1s?̫V@PEhVͲm[e6Ͼ ~8x9F&C.5s$02ִ+ںZ!3?>XPKZ1f'[`Ex!cpmoՕMo} e#V/F9;z|+VMHm⻊{}I 5LA#" beXK! f+Xab}WAF+k]lyEiWʧNMnvaM{rKM<?~I0*"?=,4rOKp,\v5^ lĭ $t=[r҄1Z۫] yA!fNS3#^xyHU٦Ejk*>,X5b;vW$+li_6?!QAecS5^rP8< bpIo|}h~u~ GΪ/}BTsdhU|A.vK!-od7č< #&C7@KGp9"| ϒ|2H+LX Uv=,mѨ`NPF3ua-rdp(5_;|;gB6Mik,>jޫ&҉Tr鏴ٳj8 .5uFiQRsyq,[Gbz$. ִx*J ݐMbZt2J< N4?͑ iOj­kQO{;=I3b4&7|{r)g S hc&רɑl/4* 5T3CZEvT3.`0ݝ(vK$ q7pD4v1t VLJ"ڷFCP-uYETyL\'+Q$ 1e :V4ߴQTg30vs tP}Mm*ж~߇Z8vch;WUhv9 91g8/&JgIRXjQuR]z& |)GWYFqJbƂ~2"femnْ$nH{H&=7?$eq81#}`*%2<wuy+"!`)BP-"4٣ 7iO2FZnN5ChÇM |L+ #·or]YciCA:BS1T`dDX/LX0U]3U ]Ҋ$ P-Y#[y>=ր 1Q_: -M_a6\tl5q M*lh5-JzH#.%rW]b,/6ZzFۺI[)K7@͇v+X܌⼅q iYK!ZOsƹz}̶ 𕤼/%/7ḛTSmX[s|J"  }Gb됕Ps&c8Nڵe叡R8/?;LQ#aV(~*$f 7OmL?+GL*^ks @*q>RMz@}͇ڋ,ߙ0׀UJ(88OX Z\r9,&lYv_8\(m%ԓS~}Gl<[/ E$se K&8A {X>M xH68[՚T3wxbk9^iì;Ιdbb-P,x9iܭԟ&1R61%AY1Ps<}B uc&|l }ђC:+105onMQ]\DҊpX5~-$1Hޮy7b#"~^NZo8B]V܆ qzvt\޸w>p{wdOAIT3sھD|Tfډ[LlH()iBUaADb0BMŅ# v,}5#HiEv,~ `G Noa+Q:@?3]Ӭ Z=@vS7&θ[IhRZbڴ@8XXߣ@B_68rŋ[< Elid mV;J^ҾkQ: Yw ]dȸ+ KѨ͠'.SRڬ7=䲲>ʌy팘Q0SJNRTB+zeg,su,<Ȝ9T*M~aj>#vi֪yd2%ة +^lLAY_ٛuvk'9J5ɪe1<nL NjRhhP@/3[Y+'&ҝjdtK,eР/4&|v\ւzo&hJвVqGRuxLigK2 :Mžڲ$4 VN5 )Xzt`oA\&MA qTߚ#'WsaD03Q7aGr ~@E}Jn}pB!BpX562'r輻 B2[K'6NP`hh2ZN~4J0(\pmBv w"(xnV8o˩nTѥQ /,-}Y@ n+*E}|4g? rҦoxN1?H+iO[ۓ<{V3B۽wM'^6,Ok7HYY`*4齢"]7d@#J|(@sUAqo:>.W͐(ڋ/ Y đU xw~3 }㛊n YnRZQ ? + BstUr(6}.}*p6nVEĊu"$I;)r=*PrGteXBhaZ0q,[j=0朱Z I1͖t2(+QnF_88'uf{f lNkj^.BBDW(zuFzj{S,b7Rn!F($U*)++M`p,@Yh$XVrq494sO * $'?,}uY5XE.GgS"ckz Ao->HWa>\sJc]A'vcJut-sW=$`u(,.>ܵ>a)1BO5=(/,3^Mt]?9wVgD3[_{ ?kM'uO+ao9&D=QMr}3|YR;E z)kadc~:B:c4*Cռ1Pl.e ɔ##)˶SNEvNE2%Ś mC|E6Q>[W~f[1Ȗ=HQ䩢i}"g>Ч3<%vEϗ\XE<' ͆.!pP'>c|lVn>pjjiKNIQw$c Ky݄ :OO IcjV'eON$s}zTfw/C1\_MJzRږjjb|2ۊ},e)+ǷT ̞y1_a|Y[DZ|eB~iҋ{I4Mhv*o# 7&< 4h$貜"#ܧL: MBQ],>Yн^;W-{Jv?[:ɭl Z9G=!V(hZ@&ul*Un_6^[MjE\3%dJJRF0fbrTUXHjtZDZy{lFA`+HE3ӹ=5}Ӂ^` 2}+MO^LuuI)3  IN 4*|J-%I>PV_z,|a>l4:1ދփZtf3}$|Γ)<-*l&!5vyirtK'1{vBA[8)`f,r,I"/L`cI0~ an 8>-}}&^qvϞY?ug=4tHqyw^ORnNa[Sx=n  M72DU4QDZAx?HoB]@.vḱU|\?<{ŲRU w{*&y_2rvi0NwpAd-ZY!L?ּ1_4@#ІltO^TLFZMS'Mh(}: (/a<)f̧##uvu̓Hkhꜭ%C < 48&v]D5NZ G3fwQ+!OvGxYDӟw U3]Ȇ~ Uv\q ?en9U?l,#fSzCDv-l{YD 8f|]Nx/K} '`:d~~ھe޳Ngpl٪k`Y`%1; n}ZS#.W nTr^6vH6Eڵ٥!g&?D IOe¸ڜ ,џSLȺϨ~EL`C'&f atCk$dR 3Іymp6^n\IeCSTd@@{7 "* U2l2;*m j R=cF ]t5G L;s5[zxS`HIh N{-7ڏPM [P1Qf2|0Uri^Hd%5u|JD$֠GM=af۞Ӿp ~0$WR jozU0d4qS(ǝz-g+`Nr4hjmb.׫5]7F>X@6qP* Te%wc:MłlxW8JєQYu wm)u)ڗ2 ͨ~祕6(Y  -^WrA(SD0ƆVT@Ү }}͗XVF_g%RyU`\22;E6Fmk(hK60g=n՘UsC;!ϛyį?ѭB47RnzCNt^-iE 0RўZ^oH 0H2#NC9ғvy`6<"ފ+D(˲f2T<)bpnug=_?ͫU@_\Frn73hlM%quv oAIpC[?Q'ڿi@ɌYr%Yg"tXv6;$ZYk!>]Ӳbn5z82+ނ'8zmuYEc:T%: fR'?FzL{i^c2_q5JƊxݜ#XYNbp"u΁+gS NdQ·|era4t/ )?9T\ñŃUO,%Nq%<@z/œUɾ>FwyI\0O5xNJ7+5 V-JCM( RQC ms٨ЗUE9O|^ %AKU4l[Ws`zqv)0qlӝ?\sN 4A^ K-g:ۇJQ:P΀C笥˪I]~ǯfr V̄唜ogl NْѮG,>9%-rnYqTي˚v Qks!h2y_ }"Cӎw8{骙]̞d[6J]#2nM‘W¢|}6GنI !jCo Jn⎈ nRRvDק[UGɧХ'ަ8xe, J G/z!J&CFcL5;_% <E&8Ya<:]uMШяIj L{is;ƞC.Liτ F r>Hq* عuL,W9"|9$K{;=˖b.b0jj:]dH 9þ yg']Hz _GmHѝ `ʈa>߾JwhwI3K0%huL8ދk2' zb|yAƞ˖}ZCnXTƁy;9lKE*XpUg' g*BLwt!Ŵi l4 $Oj,Lt忭e/u$+قЏR9  usY Jի ,nh/7S߃x-TJo .0SeS$>%K. .۔©lCsfn}& +.'+T>5{dqy!G ^\&`wW\ k,8S4zŽF /~~HNDK+_ȇG; #;\\n2~L|:ѷV#,"{!2&jFf7K'eU񢖆+&\1`CoYҴJ{ 9znQeͨKM11o0{^9#01u[qdےW%Zp)VŞ}u|i[[Dj 󧑹m˷CIu{mTMR;٭dJ$ m7&Ym]:S{Fo-Ut!)&Q#C&՞S4`EGA'< 5upgHx~-+kړW|Tjȶ7 Ǎ*%01 9l|< 5BLkDһ筘rm֖Ŝc7Ǭ_5NjĤXw)j3-򀮩Pm3ғEf0d1%I5Vx@넑O6^hw"O}s6-ˢXk 9!kA*0&Ғˍ-ͺ;AHm(g${hex6{NX$]AוJuxj79ҁ'Q2R=?d҄Sx|#rM*d1osF gڸ)k& 7=+eGYȈ~$)`jb1J#@苈Lꕡd-ImE>vd?b/@Get8cXkpXmӸ&L*$ݱydh2\)+d'zQpѻ( 9cR)յ7UyW>6Yy2Kk <b'@MO-QQbqBs !1EI\ھip Xl15ly ",uPΜ[})f_NLb][gʋ*i wGu![W| p<(?hcm ?d K#L]i#|LJ*-A%MT\p3zø@ yW9k  ب%2\Eµ_e, پSIN,=gRx|nѽ,픅~|i|"ؖJ9![z3Hc$1H@Uư-^}d W%g_!"LN>U&~ռx]I [~p#n3r@,$MjhxH]P h|idef!dIcc-\{B@Ha|TЂ]i 1o .$eM SDS:kCapݔI(:Gp8aSBiYgz[E_[ Zu4(NשÈ v܎;EVlV ie@^d+,iY;#R _:UݗcXի G\nQ`ʹ'K[@keUp޽}{f6J~V=f|뎱+ӆ .T6erUu[>VB gTA3VUE2xд~}^=WV!3(cԬ$’jK4a_W:y{Ĭ1dMsQD'*K(,Ṳ=aN]b>hWŋ9{x|??X|WJ!Xj6i1/IZhKP=u^ch~ %K S$pQNIkY*E>\]KR?6u*3t{Kv5f%#~PZn@&=Y]0<e>zno\׸)ďBJQ3Ѿ|wlTG1:^م0XGP(dºW2ûh5Pv*OG=d$%=h9ѝspo t&O}SG6 A7gu})㶀6ub\ޕ&51;.9Β&PeuK7=,gN L*,TV@4bX.BCKQgswϿ\UǖXz5'leDi3I{YPOǷu̖"Q`H$V086~l>q&xF=Nҋb'Q"[K."*8)Qolt` [ xfnL-H3xQ_w*CwH-<[[_ҭŐZI:_6ƓLekH E8EuZJi^N0/"K }-TU5g-˖>^^yp3L=u\f .7^߭.2Ѣ5*4c baeQHT q+Κ1 w%{C!VP[ی=|F8d(Ҳݲ_j5౸pݒq Ci?Sw:x JkH*X|* 5u;i6w|VG\?9G9CWGC&w&EtOK[}tX涨F(gB>EڋM܇@lXN@ѦWa 07<5sx9yQMj!-]17WRs3ۉn;J*%&1euӈYOC0,\("A Oy`J 坃Ǟ2@7{zЈۮuj`PL"׊DbVC וAhaJ 2%{`g[\_cR6 P<\"@^/ mXƩ\%]S# jN'bj0=6~e1FIBWE~c>ϔvi" 9]~})gķ?)9ziĆĥYpUYv&0s|M9~&DJ}qqo,mjׂq 6g4]0s!-ݿg [f02#9Vo՜Xcq$ByΛ%Qo2 W.A_,˾bi$&Ƙ.㕕 fJ߯)|g޼M`PTC:,! y/ !˨u@Lzc[;Ye \~FkA:ǿn(:7rН"dJID`Hـ26"JXy4k^mTރ=kSb)fOqT7ɡat!}?#S@_D0D\ TƪM/z,I.KA,Ay򴠽lfb;Kws%ušSnF%;/em..| `'̵Nr YZ