connman-1.41-bp153.2.6.1<>,ńb凜!M@eeeOi[kE(;VʩQN9my%[P簌p77i-}hM`K-fi?GV4@+ -#z9n2؎bz"-S,#YՆ*/w50I:m&|Bt!=I4֣NrSGaw&J{TT =kηɁ].!͖Z!tkElF淆Ft >I`?`d   . #:@H ()X ) ) *  - ..x./r//0 02(28393D:4=Uk>Us?U{@UFUGUHVIVlXVYV\V]W,^XnbYcZHdZeZfZlZu[ v[pw^Tx^y_z________Cconnman1.41bp153.2.6.1Connection ManagerConnection Manager provides a daemon for managing Internet connections within embedded devices running the Linux operating system.bobs-power9-06#SUSE Linux Enterprise 15openSUSEGPL-2.0-onlyhttp://bugs.opensuse.orgSystem/Daemonshttp://www.moblin.org/linuxppc64le if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in connman.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in connman-vpn.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in connman-wait-online.service ; do sysv_service="${service%.*}" rm "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( 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 connman-wait-online.service ) || : fi fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in connman.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in connman-vpn.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in connman-wait-online.service ; do sysv_service="${service%.*}" rm "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( 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 connman-wait-online.service ) || : fi fi [ -z "${TRANSACTIONAL_UPDATE}" -a -x /usr/bin/systemd-tmpfiles ] && /usr/bin/systemd-tmpfiles --create /usr/lib/tmpfiles.d/connman.conf || : [ -z "${TRANSACTIONAL_UPDATE}" -a -x /usr/bin/systemd-tmpfiles ] && /usr/bin/systemd-tmpfiles --create /usr/lib/tmpfiles.d/connman_resolvconf.conf || : if ! readlink /etc/systemd/system/network.service &> /dev/null; then /usr/bin/systemctl --system daemon-reload || : /usr/bin/systemctl --force enable connman.service || : elif [ $1 -eq 1 ]; then mkdir -p /var/adm/update-messages rm -f /var/adm/update-messages/connman-1.41-bp153.2.6.1 cat > /var/adm/update-messages/connman-1.41-bp153.2.6.1 << EOF INFO: Please ensure that the network services disabled: INFO: Yast2 -> Network Settings -> Global Option -> Network Setup Method -> Network Services Disabled INFO: or using the command line INFO: systemctl disable $(readlink /etc/systemd/system/network.service | sed 's/.*\///') EOF 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 connman.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 connman.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 connman-vpn.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 connman-vpn.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 connman-wait-online.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 connman-wait-online.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in connman.service ; do sysv_service="${service%.*}" rm "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( 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 connman.service ) || : fi fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in connman-vpn.service ; do sysv_service="${service%.*}" rm "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( 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 connman-vpn.service ) || : fi fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in connman-wait-online.service ; do sysv_service="${service%.*}" rm "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( 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 connman-wait-online.service ) || : fi fiHSPODq@FVA큤AAAA큤A큤A큤AA큤bbbbbbbbbbb~b~b~b~b~b~baaabI9bbb6c513f01d6804ddb05b344fb9da1d59d7a588e567296f771b6d6393874b6bc492eb3200d7b4efb29124eef2b203037f8821f0f11da0189c7ccdb535ef175f07edb2fedad7d0268b8e076b27fd1ea0caffc58da4b7cee4d935723a957c8d475bf61bc9497d141ac3059af37d357e854dc687dbd83481e78f5951c722dee3b08e583b5a8c95206965a86290ab30dd5646b45153b8fe0fcee7f0eff210dcab896335c28a637420423d940ea05fbfb50f1a4a53348639c2e2de06682ff631df51d51577d72aaf56916c4f4d31da0e2438122bfaa5e206e96a7878df8a3c4f1ac15ef19b6bb18adb957177675b1d18243b1c129170a5e077d7e061548daa94a65c28d4947e1ef42d8e163a72c93f3e93b77312503e5e405c9d767150362edda170982dbfb07902067f5a669896c4a720356c6465df0ae1ad0a9b39c3a9e14275a7d1eea38671035ef94fc587912c6011c83ad503c0ad6b5ccd1f406e411f56f9bdc38f7730dc936de536cf42874efef6a76c0bef418f075f1233264407a1cb7ff5942e811e4e01ea7d041e95f88ec89995f8007b04a1427da211a5098d8a44f18652304ff57d6680ad1f750247e1967a17397c69f71a9b0aaa0ccb76d0e229f34dd4fb499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259@@@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootconnman-1.41-bp153.2.6.1.src.rpmconfig(connman)connmanconnman(ppc-64)  @@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/shbluezconfig(connman)dhcpiptableslibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libdbus-1.so.3()(64bit)libdbus-1.so.3(LIBDBUS_1_3)(64bit)libdl.so.2()(64bit)libdl.so.2(GLIBC_2.17)(64bit)libglib-2.0.so.0()(64bit)libgnutls.so.30()(64bit)libgnutls.so.30(GNUTLS_3_4)(64bit)libresolv.so.2()(64bit)libresolv.so.2(GLIBC_2.17)(64bit)libxtables.so.12()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)systemdsystemdsystemdsystemdwpa_supplicant1.41-bp153.2.6.13.0.23.0.4-14.6.0-14.0-15.2-14.14.3b@bO`&m^K\gZ@ZB9Y@Y@YY{Y@YV@UĝTԬDaniel Wagner Daniel Wagner Paolo Stivanin Alexei Podvalsky Alexei Podvalsky avvissu@yandex.byavvissu@yandex.byavvissu@yandex.byavvissu@yandex.byavvissu@yandex.byavvissu@yandex.byavvissu@yandex.bysleep_walker@opensuse.orgsleep_walker@opensuse.orgsleep_walker@opensuse.orgsleep_walker@suse.cz- Add refcounting to wispr portal detection (bsc#1200190) * add 0001-wispr-Rename-wispr_portal_list-to-wispr_portal_hash.patch * add 0002-wispr-Ignore-NULL-proxy.patch * add 0003-wispr-Add-reference-counter-to-portal-context.patch (CVE-2022-32293) * add 0004-wispr-Update-portal-context-references.patch (CVE-2022-32293) - Fix OOB write in received_data (bsc#1200189) * add 0005-gweb-Fix-OOB-write-in-received_data.patch (CVE-2022-32292)- Update to 1.41: (bsc#1194177, bsc#1194176, bsc#1194175) * Fix issue with RTNL netlink message alignment. * Fix issue with dnsproxy and timeout for TCP feature. (CVE-2022-23097, CVE-2022-23096) * Fix issue with dnsproxy and busy loop in TCP server. (CVE-2022-23098) * Fix issue with WiFi connection with no passphrase. * Add support for wpa_supplicant and WPA3-SAE functionality. * Add support for D-Bus ObjectManager interface. - Renamed downstream patches to separate them from upstream patches * Rename 0001-connman-1.35-service.patch to 0100-connman-1.35-service.patch - Add systemd hardening configuration * Rename harden_connman-vpn.service.patch to 0101-harden_connman-vpn.service.patch * Rename harden_connman-wait-online.service.patch to 0102-harden_connman-wait-online.service.patch - Disabled openconnect plugin due to version conflict - Disabled vpnc plugin for i568 missing dependency - Disabled hh2serial and tist_working for ppc64le due to version conflict- Update to 1.39 (bsc#1181751): * Fix issue with scanning state synchronization and iwd. * Fix issue with invalid key with 4-way handshake offloading. * Fix issue with DNS proxy length checks to prevent buffer overflow. (CVE-2021-26675) * Fix issue with DHCP leaking stack data via uninitialized variable. (CVE-2021-26676)- Update to 1.38: * Fix issue with online check on IP address update. * Fix issue with OpenVPN and encrypted private keys. * Fix issue with finishing of VPN connections. * Add support for updated stable iwd APIs. * Add support for WireGuard networks. - Spec file cleanup- Update to 1.37: * Fix issue with handling invalid gateway addresses. * Fix issue with handling updates of default gateway. * Fix issue with DHCP servers that require broadcast flag. * Add support for option to use gateways as time servers. * Add support for option to select default technology. * Add support for Address Conflict Detection (ACD). * Add support for IPv6 iptables management. - Change in 1.36: * Fix issue with DNS short response on error handling. * Fix issue with handling incoming DNS requests. * Fix issue with handling empty timeserver list. * Fix issue with incorrect DHCP byte order. * Fix issue with AllowDomainnameUpdates handling. * Fix issue with IPv4 link-local IP conflict error. * Fix issue with handling WISPr over TLS connections. * Fix issue with WiFi background scanning handling. * Fix issue with WiFi disconnect+connect race condition. * Fix issue with WiFi scanning and tethering operation. * Fix issue with WiFi security change handling. * Fix issue with missing signal for WPS changes. * Fix issue with online check retry handling. * Add support for systemd-resolved backend. * Add support for mDNS configuration setup. - Drop connman-1.35-include.patch - Drop connman-1.35-resolvconf.patch- Fix build errors due to unsupported header include order with newer kernels >=4.15 (connman-1.35-include.patch).- Add symlink to network.service (connman-1.35-service.patch)- Change the mode of download_files (sr#521762) - Remove connman-rpmlintrc (bnc#1057697) - Add client as a recommended dependency- Remove unrecognized options: disable-gtk-doc, enable-threads, disable-iwmx, enable-session-policy- Add configuration file (/etc/connman/main.conf) - Add ghost lines: main.conf connman connman-vpn- Add connman-1.35-resolvconf.patch - Activate connman.service if the network services disabled - Add info in /var/adm/update-messages- Remove obsolete macros - Add polkit-agent-1 dependency - Use the %tmpfiles_create macro - Removal of ldconfig scriptlets from all packages - Add connman-wait-online.service in post{un} - Spec file cleanup- bump to 1.35 besides other things contains fix for CVE-2017-12865- bumpt to 1.30 Fix issue with pending DNS request during server change. Fix issue with empty strings in nameservers configuration. Fix issue with time servers during IP configuration change. Fix issue with 4-way handshake during roaming. Fix issue with open WiFi networks security. Fix issue with support for WiFi AnonymousIdentity. Fix issue with memory leak and DHCPv6 DUID handling. Fix issue with DHCP client and P2P interaction. Fix issue with handling provision file updates. Fix issue with VPN state updates. Disable 6to4 support by default. - add keyring file - clean with spec-cleaner - fix builds for all possible distributions and architectures- bump to 1.29 Fix issue with IPv6 autoconfiguration when disabled. Fix issue with IPv6 temporary route handling. Fix issue with IPv6 timers for nameservers. Fix issue with DHPCv6 and route configuration. Fix issue with DHCPv6 source port and buggy servers. Fix issue with DHCPv6 rapid commit option length. Fix issue with DHCPv6 rapid commit error handling. Fix issue with handling invalid WiFi passphrases. Fix issue with connecting Ethernet devices. Add support for Ethernet and VLAN usage.- bump to 1.28 ver 1.28: Fix issue with DHCPv6 re-transmission timer. Fix issue with DHCP service ID option byte order. Fix issue with IPv6 connections and SLAAC/DHCPv6. Fix issue with telephony and IPv6 autoconfiguration. Fix issue with Bluetooth technology setting changes. Fix issue with WiFi autoscan interval calculation. Fix issue with WiFi and missing BSS signal strength. Add support for IPv4 information for WiFi Display. ver 1.27: Fix issue with memory leak in IP configuration. Fix issue with providing random numbers for DHCP. Fix issue with handling IN_MOVED_TO inotify events. Fix issue with channel selection for WiFi scanning. Add support for handling Bluetooth GN and PANU roles. ver 1.26: Fix issue with missing WiFi security provisioning support. Fix issue with immutable setting and provisioned services. Fix issue with scheduling DNS cache cleanup procedure. Fix issue with IPv6 Privacy setting on service removal. Fix issue with DHCPv6 CONFIRM message sending procedure. Fix issue with DHCPv6 lease expiration handling support. Fix issue with DHCPv4 networks and broadcast flag handling. Fix issue with DHCPv4 networks without gateway configuration. Fix issue with P2P Peer authorization handling. Fix issue with P2P Peer service registration. Add support for WiFi Display information elements. Add support for systemd-hostnamed integration. ver 1.25: Fix issue with handling rebind timer for DHCPv6. Fix issue with handling DHCP renew transaction. Fix issue with user supplied proxy settings and DHCP. Fix issue with extra status codes from captive portals. Fix issue with service idle state reset on failure. Fix issue with DNS label compression handling. Add support for experimental P2P Peer service. ver 1.24: Fix issue with handling slave interfaces. Fix issue with handling DHCPv4 broadcast flag. Fix issue with handling DHCPv4 lease expiration. Fix issue with handling WiFi auto-scanning timeout. Fix issue with handling domain and DNS server changes. Fix issue with double free and agent messages. ver 1.23: Fix issue with memory leak in technology handling. Fix issue with not removing host route of OpenVPN. Fix issue with double free in DHCP cleanup handling. Fix issue with handling DHCP method from oFono. Fix issue with IPv6-PD when disabling tethering. Fix issue with DNS proxy when disabling tethering. Fix issue with Bluetooth start and stop interaction. Fix issue with Bluetooth PAN networks on adapter change. ver 1.22: Fix issue with WPS state synchronization. Fix issue with DNS servers and default service. Fix issue with DHCP client and rebooting state. Add support for NTP exponential backoff handling. Add support for NTP kiss-of-death packet handling. Add support for Ethernet gadget networking./bin/sh/bin/sh/bin/sh/bin/shobs-power9-06 1659430279 1.41-bp153.2.6.11.41-bp153.2.6.11.41-bp153.2.6.1 connmanmain.confconnman-vpn.serviceconnman-wait-online.serviceconnman.serviceconnman_resolvconf.confconnmanpluginsplugins-vpnscriptsconnman-vpndconnmandconnmand-wait-onlinenet.connman.vpn.serviceconnman-vpn-dbus.confconnman.confconnmanAUTHORSChangeLogREADMEconnmanCOPYINGconnmanconnman-vpnsettings/etc//etc/connman//usr/lib/systemd/system//usr/lib/tmpfiles.d//usr/lib64//usr/lib64/connman//usr/sbin//usr/share/dbus-1/system-services//usr/share/dbus-1/system.d//usr/share/doc/packages//usr/share/doc/packages/connman//usr/share/licenses//usr/share/licenses/connman//var/lib//var/lib/connman/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Maintenance:17591/openSUSE_Backports_SLE-15-SP3_Update/dc344aed4c466ffca5d0b2c075445eb6-connman.openSUSE_Backports_SLE-15-SP3_Updatedrpmxz5ppc64le-suse-linuxdirectoryUTF-8 Unicode textASCII textELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=ad43b07a88a4a332d01425dcb49c11fc7015d4da, for GNU/Linux 3.10.0, not strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=93cb3c37f682ae272e18505685c930137f1afdd4, for GNU/Linux 3.10.0, not strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=2a26615067c898c2ef89353d39aa5fe24a16bb34, for GNU/Linux 3.10.0, not strippedexported SGML document, ASCII textempty  R RR R RRR RRR RR RR R RRR RRR RRR R RR RxݫC7;connman-clientutf-848b04a02fe328507eea145686baabc0e13c13a637b267f15d4cb71668272e8a0?p7zXZ !t/`z]"k%nu B\-eO|NYó1GroLb^4`1*Xyx(1m]m-D.^vүxY[wٿ;~4{98#sdbXmRI4rFx`RW$ #D|Ո"gvQ "k#5I==ڒJqCRG.RUQv~Mf5"oel /o[mw}f :CfFQ5#OM[^ټS7wnk< B!i_姥WdExuK~ĥ%S C侓q- }Xz%D%=A+{g>_]Q3Wd%.JN$@'RLC͋'{I%I.%ƚkXz3 >r%LdHr#PiˮC3vb?#* AAW7dis_cYUX赫Q9ܖ (-vXSn87nڔ,VzhU'_ZSu=o-l oxenޝO9kmVymѲUvXn+]؄; 5##.z3Xݱ`=1>qQ9GkÄ M ,tjM!\I]ғBQP2vRРujou-P |?HUSX{ ok}˯*&C\h+>3O/ ehd_x`%r$YvIݥMlr*qL>oc{*4i(TdXZ뙾[QFN-x\U %DpqNeh]kG؅aߡL6[ʱ(qO m+}X(D("?TglC Ҵ/k\X8&3ѳPiqWw+GHi=WCHQ\{E#̂~uYy3ELHC1[]qڤZ˳fMDL ='7vNYBpFqKGI^4 #JJ7$vvF `&Pz$? CnK{D6W-\T/>G'zl0 蓮a$|+ɗqZŭmjAzE!/ %>rYZ<-ʝv1W5 /aX c)֘2 g~Țm[i }xh23B9hi"Hm5}?A!(=0W 1Sc t+껊A7@𩙟frP{@VI&1?znSqGJw}lTc7bLޏ`}8#Sl`<0 Ѥ 9>jrKs >iRrtڵAk,VG %zWiN2i?~tzI]V3+2 ot3<);H]qbDRG<$U䓝xvZ~tvu*dܒTk|f9L1_Ή!9]M4LY/cv$fFl'vsY{pMw!ګXfO쐇`zY1c4g͢ ˽s 7 D2VW-yH_̜b0HӔ.a)-kdn*1ŶoښIIuvt8A V[`p=%oNҶɬS釭0;Cw`x4@RKx]m30+/jt rq~\zx>8.5kfF.&{{A|rk!Vi ۣ8'_Id4\X1&ze;sٔݹʏԍ>a`<u)f &nv~,Fc0?wA3AU[h _Z,c&7 S [BՇ#s؅[; ^=J2}*%Ȇd`.7m3x53W훣,ia~IT( G:sHD߮ (G % փ-vWY'e{u[ٳɸYЭp\31o:{&qA@VލM!nUfjʵOS51?\B4w+Yoxg5wF۰Vq G7 ʵK)lMeڈl9c" ^Tdϭn jM:)^zڅonf5#7MqúsDvRi2߷-2Ԥm1BS#A!DU'kw*B~iQuvգLɼ\PhE.ɗTO8iQ)3H@]*T-QJL1@Hǧ;M(hU45$-j9ۉ{~N-;/Eoi`<"?#pW ty5SF;Xuvai=yHlCؿj!I_R?\?)Lj6j@Bk י۩fO\H8LdwbtEc:4@`QaBh7)5&K Bz'z\ 33L OWwR4GŻt{MqgY mw@yNO,~. ?@U s7RvQuQq*x3;@EaYce-[ iw(g$)PJc>?(B޽C_/!ݑ/7O8B A4ʸJܧBV'I[y<&e ;h]U( JG)AX<ߨINQ'-(N: N9 Enͤ.^st1)͎w]K tg@1` `Jk/`N.ˉdSza2R-bOZ»CwyJ=k,ю Jmg_jx✘G} O]DaiR1Kwmʺ`1z.ʦ1&d.X|~E"M3`y,Kr3 RoO-]hrlӶgDռT5nh; HFj^v{nx:ף$Y1\HV;rǏcR0O,40ƩF'T%C_K 4bPʶÂu~uK?7Sÿ aHyi7!$HHzi6WP ]Ԣ:L*7P9we[ȹSmwcJMБa\fAIT׶d7͜l~QXˁyU +d$\GagAi̼9tUաOm/So5>u QQK'}tqCgywORc'',v71m& ft.\ĥPYa]#bLS/fQ vΧgKv:K:`!llE3o!-VlOl̹ln\0{(xSF~yŠ=x _V'I~&Պُ/nt8 Zqe}f՜?ZsÈ=އ`qSBҤ,G?ӲSnXb H9#[^](A5W]=5zu}4524n/ $9UmwۄkG/Zg\nG~郱9xlfn4I`2%Ouۑ:{ &aSkHӅPaLġt$%}y^Ϻf  wfxDozm\+O/ZB7$ 썿O\"S=}_xy۴b%0S_%+5[A,HrQm%]M 3"[‰PX#eY SPcYљBl*n($FbҽsFBaPҐ(<9Z2*Xj2 z$d8Zjg$*PXЃҦexA`(k -P/3(@iH˿[әg2 YaP29{wOpzbI!i jXp.zA ϊrݧ_M2Qw/ IGTOұE#K,sKzm!OZSΪOFIFFVED{0&.>٢{ߓvDhW>.4 S?(G[0s/XEuTkJ -8a?lW8Yt)]gѓj߇j{ð|pPUeƄR'\Zj< U[H'U*Bҋg]X᫹H 'y0eWu} o^ BFtn,yv+;a"apzs}TtfрAi/ FVv>=#3Ǝ|$zJ1S-M9f:)O$268"LUg}Z w*6ol13zԮ+WLBi~r"Ԇl(c;]|N`4Vr i5_ZKSDu ܼASㄔ>1bET^=Ead 鐠G;:{jrt8|f2w2jܤG`_)*X쿶 MPm 2)!É $Ѫq-x=8_%&`eZ{S$\?''_}~4F{ f&6l('K*L)Tmº`gHc)R~:z/bi~g45eWNMb _X3w'ijBl5~Uu{*,e% (aЂީjuD6yA7CP*` 4^[QZia[1Zr:qY6i !>Gl:q(Dca[E(f) aRRu-"*o$KK7gQH=W|ZYm0cN˿iYWr<1yO3B~ČxfƛQ p0HzZ<5JV FLSGr 61:-DZ4we!j!8CuJ-QfWX-esO-\FR-Éa-,A|4̉Vwo<~>ߣXO!VZ]#cr؎Loyx.xO)6b3hCu8Uȟ k):4Z"7eׯ"FկVhS[C,OӨ 7k 517khDozt^'H3lcnY[K  dމ9ٓXdrix;%>vkpF ]ơ6CDZGE[QC7δ l}? =1eG,pFg ]:$NBWd`E,X{h*4&"8ޭe|Fj@HU͜C 8<1~j..*]_DrZhf\-aUZ({jNJe.:ׯʗ(;$+Nju reh3sb8kAsuW-!x Q쮕^nrX6K]G{ or[Cn0LxDjSzGo&?oǻ- [C" Mȝ b }2Y]?PUw̻IQ2=v LYْ)d;,cκAX^TiPcjO)Gq< JĘj}ٺc=U/0ol䒢 IjJ r$\AՂCf/22dh~u u!2eLN|e#xo$ĐnCDq0 <>*Y0)M!@7tQPuL٥ͼ1~Pjeo2 r~ZPGz]ǟhs9!&JhJf#@DQF5ﶯw˖3,] WCzbĂ)2۽Z$D %-Aqz!riTpGZʀY暺@Z \.a=]eޢ ;30T7.IWY__^x30˼8B| 80$WZ`\o<J# eF?/7p3Q}h,ͬI__1f-%ΟNJB &w†%퐺Ǩ5.N;R8xV7)t&upE W7e~Pٙ~BQYj!v#꒡&Z|ez :aOB|ANWx{5r9S6xM.qv J[x <`CݑnՆ`PbյQ24uErYt C,`38Fhri?.&Zg#[YNi ם-I*$r{x  'et_M$%!T}-4ⷭyN^jՙXmwbYy ʝ̻([]L??4[FL_n3pPb@TNDDZ E2Hק滖B$*]_-#4~XtM7 :G ²%ޥz 'nk p)zl6"MFMX0HW3.;MYy/-r6+MN ̳=n\.2J_K -5q @5?ȱ=ac9K^ {)a}UᯓqB35'تOy%r;h̛ ŭ`wѓj"Lq9no3ew+Q[4+s~و=!C\1^f./DcN;o`6Mc˂g`U`L yTr՝TQn*pf&?=pd-?aSE sEW߰cZxn1\6x*LHh07D(;+ 0\ HK^"3OoYpvc,[ǐvA\cZij`x_]Ƨ?݁ʥ)HGƒ +jo1ݪk#O_j2Mگyf%n7km,I;mD2f&o!b,C\.]J ~ # d}3]l4!LG$N=6Rr]z\Jh 4ùhF&"}|KFB,rFQjD0O[| oRXW6$/yJ98=ȃ"`]~b~>B o 22z:7_ ͛LgȾ<(sKYE?_^M_UW8+e${&{x#/#}ጣ*h\=#Dg.l5f2%5FIiKSqv޲zoLC59d҃#w'n99qVweKsܹaSpv^*[&b-FE"S)@y!xE~5pG'I!eEcZa2dwā֗b!57D{ZLoee*D^37 /EJ$bF5ۊ q@T%HT* ZhYTڈk ~Q(b_ *b pMc=*tjFeSB`^]6@)Ǯ_D-KS%(.(iclk_zx_): ѹ5ḖzoUv\Pbv&e$<W "JeA3Ƚ.$w14*pmY.C7J/Q2s"H=A~Ŋy8GѢW.Fh>Vu %8ɉT.>\Ls9dg='Y7.Ee_?[շо\->1dÂ0H嚈N;1{.眠A/OG~)Mۤ~K&+ (3dka 1jIk&=<m=^H8Z=U7?!P(>-X19 .Z<;0 !1۩RHܫԶ1?Bt\?mkJi<Wfܶ;CSA 4}+dϘT1wZ9[D9{'R ؖޣXtΗ.!c֖1>fR%IXv|=N=b/.a:ӆ4Dt*;zYLС/dmIPg2E#=b6osAH;O{=j#'d:b[MDSvrM)ɼTmk3ghƤ͍34nmM cEdTX%mQ4AaIӇ8Wwj^uC1ȩڿJ4u4W67 =왾vU6Q!*4zm3'csu?!d8Iu*)Ma).hi-ޡKo,ZzP]뉢xW Y=]W6ItMVsXXųκY TS7km02kjCuȾ24 [J ׄ C`*J%95fŎk/ȞI@+n9i$Fb"R=?$ `7= C PWM* 'WurȈ{5QJO{"3׺VK]+kJW/>ZE5_yJ وF&(eJM" GѾґr0X6pM1QgSSe[/ʈ;/zeAS%C}H9uw+;c2~:դU4+6fFRrM}H83QRE$k)]N~B_!) Nwϊh HĻvSFtbAƇ|vX9DVщ 0ofU.*X'm%?)l݈o%:V;+bZļ|Ql` :zj'(bU4ITF/,iPv}U3! ||ƞݎҸlߏ?R* Nm/av˞6f쏄89f0e؍Q,8"PC5pYevtlyi>{Q7LpTIxHq5GsȆ/|S;2N;xxM$>a03/XHgPE.F  _4ʧnUF-d`rW[$ r-C9^+V0O,-.!hsS{ιLDERlW>E O$# kNa.>.y+a) -@%=K߳7I͞N0xaBrQ[Ĝq)&3ii8;]xC J1n_Z8ol߀JhLJŊ?!V>Jai]'L9%'4,CDԉjjC7ׯ頪BQRy-r5/aXkɹKJKY-iCfu-[^܂śkzQKGbm=gXI/<ơtRdGF/)~xm/{Akcrsd! ĿO k- ?8vmç*:Nj,m4{ O8%#AAI DG|jKa6YUC^v>&oԒ;(^#56]rɲzu ֪#o}-50Uq)VN wW M!(H%:V4MFXeH4s'MBr}pUl{p?r^t&pŧ)Se7SX~)A'I&hi!ӥem۬QpfRItvdNP'G~,EʽE./m\豱/]aͻ#V?"H(9 H6r9'ujQfC`X[LxE}}f'JNą oA\Q t5~^7Щ^8-jP)oxؚ'ZYkJn̑e2 *SK7F]==Ec{q?pvK~&#fs%5lpػI%1b"sQXӷ!=J) N۾w3z2K/1ɶs $c!_zm̻V( 3d-̮W4^:bj M]-sZjz ޅ:V¶ks]+SG(JY"/i!QÍnKj-% yn2Z%;WqzԬٺǁ}KهԈ˥aᓆ ΍Bmƻm3O Qbp4Sf`JOPLFH#byjb}^)םh;T4C\]}e>iIW2 mb) [edܧXM`19"iQovQ;F=1Gf]W-&=*~T:FFޥ״k8:(^Ҧހ >Nu2&Y~IMR>{) #A딆K0AL M2\MH>iZN\b`1=&aʩ3UF u0@`f<,OԦQ߃WE }δO!UAbm!v) VDkD,]uRd%/R }OS)!`(s|_XQV~#Qt&f}k ,5#Gqf|uR¹~ v`} O >^g5G[̽Ej5Jsco! V m;;@|bPý]beůUB'<Agm=w%ZyOC4z`*&Ft͗x?NAz ZNu%űNaǡ8%H~#F}t+ 6KMM~c{~\ٱ]~|Hgr2'9 )ac@F? T-eQ޸.I)nB1/U}{rV|^5x cE~eߖ}#?99O6ɓ6֫*=Y^$CMPTHsOeq7uX?B22K(=tS*/h ؅Pyֽ%8|(rNO݂ŗ *@HJxZ,5 iVZ1a@Ɔ'< {o]ƑA[|'&qZUb!Xd0Mr)a2B'_NCb1K:<_sy?>f=u=8zBM,Xb~l% #ჾ(!O \-BGMjj@`%\u >;iIN!:jkw1XsǍOlH8uY\NpԴk{Ze!o&ϓ+_ 0fۏF.__q]|wDD! mt *R)b'ȥ@GWFW %M`7N^tV#qU'f\`we(,:peGRE31 (C{vlv/W'_6Mk`sn=?IcJv4P](P.l4wRQ`_1e泥:Gq`g\8 7?jpW[SYqb}z1!VɆ!?{~{8{g>d+}&F !Gal_QH@'+M`a5ȰRq Mќzln*;?aEx鹲OW ͊zdc1 V &Äm(M1U= d6ՂXӈ98ia@r9aedڊ ] $l$@t[Xvh0lA\><7VeϏ)GyfXS%ϻ\G+6X2=}%Tj(v,]Anh0YYHp4~ +6i+O/Lx庼Ed`ANd9: ?$kmf&*E.bY0$M:ִ=lui_Et`x?m;,돘`| P]rE,ɻq_Y&%ĴcU  KSF_.P؊XnO\cG&#Ը7)C]76T"_Pp ٴWo`Ci*GCa(2cRn^?H2˾igl_K^R2rO?hD~̤5UL̤ 1vҩFG4o.zY:m 9~1f'm"3gĖbkd"@&RܻY*Zpm*xg;Ql8ӄ˪Ջss 'A~ BDp ̛Y]ܱ:-3"`H*VmpUS`n1Tk0sm1NǒU!Ajv \.v4O$(mRHEibZqq;ˠB= 4\^{y2zd7soF]`JF+[ Eу'.$,5QfgaCO#eA- ǯoX&&30*gm ZxNn-"ZNI|-%˓}Ir:26G.5x=4mwdDP5.)l>FaPegx$@A(,{<=Nf)L[\ *I2Ӵ5K Q4ZUzO *!CDsIcsM6h)F@i˶)GMgcي^=9F$4="xRaL4f0 ot/g#sE DI8hhpⱤ 4`ɑotw3Ee.%4JZ:n0i< eWYAӦ(iXeZc=aL3~]+Q7%Og@cӇL՟#oෞԟn8|1U`a|G b`2%T%JTF~㸿(&݈KQVcU%_/<);E3ae$tUM`aS$ ?݆n}(rO/oR!%r;$φJF$>VH "ZusY8!8\R7` KPYȸp$Cyhv^&N3{B;sm+4 1_C{9^(`baqںΔ]u:]mBZB)Aӂ" 7rqIO+=MnAAizdSܜfeeU: mh=ՀJwӗ UV&zf֜DQsŲ %B{M˴U78M{Z.d{q$VZ*H:+R?f~u*"D:VٳNM]xNXe/f9=7vt]BR4NZjFLU#ZY: gfT/K-3'[e՝w! IбD/B %L?DvE.:@OѫG$|rE?>ҜzDdFAD&?mp&on=52iDyeɋЈ%tz g&ySj}RADn9a\tB 5sR7hB:e7YQo6Y6;!rVoppyv1  W{85]1LQO 5Z&UV}$* ?\DDZOoHٞKizѭs'oo#_ -AXgs#U=}j`4lj-b 0ֿpbX%ѾOL>݀g;oQyBXts!D;9+Հ95d>6E80yܗ,uv;$]7񷝔*ia93U}}OW\L8K3߸s#4p0ǖX/<h< Q (3ښa~OF-v > 4hڇq#^-+flZmέX-?a< 7_'@%9*c?mIg_n4*)t/m*Z6p[ԼCy>;ei';.mj¶ /vֺu/iD>~t8upJEX7#<ųkzT\t@6@U//̀<"eM5`>lL;Q NI'Vmrc|dDʨgj 1BB(qrmڶW ^̊1 )N/?vxuj5&PP0r8>q:/qw|9W_6NcqR9jr G#;Bc mggr h/ 2n/(:|/c,[b*k&4\R 8DHJ2uݨI{64uO{MPbNPJW;!Ut]TnFʐh7Gԭ%KėtoM93 ME;2%3{: "v^bsCOK6U۷d_j]=3pAGPeZhg]X"H]XoeutSG܀Ff\ #EMdƥ]SpLs;E HnN"kpp/Nw_ RA\Zޫ'HS8Y_ZrlETߐP Z׶\Cnv=OOT7˦v%piS@a}C֌=Mٱ2MiQKO[Pv] O8~) :ɉM{!oW0>5=)ݬ1aո:ç2|[{PL;0ɍD"#+_/ָoZke$))gš.*N5$/"퉳N=lAjYLp zuR(&ʷQiSgcî2qTox3?Kk\kfل~b?c۽#B~3$<4 MP"uC&Ưњpӱvj )VqΚjFX?˄\<jhX0hDu΀p7Xn7jl7U b@'^&S_Zd 7b#Da~4P"덩4.< W<f:J m3K!+GG[ SZ@҃>{@0 \m2ІRN0r8bMU)I\1'[<.556RxNĉ-.N"/BK?B:X`u S硾Oȹ;|QLr5x͙ԈHE2q(FJpo,gIAr&~x&&.u e YZ