libjasper-devel-2.0.14-150000.3.25.1 >  A bap9|oh7@;4$]bf;)5Ǒ`kq&aHxTf˂yI#qXphi߉Gbh5݇@p>Zx?Zhd ' \% ;[  @   ,  ,    l( 8 !9 !: H!FTGTHUHIUXUYU\U]VP^WEbWcX3dXeXfXlXuXvY wYPxYyZzZZZZ"ZdClibjasper-devel2.0.14150000.3.25.1Development files for libjasper, a JPEG-2000 libraryThis package contains libjasper, a library implementing the JPEG-2000 image compression standard Part 1.basheep10SUSE Linux Enterprise 15SUSE LLC SUSE-Public-Domainhttps://www.suse.com/Development/Libraries/C and C++http://www.ece.uvic.ca/~mdadams/jasper/linuxx86_64,{4-= L+ |#* 0) ? ((bandno + 2) / 3) : (0)))) & (~0x1f))' failed. - bsc#1010766, CVE-2016-9393: jpc_t2cod.c:297: int jpc_pi_nextrpcl(jpc_pi_t *): Assertion `pi->prcno pirlvl->numprcs' failed. - bsc#1010977, CVE-2016-9395: jas_seq.c:90: jas_matrix_t * jas_seq2d_create(int, int, int, int): Assertion `xstart <= xend && ystart <= yend' failed. - Other bugs fixed in current version: * bsc#1010774, CVE-2016-9390: jas_seq.c:90: jas_matrix_t * jas_seq2d_create(int, int, int, int): Assertion `xstart <= xend && ystart <= yend' failed. * bsc#1010782, CVE-2016-9391: jpc_bs.c:197: long jpc_bitstream_getbits(jpc_bitstream_t *, int): Assertion `n >= 0 && n < 32' failed. * bsc#1010968, CVE-2016-9389: Assertion `((c1)->numcols_) == numcols && ((c2)->numcols_) == numcols' failed. * bsc#1010975, CVE-2016-9388: ras_dec.c:330: int ras_getcmap(jas_stream_t *, ras_hdr_t *, ras_cmap_t *): Assertion `numcolors <= 256' failed. * bsc#1010960, CVE-2016-9387: jas_seq.c:90: jas_matrix<= yend' failed.- Added patch: * jasper-CVE-2016-9262.patch + Fix for Multiple overflow vulnerabilities leading to use after free (bsc#1009994, CVE-2016-9262)- Added patch: * jasper-CVE-2017-1000050.patch + Upstream fix for NULL Pointer Dereference jp2_encode (bsc#1047958, CVE-2017-1000050)- Modified patch: * jasper-CVE-2016-9583.patch + integrate upstream change 99a50593254d1b53002719bbecfc946c84b23d27, which fixed a null pointer dereferencing crash.- Added patches: * jasper-CVE-2016-9583.patch - Out of bounds heap read in jpc_pi_nextpcrl() (bsc#1015400, CVE-2016-9583) * jasper-CVE-2017-6850.patch - NULL pointer dereference in jp2_cdef_destroy (jp2_cod.c) (bsc#1021868, CVE-2017-6850)- Added patches: * jasper-CVE-2017-5498.patch - Upstream changes putting braces and belts around CVE-2017-5498, bsc#1020353, left-shift undefined behaviour * jasper-CVE-2016-9600.patch - Upstream fix for "Null Pointer Dereference due to missing check for UNKNOWN color space in JP2 encoder" (CVE-2016-9600, bsc#1018088)- Added patch: * jasper-CVE-2016-10251.patch - Upstream fix for bsc#1029497, CVE-2016-10251: Use of uninitialized value in jpc_pi_nextcprl (jpc_t2cod.c)- Add -D_BSD_SOURCE to fix redefinition of system types in jas_config.h and breakage in ppc64le, s390 and s390x (bsc#1028070).- Added patch: * jasper-CVE-2016-9591.patch - Fix for bsc#1015993, CVE-2016-9591: Use-after-free on heap in jas_matrix_destroy- Added patches: * jasper-CVE-2016-8654.patch - Upstream fix for bsc#1012530, CVE-2016-8654: Heap-based buffer overflow in QMFB code in JPC codec * jasper-CVE-2016-9395.patch - Upstream fix for bsc#1010977, CVE-2016-9395: jas_seq.c:90: jas_matrix_t *jas_seq2d_create(int, int, int, int): Assertion 'xstart <= xend && ystart <= yend' failed * jasper-CVE-2016-9398.patch - Fix for bsc#1010979, CVE-2016-9398: jpc_math.c:94: int jpc_floorlog2(int): Assertion 'x > 0' failed * jasper-CVE-2016-9560.patch - Upstream fix for bsc#1011830, CVE-2016-9560: stack-based buffer overflow in jpc_tsfb_getbands2 (jpc_tsfb.c)- Update summaries. Use %_smp_mflags for parallel build.- Updated to bugfix release 1.900.14 * Security fixes + bsc#941919, CVE-2015-5203 + bsc#1006591, CVE-2016-8880 + bsc#1006593, CVE-2016-8881 + bsc#1006597, CVE-2016-8882 + bsc#1006598, CVE-2016-8883 + bsc#1007009, CVE-2016-8884, CVE-2016-8885 + bsc#1006599, CVE-2016-8886 + bsc#1006836, bsc#1006839, CVE-2016-8887 * Changes + Add another data file for testing (Michael Adams) + Ensure that not all tiles lie outside the image area (Michael Adams) + Added a note on sanitizer options (Michael Adams) + Added a simple test script (Michael Adams) + Added an --enable-memory-limit configure option (Michael Adams) + Manually merged and edited a few changes from Bob Friesenhahn (GraphicsMagick Maintainer) for Windows (Michael Adams) + Added some new mostly small image files (many of which are corrupt/invalid) that are useful for testing purposes (Michael Adams) + The debugging function jpc_dec_dump did not consider the case that a band can have a null data pointer (when a band contains no samples). This caused a null pointer to be dereferenced (Michael Adams) + Changed the JPC bitstream code to more gracefully handle a request for a larger sized integer than what can be handled (i.e., return with an error instead of failing an assert). (Michael Adams) + The component domains must be the same for the ICT/RCT in the JPC codec. This was previously enforced with an assertion. Now, it is handled in a more graceful manner (Michael Adams) + Fixed a few bugs in the RAS encoder and decoder where errors were tested with assertions instead of being gracefully handled (Michael Adams)- Updated to bugfix release 1.900.13 * Changes + Fixed another problem with incorrect cleanup of JP2 box data upon error. (Michael Adams) + Fixed another integer overflow problem. (Michael Adams) + Replaced the remaining left and right shifts in the QMFB/MCT code that can result in undefined behavior (due to shifting negative values) with call to inline functions. These functions collect all of the undefined behavior in one place and also allow code sanitizers to ignore this ugliness (via function attributes). (Michael Adams) + Fixed a bug in the row/column split operations for QMFBs. (Michael Adams) + Made the PNM decoder more gracefully handle the not-fully- supported feature of signed sample data. (Michael Adams) + The PNM decoder did not gracefully handle an invalid magic number in the PNM header. (Michael Adams) + Fixed a MIF decoder bug. (Michael Adams) + The imginfo command did not correctly handle an image with zero components. (Michael Adams) + Fixed an integer overflow problem. (Michael Adams) + A new experimental memory allocator has been introduced. The allocator is experimental in the sense that its API is not considered stable and the allocator may change or disappear entirely in future versions of the code. This new allocator tracks how much memory is being used by jas_malloc and friends. A maximum upper bound on the memory usage can be set via the experimental API provided and a default value can be set at build time as well. Such functionality may be useful in run-time environments where the user wants to be able to limit the amount of memory used by JasPer. This allocator is not used by default. (Michael Adams) + Changed the configure setup so that if GCC is used warnings and pedantic errors are enabled. (Michael Adams) + Fixed a bug that resulted in the destruction of JP2 box data that had never been constructed in the first place. (Michael Adams) + The memory stream interface allows for a buffer size of zero. The case of a zero-sized buffer was not handled correctly, as it could lead to a double free (bsc#1005242, CVE-2016-8693). (Michael Adams) + Fixed a small memory leak for CRG marker segments. (Michael Adams) + Fixed a problem with a null pointer dereference in the BMP decoder. (Michael Adams) + Introduced jas_fast32_asl, jas_fast32_asr, and friends in order to pull all undefined behavior for left and right shift of (negative) integers into a small number of places and provide a means to have UBSAN ignore this ugliness. (Michael Adams) + Fixed an integral type promotion problem by adding a JAS_CAST. Modified the jpc_tsfb_synthesize function so that it will be a noop for an empty sequence (in order to avoid dereferencing a null pointer). (Michael Adams) + Added some extra debugging log messages for memory allocation/deallocation. (Michael Adams) + The RCT and ICT require at least three components. Previously, this was enforced with an assertion. Now, the assertion has been replaced with a proper error check. (Michael Adams) + The member (pi) in tiles was not properly initialized. This is now corrected. Also, each tile is now only cleaned up once. (Michael Adams) + Initialize uninitialized variable. (Michael Adams) + Added some options to configure for enabling various code sanitizers. (Michael Adams) + Added some range checks on parameters in some JPC marker segments. (Michael Adams) + Fixed potential integer overflow problem. (Michael Adams) + Added some functions for safe integer arithmetic (for size_t) in jas_math.h. (Michael Adams) + Fixed some indentation issues. (Michael Adams) + Converted a few raw mallocs to use jas_alloc2. Added code in the jas_* memory allocation/deallocation functions to generate debugging log messages. Only disable JAS_DBGLOG message if NDEBUG is defined. (Michael Adams) + Added more error/log messages for debugging in the JPEG decoder. (Michael Adams) + Added some extra log messages for debugging. Added check of value returned by jas_matrix_create. (Michael Adams) + Applied fix for VPATH builds (Michael Adams) + Did some configure.ac cleanup (Michael Adams) + Fixed 'inline' for older version of Visual Studio. (dirk) + Fix a potential double fclose of a FILE* in the JPEG decoder. (Michael Adams) + Changed jas_types.h to assume that header files required by the C99 standard are present. (Michael Adams) + Incorporated changes from patch jasper-1.900.3-libjasper-stepsizes-overflow.patch (Michael Adams) + Incorporated changes from patch jasper-1.900.3-CVE-2011-4516-CVE-2011-4517-CERT-VU-887409.patch (Michael Adams) + Incorporated changes from patch jasper-1.900.3-Coverity-RESOURCE_LEAK.patch (Michael Adams) + Incorporated patch jasper-1.900.3-Coverity-NULL_RETURNS.patch (Michael Adams) + Fixed memory leak in jiv. (Michael Adams) + Fixed a sanitizer failure in the BMP codec (bsc#1005084, CVE-2016-8690). Also, added a --debug-level command line option to the imginfo command for debugging purposes. (Michael Adams) + Added some missing type casts to ensure promotion to the correct unsigned type to avoid undefined behavior (and stop warnings from USAN). (Michael Adams) + Fixed a linking problem with newer versions of GCC. (Michael Adams) + Changed --enable-debug configure option to enable some GCC sanitizers. (Michael Adams) + Added range check on XRsiz and YRsiz fields of SIZ marker segment (bsc#1005090, CVE-2016-8691, CVE-2016-8692). (Michael Adams) + At many places in the code, jas_malloc or jas_recalloc was being invoked with the size argument being computed in a manner that would not allow integer overflow to be detected. Now, these places in the code have been modified to use special-purpose memory allocation functions (e.g., jas_alloc2, jas_alloc3, jas_realloc2) that check for overflow. (Michael Adams) + Add fixes for CVE-2014-8137. (Michael Adams) + Added fix for CVE-2016-2089. (Michael Adams) + Moved abort into default case of switch statement. (Michael Adams) + Remove auto-generated file aclocal.m4 from repository. (Michael Adams) + Removed HAVE_VLA stuff from various configuration and build files. Also, changed a few INCLUDES to AM_CPPFLAGS in automake files (since INCLUDES is deprecated). (Michael Adams) + 1.701.0-GL (Richard Hughes) + pkgconfig (Richard Hughes) + Coverity-UNREACHABLE (Richard Hughes) + CVE-2016-1867 (Richard Hughes) + CVE-2014-9029 (Richard Hughes) + CVE-2014-8158 (Richard Hughes) + CVE-2014-8157 (Richard Hughes) + CVE-2014-8138 (Richard Hughes) + CVE-2015-5221 (Richard Hughes) + CVE-2016-2116 (Richard Hughes) + Coverity-FORWARD_NULL (Richard Hughes) + jpc_dec.c (Richard Hughes) + Coverity-CHECKED_RETURN (Richard Hughes) + CVE-2016-1577 (Richard Hughes) + Coverity-UNUSED_VALUE (Richard Hughes) + Coverity-BAD_SIZEOF (Richard Hughes) + CVE-2008-3522 (Richard Hughes) - Removed patches: * jasper-1.900.1-bug258253.patch * jasper-1.900.1-bug392410.patch * jasper-1.900.1-no-undef-true-false.patch * jasper-1.900.1-bug725758.patch * jasper-overflow-bnc906364.patch * jasper-CVE-2014-8137.patch * jasper-CVE-2014-8138.patch * jasper-CVE-2014-8157.patch * jasper-CVE-2014-8158.patch * jasper-jpc_dec.patch * jasper-CVE-2016-1867.patch * jasper-CVE-2016-2089.patch + Fixed upstream - Force -std=c99, since the upstream sources assume C99- Modified patch * jasper-CVE-2016-2089.patch + Use the new version of patch from https://bugzilla.redhat.com/show_bug.cgi?id=1302636 with more targetted checks. - Version the Obsoletes/Provides so that the package does not obsolete itself- Add jasper-CVE-2016-2089.patch * CVE-2016-2089: invalid read in the JasPer's jas_matrix_clip() function (bsc#963983)- Add jasper-CVE-2016-1867.patch * CVE-2016-1867: Out-of-bounds Read in the JasPer's jpc_pi_nextcprl() function (bsc#961886)- Add jasper-jpc_dec.patch to fix failure when manipulating images with 4 component color using reversible color translation (deb#469786); patch taken from Fedora.- fixed CVE-2014-8157, CVE-2014-8158 (bnc#911837) + jasper-CVE-2014-8157.patch + jasper-CVE-2014-8158.patch- fixed CVE-2014-8137, CVE-2014-8138 (bnc#909474, bnc#909475) + jasper-CVE-2014-8137.patch + jasper-CVE-2014-8138.patch- fixed possible overflow CVE-2014-9029 (bnc#906364) + jasper-overflow-bnc906364.patchsheep10 1650531290 2.0.14-150000.3.25.12.0.14-150000.3.25.12.0.14jasperjas_cm.hjas_config.hjas_debug.hjas_dll.hjas_fix.hjas_getopt.hjas_icc.hjas_image.hjas_init.hjas_malloc.hjas_math.hjas_seq.hjas_stream.hjas_string.hjas_tmr.hjas_tvp.hjas_types.hjas_version.hjasper.hlibjasper.sojasper.pc/usr/include//usr/include/jasper//usr/lib64//usr/lib64/pkgconfig/-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:23813/SUSE_SLE-15_Update/c4db3ef38560711e207ee51eccfa3fd5-jasper.SUSE_SLE-15_Updatecpioxz5x86_64-suse-linuxdirectoryC source, ASCII textpkgconfig filePRhW68$vutf-81b610d8d341ea3a44b3949feb13e7617f65277f5e23ef23e604e3d6fb5c3c89f? 7zXZ !t/,FT] crt:bLL 2 Wgu9YȮn]§.ޝ6wʨez;։6dSzݳ{z'6`)@{u#jYR܃Gl[NUҹM 8VN׸s[H΀9EWyyA#M_[6Jdr'Gy_f t}+2 pѪ%Mڢ`)<&mF4px\RPJcE7wG9ҥaa?k536[8J"41՛ѪZ\G,2@l,r'M'\7"g ]įfVsp+sgZwOi&f*RS:z) !lw<c(-/IO a@pq1,PyKiHQ3OEkPĉ)±o2b2iBpK[&Q=~VlcutHLZWqCl*wsT"G5 [+%8v[Gfu qH&Qj>eBé3AeE#o-TU⬥t6ٜ~.."V~ZJ$|pQC/֛Oe.2VTa[.QTL'CoGZ[TDڻ͊M)QSRU/&V`X^[  7S!a(ۺGPFOR*GQ3i(@ADf"mҿwɣ4&0$g43uW6X`@^'z@kNaW:6h{mҡ:((W=RmjDΑ.IG+;S( n奯.VfK]R5 .gB#TB8xdҼĘP!g~U, SSkb^|hě; sSڊrH8|fo8[>=J#7sNE[OWZ-˰ܹ-@tUލ@Y4c6$cCEPCzd$"ܔdY]0#-ux^*Uf0Ǚͷ`#e\B.t<\)$3cǻnʼ<Odzf:褬5V#y+h{5CJB}H`iQ’A Q^?kǤ7FfIaQsYGa>tSR' 6|5~q>"Tw?1T2#[dr䰒0cmZr.Ʋ(NU)bۗS>']7pgQI}#z,1VE>e^z27Τ#tb*VaB u[ϋtC4@Kro[P_]̀ABƌϦ2LRz&ڵ`V9/yCcs`?4HS0pkdfbt M8bBh-6ya̔gէB8$O(<;C57-dbH-%?z0t7m27[8g~YgŘ>^4Y=zї>@qNe\.&GyŌ&XrmY5x r%ʈMnBoKRR%K#Za۳(剛{~uZl{#VK]#Mti o~mv}kKi%WE(J0y)Q캵!6+ffÛI׫bz"ϓ %|D? c]zY1kNIPH$4F59MSjbC<~[Նp= gޅ] ·'9v딆2\ QS;K#teq ]P֨3LŖ6;x:h!OԽjd,/yU2zxa62K3UZۆ>Nhl  PK)rg6:ukprMoֵʩi<Աn%Y٫vBЉ^%M7~n{Kο/н+/ N)4gyyÝ7ܼ(|dSqmzafnRdZ.۬wWdwP9D5+u|>KQhr cQr5}Jns& 4aT Mqx@In _TTgM. SUGk9c]Iil6QPD~pX.*p&4ȕmZP]>c?)ض jEPG8h51aⵑo,^DhJ`#OpH"qPxCaC=MDkbuXf.W_Uzb/`D7Ш@p6g |?T]fU J'|[l|}8Q!2I AV{u>㺣Jo y僻jFkm67 I>4\::O/%GƶtĩPsTN F芋'*QMm^XZt.@&.ǽ\|Ďb6we+xQ=G~<IrOֲMc0މYAئΜ vn@>-g8x|@>ov _Wcr|[`iBqS0_؄&m,hX;N0!_'֮w9du}Z^(f/Bz};w#.gX)LTni7˃Tx.aͼaygrϹP31X׸A6 l[k'F)27nNS3K-ȼ aor &[UG@Bc<;XaH!sO>̅xӪvBK/-7 csjdCEm21ܙq\>sd\!AH-`a2 2xCu 3k/̐$6A\q1N ~7se32Rqb bEPj(SqGNXeK+MΨh1rڒV"%ܝ?+ѽ݅r+S@v]Rh#WU}[icc6SI(!yV&*ⵋB4-'ݦ& [Z"lU+a<E8М 941LF0ku3﫩dPͪ$($f|j@.KF)U*ul w#cbRtbЋ#ʦwO[>C&x¬"2HUR;%Nm4<0F{ƾ7035*4wsv?0E.Y)Vy0ĺOnb VΉ=@`e*1LFv]ƕdM];s%Q6L$U%t܅*8aO^hvo!sxq.Q~i MɲF5l鯛nn=P lKmhvc;_¤ bY~d)y-տ;=V V@^FC]̊-v[&2p>8B6N0t*nVm0 9*[rJlF^\ 2lew8P/(YoMM1cxyg=Bs(lM H)G+GҕC"@T`E:lfRk3''G'L`(+`,\c6CwGe?v1gP3k AʃA!hCZ&HT')}zxN'\qowqar^5ݩy]MyVa>9/JkTs=σ0sBZl2-,1 U3g7+n;v+̠j9i=g`' E/WoMː -'oȻwɔVWVJnz2c5ǒdMZ#8ؾnd|c"Ը#uB&-).tWؽtIJIJ+oL0<@[XyNG{SU[iO̽6+u<ԃ6=N.t{p%J!ںw _H+4OcVDX#!f0F^X]<dj4s|bAGZިAF9س|9_vkjhE\6]+`nvWAZ5~"%-y#7?uj2S#8vI\"C.lRa'"(WUtjZғSQSeEdMWe:Y9{ IZB, j\d~QTRL2-zVG>="+6$HZ70'} 44\3`T%ۺlm-v;9@ɱ4a7DqQ0RP2M!-l=;A8ȐyVQ[bI^QLT⹻* ps$h)f@qfb@ VJ醁 F1~wJM6G .5+2\Һ ]-$SpYf1!_Sy,9>ִ@vmJEyβ2 ҈X CQyR.e͙j4 JRæj(WclbM@JP."+)ՂQ d4[k'vfX<4&g1jExiK0gd0M#t}՛ x.obй,Nwt$lZy3F -U:M/E~KkȥchM`]1Vo~L8NaR\dDǖS~z/N~{,Eh~O!gc8`?ףi &J?wOVݤպ3Hr1#?;-Lx4GTs)<,̩ܮ"72rKӹn #~Dju bb2ݩCE\0~&= <$ 5 d3' WH<Y=6ݠҰCzG ϵT8`t+t%?xEIުJ\q02֟]yWA^Th_Ն}JOLhx? ta.d[Xϔۿ>Bg1Q"౏#E39c["XKNe{2e)Zm@kdRV!cLh0&۬$KߘWJK{vJ/r6JUuZ3e'Co3ZnM_(RyUXv^~Ѓ>ǵ_aT!l8(4/H8^r6eI (\Ih8O)6yoI+DRcФ#чZσ. KK̑ul}K ݩ`2w͢g *f5GRJ,?2ToV/NJq[#C"FWg-1Ĕ )vvB,FH|9v<:QJԇVY OWCNlDz*~yC@RTR^u>$vZ O*7}|o3܉0pgS!)QbGYy OFР ҦF4d+ /Yq*`#Rwk{U#>C[ t&BhI(ӡgj}鐧OdĩS~1]^'G<5"9͗dǚCU7J;P!JȅEb! ,s|SL7V6ؑv}aniqMo>jYdj|wQ%[-Bj:AVo^F 'Fm2ۦj:F7l{X? 6Q8Ecu`.FB12Ȏelaq/TRoS~'u0׀it_an?2AE}8<{>!jVzNRU Psm7{E.Dyω1?uRd2ݺN%|:!)NV-3YP%3C"> ®b'9Gv;9AaxoH-8mJas'?fw1XJVq48Ѫ?Qz@l Ykq=#?Jo2_ۅ*nd)$n.H|W+"H. `dH\DaVڋ,2aYg>읲*fÿJͣSૠ7FKؾZ= 0=rQdK1vLLd bMYH^ ]σ,W[OuJvTK} j^"6 9Yb8Ǖ  ؿ&/C'W5z.}tBt0ڡsaYB;AjlβΊ/꾶kOC2hcxc}|̑?=e< eID߼_2|g@uH V Tk 5r={/!8iLaiXKl!6`}˖[KV)W'Fdj36MMl756 Ԡ@⎻u,M|EGUkѭlM.=ԋݽw\ɧ) DlѮAq}ă]Nt$O^Ah$c n 9wZ':*\=Ďa`pcxkӴk 2%q^=zAײoAF p-[%<֡c \EB_RtT+To)gLW6S7Q>MMͶ4i)ֱYe7PVv)"JWޅHJVKFC[ }z[J, $a'um!b&enz5;mʪ罦]}xMGiy/AެClH195w6&"ȍxjwBCTrCBdDZ gYrE'"no ~s[Ud1JXm!:/Jh$&ɠ9&!: H@" dݎöK%5u}G? j3SZ"7j#D $@Lw9? pHCecDs %qĻV"f fhRU,67/Pc 1p*lHڸ<W œ3`[iegixOKu"9,c 4dClܲ)RTG#/]5~@ȢB~/$!]Ŗew@Fiز+:pw:F۪Dj-hmzys'Y)kH|=iYk_Mdxt4J*@5 )BZJ_qZ6y@K=BI;O2iGqkOf>VjݺyDrOt07p<%%|-1Ih#J|"W`@[i3}k8pB}NѢbfjHV< L,b4@7nB~ ;>mK:ă]J uqSk*tk01SwtsȲ9ф6HͫB~tj~ewvLe%'YqQint ig"3h5sP^p/`bUZ!W[5kZ0!V#Σw u~Z\Wm/պuppE DZytkz!ob"鑓Xuy0l"#gDRHNMuowe%>VnTCY+DKo;7wq U?I#݀N,>/[spa %5uC47ăgЅ ɗuc0Db<daR=#v8n-?i(qs$.Y5%f'L ubԅ/">z>+4ryٳi]޾^bhN۳"h/iOr`8EZZ|BۮbDT 0{o㬱D?,QQAftvΡfúkA_l1o9L'fvn4Œ /;HCէ1Gڙa@la7?9vvԉ/??[(@opt&ؓ|$u=V&R4|M~kI$/NtWtS% wajO=X =ot6cH<Pd/;VJ |M=O|W2⇳DZgjIjB-.RYg[nmvCaAB>߂rBRa!ŔNI>G "cfa],'DN,t' +}҅vD!T9H5cq"^!.@ PCWS7rwZ\voÞUIWΈtB[%S">%6q,JY%`_fZrfiQ/KJӘ/H2Ԙ0ܿwQ.~s$]ta#yB,' ;s =Z; .߮z C . N&yOܣI6UlKsJ7n[#0B;[ʓEMg5^ 2A7G(4HgEF!u-w-.ScVIIUZo շ_pfÅ.kkCeS_p*U>4r/d` _N2ex>4lNśNǞpYt#oWdٱ0~+4łvbI21H<ކR?<|9* 'gQփSv{E]Ib;ilعPD#4LvFC)xX#ȚBsVĐE 1OΛy',Z&竪 wdGskгQAi߮9PH)]#1!%5H,I[7rUҗrXdpQKK 6"WݓXuu#;l>ZnسejDZO7pSZs;JxyޖǔU)x8| 2~.ӽ^U1%. 1gh7'{NT3$;ձi40?Jhp`p[-PA7]cI34S 衄1LHM [5#EZV$KW6TQM9F$+)DluV捬W代ySbx1ZfV8A59o a7*ܰ 2[ 4N;FY'n. Npq(H!UWnyQm<`Lwd4044'$HaGȭyDד]KZe N0f#8cKJ`fiZFܻ֗\,Ǟ {n߲P[`Z![}RNF&CY,]ɵ4&vv)'$krVґS (\O5Á7%3ᒍVʞ_I5,(VfhמFD_*YϠEs R #KdooxnDTTtqq&G;Ǭ5&Z 7r!|GpbL }<ϔu)ގ-i?P{Wi5M<-W˒4,]'#pJHThƉ@'mƸl^gQܭoMQ{`V yWp{s.>y`hbY~JX>OHaSrjGdB_uQv<|!dR-g)ئ-gË0G4"i\Q=>_z@Pf֑Lszi3Ȑp6E-5f-lQ3^|ėg& ď N8cDmUp]kBKclhDfH;#W060\KP<ѶjCxiG-sk2k`2wnk`)}/eϺ&]| +tAPtYiòf?!Njі(@Msd.!=MJw#!k ~P+WfӑV䝍ǥd<&~H?S#Tl>Ө;4bYTGFj*GbA+-e_^N K[i3 Uc} 5Gtda%TI-FWYN.WZ@gOآelr@`>~݆ c=^55{N~~yb2z*B%ƻ-q!̷$,K&V[sH%nR>?[Ilus&iD//}>'*_5kFۦ:NR-Q]2q(lrzeWZ 4liW:AuE,ﭶO7a/zH^;0MQAFƶ3bX&"eE+2&9}_WoWLsv.m9$p$iF{U=D A hioF;J)XBg&[zNKZ ׉] dSY(~6vNPOe^):*i|ii50;N:M2\v\0xZ 9i۫b!w 6r-1~{rc?r-wf+ p7[-dHfqb:s+:$вϠe3ƽ`ZqKA(x 1hHX :65rS mpJGBr}L \20Rֶ tA(؊ڭ. %HfJѱ/צ@>Wuv9d7u:Gr? g_L_lIHGX>=Ų.D܂{ y]`ݗ9ɈcY?zGL }]4Q>/P97^문>r_Ug]wKbyZP_hC ]н*TRHkUEͮNPJTT<5,oëZzv"q*v_ع$^[@Xe&ӤD_ U AIEw-dz݈O%2)p$w8u.4_&'H/ &bQ~3ehڸrZuxl"I#@ˊ _|ek$1K-4Rgn9Ю}Ӕ(D#+&zܴ@zkW6hsgPgZD?Q+>JeM%(4V߽WV[IX]b=%N\jNֹs|.r:CHvQT5&^} @M *~]w6'*\[H ENUN<(< `KYj]jjig7|mh{mCB嬒vjKԃP,c}=-sl@KsoG1>#Ţ,㕭t5<'[.OACƯRoR&b7Pf5w[vkX ZtF{IrS*,ǎ,GXe%w\}\6!7/_Ђ($^u[q%G&ZϚ1۔ؠ,h:1I莛<w`g9ә(8X8p rOK'+@Fֵ"*/6^Q4$J\L/8*{3&KHVgϝM1 T ˳ZgPN+R2e;pכ*|Z$:O]ܻwJU߉ٿ^j6Yޯ1@2WZfF\&qܱIZ%kۺɽ5_b D޵:&!%ij^&ĂV $&Ұ@5CG '2^9=