apache-commons-daemon-jsvc-1.3.4-150200.11.12.2 >  A eiDp9|u*0QUG2VB݇|zfHҋ6'Mح)vfkúvTٓÉ- ,MKYe|)Õ߃&xp1wWJ̦M?T/5|U.\Y'uNj8EsX 9T3aN$}`m}G^cJ[YsPsz?$̀EFiΜa؜*6FoB-(80o`|K$[j1C\4f1c4e2adc288a0c5ae4e943dfa2b61c65545f3a0337f78785b3ec10c004c568775379ac99a7f86f5e379c8a9f7344293069df1af̉eiDp9|EJEȧWh{^@IVoYp-/4nއ_MBc@VN` _^{F}e #0g1^'O+ `V o[ۄ^+rBBM$Hÿ9O)o\ dy{*~=ONTJ_{x5biy `p!ӷXUcB[ R3<ݓpA1|?1ld# 2 GPT`d}   ( < A H\uD|(8$9h:B,F,G,H,I,X,Y,Z-8[-<\-D]-X^-b-c.d/6e/;f/>l/@u/Tv/hw0x0y0 z1 11 1&1hCapache-commons-daemon-jsvc1.3.4150200.11.12.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.ei3h04-ch1c0SUSE Linux Enterprise 15SUSE LLC Apache-2.0https://www.suse.com/System/Daemonshttps://commons.apache.org/daemon/linuxx86_64ݠ,^A큤ei1ei2dE=dE=ei-710c699cd0ea568e51bd82115a63342558dcd76a14529e41081aa176e5ca5d36cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30e942ff626c8f8d429a5308ea6d490e41c2905c414bb0c869a0b6547ba991c2bf36a875f2889ff1163fdfe91162b9f11c1c7e85ad52451767552ef8943ddd0153rootrootrootrootrootrootrootrootrootrootapache-commons-daemon-1.3.4-150200.11.12.2.src.rpmapache-commons-daemon-jsvcapache-commons-daemon-jsvc(x86-64)jakarta-commons-daemon:/usr/sbin/jsvcjsvc@@@@@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.15)(64bit)libc.so.6(GLIBC_2.2.5)(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.5)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1e.w@dRLcRb5`@`@_ ^y^3\[GBZYo@Y@U@UQU hdavid.anes@suse.compmonreal@suse.compmonreal@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.4: * Procrun. Configured stack size now applies to the main thread when running in JVM mode. Fixes DAEMON-451. * Procrun. If the specified log directory does not exist, attempt to create any missing parent directories, as well as the specified directory, when the service starts. Fixes DAEMON-452. * Procrun. Allow Windows service dependencies to be managed by Procrun or by 'sc config ...'. Fixes DAEMON-458. * jsvc. Fix DaemonController.reload() only working the first time it is called. Fixes DAEMON-459. Thanks to Klaus Malorny. * jsvc. Remove incorrent definition 'supported_os' which defined in psupport.m4 file to fix jsvc build error on riscv64. * Bump commons-parent from 54 to 57 #71, #91.- Update to 1.3.3: * Fixes: - Procrun. Follow-up to ensure all child processes are cleaned up if the service does not stop cleanly. - Procrun. Fix creation of duplicate ACL entries on some Windows platforms. * Updates: - Bump actions/cache from 3.0.8 to 3.0.11. - Bump actions/checkout from 3.0.2 to 3.1.0. - Bump actions/setup-java from 3.5.1 to 3.6.0. - Bump spotbugs-maven-plugin from 4.7.2.0 to 4.7.3.0.- 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-toolsjsvch04-ch1c 17014236671.3.4-150200.11.12.21.3.4-150200.11.12.21.3.4-150200.11.12.21.3.4jsvcapache-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:31678/SUSE_SLE-15-SP2_Update/ce0600c86fde66b5560691cecfe49999-apache-commons-daemon.SUSE_SLE-15-SP2_Updatecpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=74f1d7dce25351890f98d90543a34061db1075e9, for GNU/Linux 3.2.0, strippeddirectoryASCII texttroff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix) RR RRRRRRRRYĵ.=(utf-8ff463d833c8ee04086d30fe18a2a2b68e1a7209b05ddbefb65d2d71b4d497318?7zXZ !t/c] crv9w~hzOϔIt+]dc7gk _ڻ]{R b cHU&rHOrBBQeu+Z\ߝ^aWr|oY3%0{ܳ6$ s>/yJ~ y&;|KO^FEKoOu1$]v;Tq8|PeWvD"J;~<4H%)?v2ujĵo 6da V=gf+BPϷag "6AŗhIeH@&{C|2 Fsg{$`, h/4,E(SE l{!vz}U@uvXG}߈nӢָ˟rB5>dq9 LZkmu1>l1)1 YxHp^ՙ;OP xհf$ i3> nrgXсpZaj$S))YLƂiRISJFUS$,ȭѵj'\M+N]o-n^/夦H&OWo3,tz]%#C^Afa n hHlTZ:˦ + "FH{ӡbBJ>z0 –Bbw/Ep{wPaY Xأc\O~*Te.jXЖX92/)]>Y2VKF%0q"L˅194oDdRh~AWC?ZʿړEoږu< X [&”VӁP@kQ{f v]A R$Z9F}0=jm!@U;ND_vpt}W9,%eSK 9u"D~;k&GNkkN~V 6qX>lKms wߓWGH=#SmhwvRG\p7ek[^ mXu:(Kp`uKz928D4ȰLVHV-5gOҪau M6cÉDϢN*?l>On^V (Se^7L—7-Y^ ^tQQ vFq_a%YFA#e+L_C@xc;?lpL>g(RB;e xAqRTui2Z9LJz0)Fk)Mab%I% =tsX];&e~Qd?yth}D~gNwT(S򶗣?k]%>T'y?#cPWIfRN|aQNUr 'g00.4< +rŃ1b/K`Z(ҹ]K ?G 9'FaR3W_Ax}mboѭƋv>MQXyèTQٗdXO=?a/VR/j]gV]p!iY6x0jclۭ(0 >Ht?]Ek{sAJK*s/.ܱ:AcSPq Ln./8Xv2 Jg8srkGSJȕc{DK4,_m$U"9@"mi8|\k/g5CgnrxH6,!Ӳ+6:rȀg;6g7~hJ MNp1>ٮiD6KwP,'o]9!?P$_0pw=5BKvm+g,:IVǭ+u$ENtto"!>eڅBoVt髲8VLG3Z08dxyc,uW7O3e9[b0+ǰlC@Gp>1 9 9pU0 NEF9@;MO89P#2(emo%PAt fF(jDT1j_|oJ';+8Bv£\8!إN,+P H1Zס{{r`eM,mrJ V/kU$Y"DxSjrHdY'{Q.|¤`d'UW)B_C9޳+ sk[j-w}-mg+_@UKܣMbL!8b1[D4m4rX< 1߹81FP8A]afpkq;04ixs)`cg+aN(z!!oedlMc؜͢ݏdQ1ĹٖaI,qK3ƂA )vhG;D-= *lFsy9[bG7{ogDxкB. ,,K؏a^%{@ ]an*ݩ8LqSc(v^?`7V# 9*ycDzxӺK.d겤 z߃b#\Pf:K՚ |wI!F4z(eHz(rw-P+v<S,-wYDe'-X˧o~W~.=3^JQЋfDvwyv^-kQiï01mg4e' yEIY]W*}6sdEv R:F/ O'Ôʌ쟘!$~A.'dK+q20'̪T䗧B$y_tlQ6Z Bk~w) my(w>擀?&p =v2ݣd 0ԮK5?rC΂co2!XWd펼V?Fۡs3DR+ED}."Q*<6Lp !,?kw3yZzTԢ9becq 8=o9FRGZ3VsqRcl Ĵ ^10\%>+usi}Sr@WQ*ƿ|I(R}by&4D°`pdKd֔ wJ-?Q!sR(vCxڟ2~T}iy[&R񻭓ϿS;(\ 8ƐٌI+2 q&z I6g#d NQb?csٕ ̰v-Aɳ1ᅠKyk&EzW欽h~BD \?oMn֞9c9o4֞<0N@aa5fc{ֽ-Όa^zo ,%!z©R]&ŨJިd_m8N^wa5`{~F l&nWr_g火D%l0|l$o!G0Ch,Ì>p6&rjlBv1У%1YcW=棱]> ;z}uRivfs2W' @޻P6z9NJ,ukTg`Q$zj4b13ۻHnE6# )yW0c/gh U<=-j%Х$Z4$|bXi~ sʵFhd0Q 3Z P &_Yo9w JT@D㩁 ?/,t '2ae2 45lu mngϲmCEo'KE ]/m,࿾-Irk87uԡz憘!gI-Q%zO/ _JXcwM]u^LZFXBr8 |?ѽ\)4pzi|ik-/*`^|j$5Rfgo yؒyS7fssx bk`es(+,[3Ѧ0ࣧRn BnYJ -aA3W$xa{i'R0q,/p?z( /8*ɛFm=I JtvS?Kb E6 i:<'Q6`/Yh  0p$m40&@:^H6HvgksvzC+4isr[ZɣLiy*\XrmR_o7v~"jo; i>OIK9l@!fmd}]SB^IwiqFu~ [s˩UqN ozCݥV:V3-^/ KrlWwP)G c;ÈNhUY}AB+1x@ "ӗhXŹYDx:v@~sh:U BшHZLQ=|'H/=o}J#"F~zA@cJSyf2ֵ@t"eCs^IFi,X-U>1pRЍzhV0J/vx-aI}6[I3+ O<k$JRXl&8xI0D^`Yb~fьhOQvE~/G>w w9l6YtJy\=E/7>?=ݣBMi@Қ0HHTW}buwIKf&{eVK̴heH5~2ߺB x,(,]_7KxXfB)6)- NS =\IX?N(ZEɟ`'#?4>a̼9O#YhMBU&IfIЇN%WE"خ.7uͽI)%/ŝ ;bV/ְ(s7K4>-"R{ĝ A$3V4[ĭ//UA3x]:P!YYF.<)C43" I1#)W3,i[QBܮ?n7c8d]-"ܡQ;.qyGƸGT9"X7fǐEB^_0=\J#2[`]{֕ .0yhz2rB}{6qKCDc XF6Q~0%;ӳtė9s9Z[mz1ǐK 4H[:G^DO1QK"qb% ؛ NjPC{nn$r𸱋vMkp$p!r&q#\8[`uN`刦sqkJj^Tuw|1ư+ҋd{Au6٠f.Z0W7}ܨjY}dq9C~:]D o?@ $4ҤXpFƣf i|[COηECz(nh60pbH)*]/rR$WXНތo%J{ 85((r )wԞ˞:EqPE?O(0\"m*r7`AɓaaGhc2+FH2T*=O],i' UG}h&) S {.s#GUU<;sLW$z~ n>T0ՙ_0M?l9 +^MiA0iʮ9~c0LkT j%Ϡb XG~_`X zI_* =iUq{ZE.owH?l {=XtP8Tq>˃pLe8)Ӱҡmݞnzb7ί{~z߸X<Ȼ}<#mHiLR*NxK/chaC>EqXJNr Isi6 J[)[[|F]*~=nM4#?ׯАMLrElϥ\]^c5i$b di 6:qp6Jy wuj$:~ L )*] /PDFa[z'WQ,B O dq"VGhF6oR*V'XƁm-e"sS8+9-X=eS*cn%jeX!9 uY#G=ST^tE{ǹީ §VAb~7)O^@Mo[vMPHwwa7}|5 4kKb[` ]APk!LeKg ՄP8%y7tX& li3uдQێ0fM{Ø{!|%Z7E;{u`R[6R Ov0F+o/E 'XJoc% %c (>ovm5 6=YڣOjuCn,Q_0T{w^ԥgpcҰ J\{J|&kD?_nS#$i˳;6nsĝ//0dV<e>!nT6]-9BrzPJB ~,^l̀"? IVE;P*uu#`dFS^ my~>il|B "ghXF9ܑIQ4l,%eY4Wy ?9m9LV5x{P$*b@ǝ..M}PFD9׵\@H򙦝%#s<]5 w{zz(@T#D̯ي,xB!^JG d欭KySJŨQ⹧uϿYm/;Eb#+ج2V#qHQ]ԠAMܙ} KFQJ0hHӛĨ8૩^0RW#HMk=1ʣn3B -4ZFMqffl}<U 2(.1r9 99uiVkzï-eR֞_ROְ5 ի(aNEz"8c]ImQü+ *ZuS |EЪ̘ܩ̆D/DS3U{*&1Տfi.8K%{oi%k *=1YdjJL31*- i7ZG]+_;=@y_MK&)jS? ?bbʿ=[JĦWvuN(6wܟ8$ԥZ95%Rּl<^a8="VTmwI!b@FhA pldM)EE) J|k} c/RxAEZ:B6n[:tO0k$ʘqFWDR]S+4 op,%0qA ZL"#WiHpmC8vU݆g\w$k%_[v%ݑ6+]HC.̆G4X`9QC ߲L6g7YɛyU?l{3D,ٕ˒9Cy܈#= MdA-7b17%  ߊnH߼rC8j 6*-l۝_@rsY\sK=4̺y3.?ڞ`douPkbkH:|wބ M]b;..qu*{6 d =-d{MIjvn+ sBuVeќsesE#{]cW)Ì;{- Ԛ"NJK6 ~|N:43ھƚ]+#!=3 Vy>Q5ˣ r c7٭W +LeM/) .5;NU^Yq^j0~Mib{(]uF̬An"{TJ3Lv+ʹ䯆6oJ\+ ˗/DZl@I%CjS@ӟQ\q$o-u\d\pJЩ/#Ȍ]4dD w.s3SW@e+p$EҟLjZM#YnHRҲmAHi9R/N\K*mZ&5MgSvRf)-\$Qr5sA+klO"f jGH#:qb `dNC6%J} )!#c]Ia:F2t5 ܺT7sQvZ-=]gAS{vSp֬l\ ߵNhrݟ.ld(4/љ^c|c sh==a.5k}u3dOZw+PERla;emHjA$gbo]<ײJbͣR4mr$Uqs2q{|pq 8 62d<7_J!l!/-r+U=y3U1s~! /v[%M "#۟E}v |;7Ŝ+]滴2ILkiS87=`I$]C:0McSGz+ZiDH&3~_B@&;XLKA =]זT#HUt0~Vx mls4cq XwZV]1-)n2bC$P\9y\=w؏mJS-k)0hgblj_n 8|sUK۾԰۽2GF$5z76LYCVK l#5=W Z rBH/7p$.>Rmt,dp8HNS# xGr6'_1zXד1EKӗh\!F$ M%òUt(*xV4 vT/p+6'/p~߽0/6*;_oK3YQk.YץN0י PmԴ a5DG鲃ǵ=4kbsձnoDs=^/Rv_$Q@i򩴯Vu|э鏃-1x\1SgKYZv:y,֧_>ՠ{ U@1bAߪStݞtsl$ɛ26^6)YV۵ u;܇J%"w[|g&`gwН˨n*1s\?iQ{LtH6zwJK\Ro{o,4BϴCjr,G󽉐MNC~s z$*&(jK$} U_JN"kO/@Kphe;@dJg 4!hH,n7㞁m~4Z9s=Z͉SatC$"SZ&{q旣Υ t}$Fr1 > 򁧴|Y}`%^Mn5}H$p4â! LEDކ)1YmQұz-ah>)<&H΅%WIeʺUG{ۨe1spMuLڤomIõ"e-,1.E%7 Mt̋Jr9!??g<*yRwN $Ù fU,, . >4Jjvkart3]y DuH]a,O :Pm%a*-'#I*),Bor(ȈAV 8HT<S?<#UnS{qNgXBwN<Iw5h}:VQlĝ8ul%`GY.[W < `| Ao=J|aX<%ﵔq5_(|>/Fqp 7wZw^xy-AV; uC4dkͱkyYC7:B`iO$hhwޔ φB].bXah8B j#?ƫtѼAR4hӦ IKmRPBm;Iqj6f$/.myIz{Ĝ͉Qi{2 kpEzb!Fj<~<,u?W_ɢ~!twyrvHIϱD |7ၦ'zb>ݺB7jf .x\Fw-E{1%D B*p/96eYfG w@w96 Ύi_vx.~O6}XEJlΑ$o"'zdӷGMtKC}\=뉦2޵$9D/᫷ɍS6BRJwwڹG2 q)Ec;5ToRŖ*^HȇXgtӰ[.M?߂qxPeW ۔'?uVAt|%F .o :Lk[r3Z 𢘓ʵr2$yz5=-bTtCcR>Hg,K9b]C{-k"+ciY&&Y.Qq4rUJ>bI%ZHQTsddSƌe_Jy1=sӶ栛q$ _Q"ald~q]`j@5[T"gڈ"$0]0!H(-U<A _ &0M`ȸ ̊yJ>+/K.,Z %STģ%)!˒64m< =IIEQHNGW:k_ŨȅQr^wgl'Dz:@TI0>1Y.lU<s⌷Ϧr$.Uϭqnג_8k35!8Pƍً\=d;5"gl̦"&gl⚝EgH?SҒCc_)CH4mqOмnm+;QΆY;JjXh<| {X2}[P%{圫ڤZ4ˁ/p"{65w&%z1 X.Au(TDbE()Beu?K ߗnP仕m{:El0y`q}bz \)q&o:״=t9<8_I&i4YxBK 1! V`U>%$4GRbjX;Y3<Ĥk=%2ЈnTQR$J C}$}td';bkǃ^0]RaBX+bK?24Fj=2Uoobj$r,0.sRfoT m% ,I732DɊO-t&9c0[t ײùI`f6zo΢褈ns,):k<[ %&/>&-SX=$Iճ)Y? ܡlյWphJZm/wm J m +Er61;'N$~=ޅ5'@4p &<sa&y:! Qypk !_+wBA\ݲ:߮ij¬># ZmdzcIv*w^'0q km̶Ty%;~?]Qivq8k7&&scRc3ޭgL.`1yxv`C7ߥn%na/&*Lc2h5G6,AYi-Ą^Cqjcyz@ {%_xo{;HL Nz{ޫOMn$Co7A^Jۓ{=dJiܩrŗ f*5g{zd,p0p[;4๻@CeQJbӷKg0@5ơϿ*Ɍ#d} ȱD1ZdsP[)vhFPb3eohAㆥcLcEY/Mod°9a*Ac ,!$ZpWj"!wbCzcϲ8 PΏE]K)K16*ow>>mt0n"Ä' 6?I[uf6 bK"P"r.'ArkZXVA1 w飧t*A&lpѡn.Xckl&>F+Y%*5Y2u;A)0m\NN{&P 0lz!=)=1N'v0Q#5 2k\9]=~]Vz+ LMǹQ*XB')2qEK;^Z1xj["P߇H^m\G |Ө}A):X%dT8ԣG~-)NjBTIF!jdɔV:"K+ !ȓmoap؅w<iF +.hȝoZ@Zv͚ȥ[NO}4Bb1|Gl3r|A/~)ʼnȜps!t8dGAWߗnf[: MJG]+[MmΞ٥!્N/*xg+JuXä-ʔ"l!`U8=^ E_I ؿ6As&z1kM1Պ K*>#&a]O[_QOU]5?0 >0@xA f>G (Mf' DҀm'W_YɂX&ly{ۡGT#^iNs:U=ew0 ZU !  ȟ0sUuƊ1 OhK#laf0{.i8A #KGG@ |M;꿟̺+`L_}<)6K!=5h?T/=P$Gvnݾ{W7¹f&_  b>M`?I˵I#(yޘ=Ad^Co;6%P;8"[5[#Jҫ@CE~Aٶ!\,C8Jo)skVɍ+@! ]˨4^3[gY:/-aP'eiNpçmǔ3]r݁▭=7UXAօ٨p$y]?3a!7( `f|`}U)жNP# [qQoPQŵ-$PyieD Uu LT!覢i6.0*fob{w(7mt dp+z~N3g|D~ /!=}D׏p>m6x}6w#xW HRu%6 ]%5#47kT~Wg^!c|CgԹVlc=Chu}h\K K~GT̤Ґ_hX={é9Žj;KE÷3)asi!^K($%iFZA~%g8ٗ\5;pu`Q!,Sjw>Qߡ%cTl;`cT߫AfXj R/UJǰQӃ0peOr損6YJ c+4YTAv.O1sWڭ\P~x3 jc srQ8F9A MJU7č*[ZӜ$jE}j|>vA[i#ay얡͉`bn4H 8kXVsT 1^n^qۚ81'mӔ@z +?ֽ>9ȿsJE0xȾ\h={Cd==r)ec!E۳F]r:M ˽NiÞzy<=KWvdZi?15n`&~لRO00&uO=\6P:MQ,2cS{v5^q2`0nY&l:ܵo~= Jtr{ɠ쾼=4ŌkDH?T*PhC!7QEcJBg\Y )QT@i{}xC)ybgr@.tX~W{!;?>njp7s ~/ڽϦt=pU+녷h̫U%8,2C)O ,l7rJC9޻3⋘Ä/# .Q8˜C 6")y^_9ĹjuhTKS~HRP]}įE `i-:6F+gM~7EbW05:6,iҸ:fK)>b|5c֑x2Sp:Oqqx@"VI*)4?Id(i,]FߢEQ5Ӕ@^Lq:dUZ7pV\lIP.INUb3n^|Rhlik c-~U0Ȯ~Ff-A {>r;-w%N u SpZ{ڹF1e[;j{8ּvN'4E\k$AMNV'۰i)}{T2fxA8V΃\: ŧPFBCC-Pkp ٭)6q(?ёq*M 5v}҇ جh2sjW\TC3lc( Ψ#ks%ޑ7WntD%/ѧ,-{w3kLʑ YSxz܎7%Ȁon |3b:@9jy~׍|[1*('sjzlеf0:93%fA 5ꨙ5U֣]nܛ/q\!wB~vEI)WﳭG3gX+)xOz?` Y#|('녋w`m6ڧDJE:eKk|]W` Sp޺o) WBtF8YVRV-Y`Bɽ/# < z4& #RiO.7\*fs'6( c\鍣/)GsPvs |$Q}޲;=ċnZXɀ|}7Ԏа/1-2X%)ab=2Y/. ݁&̥,w^;$n,w ~ڗ z(V}@,pVjEV3wU7KuYDžzO1q24 ȕ8$?vt_RS=[(j?ȟ0}L&{Q].f[qepuNJHڃmg5o=㴎qt/hC:WmW#YҸ&Re StXۿkpS]i-u~ ༊Xϻ1nl;K/5A3ֱeh|ɉfeZbTv+QN/eMu^1n|npVHzF < éFx?3̰Cwo_EOXF[cn.x3B^rLxm^!8~$o%Xfk݇xdeP*~YK; \*;o9? df ?jk3D8U9 cJv>䘆tLVTv㫝g뮲aZS$fy%ca 46 %&-W#YIsmq3GK7HDqύDU=f~W}zfY!Cb 5vM$:9*Z]]r7j:1YZ/K(!a6i8rBw LVI=kpనvj; $ߦ=vz.y8"1hn*|eiK^^Aci d^ 2FEr@Uh3^1R=(Y,n$:#6#`5Ŋm * Ws]4J>R gyJFmcEVl^>ޒǙXgX8iPf<_ Lڡ7CSs N' +wdĝ`2$+e֋1rS^baOΞ HZ~"~tk"sNK/ǿTpћk4430X"i?7 sMCpؐe%v4,A%iu.⮩Tyưiēڛ9D_Z1=ֺvџeTRqoT]PpN THHqGG66z&;~(4h##f$ZARRxB*]nm! ZM:bty``š/ៀcF*"ʿ'S>RX/,ܭ֩p.&}kG6gmmf/.i&^٭vIe?uUԛ*dWVBG7b|S]zp;Y둃F.Sp M ?E0C׉],H<8Ӻf0$|Q _T\P14mRA>ܿ9ft4[ :FKq3ˡ6Vܭr ȟު> \DKNbo  ?^# ]Iw@jkWg{Lm}c[~2,; Q)>ϊkyyz/5NcWRUW׏JTqgD͇,=-+ BL2rRZX9g~݈OlRL.u?NIѮEdKFSd6UẀzWֈqB/@-#嘆?T9/gax3#wdw2fPSX+qrd;ۊУթ{Zp<'#fRbX4j[bMva_8 CeMo@[j0NR ̃0!WjUС-R/4K)~S]/ >HtΌjȬGs%y8ů?dZU[G/$ .(%K\=x%S/.*F@;Fs9C)څu{sR 弱l ~?:jl"Gm, ]#OƵz/z~A~v kcᒗ1ʝhE ڴr|@&nԩkdXI g %T~9Y "-Xl+X%>'$Z#C*<$n%chtinNX1~e]ʥLnco}Wg^F2 T҈3aѦcټdÝGk5jBH@F܉UƯv+HYF5XPHH@OqizU@N\k\q]G3bϤ[@\-<>- uNW(?m~=|'r;THtHH|g5|6wz1vRXc`ش{#zWb}IF3ޭfr]v.8% g6NnUtk(AZceXēQ.]#¨\'9;޵FEN~WyCB< R6.__&IճW/FgcxǀPՒ4[ҫO1ordRkhABPgvȘ-= L}tg&vgORbK3Pf>@s&kKǁ\^.^sت^(ѝM"@T.@vjı/~CQ~1+E4fJS-iY^1'/@㖉jV}W]dD3Mj|~!4If\f*lJrwfP?/χW+}f Ht {:z9EqS=&mh_CgGBER0Hr'oQN2,OkE\gZ5cysCoD(A.@yb}BV+ @p&!)nx9H*`8 9sC> e:WHρ l̂ӀibQzgqKo1PaLT, cD*t'Dhb 2H ļv+ݰ4 Qȟ%4HP'ЫitAi`'N#:qQy#9Q+U|sj$e'{|M4^M 9_} ]dhIń2N)!<g!u6*aŔBM\^ot%$ʂmҕ|6D[ cGMBdq8ZQ xE :{CJDĒG˜V޵pΘZ`j:Vpk.@a]ۥ,'*N`T iW2}P.Pqyƌ3/„:Y f(]qT] I?gu {"h1Rilk>79ɜl)ιN\g]Ei%f' _ (C@MXVEfOsOrԈ;AWDka, o+ ڣsV/atN5kV՘ CQ LG; AKŃ5v䴋1G$[Ij߸jdz vƔ\%2$w:H!!/d5](j4GP6;xrbڴq673 !,L"MjiɠclMӪAkGD1Ҋ *!aJ+1U(7-3uJ'$ 8i0J?+~?߃h//y4RmLmq.PI|ì7Jk 4T. Ju%1pS 0P$[4LGQdLwR XĹLpf9( YZ