rp-pppoe-3.12-150000.6.6.2<>,adYp9|>U ꖰY*3V̒l?A+F1hͭ-KNSN$mp<ͅF]{x_lX kAoVK` e%Db|,"H1O+X%ŏ^jP*p<=}Y[HG?Gd   E>G ]y-55 5 l5 @5 '5 (P5)$5*-5+9+\5,0,`,.(.O7.V8. 9. :/| =6c>6k?6s@6{C6F6G65H7x5I8L5X8Y8\85]95^fe>kf>nl>pu>5v?XwED5xF5yFzGTGdGhGnGCrp-pppoe3.12150000.6.6.2A PPP Over Ethernet Redirector for PPPDrp-pppoe is a user-space redirector which permits the use of PPPoE (Point-to-Point Protocol Over Ethernet) with Linux. PPPoE is used by many ADSL service providers.dYibs-centriq-6 SUSE Linux Enterprise 15SUSE LLC GPL-2.0+https://www.suse.com/Productivity/Networking/PPPhttps://www.roaringpenguin.com/products/pppoelinuxaarch64 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 pppoe.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 pppoe-server.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 || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in pppoe.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 pppoe-server.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/chkstat ]; then /usr/bin/chkstat -n --set --system /usr/sbin/pppoe-wrapper 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 pppoe.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 pppoe.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 pppoe-server.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 pppoe-server.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in pppoe.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 pppoe.service ) || : fi fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in pppoe-server.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 pppoe-server.service ) || : fi fih  H+$ 0 X2> A o .& FX7/Z A -!"R2x >A큤A큤A큤dYdYdYdYdYdYdYdYdYdYdYdYdYdYdYdYdYdYdYdYdYdYdYdYdYdYdYdYdYdYdYdYdYdYdYdYdYdYdYdYdYdYdYdYdYdYdYdYdYdYdYdYdY7f399a46a2e1d623ff606ed4ba023b0dfabc71eb07989f51400b883c8e613fbb59d4847dbe62c154eaedf54c7cbd9669e12c524b534a565c66e87379d2981be34f58fef1b5433628029424ed6f5d3dc4615d4e2ea533196ae5a0989a804271cea22357b091d60eb4cfe5524d95686252f7846132710f4e2a0dc8a65b041e46b8a290e1d87219e25e6018ab1200f90b61fd3d46dee6cfa364ade35fd55e031871c31796f5fdf73a970c3f0cc6b7735da5be6d2060c2faaae1f87eaa78cca5833527bb2d9746d26bd6fd3d20ee783d2b9befd5313271790ceb1e383a64b5311fc4b8e3b38f8aee27e2ecf50b9e3a229c223afb34b06de3735637ea1851121a5930752ff42427161f34165fbc7fbea7d6e3e618093446273c1eac7626d2709d4354420a343b6faa77b35f2644ee8ba1601c55546012dac19604e8663cafef05537edb6a0e835bbafd23a7e680778b2d6cff8d06eccffb3378e522f2b26391fa346ea6aa09339a52a986a6cc9eb162aeddf805b8453d0ace61f673757b8d966a8ae67bb7a29a85a11dcd9d41ae2c2c1e1dcbd63c989c08077dbaabdeba50d2cf6dd9b8e66cf32ca3db6c90bc8867ae7d1a9af6a7edbd226688d4f9f552a0fa707798ca721ea3109cf1c43e1bf356fc3eafab3a82c9d60a986dd1eeb25bc6e849bfdfc4b3903b68f976db858c1ff9179991c48266f20692dacdf71ad48d96af4f76242d1cffa21756b032b37659fe91ec7221364a0edc456961f715b34abe5f5064c1801bc941a2a8d278a3828f098d537b818ae28dbabb3505801a92204320e571556684756c393361fb70b173b25d13bff8b4266851860565d2654038d56a4c43ba464006ba771074f4022db14f58a29a0b447b6fdde9529cf0331be396b62791621793df16071cb8de3414e89dcdc3d3bcbd3b4a187b4cc4a4c82e617febf418d33332c30a87c5a5c7c4c2e69f3acd6d4b2b0cb31a27f495612d47d2783fe45549733894004537c3332f9384887a5f7ebc2bc221d2bdf1118d501221c5be4b1b89dc45fdcdf181cf6df59db979419ed994503e4e246aeac637a6a2cdb8f0694b02e72326fabe0fa43de635254f63eb75193117540cc80120bc94999dc8b1c00cda302a5bf3c91c87c8bad7cd89ec466e44b31d96dd5ceb2eb1add925f85eb7ff8440ff1742111c13c89136f71da1a54ea0ae823082300bc57f63617b0c7cf324220d8abdc3714cec4388ca55202dd4092b1d385c9d6eb404301162b26b8aba909a3561dd2d0173763e9eb3df59fa54985e057d67d2f99b3b740ff86a202830100319050ede5301c20834595bcff5fe3866dc1cf2bd3e600c3d5ed8de76097eb2b4073db23b78280e56542ae1926ce85273c6b7860b41069b122a02ece852179d08ab68f73f988c65691e3ffce42cbd69031b21f045d749afb7e9747b011ec0b1343561c28ba75ea645d88a0b0b905d4129bba0c80c0378a7853a5c51a5cc7421a75cd6caa60b830cac7b1cdd7fdabc4058d17fea7e9d964014f6b88906f4eec35eaa011584ccf00ae2d2930d632bc5bf17a236cabbf13377262ad1d5cd59bf0622e3324b2c9b77098ca2bed0571633273608038080b436cb27c6cb283306cec4d6e5b08d340673653a4e1b5e7b098a171b4bd64b0d2b2a68e50506ad215b4e604b84ea921a55d1c014f4162e64e8f805baa66e1eedb653960c8c0ac1e446b284f114c1e92318dee5aa94c3a7483f47d4a24da22a18203475e33ee780ba0c634efb425d798ea65533c6c39967157ae77644d24fab3f5558de6a3d3031081af46023d4aba5fab459c757c41dbcecf30f7100bb72d6ebb35360e22d067d72d470e658ada7a69bd22384cd0f84049f332e175c1cd48f78b112fa2bdfd68d20330657e68cfdeb3164b277c1af1370011d10c2ed8aa152d82c9d014c8184bf7d706b0acd94929960f36de90303489b6fb8e35b18363b8d79e7d8afb92575749819f1a765f31c2e4e4d6fa70334834ed53f17065e4c862db4459f7568199dc49e92d89b573259b35e0c3c756b32db7fd6668a2d1b6d150cb1d2b3590b72c8a56b4e79fd2dpppoe-startpppoe-stopserviceservicerootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootdialoutrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrp-pppoe-3.12-150000.6.6.2.src.rpmconfig(rp-pppoe)rp-pppoerp-pppoe(aarch-64)@ !@@@@@    /bin/bash/bin/sh/bin/sh/bin/sh/bin/sh/bin/sh/bin/shconfig(rp-pppoe)group(dialout)group(dialout)iproute2ld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)permissionsppprpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.12-150000.6.6.23.0.4-14.6.0-14.0-15.2-14.14.1 /usr/bin/chkstat -n --warn --system -e /usr/sbin/pppoe-wrapper 1>&2daNZ@ZC@Y@X,J@XI@TKQvwO@pgajdos@suse.compgajdos@suse.comilya@ilya.pp.uailya@ilya.pp.uailya@ilya.pp.ua13ilya@gmail.com13ilya@gmail.comp.drouand@gmail.combinli@opensuse.orgcrrodriguez@opensuse.org- Require iproute2 instead of net-tools- Switch from net-tools to iproute2. [bsc#1194715] - added patches extracted from 3.15-3.14 + rp-pppoe-dont-ifconfig.patch- Add Requires/Requires(pre) group(dialout) (boo#1067511). - Add %verify_permissions script for pppoe-wrapper.- Refresh pppoe.spec via spec-cleaner.- Add pppoe.service for run pppoe as client (boo#1060710). - Refresh pppoe.spec. - Drop SLE 11 support.- Fix patches and script for version 3.12. - dropped logger-path.diff - Add net-tools support. net-tools-deprecated is no longer required.- Update to version 3.12. - Fix patch release-buildsystem.diff for 3.12 version. - Add to Requires net-tools-deprecated package. - Reordered patch positions. - Formated all the variables in the spec-file to macro style.- Use systemd instead of sysvinit; add pppoe-server.service - Install fixed versions of rp-pppoe scripts for openSUSE > 11.4 most of fixes are about paths, because of /usr move Added: pppoe-setup, ,pppoe-start, pppoe-connect, pppoe-status , pppoe-stop- update to version 3.11 * Make the rp-pppoe.so plugin avoid calling exit() if the "persist" pppd option was given. * Get rid of hard-coded nobsdcomp, nodeflate, novj and novjccomp options in pppoe-server. * Handle UNIT=xxx directive in pppoe-connect. * Add "-i" flag to pppoe-server to ignore PADIs if there are no free sessions. * Add "-X " option to pppoe-server. * In plugin, don't set devnam if it's already set. * Eliminate race condition in signal handling. * pppoe-server: Add -q and -Q options to allow specification of path to pppd and pppoe programs respectively. * Add a few more sanity checks to pppoe-server packet handling.- build pppoe-wrapper with PIE and full RELRO/bin/sh/bin/sh/bin/sh/bin/sh/bin/shibs-centriq-6 1679514092  !"#$%&'()*+,-./01234563.12-150000.6.6.23.12-150000.6.6.23.12-150000.6.6.2 firewall-masqfirewall-standalonepppoe-server-optionsrp-pppoe-guitkpppoepppoe-server.servicepppoe.serviceadsl-startadsl-stoppppoepppoe-connectpppoe-relaypppoe-serverpppoe-setuppppoe-sniffpppoe-startpppoe-statuspppoe-stoppppoe-wrapperrcpppoercpppoe-serverrp-pppoeCHANGESHOW-TO-CONNECTKERNEL-MODE-PPPOELICENSEREADMEREADME.pluginsSERVPOETpap-secretspppoe-wrapper.1.gztkpppoe.1.gzpppoe.conf.5.gzpppoe-connect.8.gzpppoe-relay.8.gzpppoe-server.8.gzpppoe-setup.8.gzpppoe-sniff.8.gzpppoe-start.8.gzpppoe-status.8.gzpppoe-stop.8.gzpppoe.8.gztkpppoeen.msgja.msgmainwin-busy.pngmainwin-nonroot.pngmainwin.pngprops-advanced.pngprops-basic.pngprops-nic.pngprops-options.pngtkpppoe.html/etc/ppp//usr/bin//usr/lib/systemd/system//usr/sbin//usr/share/doc/packages//usr/share/doc/packages/rp-pppoe//usr/share/man/man1//usr/share/man/man5//usr/share/man/man8//usr/share//usr/share/tkpppoe/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:28316/SUSE_SLE-15_Update/91c76b8f12593a72a0231362dadb6496-rp-pppoe.SUSE_SLE-15_Updatedrpmxz5aarch64-suse-linux   POSIX shell script, ASCII text executableASCII textdirectoryELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=1b8d0ff769eecfd35baf3b9b22487aad7793a989, for GNU/Linux 3.7.0, strippedBourne-Again shell script, ASCII text executableELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=95a486b55529f8b1d7c69211ea51c1de2d39feb0, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=7d4a183d03cd89432100a7b41d90fa1672d4f588, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=2566896264e19fced4fbee1f6995d78a4ca4d5b1, for GNU/Linux 3.7.0, strippedsetuid ELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=04b6d53d292033a4284d5bc590e5f81807bd93fa, for GNU/Linux 3.7.0, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)ASCII text, with very long linesISO-8859 text, with very long linesPNG image data, 206 x 73, 8-bit/color RGB, non-interlacedPNG image data, 361 x 73, 8-bit/color RGB, non-interlacedPNG image data, 440 x 259, 8-bit/color RGB, non-interlacedHTML document, ASCII text RR RR R RR RR R R RR R RR RR R RRRR RR R CMH$Br%utf-89ef7c6c49dff978ffda6a3297d1e375b8bc12a53854d65932eb4772f3777585f?7zXZ !t/3_]"k%UR:ak-@(oUВ7T:@"gx "ctx-1ɭߵLxuu͐D2$mUK0dS(# vre3W3'Š瀚Kb۬{R be"t q7);T0~|'bi^ѶgKIFl:x+kVBޓr2`hw!\vyA( di(d*AW=D"H-+gJthΔ`I_NЦiO"kAڥǸ}-S-S{](!YULdh0#꺵LXt1٦4^ 4/xX#mB⨉p)ɻx&.ӟR-֖o֎H jco6jr*ɐ9k#r87ѠuewTײ, X/.c˖2zTܺfGvmfc{}7 +Me)ϫFs2If,z MBsZOW/lꉐE,ju˼nH[і \)RïuFBc Iu\i@; !g‘ vY.=A!AlkA @5K=D\PA| hyē,6Az9#7a?jUT_qM`-gOGW2HyP.Yl/-XSBi:A2ZASĥqVrh!Sg7XC6.PQn̘5a[?.s!mub?|9N# yU畠̰DLr%+)y]*mAm45XG ,m;ja<V PS~*HyX6U5ty 2@jo]U/VSI`֢,Di.3[G[gS/-{oo3723u/e=oB5?GT^noɠpZwA$d.JK zGubںTzu,kLFIѓǦ-τL8(*i2p*Iy+雞D4\"ܶ#NQ.?r)6bV@L)<* ٣}O7̒egO1,T0 x.|/B5)cM*KG)ʑwBE5 pHΞvyui@bo|RࣁPً:^&)WXfl Ssֹn3! \-,o![[y5[xiW7bWkzgq[z8Xk{jv%`[I'C5*9`ijɣqsR:n[iFkkth~Ef`3vIgzdE^iP0Ѭ\dԬJ0wiF m~řǚmt!(s ى晥cFHojĴt ʹUxid*/~h7 ,@z &5+5^A]bҧha .x h1S /BUZh-?k=P* Hr_]5sox0CioPKb,fbW+ARlOYbɊf-4#^@ȁPɎ^1߱>vOGsNm`axNv)-W+`ƽcfo3pִ_=whu=n@<19'ZCoZ称V `e(إ'"eU-ЭB/(툁^'5M;ogok' Գ$&vKɅW594ocEƜtkHLj_.(1YW Sv\Gu Zdy,3JTh:NUdµ~磙RC;8Zj8b IGmrV{p[O=B$tޢedqtBhv?ZhDd)Bۤͦ0x*O;V/k`Onw4^Km7]0}&&@Ԁh*Eh?y#Z%벗⡋5&):U&Mǯ1T{5ITX%P@X&df ]kulgyk¸JV͇p{f1IH>}6%7le#{mΟ5*ϘE^88nIj\ S"J lD{3M? CYv5QP ;_ iE1`ĭw$ zd-hkL"裗)oC5|_~uЁNu(xXA\pܢ)O,>Wڃ(IY vI 4pJ6#) 0Qe[GF4'"*1/"S35 OpoT,)TpkRiߦ_B&CJ=Rg ' %g.j 7G)k?O/@D&CZF45nNMɯdeYgZԄ,kt`ٴ(͉'#b#L s9# cמN]|[@h.ѰĘʅ:qaUJʙgEV5ClD64JlIOqB{| 9xgQv^݋I:q5?cHab>딗0Qg_@nth^E}dX6QWS\־s<}h&`Z~k"vXЫR!5cM-Q #WՆ5=,w@X}ST& 2INwi5\A :]߃&(KG#_4:hqX~\%\Î11'ov+ JXԣH'PuNVFD`^82PTDF=r>ղT%k vQ4ID hTp7m~ 쪶0$u629' <fWbC ;ʐ?Aɠ2OIh'=[ujU|e&bݣu8G\mQ]=UxX!Y|<lQLV uPDbS욋_JPx,|ۮ\~J?|hlNi1(>:SSɠO,M ]k-1 Ou!y旅wlJ~?81}4]\5[[n<{^+C#S&̩{|{e:z`ŢT9R.RyI |"T $ r:xɝzP~ࢼ:MmlzP ԍajQ7`E2%PPSs~['>URc ,F1ꉚoCĐ[rS^; /Ђ_2Y4HwTB뉓W-Q1 Cg:/t5 ]G^`|90aDD TwHhJY<&FYPRpL&1VTnҨT#^8Nd'yzu ם[5 gWY9S)"ko]1/4ǖƕ^Š vHqp;!O Wˁ-x8uFV8{+ #ԎO4}:Xs@_kS55,DIsؚ.vu$#{mG!Ixq^,ix/N^^i\SJ"D#JV]\nfusQlsv\]haQ/^j3AN gT%JbͶRb/[˚XhyuiڵyN~Aewi4.}Nᔜ  (?j$?TL/f7)k^v\)'R}2XCw՞`"=DCfY>zոOeZL/KDq(+݄FR=Z _ZŎoq GC;kBƬ=OjG:S15tTFp((1 H~a5w2!c8˾xhQ;׾1& 2'!N~=Q폡>w_ӷ!EFf&>y4 <&ʌ !O'qDױȲ-&Cb@jibǴ۹YjYM\-rn3udq| ޙ%\ ]:GĢ6¢~}<ޔX⺾ 42h$w|8؋y-$⧜,3'cT|&ځOm8M!w?NWs⭔B{Z^NW }Lz8{[R%uܫ{ʮ'B%SU=vt=QUP4U+icbNW5lF0)9\Q2mZ2:^3{n_=y ^'ɶ/ZKDdB^N7ha|>iHa^!0wo I(m|LJ.U#*¡":NMZbr }se3O{65.Y+Yt/~Lh[4?A9+Ԩo;;j|v _Q&P2x܊²yBHzkcXL2*wj+Uc5_NE fȗ'wS$=<0Ke~dd摴Za5ޱ ;WXa*eTς)̴Nw W]GT'{oDWh$WFCFϔmFAC>ֹN={SސwQ:z<)9_ñXݿآ( 'Q}R)k]\?CҪawF"-1j@dډ$|գuq'*fOs YZ