apache-commons-daemon-jsvc-1.3.2-150200.11.9.2 >  A dcp9|e#!YC1do'7G\'p,* [$:]Ht^{۲_r=GcƇαb>y K%md;(@φ&+qCR2U ܅wx- ?EG4x6g|PNFPCˬ|^Ȯs::e$>pA,p?,`d# 1 FPT`d}   ( < A H\u@ t  (894:<B'F'G'H'I'X'Y'Z(<[(@\(H](\^(b)c)d*:e*?f*Bl*Du*Xv*lw+x+y+ z,,,,,\Capache-commons-daemon-jsvc1.3.2150200.11.9.2Java daemon launcherJsvc is a set of libraries and applications for making Java applications run on UNIX more easily. It allows the application (e.g. Tomcat) to perform some privileged operations as root (e.g. bind to a port < 1024), and then switch identity to a non-privileged user.dcs390zl33 ~SUSE Linux Enterprise 15SUSE LLC Apache-2.0https://www.suse.com/System/Daemonshttps://commons.apache.org/daemon/linuxs390x,^A큤dcdcc'!c'!dcaf7482a703208f74bbca567fbe87c363cc510aa4e7776fbe6a22329471ff04decfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30260decbe0ae4a544fdca32d5460ad3474f456d8f162dd2229c774c1dd68fc6f5b8b2042687d755dd4ed7b22973e670cdb1e89d7515e643749806e05ec47fd189rootrootrootrootrootrootrootrootrootrootapache-commons-daemon-1.3.2-150200.11.9.2.src.rpmapache-commons-daemon-jsvcapache-commons-daemon-jsvc(s390-64)jakarta-commons-daemon:/usr/sbin/jsvcjsvc@@@@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.15)(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libdl.so.2()(64bit)libdl.so.2(GLIBC_2.2)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1cRb5`@`@_ ^y^3\[GBZYo@Y@U@UQU hpmonreal@suse.comfstrba@suse.comfstrba@suse.compmonreal@suse.compmonreal@suse.comfstrba@suse.compmonrealgonzalez@suse.comfstrba@suse.comschwab@suse.defstrba@suse.comfstrba@suse.compcervinka@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.com- Update to 1.3.2: * Fixes: - Procrun. Remove noisy INFO log message that triggered logging once per minute while the service was running. - Fix typos in Javadoc and comments. - Procrun. The DependsOn parameter is no longer ignored when updating the service configuration. - Fix crash and provide an error level log message when the user attempts to start the service without configuring a JVM and none is available via the registry. * Updates: - Bump actions/cache from 3.0.3 to 3.0.8. - Bump actions/checkout from 3 to 3.0.2. - Bump commons-parent from 53 to 54. - Bump spotbugs-maven-plugin from 4.6.0.0 to 4.7.2.0. - Bump jacoco-maven-plugin from 0.8.7 to 0.8.8. - Bump japicmp-maven-plugin from 0.15.4 to 0.16.0. - Bump JUnit 4 to 5 vintage. * Remove apache-commons-daemon-riscv64.patch already upstream- Build with source/target levels 8- Define %%make_build for systems where it is not defined in rpm macros- Update to 1.2.4 * Procrun. Ensure that log messages written to stdout and stderr are not lost during start-up. * Procrun. Correct a regression introduced in 1.2.3. Enable the service to start if the Options value is not present in the registry. * jsvc. Don't fail if the CAP_DAC_READ_SEARCH capability is not available. Fall back to using argv[0] rather than /proc/self/exe to determine the path for the current binary. * Improved JRE/JDK detection to support increased range of both JVM versions and vendors- Update to 1.2.3 * Fix: Procrun. Correct multiple issues related to enabling a service to interact with the desktop. Provide a better error message if this option is used with an invalid user, install the service with the option enabled if requested and correctly save the setting if it is enabled in the GUI. * Fix: jsvc. Update the list of paths searched for libjvm.so to include the path used by OpenJDK 11. * Add: Procrun. Add additional debug logging for Java start mode. * Fix: jsvc. Remove incorrect definition 'supported_os' which defined in psupport.m4 file to fix jsvc build error on s390, arm, aarch64, mipsel and mips. * Add: More debug logging in prunsrv.c and javajni.c. * Add: Update arguments.c to support Java 11 --enable-preview. * Add: jsvc and Procrun. Add support for Java native memory tracking. * Add: Procrun. Add a new command, print, that outputs the command to (re-)configure the service with the current settings. This is intended to be used to save settings such as before an upgrade. - Rebase apache-commons-daemon-riscv64.patch - Remove apache-commons-daemon-s390x.patch fixed upstream- Generate ant build file and customize it in order to be able to build this ring package without cycles. Ring packages cannot be built using maven. - Modified patches: * apache-commons-daemon-JAVA_OS.patch * apache-commons-daemon-riscv64.patch * apache-commons-daemon-s390x.patch + Do not patch configure file itself, since we generate it during the build- Update to 1.2.2 * Release 1.2.2 - 2019-10-04 - Fix: Procrun. Correct a regression in the fix for DAEMON-401 that prevented the service from starting unless support for the universal C runtime had been installed. - Update: Update Commons-Parent to version 49. * Release 1.2.1 - 2019-09-09 - Fix: jsvc. Correct debug log message that reports change in umask. - Fix: Procrun. Correct a regression in the previous fix for this issue that caused 32-bit services to crash on start-up. Fixes DAEMON-401. - Fix: Procrun. Correct a regression in the fix for DAEMON-391 that caused the GUI to mix-up the WARN and INFO logging levels. * Release 1.2.0 - 2019-07-02 - Fix: Procrun. Only set the global shutdown event if the event is created. - Fix: Unable to build with Java 9 using ant; dropped Ant build files. - Fix: Procrun. prunsrv stopping with error due to hard-coded timeout. - Fix: Update config.guess and config.sub. - Fix: Jsvc. Set the sun.java.command system property when starting via jsvc so that tools like jconsole show something meaningful for the process name. - Fix: Procrun. Correct the level name used in the GUI for WARN so that changes made via the GUI are recognised. Order the log levels in the drop-down from ERROR to DEBUG. - Fix: Procrun. Correct reversed code comments for JRE and JDK locations in the registry. - Fix: Procrun. Fix a bug that meant a value provided for LibraryPath replaced the value of the PATH environment variable rather than prepended to it. - Fix: Procrun. Ensure that the java.library.path environment variable is correctly configured when running on a JRE that depends on the Universal CRT. - Add: Procrun. Log the error code returned if JVM creation fails to aid debugging. - Fix: Procrun. Ensure that environment variables set via prunsrv are visible to native libraries that depend on the Universal CRT. - Fix: Procrun. Remove the code that removed quotes from configured Java and Java 9 Options. - Add: Procrun. Add an option to configure the service to use the 'Automatic (Delayed Start)' startup mode. - Add: Procrun. When running in jre mode, if the standard Java registry entries for JavaHome and RuntimeLib are not present, attempt to use the Procrun JavaHome key to find the runtime library. - Add: jsvc. Include the full path to the jsvc executable in the debug log. * Release 1.1.0 - 2017-11-15 - Update: Update the minimum Java requirement from version 5 to 6. - Update: Add AArch64 support to src/native/unix/support/apsupport.m4. - Fix: Remove calls to explicit garbage collection during daemon start and stop. - Fix: Update config.guess and config.sub to add support, amongst others, for the 64-bit PowerPC Little-Endian architecture. - Update: Update Commons-Parent to version 41. - Fix: Update apsupport.m4 add support for 64-bit PowerPC architectures. - Fix: Suppress spurious "The data area passed to a system call is too small" error message in the log when Procrun fails to stop the service. - Fix: Enable jsvc to start when running on Java 9. - Fix: Fix a resource leak opening the JVM configuration file. _ Fix: Improve the jsvc code that restarts the process if the JVM crashes so that if the JVM crashes after a signal has been received to shut down jsvc does not attempt to restart the JVM. - Fix: Ensure that the child process is started with the correct umask. - Fix: Correct conflicting information for the behaviour of Procrun when using jvm mode. - Fix: Ensure that, when using Procrun in java or exe mode, the service process waits for the stop process to complete before starting clean-up to avoid a crash in the stop process. - Fix: Enable jsvc to find the jvm when running on AIX. - Fix: Ensure that Procrun treats JVM crashes as service failures so the recovery options will apply. - Fix: Ensure that the //MQ command closes the prunmgr process even if the configuration dialog is open when the //MQ command is used. - Fix: Add support for Java 9 command line arguments to jsvc. - Add: Add a restarts options to jsvc to control the number of permitted restarts after a system crash. - Remove: Remove support for building Procrun for the Itanium platform. - Fix: Fix race conditions in PID file handling in jsvc. - Remove patches: * apache-commons-daemon-ppc64.patch * apache-commons-daemon-aarch64.patch - Refresh patches: * apache-commons-daemon-riscv64.patch * apache-commons-daemon-JAVA_OS.patch - Update project keyring.- Remove pom parent, since we don't use it when not building with maven- apache-commons-daemon-riscv64.patch: add riscv64 to the list of supported cpus - Use %license for LICENSE.txt- Build with source and target 8 to prepare for a possible removal of 1.6 compatibility - Run fdupes on documentation- Fix jdk9 build by specifying java source and target 1.6- New build dependency: javapackages-local- Drop gpg verification. We can stick to what osc services do for us- Drop unused patches: * 0001-execve-path-warning.patch * config-guess-sub-update.patch * jsvc-libcap-relative.patch- Fix build with new javapackages-toolsjsvcs390zl33 16842549411.3.2-150200.11.9.21.3.2-150200.11.9.21.3.2-150200.11.9.21.3.2jsvcapache-commons-daemon-jsvcLICENSE.txtNOTICE.txtjsvc.1.gz/usr/bin//usr/share/licenses//usr/share/licenses/apache-commons-daemon-jsvc//usr/share/man/man1/-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:28294/SUSE_SLE-15-SP2_Update/399775e514c3ccc47e4f8c110f6b4ce6-apache-commons-daemon.SUSE_SLE-15-SP2_Updatecpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=b3b325895d31e1a97c5ed5578a7b39da21086883, for GNU/Linux 3.2.0, strippeddirectoryASCII texttroff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix) RRRRRRRRRHÔutf-8eca521dc9c355c4398b17cb7775e69e5c6ee46b595a7b88dfae73b5f699a36a8?7zXZ !t/$^] crv9wĸ)ؾ,sd2> D@j!H1^PcH>D@#weWߗ@aC$T- wcaFy!9MY rN{ZrϨ.~2wFoA7AgeT2%͇ jV4<\-<3>@lnd/-C*B Y7fY\Kqp:۫C10 )13A`p1j s]y1ƅ鰝 g&%I/Ȧ FZ!vԀGDF': 8]撟ƋFoXo^T{6ݎ?aM@9s_!nV4ϧlM ?eW6 0\.r?[>;i<稓lN SfʹiSHR2ޓ} d:0oI-wB6lK݉q2 = $D癗y]޸zR~D_*{3&'¡3K hcL@UôWcⷌ1q:򁁀HTq1;ox|y]2Ewcze3_7(6T#$ qXꏼeG{/1z[~fGk_>>OЁg#%彈t/xtߴ إ~ęAHZw*slЃԱ;Æzû﷔?LJ=S6{l  )I>R8M :gMGmktܹ ϐВ*f zx!)zST!,7A| QGt&dSaJ@po3*-]BOI~r<юwX徟y:%6H"'U,b+!gU t)O`Bx1-+ 36N.7###%5{ʢĤiIνD$j>m*A ygv~Kf.4'@ gZ4WlN7 Nz.Rvf%UG$J>R? q"^׹i CEbE%'Y&*) v-;jY]mQ$QMO l2B2f_=vޭU6ܰǹ %3񩧶?$μX4uҒl=?TGAoQb!8^J2KLSS,lcP<߻)LH)IO.iU!TdD_9r7h = /٘%c5!)\9c }_1rV`~m+X5}*xD<ઠS7iDEYB!_`Mٸi.tEB|XLh:'EAq."dYP-%e!"x[++VN,ۀ]%h.(-\넅.0m3WWJG:^jb0Y ;Asb8N{=G/(ɶ` 'kX =] k*҂ |jBQa wQ({Ht]MZ.|.tf(vYܚ!y]~ \4s3v?.|^Mq?Mw2$,,:J zrUW!SJ'j\C|k,;}vŹ/.dNalmLR.-@0T?E1MnğRe`G@sgRFP-z_gLyPO~Q C`oHyiV1y@ 9ɷ۬ƹ#mrtp#dn8WJ;?/@\EQUYP\+fOv/Yה6P)o"0,UÂ[#6_,Qg;tDFu+ozΏYObr e7vQr0r]\eދT+An1[ 1WD#.A[-^ 7*ȸ/5,C߮SmLmrLj%fwL]xyNkf7iR!$ 0hRAhG;_ɴQvB ̋jvn$ŧ$jlYRm^FBio%'!POYf}{2a|*J~ f5v̝{Qw~Vee*E:,{5gPa~^Dޡ,5!dNVn6w]bRF=2T· mݓ8^2-v)a@q2wV4 E5dOT|h rS@.-x_$ׁA1}>wk6 P;74sMʧVInZ6+noú>'a~A9N웲rf]V(9eL"f%D4qԌ/b5וuٛЕwž5t><@>'|{2І, i&4= aþM8U p >1 6YLtP]8R8Ȏko{=.uU{##96 m*m.F?X` #TO=L%1ޢÑCCc-ż-:yW"$\HOkN_^4+ En;o&NgDs? >r~[jxR vYh F-M9'Br*NQF*v4BLy寡s@6KcՒE+\h_yKDZ DWP>v~?* &xb"\g 2t%0-yC)7I&c]Pxhi([Zt_YͼNxlҞXSd"C ')U0YAuh+A*bfdmZxlװaH}҂N ءji`!/ 4ū'wlހ6Eje"Dဩu=Bimgt} Do=q ji8 /G$> +#J1`W=[}ɔ,|y%7d{ȭQڍs5nF}U:bNLrVgTg'(>9"gaRWt+$p^½B7M/:Op/!q Cz=]LF-VrT17]V\%N)׋ec_39pw{]ּc?NbS#h@cz~K1Nu^:y뷌%zvҘuTH m RYhuˀ\xATGAPxp2; 4jG Ш=׷f㪄 z$`F_^JJMlA̪sڜ<9Raő &Zc*DQ1v_{ߤ/ kO TK` 9426R7航+ME򓖨e=NnĚc=,ڤөLEaUҀ0gO X#d7 !fAU ?$Weu\,S LT9M.ʗ}d˟/odDŽi/ ÃtjFف$F3ĭ|lt BB[d9x3鑜|],\Y>Ňq( |zI'GJ*ƎP`f,F' Rit;C hukkDο_:]B9iЙEV:a3?`҄^ mf+Z\ dy$A͵GEϾT[r4OHeS6oQ(cT,#h,cay#qՏ`K",#Y68r?=)B4/r\gĢ_= #k-cr/ $D&uI?VS+k7;ۭfR%S@"(hBU*>@; rΒ標e˚t.dzQe1yR[gLU/gcOql"I1U] ;*9m6y: ;uuDm gVѐKkuL)/sBA\s*g̠rʂ7VNF:c'졏Byn4L_d!e-0wn"jN*2%ey{jzug4!V-/ٿ*eȲsߊQ|*ןϜD/%ō9_3QcWE2fOS7Ӻ4랉 2U{c6CaSfZΡ9c2>\B =jX*ض7Izf Zy[RE8S L{J$(Nj bɌh8U&%5;!ƖV~Vc"ɘD5lk_mJԎ*T=]$Hlz )pǙKKXEfHC~GMXFpڥ͕cNԦFHf%x*ׇc̴.TUTq.R3L?íҌ{uޢ0OyA?^e /Hp Bh  #),u'P, xkbW;J u[r=iwm2P0f^AmE5 mnnh.^]t[Ij'`N@n,%SzˎB.H HHCm'K@JsR MP3 QjhTɉpv# .ZɫȀ?]iKn uScqсEE̝,My4Wb}jC 0Ij;DZsޫg#yu Tlq&HVMҶ ْqv}voz->G} ?}S*sMiFQ*aZI/ȈȨfɆU#jYWר~l#\lmP i?P H\>g"T3'9-Xp3U#ĘBH.#G0PzϭY+!\e|)ܦO ~*B)&6Q {'?w-"ǹ(G~@":9UgGvC.Q'ىS\t¦g/2c+ҝH椢X0ڼY{8Y!c/諿NI٢9zHэEG_rilT!lE껥 /H*ig̃9zpɼ˜$]4 ӹdS` 9_!BI(^**B<}8%B}{eEUYZ~KQ3Y"lwBwě#LYmr:Lz]%WXa%W4wJ+DHeVoa~:&at%кPbi;R%10Heq@>,RUC}'N,`NTKC+Yz2czE_U)~aexF Ɋf.8j7i22\rOmK}pܗlTǫ82l<! i;Cw_G/@ZV&Ssp 35@ϲ MFDؕTtxU`YڬkGjvy3nwA@գu$)m {&}F>oT6S$܀iU9GTržuykTWUv3ѫ{2+w:/Z0 O\969; 0f .`Z.v"Ї0NHih=TJ=پ0.L^ZJ  +D6`%a oXyI]AQ>W>sKio(t4sH4kZ_(DKDp5@fu%'Vo9P5= }9;,N42b(ݽs6se)s\[ȗ3<:8 l߄&rO` Iq k@X7PXyQ! `$MDV`rf DPJ)DIغH-7P6Ry:q5p$σ6@sfGd"=-bZ;€ Qbr3/5A"ͶH UAGح3U/`o5!J^1`ݣ&O+8[Yc%}p=8` %I8gA*8 Y*{tU9%Fr9xmXA6z!zD*|;jaYd6 GGX3,◳\ ;4ssrHy=/*L(G?b8qM* 3OMm\}LwUpv#BM@>&7g ҃+Jp@f!_@`^me=+LOY`N=s^=训WxTKd&^ WN4Qgb}1k\.~D%`N| Y"Z  Vݭ{AeK<#HLJW4a',IpSzAvSmVQ4k}yO[['(<#_%MJrq_b10MDKaC4"G0]~I$?$|%=n`ʁEQ* {7wwWۖ0Ӊpkj9¸ݠq)_u*CaB'Z3 UQ=0;S5)um&sw7L?w-3w[y\O'kdܥOFCM;kǻtOM_[j\~f࿒V`1{{S;034|'j6_"\*yv-Tk8ݺ:Z_=ONy_8Q~VE BZeW5A oFy.k˞LCbB.iGyֲf F5 S_耾 I:@XYf&sz"to]J?)l}_/k #HhF^~gNՌ>(osb 5 5}oʉ(U}{Gz{@nB}iq()Z|??@ާ߿ >k8qԑ$ RŹ|1`"]'I uòB(7}@Je:Pc{Pu5NrNW?zYO]y4^`^U'"Nxj xag; 7Yj+9۹$饱x*L:,pՇ d'"&8ɨT)j"8{Y p柇>e5~o>"7E]ʘ3E*z4J c\AVu9޳Xp* Tρ0gіX2nN?_K!(3B#g>Vam˒Bz2;^%>_SGU3zŋrZجۦ4{ _{M9 }uǓhToaVC]u,K5#-k|!K}hb5>rT#lnX(#3 8 i^w{/.[,] aDzm.9/|ŤK3ZcA6mע+lp"w.ۮ?r[o8bb>h&Iw>0MNjn$(פ rY,^zxF8Z m oTG-S_NW qO 9m0k2t@y\\PA2R L#+(pHyߑv9^-WS?߿WxSq)>\ݑN ~vHmʕ9!l)b:(0H 5 b}XȾvөxKGp>5C 7#"975#ie@&؉Jt`|l>l#Fb} /bnmQl|hs Յk׀P*!bMI(pX 3{ܶ4pa8\kc֩T-(odw5gRK%/LE~1sg"eVl'&P$P9)IBIT>*U!v5*XW͈ )Hf)O|!==rZxI 6Fl; w xfbnڀe~ƠYx~I6QBM''~<0!ڢJLK5tZ#k RFRX.")vTQisFJXK,d{T, #x-Tg0uxşznLX!^ mpT6(ᅭOl!Nh!-l gO6klx.f8OPO19'L8-ӻ8KQēʲH8)m\SGݭc˰Petk _gH$'R-D`HyfANeI\N!!/d te7pJd]I x3t\ `h؃ EG{ƙL7[c!p; XR_'TG WO5y5sHm >XJo=^+do: t28C/MfPs:I[iM>Aۑ`wGMsɆYm8oVR#p2Y {1j1 !2jrDﰽ0@Kk'.O6'wKBr"ʶ;yo/(;tnmE!81;UAҵqkk<\dBE,`p00׾oHA鿈{)d/LWVWfhb {S0,+\q ^4`uh;{ad皹0ji BH@rv}*b3 ٦ycv'0b7PloN#&MA=i3E"9lA{kCGy0pcၤXԄ?wQOlFġI"F'S)q]p7k`00RccpH˃HkY1ӻ8 a 4X\u !.e_g A_;XimGIPVz~'>̞!B4hԮN3XߞU%xkpGvM( {I^m!ϕb%|:jwՏ jÖC)cтxcrUg Rz[y'ٹslq,]. sjP4&NC3؎B6ѝbCF{ (*jhq>RPTul:PӻVI m4}Ş=ЮLJ">mȼ" i9Qm[$,V5zpJPv_[ҰZ+Egh5@Ҟr[IA< =Ή2BVJ+o\8uizeBJ78mL-L$)'k">\R*SG$~^Phl<U>7Ȗ6 ŖаU2"3~jZƯJkI,X]Uӥ{;Z3,Tqfm7 _+DwԊe%;-8Z0Of:V*BjG,P9«U$# $5C $-#QhxE"M>Q  ȇ!oI2%bhmA˻VY$Ang53j]qXْ:_!MpVOPzBbg>T>dU2p.cu[bƀe}БmC2`zq}9uf- л{nSƲo:WWڛk/ !-u[l)6U&) 2mm s>AЍ߫ $Z'QJ̣[m4',xy:l#JTCkfoJ#w; vYc.^@%poe-b z? 1L|T.K!+1OW.o _&ZAOA؛EC?ePwՌRf@o[AͬbIDBU'-':. ᇧE Ȧ.0tH]vE+tUH?BƖ++#P$g`CȫIbg]L*q*=P}5-cׇS?OYs8~#[=㊪J7u_{l[13]R]v_:rf69A&H Y?SE.K\8&N^?Qw'̥wW+lJ>7U{^Mb!Ft o._8VAaʹ-,)I!B d (rQR^'&B>u3^P}EԢ:܏'x*LP0-}E68"X٤o8% zn%nw%ؼJ].+,s77=d48VJXHG%.g`kvQ?Ȧ7SQ&el Ii .btL`W8,qy}BvC7F"[.cX\jh#Y i[Xݤ{}TJ,HH"|Ώk_ +[ɤ^ekcE(b/ͰtBx[VT}h>2]2V%7 g1(]D/˸HO o8bH@Hr+}nlgUH4xPd.'[X7͋[cc | jeUwl#7\n2^ @K(\e%"9SzyMuMˍ`+ȖWC`i fdI_@<>eEVu|P4gl0cӮ­'[ɡ>SZL=_# zڂ/2~5eNNAKDϹU'FfN##cHȻZM]V o|\ȼ\8G˲R\k~=ҦKV= ";s;8#>4x%|}JMح|S⩒LgGG E&\h FMx_B5 J|OcyrRYS4RkZ&~_a \( 息Zqe1X;0ܗTz93vE )ۿЫ;Ƅ>ŷ^d6X=fULǟ8S_XS.L}#ѷ2 ` gçweɁЕm،eM'|\tI.wikx | ZU\&M,p^r5kVdWsnE3C!XK3#Q}I'2ɽL~Wc$F9jM#>]z8WEi6yI N8Қ*  b{MQJ|:udB3-Vfn|TG% 踭P$]ͻ'= ܂[$PrDNm${RMgDWzaF"VJwumڒi*W˟a0SٸMN R_aN`v]0*[䒩A7[d oz 𜡉jA)b|k%׺ُ Ї1REo 2ѪZ(~͑mG$tu\ܻu&ΑR.rPͥW54PPXć\\P,;~E9=e#P IDf$+w'vtBoM>.x LPbQtnnP^RL_elڗ_"%`ԥK;vGq*V{|$#|dbp+U]nZbęd`GTZ0 F+- A̽CmO/XcѾ8%\9gQz1`K-޸8,P+)3{rCl4I^s)E&UŲ:E96$NTO* aB#5 K:9޵z0xR@3i_2BX' /`g٣9&j%rsM;N;sL9L}N33Tw'T^95&}+bK'}{qr0'%^LEg*4˂S\:R]8_HqI)V~^L%}KOG!3 AKExEcʗ2sE^4Q'Փ-7ljwҿwcn(4(cI%TvkM[>|bL "145UPۿj|Ys|" 4^/ ;nZ2ۖȍpXԚ*zX$| V܁!zقZ/p1mjRwmEYn$y\ #V$,}M".^xXOE]p㑻㡠[f 0p{)o"dy1˧gK /M\_#E8E[Bf'#vAs:~!!9>Nb(nEBЕԎ# "):;d8K)#&Ȇ1Kd~XvhQڷ]äwF=>sPE?1|yLq:Ln*^ h&ZUKIjEP8gF^k+Q6O$e" AQ(Dz ݺ \Or4BbMCZū, h ;ɷ!ފ NW >67μ }5ӊ ?ScвLU>ihGLA b-?:tq'ݧ*F%6N\k\iAj֦`dm< :݆鲗.v$ ^t- $H㤁 fvrPݏt0e-! [@bcGP裓 4lG,`\Iy(9e{dmV 0KF9[h`"}x|xG\W EA#2eQ b I BT.΂2 鿭ٚ643m06pܶ NԂ Vl:ڗͪBN*C'AD-76v+m:2~ ͖h 0W$OZ }& Wr^5z\K\vt7oxd[9uWGNgb2Juf"zXPt7y7 Ӓ}-%0|]Aq;|^+'Ezjkh;q'l~Vz5P$ɞֈ/53Mҋd]ϸ'3M>P2F\8&z*;4좓p,N;nfQM(:M0Z;910F_-  om|i= |!ec\S?ntBPMh'K*|p.UJV(rJ't<Ѳ´]L96֨U{pwxPm}zÉfi&D*(;p`E'4d'wICajW]عLc% 3"QX\H(QxW?*+nKӑ̷H[%@jLH,ӵmʼnmY}|/gکajo]@ ^2UM vѻ^fAfX"9ǥ:kEǴ,OV"3>nгhMtc;bIëu獳sw?MvC!NUS,dn'z2FZ+󬘹$:%/S ੸ C+<`ڣRt Ie(|5otCfo`gBpަZOƣ⊤F=Di ݇}UauUߟR+W~XsXEt(#d{ 0XeX?.Vލn탹07V)MLa{GiJ,m?vN*20J3aY٣1%8E) 0=(UWT`YXt<4oqӅ'[6l8g̫bMAsLO~(/0GndgC͊<*Y[%Xv4*I6 ]ݦ3_W.XZf}0fSf_BɨN ; Z0E)cAx ȬL˽. #MuȏN$#~wg + 9mze^SEN݀8pkK<CGIz <'{Y{cX{x(ܮ)k7RCa.Uz $W D|iB,=d/7FTD{i*U:bQ1NI7RU{<)S7g@ﰈb](## ">HdDw%pHŏDJ?S>,wT1 KTWʋ-[ v?.u|M Sۜ,iVOB̢@3E-.n?&Qy_;R7Dx ]K-vɦo;VyyyU)- V=BK0k9$ Fseگ`0;b?c:? OV58G^"qf:]#}N>{&ga@4w]a5KDaA NȒ{  0#@T0pj C"-hJ\MOSy~ʺmN꟢;rjOَH/ݜ2ph[-36L̛uG qA:f{1asԅGJ`Ѧ xmF`+q Y|y6Eʹ7s,0"Je6֫r^#fG Oͫڻ͹?a0:e {͸K R7k]7KQ=SbJZHf1F)U b>פzÏ-.YrKhd2JY[@s, $2A/R2hF $e-41qȻmv[$SPL 61{ڄS׼JpaY~˵0XR|): fpӊO(h1y+$[g2(ݒpLR^2/.T]Zn3ob$^-bOu~ag%ɳ1N ov4o %K)Nt61o8jcaUBTĖ K˳LCRݛrDe!yG5/8iI@=JXv8 <m(yC%\5wN3UׄZ&؈{@Ԣ}i0B\d" &6ҏd-FmTcɔ1B?3F7='CNEJ7= HC3yC'j=MC\{]ͿkXnxSo2냫njM}%C` Ϧa}6߰-4ZihhT:8megC[Pw3sliʟEފZj[)yM!%GE HtnIxO O1xNajh4i󅱓nFx6Lp!F~ˆ)(Sk'=v8D@ߢՄבZVAx)"_ܢș91b(|@P,ȷgja<7a19A“Z4Hs C.F/Lc;B*G;f S`# f` R- ޜ:G=+`$ e)!fH~AmӓBOG%%b_^aug22\Ɇ(\JX_NDuLڪl2L 6bC5v7Le$Ѝ'f/ފK2)VHHk\iүW^mLIA {dˀL-Q5s0U$lP1|HNh`zRnZuv'h#5R"^wTV { o$!֦79%k`1pEVX졂ˋ<>asB,ti빹nLśZ_N!ꔓ;PhplTx&5\鳲PQGi1N{ P[4k@rA.X a@&n+KGeZ,X鲉`8[w 66%k* V`<.y,a8K&_$Z1,iBEhW&p2(!WҪ\$E"T% :Zr"XޮbrPE;`WeJsEtG(Fp~>A Z Sf5ᴊyhez:0G+So=όz,&J U67/ ~V_wG@bZq78MxOF{U_"[A@VM+ߴfxJI 6Ɨ o]AXtM >"`Ȏ/Jnl|CbO3 X/w[bf6|7ԙB;\ 'v-eyI0`x Ӷz-a&Ѝ3_ZYaq'4]̨,(HFXxki]o8OSA )"߯TeY%TtTإ]ŷ[DsˁL0̂GMm0vTN1/!=ޏ^Nch4i6=Y5:hn6a&\4OZ1;>$+PRmZQt"3.gr'9GjWPZ#q̅ГF?9Uf6"/o hj5l!,3z3Ӌ@jZ_NT-'{MOJXlȕPsjif&7[J@7H@R*zsyE2?^^ N9SȀL+KhR|kV*H17P~Vi̻Q?GOJV@$Tn" (Mq2:@tF\;5 >Ǽƫ[I YZ