pdns-backend-godbc-4.1.2-lp150.3.13.1 4>$  Ap]J'/=„>#Q;t}WeoVϷE:qȢJD lrFƸ~ @Nۆ SXjptDiȧ~ʳ*_ۀV爟-?73*H$i֌:6ˮ<]PkĬNT]^XI߯&e#?QAegdV%kbzsZ4W96X;1Ǧ@#YW7I_Šu![WSYCG:U~*drO+85be3b3491c99fdaf02fcb25ed8210559f55e92f1098a7b335eaeec48766f3dcdfb91af1a0d6a90e66d9e7f0b3978c3adaaafbf9܉]J'/=„5vڐyUw} GCqy -q"%voZ-e|;=p*w 13G€_>*$m. 1su`ԗ1yTv;\ˡ3ZP.RKplo;-"Qu:x}uz>q,Ptc\;־7s=,(N-q>iI#YI5L@`6&m 5tk-âwE ^q"Mn`>p>L?Ltd ( >  2Vou|     L(8*9*:*FIkGIHIIIXIYI\I]I^IbIcJdKeK$fK'lK)uK<vK@wKxKyKzLL$L(L.LpCpdns-backend-godbc4.1.2lp150.3.13.1ODBC backend for pdnsThe PowerDNS Nameserver is a authoritative-only nameserver. It conforms to contemporary DNS standards documents. This package holds the ODBC backend for pdns.]Jobuild84PopenSUSE Leap 15.0openSUSEGPL-2.0-onlyhttp://bugs.opensuse.orgProductivity/Networking/DNS/Servershttp://www.powerdns.com/linuxx86_64P]Jhe481424b5793e8a0eb2b3edce4f6c0be339c7a810a186c68a5be5971b3793229rootrootpdns-4.1.2-lp150.3.13.1.src.rpmlibgodbcbackend.so()(64bit)pdns-backend-godbcpdns-backend-godbc(x86-64)@@@@@@@@@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.4)(64bit)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)libodbc.so.2()(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(CXXABI_1.3.9)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)libstdc++.so.6(GLIBCXX_3.4.11)(64bit)libstdc++.so.6(GLIBCXX_3.4.21)(64bit)libstdc++.so.6(GLIBCXX_3.4.9)(64bit)pdnsrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)4.1.23.0.4-14.6.0-14.0-15.2-14.14.1]A\[@ZZZЛZZZ@Z@YeYY5Y}@YMYMXDX@X~@Xx@Xx@XN@WW@WJVV8UUv@U>$U8TPTи@Tи@Tи@Tto@Ta@T_W@TR(@TO@TO@TO@Adam Majer Adam Majer adam.majer@suse.dekbabioch@suse.commrueckert@suse.deadam.majer@suse.demichael@stroeder.comadam.majer@suse.demrueckert@suse.deadam.majer@suse.dejengelh@inai.deadam.majer@suse.devcizek@suse.comwr@rosenauer.orgmichael@stroeder.commichael@stroeder.commrueckert@suse.deadam.majer@suse.demichael@stroeder.comadam.majer@suse.deadam.majer@suse.dedimstar@opensuse.orgmichael@stroeder.commrueckert@suse.demichael@stroeder.commichael@stroeder.commichael@stroeder.commichael@stroeder.commichael@stroeder.commrueckert@suse.demichael@stroeder.commrueckert@suse.demrueckert@suse.demrueckert@suse.demrueckert@suse.demrueckert@suse.demichael@stroeder.comLed michael@stroeder.commrueckert@suse.demrueckert@suse.demrueckert@suse.de- CVE-2019-10162.patch: fixes a denial of service but when authorized user to cause the server to exit by inserting a crafted record in a MASTER type zone under their control. (bsc#1138582, CVE-2019-10162) - CVE-2019-10163.patch: fixes a denial of service of slave server when an authorized master server sends large number of NOTIFY messages (bsc#1138582, CVE-2019-10163) - CVE-2019-10203.patch: update postgresql schema to address a possible denial of service by an authorized user by inserting a crafted record in a MASTER type zone under their control. (bsc#1142810, CVE-2019-10203) To fix the issue, run the following command against your PostgreSQL pdns database: ALTER TABLE domains ALTER notified_serial TYPE bigint USING CASE WHEN notified_serial >= 0 THEN notified_serial::bigint END;- CVE-2019-3871-auth-4.1.6.patch: fixes insufficient validation in HTTP remote backend (bsc#1129734, CVE-2019-3871)- CVE-2018-10851-auth-4.1.4.patch: fixes DoS via crafted zone record (bnc#1114157, CVE-2018-10851) - CVE-2018-14626-auth-4.1.4.patch: fixes an issue allowing a remote user to craft a DNS query that will cause an answer without DNSSEC records to be inserted into the packet cache and be returned to clients asking for DNSSEC records, thus hiding the presence of DNSSEC signatures leading to a potential DoS (bsc#1114169, CVE-2018-14626)- Update to 4.1.2 - Improvements * API: increase serial after dnssec related updates * Auth: lower ‘packet too short’ loglevel * Make check-zone error on rows that have content but shouldn’t * Auth: avoid an isane amount of new backend connections during an axfr * Report unparseable data in stoul invalid_argument exception * Backport: recheck serial when axfr is done * Backport: add tcp support for alias - Bug Fixes * Auth: allocate new statements after reconnecting to postgresql * Auth-bindbackend: only compare ips in ismaster() (Kees Monshouwer) * Rather than crash, sheepishly report no file/linenum * Document undocumented config vars * Backport #6276 (auth 4.1.x): prevent cname + other data with dnsupdate - misc * Move includes around to avoid boost L conflict * Backport: update edns option code list * Auth: link dnspcap2protobuf against librt when needed * Fix a warning on botan >= 2.5.0 * Auth 4.1.x: unbreak build * Dnsreplay: bail out on a too small outgoing buffer (CVE-2018-1046 bsc#1092540)- add patch for upstream issue #6228 https://patch-diff.githubusercontent.com/raw/PowerDNS/pdns/pull/6370.patch- geoip not available on SLE15 but protobuf support is available.- Update to version 4.1.1: bug-fix only release, with fixes to the LDAP and MySQL backends, the pdnsutil tool, and PDNS internals- Update to version 4.1.0: + Recursor passthrough removal. Migration plans for users of recursor passthrough are in documentation and available at, https://doc.powerdns.com/authoritative/guides/recursion.html + Improved performance: 4x speedup in some scenarios + Crypto API: DNSSEC fully configurable via RESTful API + Database: enhanced reconnection logic solving problems associated with idle disonnection from database servers. + Documentation improvements + Support for TCP Fast Open + Removed deprecated SOA-EDIT values: INCEPTION and INCEPTION-WEEK - pkgconfig(krb5) is now always required for building LDAP backend - pdns-4.0.4_mysql-schema-mariadb.patch: removed, upstreamed- package schema files in ldap subpackage- Update to version 4.0.5: + fixes CVE-2017-15091: Missing check on API operations + Bindbackend: do not corrupt data supplied by other backends in getAllDomains + For create-slave-zone, actually add all slaves, and not only first n times + Check return value for all getTSIGKey calls. + Publish inactive KSK/CSK as CDNSKEY/CDS + Treat requestor’s payload size lower than 512 as equal to 512 + Correctly purge entries from the caches after a transfer + LuaWrapper: Allow embedded NULs in strings received from Lua + Stubresolver: Use only recursor setting if given + mydnsbackend: Add getAllDomains + LuaJIT 2.1: Lua fallback functionality no longer uses Lua namespace + gpgsql: make statement names actually unique + API: prevent sending nameservers list and zone-level NS in rrsets- Ensure descriptions are neutral. Remove ineffective --with-pic. - Do not ignore errors from useradd. - Trim idempotent %if..%endif around %package.- Added pdns.keyring linked from https://dnsdist.org/install.html- Don't BuildRequire Botan 1.x which will be dropped (bsc#1055322) * upstream support for Botan was dropped in favor of OpenSSL, see https://blog.powerdns.com/2016/07/11/powerdns-authoritative-server-4-0-0-released- This makes the schema fit storage requirements of various mysql/mariadb versions. pdns-4.0.4_mysql-schema-mariadb.patch - preset uid and gid in configuration- fixed use of pdns_protobuf- update to 4.0.4 - fixes ed25519 signer. This signer hashed the message before signing, resulting in unverifiable signatures. - send a notification to all slave servers after every dnsupdate for complete list of changes, see https://blog.powerdns.com/2017/06/23/powerdns-authoritative-server-4-0-4-released/- added pdns-4.0.3_allow_dacoverride_in_capset.patch: Adding CAP_DAC_OVERRIDE to fix startup problems with sqlite3 backend- use individual libboost-*-devel packages instead of boost-devel- update to 4.0.3 which obsoletes b854d9f.diff- b854d9f.diff: revert upstream change that caused a regression with multiple-backends- update to 4.0.2: The following security issues were fixed: - 2016-02: Crafted queries can cause abnormal CPU usage (CVE-2016-7068, boo#1018326) - 2016-03: Denial of service via the web server (CVE-2016-7072, boo#1018327) - 2016-04: Insufficient validation of TSIG signatures (CVE-2016-7073, CVE-2016-7074, boo#1018328) - 2016-05: Crafted zone record can cause a denial of service (CVE-2016-2120, boo#1018329) For complete changelog, see https://doc.powerdns.com/md/changelog/#powerdns-authoritative-server-402- BuildRequire pkgconfig(libsystemd) instead of pkgconfig(libsystemd-daemon): these libs were merged in systemd 209 times. The build system is capable of finding either one.- update to 4.0.1 Bug fixes - #4126 Wait for the connection to the carbon server to be established - #4206 Don't try to deallocate empty PG statements - #4245 Send the correct response when queried for an NSEC directly (Kees Monshouwer) - #4252 Don't include bind files if length <= 2 or > sizeof(filename) - #4255 Catch runtime_error when parsing a broken MNAME Improvements - #4044 Make DNSPacket return a ComboAddress for local and remote (Aki Tuomi) - #4056 OpenSSL 1.1.0 support (Christian Hofstaedtler) - #4169 Fix typos in a logmessage and exception (Christian Hofsteadtler) - #4183 pdnsutil: Remove checking of ctime and always diff the changes (Hannu Ylitalo) - #4192 dnsreplay: Only add Client Subnet stamp when asked - #4250 Use toLogString() for ringAccount (Kees Monshouwer) Additions - #4133 Add limits to the size of received {A,I}XFR (CVE-2016-6172) - #4142 Add used filedescriptor statistic (Kees Monshouwer)- update to 4.0.0 https://blog.powerdns.com/2016/07/11/powerdns-authoritative-server-4-0-0-released/ https://blog.powerdns.com/2016/07/11/welcome-to-powerdns-4-0-0/ - packaging changes: - remotebackend split out now - enabled experimental_gss_tsig support - enabled protobuf based stats support - no more xdb and lmdb backend - added odbc backend where supported - drop pdns-3.4.0-no_date_time.patch: replaced with - -enable-reproducible- update to 3.4.9 * use OpenSSL for ECDSA signing where available * allow common signing key * Add a disable-syslog setting * fix SOA caching with multiple backends * whitespace-related zone parsing fixes [ticket #3568] * bindbackend: fix, set domain in list()- update to 3.4.8 * Use AC_SEARCH_LIBS (Ruben Kerkhof) * Check for inet_aton in libresolv (Ruben Kerkhof) * Remove hardcoded -lresolv, -lnsl and -lsocket (Ruben Kerkhof) * pdnssec: don't check disabled records (Pieter Lexis) * pdnssec: check all records (including disabled ones) only in verbose mode (Kees Monshouwer) * traling dot in DNAME content (Kees Monshouwer) * Fix luabackend compilation on FreeBSD i386 (RvdE) * silence g++ 6.0 warnings and error (Kees Monshouwer) * add gcc 5.3 and 6.0 support to boost.m4 (Kees Monshouwer)- update to 3.4.7 Bug fixes: * Ignore invalid/empty TKEY and TSIG records (Christian Hofstaedtler) * Don't reply to truncated queries (Christian Hofstaedtler) * don't log out-of-zone ents during AXFR in (Kees Monshouwer) * Prevent XSS by escaping user input. Thanks to Pierre Jaury and Damien Cauquil at Sysdream for pointing this out. * Handle NULL and boolean properly in gPGSql (Aki Tuomi) * Improve negative caching (Kees Monshouwer) * Do not divide timeout twice (Aki Tuomi) * Correctly sort records with a priority. Improvements: * Direct query answers and correct zone-rectification in the GeoIP backend (Aki Tuomi) * Use token names to identify PKCS#11 keys (Aki Tuomi) * Fix typo in an error message (Arjen Zonneveld) * limit NSEC3 iterations in bindbackend (Kees Monshouwer) * Initialize minbody (Aki Tuomi) New features: * OPENPGPKEY record-type (James Cloos and Kees Monshouwer) * add global soa-edit settings (Kees Monshouwer)- update to 3.4.6 [boo#943078] CVE-2015-5230 Bug fixes: * Avoid superfluous backend recycling * Removal of dnsdist from the authoritative server distribution * Add EDNS unknown version handling and tests EDNS unknown version handling Improvements: * Update YaHTTP to v0.1.7 * Make trailing/leading spaces stand out in pdnssec check_zone * GCC 5.2 support and sync boost.m4 macro with upstream * Log answer packets only if log-dns-details is enabled- update to 3.4.5 Bug fixes: * be careful reading empty lines in our config parser and prevent integer overflow. * prevent crash after --list-modules (Ruben Kerkhof) * Limit the maximum length of a qname Improvements: * Support /etc/default for our debian/ubuntu packages (Aki Tuomi) * Our Boost check doesn't recognize gcc 5.1 yet (Ruben Kerkhof) * Various PKCS#11 fixes and improvements (Aki Tuomi) * Several fixes for building on OpenBSD (Florian Obser) * Fix several issues found by Coverity (Aki Tuomi) * Look for mbedtls before polarssl (Ruben Kerkhof) * Detect Lua on OpenBSD (Ruben Kerkhof) * Let pkg-config determine botan dependency libs (Ruben Kerkhof) * kill some further mallocs and add note to remind us not to add them back * Move remotebackend-unix test socket to testsdir (Aki Tuomi) * Defer launch of coprocess until first question (Aki Tuomi) * pdnssec: check for glue and delegations in parent zones (Kees Monshouwer)- no longer ship dnsdist here, we will ship a new package based on the snapshots from http://dnsdist.org/- update to 3.4.4 with a fix for CVE-2015-1868 (boo# 927569) Bug fixes: - commit ac3ae09: fix rectify-(all)-zones for mixed case domain names - commit 2dea55e, commit 032d565, commit 55f2dbf: fix CVE-2015-1868 - commit 21cdbe5: Blocking IO in busy-wait for remote backend (Wieger Opmeer) - commit cc7b2ac: fix double dot for root MX/SRV in bind slave zone files (Kees Monshouwer) - commit c40307b: Properly lock lmdb database, fixes ticket #1954 (Aki Tuomi) - commit 662e76d: Fix segfault in zone2lmdb (Ruben Kerkhof) New Features: - commit 5ae212e: pdnssec: warn for insecure wildcards in opt-out zones - commits cd3f21c, 8b582f6, 0b7e766, f743af9, dcde3c8 and f12fcf7: TKEY record type (Aki Tuomi) - commits 0fda1d9, 3dd139d, ba146ce, 25109e2, c011a01, 0600350, fc96b5e, 4414468, c163d41, f52c7f6, 8d56a31, 7821417, ea62bd9, c5ababd, 91c8351 and 073ac49: Many PKCS#11 improvements (Aki Tuomi) - commits 6f0d4f1 and 5eb33cb: Introduce xfrBlobNoSpaces and use them for TSIG (Aki Tuomi) Improvements: - commit e4f48ab: allow "pdnssec set-nsec3 ZONE" for insecure zones; this saves on one rectify when securing a NSEC3 zone - commits cce95b9, e2e9243 and e82da97: Improvements to the config-file parsing (Aki Tuomi) - commit 2180e21: postgresql check should not touch LDFLAGS (Ruben Kerkhof) - commit 0481021: Log error when remote cannot do AXFR (Aki Tuomi) - commit 1ecc3a5: Speed improvements when AXFR is disabled (Christian Hofstaedtler) - commits 1f7334e and b17799a: NSEC3 and related RRSIGS are not part of the dnstree (Kees Monshouwer) - commits dd943dd and 58c4834: Change ifdef to check for __GLIBC__ instead of __linux__ to prevent errors with other libc's (James Taylor) - commit c929d50: Try to raise open files before dropping privileges (Aki Tuomi) - commit 69fd3dc: Add newline to carbon error message on auth (Aki Tuomi) - commit 3064f80: Make sure we send servfail on error (Aki Tuomi) - commit b004529: Ship lmdb-example.pl in tarball (Ruben Kerkhof) - commit 9e6b24f: Allocate TCP buffer dynamically, decreasing stack usage - commit 267fdde: throw if getSOA gets non-SOA record- update to 3.4.3 Bug fixes: - [commit ceb49ce] pdns_control: exit 1 on unknown command (Ruben Kerkhof) - [commit 1406891]: evaluate KSK ZSK pairs per algorithm (Kees Monshouwer) - [commit 3ca050f]: always set di.notified_serial in getAllDomains (Kees Monshouwer) - [commit d9d09e1]: pdns_control: don't open socket in /tmp (Ruben Kerkhof) New features: - [commit 2f67952]: Limit who can send us AXFR notify queries (Ruben Kerkhof) Improvements: - [commit d7bec64]: respond REFUSED instead of NOERROR for "unknown zone" situations - [commit ebeb9d7]: Check for Lua 5.3 (Ruben Kerkhof) - [commit d09931d]: Check compiler for relro support instead of linker (Ruben Kerkhof) - [commit c4b0d0c]: Replace PacketHandler with UeberBackend where possible (Christian Hofstaedtler) - [commit 5a85152]: PacketHandler: Share UeberBackend with DNSSECKeeper (Christian Hofstaedtler) - [commit 97bd444]: fix building with GCC 5 Experimental API changes (Christian Hofstaedtler): - [commit ca44706]: API: move shared DomainInfo reader into it's own function - [commit 102602f]: API: allow writing to domains.account field - [commit d82f632]: API: read and expose domain account field - [commit 2b06977]: API: be more strict when parsing record contents - [commit 2f72b7c]: API: Reject unknown types (TYPE0) - [commit d82f632]: API: read and expose domain account field- set $LD for now. this fixes the configure check for relro,now.- remove custom PIE handling. upstream does it for us now.- update to 3.4.2 This is a performance and bugfix update to 3.4.1 and any earlier version. For high traffic setups, including those using DNSSEC, upgrading to 3.4.2 may show tremendous performance increases. A list of changes since 3.4.1 follows. Please see the full clickable changelog at https://doc.powerdns.com/md/changelog/#powerdns-authoritative-server-342 - move man pages to section 1 to follow upstream change- disable botan and geoip on SLE_12 because of missing dependencies.- Fixed broken _localstatedir- fix bashisms in pre script- update to version 3.4.1 Changes since 3.4.0: * commit dcd6524, commit a8750a5, commit 7dc86bf, commit 2fda71f: PowerDNS now polls the security status of a release at startup and periodically. More detail on this feature, and how to turn it off, can be found in Section 2, “Security polling”. * commit 5fe6dc0: API: Replace HTTP Basic auth with static key in custom header (X-API-Key) * commit 4a95ab4: Use transaction for pdnssec increase-serial * commit 6e82a23: Don't empty ordername during pdnssec increase-serial * commit 535f4e3: honor SOA-EDIT while considering "empty IXFR" fallback, fixes ticket 1835. This fixes slaving of signed zones to IXFR-aware slaves like NSD or BIND.- only enable geoip backend on distros newer than 12.3 before the package lacks the pkg-config file and there is no fallback to finding geoip without it.- fix permissions of the home directory- enable some backends that we had forgotten: - pipe (main package) - random (main package) - geoip (new subpackage) - new BR: yaml-cpp-devel and GeoIP-develbuild84 15651830874.1.2-lp150.3.13.14.1.2-lp150.3.13.1libgodbcbackend.so/usr/lib64/pdns/-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:10740/openSUSE_Leap_15.0_Update/d41edf56faad09bc988db5b8e79fadb8-pdns.openSUSE_Leap_15.0_Updatecpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=227e4636c91483a3cbe01bf000ae64f66c42962a, strippedPRRRRRR R R R R RRRR0utf-8f19855f7413f925eb71dd01360d39990029b92e60cf920500789f9fbb998ed93? 7zXZ !t/_t] crv9uv/D@^(M;dX)iѕ[1@aIY{&!"{-in)-|⠇~VU1B෸ pZF=ٴBPvp z#agx">ĄB1yㆵ 9u*!0A(EQAF .!F_k-'wr%.&̦'^3W[z)E1,g4DJ5$@b%A(y\sn;Hݩ2v9 oƕ0d|jǰ | %%)f\87ĢY :&"$gM@-B4GaRDSm*iZMSj`J⫔5eUiR`d[PMTxW ̩9c$cjKYɰrݨGŬ0qh/OP'$FsuTC= 4exkPK9+}Hf#+k G <4g*^rF4wh{#l[FRAhLOs!5Ԥ i"\nO4͡lq]ʬ8FMM%Y̧ դX,nj<ТU#0%}7 YTA@M%D15ya_}( $u) ^:btq̘ l[Lcu+!uF?,`mZU۠gYI{1SN_ v. țY&/FS=hcß ڦ ucMr % P߇Y~3iv !.B}2ҴKN%PJi]X6eЬYfJG|k r٪5zuTY8ZR%t fZ6"׻?ržC9.@bwn'#Tv>fj+P{^ez:[cnA0EiɎ"1td4Z ^@r_9ו.L:'HaY&XAGE3^G9a):4LeJNJzEg}Bz!ok` es7h4/9̣r&^#xߧY˜;>;hŃCYZKOĕ.lqkPd:$J4CJGE^+*M}ӜuNnO7!H T'bUju kR0936zC5H Cn@^K´ 0&wm2x: ),T`Cp /(@T I#TJrżFݼplDϓ_zǕl'80`x|$Q͹n+}GgujfWxO#̬YEň, KWLR0z@C(~WjR4=[x?PPQ>Uʼ5UAa(zr^:笶 6#/JQʵNra++/dsݰOY~Oi'9sj,+N+cokmu'Xģv"7E-62 &N9ˍ≈&.U㥮gd> 'Y`q U=6@,$۽1ϰ܍@vAҭu;ϲv5n֒UFk|0)KOw+)ixEκ9iȣ3!z>VfѼ7 "[wR\(ʰˤ)X^RMWκ䔛)Ђdt*UӠXH&):'Tsa)BBXE2CCj_e$/: Zɟ= 2K}LeR:]4 P`Qn+^G /(T'+ԷI`8>8-QJ>i!PvXƧГP%9ؘaD Rm.%jPr> SP+]28hӤvRVhz)[2~P6V|$'՜'[EьNi/(AG̾G5"YdUioml}x"X&nj+:F&+Wϟ\kB\wD{4jEzl*XpC,ٳEƓΙ!Lku*gx荧@G^ҩӡY_B߯iZ)2@gͽ_V]YTEWUl8e fF0#.䡯{BG XYssDaw!76a+bMP[PUz1, ;أfNn(߱JC-Ut#';[,2˩?'cC&p/{wd- &T =f ,d ~L,h|1OXTLJmEPM^٥ _o5 j}u\HDW)/Lհ}hcFoCWa=9e8PmMA]&.հ*a<,?55^8MAu0GC\cjY9umS2%/dI~ptP(+Mڟ'o"l^Ib,7EbOq94gi%sXKvepdSP`PބI[eN&v~'ޔX߶t-]{ces8M_!s. Ng`4yZi N/I۝9[6'H(U\nJ)ĭ,n]*#u]];%2 w!@ QQS:)RSLg& -!>rJ7y0>}¨.~lk74ʄaW R,_X-FH-IQ6Br-I]|t%)maH~{|Tޚw]59܄5?O]/#ib^MA_ OKsc`.3I3?,1oà˟CZΣ,@f:=C`W&q*#^Eor`M _-|툙hP)F B{ДCg_/nf2ItO[a/ռ]7@AnkC`$|Qd DӅ-Oyi :dzp=JqUB?/Ce (]A{m-0S YNjx?G |eM!k"{k`ʙ_aȻiDdwPMOLOq]숵ʙy2ҥiU/?)蔬`cu~#~ &j4NAeEFSFfR(eh,b98@\!!K rDCG=[*xyGL`JϜuA +yuʩ{&2I}KQ|T[e׬7S!N~AwSj|DVJXYd`_B66I2_ȺwPLa]``re~XK@쟑й۬)^P%3qQ!g2z;1]# Āvse/\5.8C;C ӽ`[GkO_ ]}ki#"_w^*9_Z e^yɚ]>Y>s3@cFPw4yRP$d]}jDVνze]| -0|nVk9R6eMla?ߍJEc@=” eIިw)ÕxVP6%mCXKu*'4q;\Gj5Ԓ*|fIt"-׼^2;"(RUo]}>F 6vzpLAmKA:B0séscS58? VyFF'Q _a7x Y&& -eݷeaQ1b)Gky\7"+ھtc8<kp> fG&ՃXlw)6,i8^0R4b~9m@J;c13o8Ivv"8,+U-s v:eفta1Yn}$8S\Rm^@;ߒ6AۈLQ)nRl7 Ih2c!@MHl %o5AP9u>R9#Ak{sKis[ϒR'H]c1_$FSEYr߭BVˌ٠|PU#KP\|g _ֹ%ױه3.Lo0ώA gѸ4&&Ph:ghLCɑ-v04cD5kߪB+c)OyNDTY0z2,9Hx>E !.N |wp:@X£52&uu暆@l 8dEtߎqGs[t8΂9zT%|jm*Ҏ_ 4pT.og+ G#WFA\cV%K?PH]3TKbӵW$\]nF PRĦH+B["Uچn(M]10;̑ƷZg6g}7? cZ-[h2JE=֍E^gs6f"Ƿ\YK?** 5е}Bvo0Yb؊ y vS.qXM̌UΆb'B܆A<=?, QRGsT}O,.'JcA&ey9Ljd2/i.(BbWPi ;C[5mBƅ3 lN $PM5?KӔ!axd̿B7A\|GaA e<ЖcJk%wL\{ȑjk`sT>; 2Ѥ*r eHIQ[R]dwQWefLW4X2#l-e2FrGQڇofu IOgY#W%&M NFI4&ML? SrR 53-q=Eۢ{4 9u{PZ=|ϋP ˮ!$/ @( ۽[@ql~AYpa*v6QA.X4AJl&|eTy4r!uЎ_&6VMU/-h6oO9 o_5yάIӆf)|˃bSArMf*?9/ 㱹 bE5F,ͩYA<-˧A_OSk?IYm#j;ґhm0-y&;2+o)4;4b!N{vuemN͋k `5ߦq j|Ѧ`(prULZFI["'{ zߏtu ^c,8ǯMKꢬ3b"*QP# icEY҄06i^_hLG!mYOc&j1{`=@<@"H5V+l.§vW#D( @ifBţ|O:U՗?>1Z%rTrNPv@0wL!S@j7dz֫"wuU 4\?z ~'.u&lp[X7od~WP5ɟs[ "LT7HdX5[uY=oq)o!1y<5_Amb<|C>,^v$|+=Ṕmn+y_| ߁dZIEɅ\ P̯MR ȑzAzEW; uG^XQiRCx$jIńGo_P.pů(hHS߬]8h4ѽ銅Njρn|m]c֞CD,@E7Jqg"xgItÒE=(~8(r;G@&1+^p`^|f3\ iqi~0 y=]_N?19! W/=jX>/?PO8)(w1G/J#y Мq02W֏ol4$KLj.& L3jf|$`[/eg4k?ҹL?"Mkbώuy<8yd:C8}{I & '&HD_A%.+q\ x{ysnq38%DޑdyZTvXbr/O˱ 2]\W& w7m+‡]G^.r ߅o{ t񮣈!*Tu&Gp2f5d%$T֍$C^aB˄1G]ԻwaڂKA%~3k2<dkjN8T6FÓ’s9?p-ZW>M!c"LnDYo"6|S8eSZ@kLuYqy~{פ Xt-iګi}W,jnsPWWEQ_#a>xB (bKTsiη2-3Oc%AgY(jB)hyPmGV&^|gL  Vޝ}ԗWjD c{n:kaRRxyu 7d`_3֩o LAªKFݴTez\#oveٌΡDRU-$a; K'"[]0ZnWS4ŕ㴹\㾃y'oKŎF~H`l -ːi݋]8( Q<c>2dQ2P< gJT:h?pH]\pl=ۉ{*Q(AalSkq6؛ZO(Z P]2veD@er Z]iPvzLT&]Tp0\dws%؝xiYDpoi`"23WUЃ`> K1)Yci5r)aCwe@XW@H2Vs "Nzv)!L:xf Ԇ¢̸?90"_sr賦j:_}qWnDfʖ3IʺKY#EhƟFe.=X@?n;הcz=iPk<׳JX"u @USjϛĸ1Ejm#Fظp1D+V@ۍ݉뗉%١G $A,zo͌`> jR=홄)HC4yWQX2X  up̄#'f{ڛ=- ^`Q_ =E*Pyo-^IXqcBCqb@Z1#.E!TƷD[)n "_Een<T4: i!w͠v\+pY䲥N u_<$Ɗļ׉USMwHg`a {7=-!o>n\RڿyP ';ylJbwV,콈\*⋀WR:~dl 5HA}+%7t|s 0I}Bq%V&܂e) .#<Ȩ" 0;vaO _lbc:T?5șʤ{ 3&b, |3Zχ gU_Wv]ouk&-lPCz/ nI/3f un9'*< DyJd|O.3Sc GL, n,aPh // v@}ۍ"(pY Wlʵ"p2K/.t 򹈃dsܾ 2o__HG~r߄HYdx9q4ȇ U 1J:aJ@^8͞\ .A*絢ܠ7K2Un|n*T|)տ78;-=`&tU|lJ(^AB[{%8uXN\~?iZRנ&9ă 'iy G4)=dǔ \$;.n}\OE&T'µv6[K*nZhܦ9 ͜3<_T7H+^C@za\miË@P/K3qSS]jmfӖ F=uëc\*[ͣ[HȞ!jC7l.f <&!Wȟsv2&fFm K> VEcb87Y|Z"Ei'iLmwKu61MkUIVuj40漚﯂ݻm|$80|O:`ty~'h\p8T|yht|{7EԦ?hڕ|陌 .`[AML`Oj=z\`:r;f}A_Z4~7eYUmkKjf5Mɚ+_ *DnT%?Sj] [EQt[6e?I @Rf\܍] HMGoSѼ(y(?sڐ Of~R=nvI 4&+MVǠ<<]U[bGAvfO)̓S#ܡ᜾)ha$ǭ)6X~C .>kcZ`)U9굂<;su5꤈G'l9г^tPMj3kVc0CNJ]5WS593Y66{0Z5Hpà A%Z"ܥ)X!3筸x܇Dl:tWAq~hau_.GYXWj=[k1#ҖhI%IGQY~'z[6`}TE Y5bH\Q:z~ yfkm(Q>opz*1R֑?|1p(t SNrp佑GZdMl3xRDȨ$Wxyc>!4(/>bX$@ n=hJ~ª“8* .!V2&|eA },"LJQlpŷҭ>|g̙/WFvPYu&B2EyO^$aˈ.U0{Ħ/RLYяzz?g| BjmkIm}|8?U396'Jl+@Q&$$ mP7R\Tϳq;HO}X.Tt.…ʉhz8N8m@WLyh%S3VaUtIī,Er*xAxgxV3`qicP:FhCʊp(8^RAgJB;0XG*NW*p*CEVs>,DYș+"eTX[ < MZ̠PY-эЁ %aMZTq\8@~?ǒ&FxMr}(dd@a3f8(ƒ8O%ghlBsP,o~\zGkPS*<jg=_Y1T}z>ybw*3*`:eO ԄLt;;Иi㶹ᡫVsMH>~tPvz&AWh9>YR2._j MvW8; Z䋙6rtN>.Sٚ Å;&8FXxEkڬ޸b{dYJ8?␟5U)+~plVX<9ϒ$hZi.X.Yۗw9^N ܡ5oUpӆ%GX=VHu#I\ UOQ\\{4n7ݫjQy]E1 5`y?|N͢S?! +fݛ.F6Nm w\{Jࣣ6u晘q}!: ]5YUtƉŕNuStkZ7'q K⵺̈izCD{UXw6%wƋL U2Rp+l |S?6eTb9M 13mCd5*s$Ɗ'*x)8y/7(!a,`Tޘz> 3Q͜(dO5='hڇPa@,Dqެu%KhPIc:$a+!@ٓT/dHjQqt:1\=hE6H޲#KqI6J!I@ PdvVVszVx;b`}2z@>35Ty':4 E |aU3l@tWX$ǃG}qmn'rta[01T@kT~NQ2(Zy;S0B'P-},KW^Nʾv,$#֖NqLh}?aM 9; ːy!K;Kbo z׻(g, T3O8R7uaN k$@n`VW\`_ 1>1Sj'TbD46HbNU%oÒ`N K+T|%ejCh}"M Vٽ?Žl, Sg"Bg YN&LۅQqaofW9&!pIF@=g uѠwG1pd]/iJk=3mjXp]C5Q_Ĩz-rI:_v`mg;{R7Z3r{2`dηOvT&7WP_ z3s]vNi:"Lm}o fsy sz/qY}-dy@[P\[4a3y_t$? Ϝ-4^!}^Fx_ˣ$ .a /msdG 3AD'h$!U 7ArRdEh p MB1H$,P+ʱb7\ UHNx$OYAMoLT@ >W=̉v "+s+&7|$>MhPg <slӔP3lVtjl-)nG; T~es=RM|Җ#--{Riu!L%u}5k۰XfAPu|0 gZ {`8ZZLI^8|Uȭ\I/N;IM? O"늱@ʖWMa=l@0?lJ9ǖ>K?{* NO bBp/$1&Hs΃^)-kGsJMO*Tu^mwbN 'fR UDC}ة/`PI'n$~h2A*!>w|df;X:os#FdzAz(~iPE?LHLwwFwJ#gj@f=ڙZf'@h6!RDQ8frjWkC6|(%9Ἦ 4`I͓ gQ⾏w0H/aSSgzp F|~O|#T}f [ZνD!zp h ?G TXpD;stKr"?Cxːfn Vv;zIJE->hAGD]QD!T#0n)aCu6ϸw1F_.ZQ J{D-r:\PȈY$ɉE]y`GFIP#L, MJ?b:$kr%F1Z;"}NŅV{B멃W\GNC}O0{ " o m=gAdUeO#W8 `l$  ȻO>(ј־LOQ\MI0WmP?#Q{{4 SDKP47DDGɋGF]JKV MLqLK\ee` {+=ΟAXC)wg ZU1Iyu6 $^C?LιϝWD&I^k~ ycoKbF37Ai@LDiVwG"+Bt y jYts ƺftVa ` )_|*gC.ǹ!_(Y pdD0co@*m~ׅ:]o}D?k'ߩRmhL)J]=^T10/X꒤d9t9kG\7sgvP=>͕%ShRO.y9u]?V%OhL x9ISyp2ÇП\M<6"O«lau2|/${4iju!BNB[2u@ar 0? RL'RXBMI끵,=*F^>H|w(&bmE+N\JeOGrTVg^HMXLE;ϕ$ԎWRV)^LS(>0g/9cЍBF;bphR(ĀuÊR:V4hB U\96bX`#&,xVƢ) 6yܤDWzPxRŕ0(Q?BoA^d:s)JLy6bWڎGԂ1g&^fzkM)϶1R8|KsQ&ʁ .h(V]3Zg1ܹJp`I򬰈/A#=AN^R ^^݋-)gY)#UE03NL>N!yK֋#K)uPT&ڜiLKd6+t]R`oF(|vOQR!2~q֞[z&TÏNdB]=v@DI`cc,,}_IpYMOv(܎ ʕw'e/, y!锰CJmVƟhQqو WS |YC׎;ټL[S^!XZ[g^a^iVVLh~%̪8XRO0 W^" ; wBUۄ}-5+{!F9T);jD= o>(js!k{N_D٣G1 ͳ6)vRǍ]Oiď6M3\szӊ7:$ur GeTLT ,㴵KN|gȼ\/¯/3GPnq@I䋔Ecnl_䧲r20[|t lm7 jr&Wc4igݼ.dSH5͜μ xEmwL"K*_xblE= n嫰W2 > 휲WAV^EdC;~ XMPXtkP=Z':)miyel.٩AKj6Xv!w RUd<1u?}_)I`Lo8Ӭm@}ޒ(1 g~뜋!4L)3Vj+diC'`@t##^Υ&bb xֶJjǢOJs즷p;O=Be'Lpu@xp\ȣ+wwSS3'hJÇ_NXťYy?mBe;t} >\5یLTs=@ xY6Y*WYY{V׃&Rf;"֊Khj9J(-5|ϹsSf>kGN(R@v0c4ϖO#BvmtVzX.7Z+"ChRT!ik{[#Lhgg8Cl?}L5]Xmk}"u5 "[Yw^(f: ߩOn9hh[`uWBpN,}k1cGX-av=* Izjau'D:/}g(%xǣ<:D4qI`e^iO.Zp+%уRiË78 울YCa+riIwͳNWWx\ X5Gqgi zJ_5,˵͙;h,G}YB`T8FNE/~c\||' 9*#ccSў]AB: %)$3!F]yNYS cÖ1h~q&\e|!e-N2`F(wH!L,i<&,* 0}"Rq7Jcqq>{bNW.6Rg}D-(h1x9*٤嫶zk:7@>=fj)Цfv5U_.Y؟Ge%ӕBjM5..z` >Ȱ@ltꡖX=l*5.h'A%l+@b?FS5[j繏?' 04U"QlyQBUDi-/B[h 6OSc+u[7ho8h0 .Ji8OA̡:>Nٚ6y GjaCZJ(eؿ4oʤB4@Յh{ޜoeCo"07T5+bjR>=K'VIaUδ HH`aqNg@`29Mõ+SUX;}Vڜ,wpQjVv"3 EPPGW+EJ .}/Kݖ&Y Y~qװ}LJ#|wNR-/~b(GHhB ξv87TN?:nӀSd p;ü|TI1Ou(nn\؆:o1!(oT%1wb_U8zQUcK0g2 D&R&;o!TJآ'}U30&' f3?V2gt^}_?|u <'w#Qzviݍ\SQ]|~NyY(7mPm:eT"q;6a+,'F=vIԿS@vPWd5}X餒A=U̞`46xHuRH2'e$_ B׫2Ђs>z0.C*ȵ%p_}<d^݁FnSM]>#=T[ 14 > Jyc$(V.)ʁ#ܼ)֠29ȝkO؛> <4+Hb-Qg n迠AL!2RWF%n׾qT!?B珇rټbf=9N7D򄹮G=h#]Q>q\m wJ4M,=ة\;*i:ؾrvLeoI;+-o1HLul@QW1~SY:g4ˀʑ7M {\릑VbZ*I9]<*|?ޘQ|X ͖7hhHӢ&UɻNmL%w-cOn }y \OdPE>$HrtBE1T()ZBI_< d$ʱNfi΅XFbo/gcV}Di YeYW$wn[<2rckEb\,#P_]=}ʾ_AgkS9]^1c?k\H؎Ǟ%MوHjβ Sbϐh`'\N_W_eyElQ{:{+'U7y+,w_phjqD?e f/fGFbQz_G R@%-II 3]mע]ELiԆEaQl'E7]qO&m9fWi6tb_k[ֽ,czo H?KjZJ[kݘ:P'`oBHCoGp#SGAz-w#TNB;L " {j^h0;Y2$38It R)=ڲȇ*̷׼1YEh)0DA * s ѧbh\ഴ]JfV δ6,HaQAOC^$ H2~ď){i7V&f3`pVYE YE/9ՖRX%OZ98b 8INCT+}lPj ZtUՃjF l[S|ec~QKIS}$+G9SC,Wl ԝ(L\Q?F !QpA%]<"g>Iq0%#+:M*:Qֹqw;-]j73(_ .mIhڣF1NϙE*p4|J!A7 K҅ ˢ< G,\$Զ^ʉуi6t5n&kSz0ˎcXXy][7bJrdܘ`T!PR1x?wRVr{„m㘮=#Ej?'.'@-'8ߧ ,6rr-:Vq^1><%d bqXsm*nI .!ٝpLbJ뉿~t}l9`HB36K#G=PҶ9q՗$9{+m:j{V\ EXiσSģۻG*WXRt ]1@"TKT~)ߪbH#FpJr8hiJnf HHjeRl},QuFSEdѤ)S)9C &%DTɥy;AlH1QtTrMyn!*˩#iY[`e{#&O1O[*urM>CR +J@YJnAa-'p>7Hм#@b5&cr'Per86T߆.v.EpZ֞DIs3F>O Qeߗ[Ĺr)l-^y3V_NgWUk)3 13q 0b9M@n-;s( 29_ȷPl h[];oKW ylxw9U lNxWF4LAJH)\}m3J$>Iy1,-vrZ}4W"<"V׶t)QF+<-PHnGMpQW02cX&j-/AhCxJ:Qd'=Q]OO4>sCR8{,Gx =o]ihw,JF'=-abCD94^Pdw"/d dwhJv@h"·7$zEӽMAvJ$Wt6Y9?ʗBO23)̰`y"VLEbELQ7%?k*lF_%ԃan)a {S(nX hG G1t.*zU'\L!lJAF_j8X44lc(%&{4Ah<9xS3׮2l˴ĻAzIJqjDDrw354)-7PPvG*0],Ot2mp8׻mVnX5>PsKL0A{#e,MU[ϴ04lя@T Jy+ X֢ŖxDLSa/XjC߮8Xå?Q.|GOb- ?,=WCP_ۍ'NzX9&Y{*B}SIi\f!G2go}V(!7'ےBzꮑ]<v fP-:}`iD,:p#M^}u/ 0aH&"ZoN$=fz0>Z>-WMRwGY0э_0+OuR(D,ݎ"^r}" ً֢-ί!-8DIbl0>DŽ:c= BSQ̋.=2x& ; R V꿉'`1!mPyꍌ)@/ŀdH8pS3 IJpT/a?@y]"*Q*/iY,o[Y7\ `ۇY <~I.팺f‹Zjv}F@LB\&N@ŸVnXNHIUCCm杴}p?aI9t{‹rmT,Fo.[ k ruX]Y<7逸w+P'{')'^ΎIt0qi,\6%BN'm5lFJ ԃ28[&AQY6TQ#OX2n i H[ct Iu+&;j a>1Z;ȍNBg"b1ݯӔti`kif/$ }Ƶ-T=| >vZE9Aa#6S{#I!/XM}%ލX&c{R/X**l=fP:)`d"½=.6wcҜ̭ Jd򈤧741 Pr UUn@mcjYP285'~nTqq;rzzaXQ)x _x0'qRo Q~ag- ݮR'qG..Efǻy^!/9l{laB>Ӭ>D+ N?-?ذKj$WkJC$%`ݿ׳)Nvf8o=ѡzB>&la&~;n!["7ܴ----gd'M옔<ܫ@EH`aWu,OC+.*H{S9#M1%EGSw?h\ 6T y)cQq6s_/X ޶ YZ