libqpdf26-9.0.2-150200.3.3.1<>,cp9|k*!4DW}DEʁ.UdkAåOZNTicH=WK&c ſUB6!”m8|p%D$t^r(x$N`<{f"E}=]e^ʱS55t>@-?,d   9 06@H L P X  L(89:k>)@)F)G)H)I)X)Y)\*]*$^*Db*Pc*d+xe+}f+l+u+v+w,4x,<y,Dz,,,,,Clibqpdf269.0.2150200.3.3.1Shared libraries for qpdfThis packages contains the shared libraries required for the qpdf package.cibs-arm-1SUSE Linux Enterprise 15SUSE LLC Apache-2.0https://www.suse.com/Development/Libraries/C and C++http://qpdf.sourceforge.net/linuxaarch64cc969ad11a07dcc8c1391904e9ca4de0cf378a455e59d2c65d75772b3bc35da952libqpdf.so.26.0.2rootrootrootrootqpdf-9.0.2-150200.3.3.1.src.rpmlibqpdf.so.26()(64bit)libqpdf.so.26(LIBQPDF_26)(64bit)libqpdf26libqpdf26(aarch-64)@@@@@@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfigld-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)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)libjpeg.so.8()(64bit)libjpeg.so.8(LIBJPEG_8.0)(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(CXXABI_1.3.8)(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.15)(64bit)libstdc++.so.6(GLIBCXX_3.4.20)(64bit)libstdc++.so.6(GLIBCXX_3.4.21)(64bit)libstdc++.so.6(GLIBCXX_3.4.9)(64bit)libz.so.1()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1cb{@]c@]@]w@]k\@\X)@\E@[z@[2*Z@Z1@ZH@ZxG@Zhu@YX@VA@V?9@Ucpgajdos@suse.compgajdos@suse.comidonmez@suse.comidonmez@suse.commgorse@suse.comidonmez@suse.comidonmez@suse.comidonmez@suse.comidonmez@suse.comidonmez@suse.comidonmez@suse.comidonmez@suse.comidonmez@suse.comidonmez@suse.comidonmez@suse.comavindra@opensuse.orgidonmez@suse.comidonmez@suse.comidonmez@suse.comidonmez@suse.com- security update - added patches fix CVE-2021-36978 [bsc#1188514], heap-based buffer overflow in Pl_ASCII85Decoder::write + qpdf-CVE-2021-36978.patch- added patches different error message from inflate (not caused by CVE-2021-36978 fix) + qpdf-test-fix-s390x.patch- Update to version 9.0.2 * Fix the name of the temporary file used by --replace-input so that it doesn't require path splitting and works with paths include directories.- Update to version 9.0.1 * Upstream fixed bsc#1150151, removed explicit -fsigned-chars from CXXFLAGS * See included ChangeLog file for the complete changelog- Add -fsigned-char to CXXFLAGS. Otherwise, tests fail on ppc64le, s390x, and aarch64 (bsc#1150151).- Update to version 9.0.0 * See included ChangeLog file for the complete changelog- Update to version 8.4.1 * See included ChangeLog file for the complete changelog- Update to version 8.4.0 See included ChangeLog file for the complete changelog - Drop qpdf-data-loss-fix.patch, fixed upstream.- Update to version 8.3.0 See included ChangeLog file for the complete changelog - Add qpdf-data-loss-fix.patch to fix https://github.com/qpdf/qpdf/issues/276- Update to version 8.2.1 Command-line Enchancements * Add --keep-files-open=[yn] to override default determination of whether to keep files open when merging. - Update to version 8.2.0 Command-line Enhancements * Add --no-warn option to suppress issuing warning messages. If there are any conditions that would have caused warnings to be issued, the exit status is still 3. Bug fixesd and Optimizations * Performance fix: optimize page merging operation to avoid unnecessary open/close calls on files being merged. This solves a dramatic slow-down that was observed when merging certain types of files. * Optimize how memory was used for the TIFF predictor, drastically improving performance and memory usage for files containing high-resolution images compressed with Flate using the TIFF predictor. * Bug fix: end of line characters were not properly handled inside strings in some cases. * Bug fix: using --progress on very small files could cause an infinite loop. API enhancements * Add new class QPDFSystemError, derived from std::runtime_error, which is now thrown by QUtil::throw_system_error. This enables the triggering errno value to be retrieved. * Add ClosedFileInputSource::stayOpen method, enabling a ClosedFileInputSource to stay open during manually indicated periods of high activity, thus reducing the overhead of frequent open/close operations.- Update to version 8.1.0 Usability improvements: * When splitting files, qpdf detects fonts and images that the document metadata claims are referenced from a page but are not actually referenced and omits them from the output file. * When merging multiple PDF files, qpdf no longer leaves all the files open. * The --rotate option's syntax has been extended to make the page range optional. If you specify --rotate=angle without specifying a page range, the rotation will be applied to all pages. * When merging multiple files, the --verbose option now prints information about each file as it operates on that file. * When the --progress option is specified, qpdf will print a running indicator of its best guess at how far through the writing process it is. Bug fixes: * Properly decrypt files that use revision 3 of the standard security handler but use 40 bit keys (even though revision 3 supports 128-bit keys). * Limit depth of nested data structures to prevent crashes from certain types of malformed (malicious) PDFs. * In “newline before endstream” mode, insert the required extra newline before the endstream at the end of object streams. Please see included ChangeLog for complete changelog including API changes.- Update to version 8.0.2 * Proper handling of pages with no content * Better handling of files with loops following cross reference tables- Update to version 8.0.1 * Handle zlib streams with data checksum errors * In the command line tool, allow specification of page numbers counting from the end in page ranges.- Update to version 8.0.0 * QPDFObjectHandle::getUTF8Val now properly treats non-Unicode strings as encoded with PDF Doc Encoding. * Add the option --coalesce-contents can be used to combine content streams of a page whose contents are an array of streams into a single stream. * Add function qpdf_check_pdf to the C API. This function does basic checking that is a subset of what qpdf --check performs. * Major enhancements to the lexical layer of qpdf. For a complete list of enhancements, please refer to the ChangeLog file. * New API for working with PDF content streams at a lexical level. The new class QPDFObjectHandle::TokenFilter allows the developer to provide token handlers.- Update to version 7.1.1 * Fix one linearization bug affecting files whose first /ID component is not 16 bytes long * Fix some build issues - Add signature and keyring- Update to version 7.1.0 * Allow raw encryption key to be specified in libary and command line with the QPDF::setPasswordIsHexKey method and - -password-is-hex-key option. Allow encryption key to be displayed with --show-encryption-key option. See https://blog.didierstevens.com/2017/12/28/cracking-encrypted-pdfs-part-3/ for a discussion of using this for cracking encrypted PDFs. I hope that a future release of qpdf will include some additional recovery options that may also make use of this capability. * Fix lexical error: the PDF specification allows floating point numbers to end with "." * Fix link order in the build to avoid conflicts when building from source while an older version of qpdf is installed * Add support for TIFF predictor for LZW and Flate streams. Now * Clarify documentation around options that control parsing but not output creation. Two options: --suppress-recovery and - -ignore-xref-streams, were documented in the "Advanced Transformation Options" section of the manual and --help output even though they are not related to output. These are now described in a separate section called "Advanced Parsing Options." * Implement remaining PNG filters for decode. Prior versions could decode only the "up" filter. Now all PNG filters (sub, up, average, Paeth, optimal) are supported for decoding. The implementation of the remaining PNG filters changed the interface to the private Pl_PNGFilter class, but this class's header file is not in the installation, and there is no public interface to the class. Within the library, the class is never allocated on the stack; it is only ever dynamically allocated. As such, this does not actually break binary compatibility of the library. all predictor functions are supported - cleanup with spec-cleaner- Update to version 7.0.0 * License is now Apache-2.0 * Add new libjpeg8-devel dependency * Improve the error message that is issued when QPDFWriter encounters a stream that can't be decoded. In particular, mention that the stream will be copied without filtering to avoid data loss. * Add new methods to the C API to correspond to new additions to QPDFWriter: - qpdf_set_compress_streams - qpdf_set_decode_level - qpdf_set_preserve_unreferenced_objects - qpdf_set_newline_before_endstream * Add support for writing PCLm files * QPDF now supports reading and writing streams encoded with JPEG or RunLength encoding. Library API enhancements and command-line options have been added to control this behavior. See command-line options --compress-streams and --decode-level and methods QPDFWriter::setCompressStreams and QPDFWriter::setDecodeLevel. * Page rotation is now supported and accessible from both the library and the command line. * Fixes CVE-2017-12595 bsc#1055960, CVE-2017-9208 bsc#1040311 CVE-2017-9209 bsc#1040312, CVE-2017-9210 bsc#1040313, CVE-2017-11627 bsc#1050577, CVE-2017-11626 bsc#1050578, CVE-2017-11625 bsc#1050579, CVE-2017-11624 bsc#1050581- Update to version 6.0.0 * Bump shared library version since 5.2.0 broke ABI.- Update to version 5.2.0 * Support for deterministic /IDs for non-encrypted files. This is off by default. * Handle more invalid xref tables- Update to version 5.1.3 * Handle object streams with more than 255 objects * Security fixes courtesy of Google Security Team * Properly handle pages that have no content * Robustness fixes for invalid PDF files/sbin/ldconfig/sbin/ldconfigibs-arm-1 16623864549.0.2-150200.3.3.19.0.2-150200.3.3.1libqpdf.so.26libqpdf.so.26.0.2/usr/lib64/-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:25786/SUSE_SLE-15-SP2_Update/fb8f7836b8a583008952e3331bd0ee2b-qpdf.SUSE_SLE-15-SP2_Updatedrpmxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=027951319291d7384c67b18554b72502b9ca95dd, strippedPPRRR RRR RR R RRRRRRR RRR?>t9ոGG٩ utf-8c47796a023547ed94a87b9dc90f0f740099aebbb7f061485573ddd3c1a6e0c89?7zXZ !t/fB]"k%]dиfT.,,lr~W;tfd}RZ ZׇhL|mxGZS=澳77"H6F:*a2U4oLU4YKIs!uW{,S$FjEDH.j,7V}y`6up~TAgI~0 !# 7 ,zo+T:~TaU1v#Hxlx@N62at ^1RBI WAjKvXV:9I?Ĺ͘lR<(O=՟@j*d$鿕^]Jc~'9v^ϴ<_oU~.j@653\Tng,%r5W7#XG 0 s 6=_ V2?L#.k~u,mYLsp"!UK_cPSж|o$)O;>UQ&z7dI o5nB8hV'q'm!"Mf'XP"S,AO7ӌuߘ)m; X[f bkf&^z_NW bWk՝Sgni_;6dzҏ |bq!7M$}g2;NzW!+(I6XPO- Y/!dږ!t^Q]8Ec\W rwSlw*:auY* d2 sy#>N~ _@%+2d@ҵNa>gbڵ({ϒQHYVɮx'|'#?a|uЮ~(e!Ch@ExEH<y+Vj`IDM3=`T.&ی߯#c.IÇ.oz\v TO|9r$H.C#W$[k0Ƌ㑢: 6MxK.Ӑe&H"2잔5.*[u!'?!U̟:'B .`  GP4rPghoܥ΁=r;'^V HM%EJaaN7`=XQ@uPouXT054Mxdu6qnFZa~۝r0_@hE݋{EDFJt2N; 153/:OұBV濝 tISS_ރPz\Wb4yd{F^)Kʳ53ﵝNlB}o4knN̚Y+ 3U]L '}Ȕ.w鴛LQt@s{gWyc 7Oe[%T+͋\s 0uI6u]Nռ^'{.dE,:ѩ^Jw5oʜEDw` )6-b+j h:0!Em sY y .܊բytTЩz!_bl>NC*X \!}MOl, ؔ>0ѸWGIKt}δcK)@}o دU@Uyev;X` G+pĝJ!eKĽTcb<th A2^M7 Wۂ侦X>M17vAAp8ۙ߬hϳ˿=g_R<(xd [>^**m8zs/ McTW]@ED2yxOC#占࿶zQU_#Tr\s V9G=F#Bt v`U>8mlЗx^ۅIC}Ö mk,:ӅqxLSH2<ܱ[O#`-PP㱁eٶ[|eZVD1v uZxvGJ9tC&_錴,ILT/]:]ƏNrndQZ.*)%r i[V/ޣ"5%eB(:ƧqnQoի+@aY[M~wy7ڪ\5k#4@ZӲG6s0HWW?p2f♿s(d,x5)UFnWzZƩtHQkJw>¢ucn*QϾrXR#ٿ+LN!<>(2$^:klw}7t 'š* 1\ oޖ%~]ZCwMCSyrW^֊)y;~%>+m!+H # `vqks&{0r5aiYS -&|quhmT~9:YB GܛEm75Sܸ <A7Q*dȨc4.q dxM`41оrl<--ÊoD]">>>bToL/2(Cc(! MO˒TBWQ#=wn#Z[<"O "Tn0=3̭keN` :\Ic{ >TbjU|B c=\6R!|h.7/ *ڴu^&>07HΔ<JrcZ9.weړ-6q8_"r0*US iB/O%ބdQ"}ٸ"0˘W ЦF8>u2:Uҵϩ/;CTeNФ5ⴏ8{'Gks$d:e3;0ׇ{c;kc?F`l!n3y"&d,MA>WwŰ:̩%ي/_`_#ԺoYHP]RZK1ȉky(NĈO/.JոcQ_5i49,~*X?LGA?z4#a7M*Hehm,\[{ %S"3fWo[[7c/@w vT)6iE'nM,Ln @Ba{r_O8 ? ljo`hKCMFfX(kX؝y:ǡw%J"ܚR)oh<Ŗ+>yrKJG؈Enorz~*̓ѽHҗQzWTZ8h+4HmWHd:nc@fJ ZdzQ4| k9wxq]DZ܍vR*GdA,IWu_-"ߵ2l.cѾ4]1*.2jGʳD=2''+hk+Eq%L QqgZ~֟HW鿠_A gizZ+Qg(h&#̃te)'Mܲ3ƃ sc~4ƃ_ 2N 2!*2w4?̦|(|E?@O㞚`bTG{yEh`/vʵ#v T$aԬג(7bݦh?صquvm"ڋ7|7j5I<%vΘG5{P3[1osmU!׉ʿ: ]K4Y)tk7D`ָQdA6| LL1P7U4cP$U~BO\]5s~Ŕl(w„9Ol,l;bP}giPCl¡74ac"w]׍G >Vu GwCKa{xWE] cDxAfpp2wt@EQ>WkMf M0ETȞ͖O[f6w"W'շ$"H=gOr]ԫ-a-I +~ENMDC40\rEhЊZHԘ¿kS~mrKϴpsK:sh˻C,F`e@vh*VS4%\߂^HL.(A@Q׭PCx=+ϓ DZ:@@"uZ hpȲmBv~#4FY^N0%@}g/*$Jl3~*a ]# (ÂU0],'Jn%lM(npŧ-8p!FCҶVUJF+Zm T̏? #$ 8]PӔ eW#g.!DAEDbACof>~J' tf pPBkZteo3ׄ*#+0{yBWjj/ӥPDžQNjB/FMriLftofS_ʚɸE.'bہ>lʠٟ {^Z7P7x6j60i> S%Q%:`{sGR;s.CvZ:< O SOGVm,;Wh,bH'ؼ)NNY/:Ǒ  \њa̒ WJ[OxQ=0 Н>yD`_6B㦹8*zcي#fF܂uJA ]*84Yg '~<຋B2?W(S7KTaL/Κ}wq-e𥚄YގCWt!)Nʹ7AJݽФzdNP:t#dR\9NH A,͹Xw 8l!InNH5ZH2xMrH1,c_eV@2 _aF;cK 4ɑ,g/Y?FH㪃6ٸ$.r23p ,3a"lB)Z#nRT"? t^o*aXe&&u1XmxzSNǓ#n]K2~@p?rT)ك&a}\%\6ei-G&X?vȤY~JN6C'V5u/aM?8ԭށ6\ e,Jy3C(CX%N8rHR+*P1q+ ZTf s!btՕnN`+[>;3@Qp$,]rqV%ƅx'_ZǸ*J֚t2LM\d5niʓX?jޘ~fZ03qSE&`r/kJK5FfD֞I_!:ɝ9vGb˴eJ`82P< *aCiRӿ7gѫ` .e)_}YtHGi:%.x4_d Ƿޮ#W3x-xQG4`S]2`NHGhUaN @QΆ۾QJWKVbUAs‹q4h(k nx)WD\րC3Oq%S);ͦ#sƞ*pk~kWa3fnH9"MgXl1p ӽ2wể_ mЪ9!9܇x;:6Ղ 鹧l!݇˟-w}U1L;ZRR 7?^vG/?WN鯁>Zd.eF4s^]*$iA% =N'+z{#H%mA .*-%F;8*Ok g;*qPmj{o3=~KGu0Yxc  rԽ>S1}MF;HꇶvB-JUht[ VH3v΄Aa$/IgΓ7_ -'z2X?UP,8 r:^Su&}A =Ŭ xM&ͧ, =צ5$;d8ΫxUhȀ&Fd}T F~3/6Ƥr; ./'nQ"V, ˥[I\CL,H   i$%sRɒ.^^sN09ݿO`j59k60pb~P$K@d%M+o6 dhgrJ4ٛ7ćd@kgkwv:&Ӑz2&|PkwVR߆1piW]yN0);lQw;laqՍm:"߿f Drcyow߀SǯgY>Mwmw''\I;P٣[P@"=˕2rn}хpV{T>;V.UF7l;pknEI"QvBi=' A7Bh #~t$3那<$<@u|68 ~x $Ȕ[V9b2:'zғTOa|Rw//W$aj&뀕uD(27{pUz{VXrYyFѕIc^t)vʍ.?%#WI㳹B,ìS|L0 5S-c`xP,^itd?Ř/}^4'<%W߱Hv/MR2]dn2q%L"T̀phid ϖ6He1<4#:!25N`m $0x~!Чݿ'La #lsZm1R6)&5 .+]qI<$(Un%iV-`3{vԳ|겡h$P޵ra Ͻ_EOxn'΢ "IDUh^>$.;vV `3hCub7v8V%7a+cK._lfnxjV xqXfGiz^lI;,VlxtKI8}UL#bWpy"cor!@~d2L]cȈi4ҫ`y) ^+7O[T?;@AuTFxZ] W5)4[YtT;&)O~20%LIY┑ogRx-G%G9j'5y3yCꡓ{Nӎyx}3)̃SmTyXe̫hbV;m 1 m B̼ V~,{ǧ`]3)s?#Qכ{TZJ4ewzeJ[cu*2ݣdZ/.K,|mdjհ-kUч7F-A. hsaB'!J>FeU33iPI^&Aty*>7Z]c6ЧF>2Py{!h߸ZV͈W Wyemeȗ٠qŬqEIVVVauxrQrd "9k퐏hD6\N/Ŀ*k(hӬrS\ʎR~2SI_.I5bRMY4&W7]O`Irj‘Û(]}u|bJD[۔Q+<([ ]%śTPn5Q~߽!w@JFl`\cXrj4Vi n8VW+=ة8i o0CwL;="[߀>D!0~ $E,_<޹G [.L# ?:c`KBٳhpd #c@`R\834_v|1+Bfyȹ z>}o<#-N򑋦:Kw?cYB͟]zn>S+Fw S#B\X Onmr>+-29X E(VLT++9j-|@]zBm|jwAݙQK덆L0G< nBU?6t`N>o~sˌw^-v~APG33XbIh#U{D w{?'h'U+,b.!gpԽTfVT2u&uޞGvͿ:Wܸ؂RQ<YIXعO٨ cI#o=ݭ .+ƹ%O-1/ ׂBjw/ Лweg㕭ʵkvzl֎2LlIQ-N#~SǨf䠍L'F#vK MuѶz)4ySq~A]? ޅ-cs(?r֮ǏU@9 $ 0TQ(gohWBzA{O@1FBzz&/qO _֔ILΕ&ϩXU%(v#PvrD[2ء%Qhd, ]fNdCFys~ݸ_̱^;bn =<;ea<- z z6^zsZ-NQfN; tY>cB\w︥BpY[|^~Np=}K_`kHlEO6 30 Ö6J ARtR]BkNCy<(@p1Fa9~jHro XDt 9T6+ JcxNj$m 2˖g>~&IV-`OÑK`(ߙ]F 1w}_B~uhdZUWxl=g@ 2VB-EB{0|Bl_rL`{ of"0EN|P3B_9U~$!a<}tƵ E!]ѴNh8TU4a_@m*$xAWr)QFZe*nLIPJ4c6~۫;H_Ő R[R~ޙsm@hGtP$37<ߒ:T<Pn On=3w; m" *o7wgZF=OSΘVO-ؗbEBP+dMΎQQU˶o9u4j/JjhQ`z'g'Ya9ӓغv0懈Y &ъ60=6Qo\U,fˣv*M09+H_=KUX ):;U~%AXvE;u,NTK)]V@8H\_f3 j;VqFvr˜U([w,/.#<@rPv֓Lf $=0!_oN.(L6jDѕ\8,|REm.SXxԹލڡ/#>8]-Os[%u<@xE,f+cJ+͉+]?q(srǩfɏm?>$sK2fz |5TbQ~ZfUEQ Be] ?QTTsqo;a'j#V;q鶒U~ uPOS#BxPɮϋzq*z9XR)g[{guHjp ܍+wsOvS~DFõaՈz|tމ?P Y MK@GLWH^yJ=|(}ǭ}':c:e3蔏-l5^=) GNȚLVJjojF>'WX5U#U",dJ/yi(ȲXoV Y+{p21l@#WIL6f]<;J=ȟ~49a3xpl \YCB Fƫi+Qr ?K8 ?q^VW8tYw )L"t:vw.G> RwiBNA6҂${Z8TQ[*߳١zgAr"y[EvRr/Uc?T@s=EĞ [_dR 9^d]-d?ҿBFcОK hFy Z(' XH>qtV*s"y/GCvR,V6A~Ir&xQCcC: dsR-2"ڙ1a>ynmdt䍘gd1qmlvO%Fs%yv0-DEmL{Y(ȯ|"O2 .CB3̲KY7dNd&o#H$o3g wWw<j %>S^eAhz}e큱f1'jZpht7uTo|* |-^EzixvZ@N!^ ]nEm}vb֑x#>8U YNf!O *Q ݵѭ5J<ȊS`<Mu-7PuIJw^ A8"{O')' '`4YWM yjʖ-M/QEb)rEtUَyy˵~܈HK /AQFDas.žqH9]Pv`_wΪާ': 䋨2z4/KM5Eȼk./%f L7ltE"f- S3xgU6=O(#)9znvբa޽i͏w{*7ۭjW:(1˥v_7ʊ I6O Teǰ)~aOҀ*#zPj[qqMW,޸9La8_#=;y#Oq-O4ᢂd:E]LXRz_}ߑ9)U&e|1Ef ;scēcw0t fxKсW0SPQfQ\6`;%2.*MλXe||5I҃EVVHmsW5O5Vx- _:tX2X "N8#$n΃=hT CAW 3?-N1ǃ,eQT\94J޷^X٘ГW%2УZ&jζ(F B)Q2sl@0BP}y'[IN8r@ xqދ-7Q]L (,7*rP]/rY?{r& bD^JR?̐qQ xQcEE|^!71n|U I%RhYͬ+[(/zz1#:,*>f.9[ յawg?&hZ0SKx2t.P9eI 6*ӂ~%0^k|r!oˮ)!l1pD Υ&]XٟMdvvL5Y׸X4#CA bw0nE# ʅ5+pI\8u چl*~-&,gX^ُ܎}mRHMKbh/BQ|x5M} ŧ nv)(ogE'ifmtS[rK@N<f9zW2<& D;^x0xx),8 &MqLtWujzC:-4;g?Md8A;55B,Qo)Y1MØ,5FXxSjQ!-ܱhࡵ"wy M74HQ}xLbHSh nQXOT_o*~s<῎TK 4kT2)Vχ$q4ђ Lr.")  0DR˓yێw FD. 5l;Sc\OxELx!_(Mc b)5Pa@k2ⱜU;L6ʸH)v޽LX[#gT?8u m _)boMST"4zRjP\VT׃m$tȔE/7*sTtI F Jϴ$#\%,(r rE(^-LvIlXqVRAc oF,[;ajo|(4Ζ_^;:L*Z}we'V펟֘>KkĠur45zee;r \jIӝ e^9[f0wAz%-a1KI/|?a_^[&|-QB Q[*TIhχbg::S#7P^3͙*[ /4?N7}Qj| 觿_):El 4<Ώd\ 'iSӍju:sʡ4~:-v>d]kIG1b$Fy}!K:/`FIh‰~{v^,8|qՊhcuW¨Ĉq<s'(3E@{;ZTFM{{Ză[>fb~աZs$.U9nL A4pA3:Z*JKmr`$3>L3xCeht)=T*c]y06L,,JQ33䆰)HC k#LGs%R{+7eJ/ؘ^{Eͨ_*KJG7\ErGx-sd]Fgom? d-Xx|| 6xyO>`DvgW5`I39rw?cl H3_s<3K =sXI[ʈKZhCF[\ vQɒsG@VOZWẕюЭe?[@޾yU&8 Q+P)ܘ?sA,Ұ;r@jbM^knk-(6"E ;""Ng_Y ኣ!፮+ucCo<" D_ 4MWܧI-H[4j)k=rU6(׿RbUr#85WiH}C0|ԌU'~]JTtogNW{g1tHZ.RG~2&rUr?ȍx$~^,dJ6Zf[ܚ!أEh'ކꓢD͗ǴDԠaPg11QcUOFUkS'y-~ub|E2$ol =b/_)Q5n2/UDrqwDEi~ 5hc׶!15P -uݮ;l:"L%i4E9\UGj?dS{ />Er` 'H{Q 0^rL BWRf YQuX[c{%ی˂O aq*|@aa1ViKiΤS 4βU>)L-~s`BÝ[')n],|QYj-IVkUauS_a&7(ޅMBzvrê4;W{pt'I2)$H8C~cuI ꒮x @t$R :tgO?I#u6!=.5Eo5G m#*H$wc}]kkr"KQlMˑH+~iI5uӅ@4RGWA/Pp6& k80YWGQ QV%z@+Rrf5X˄eu~3'حvu-pdKLe׻D#AF-sj%ie p3UC]ꊎںEiuD~7y]_^L F8_NآXNUF2J' I?y.jb}Xl7Y3t}?Oz E[]J}50 01%UPaileI*W?xF >oo2g_@ NImcX5*N"tOBOMe@; "7pl_9F\c_l;8؄+zٌ`7 gJW?UVJ`\ύ+G=_dfĐw6@H@[%$yvS/zAQ̅Z^5m >g[:n(;-U{"+`q#<ȳ`fn<]KjHp1<uܖ?>MhÔH%yfHҰ:kSW1[[(Kk$NO]{,,D' LBFEj)bLͼH܏ݑROwsue!cvTj(sNQ< vϿ_0p=y*xmY) UG-ݴ$/1 F{gD 7mY3$\A)Em8_VSZ)bM{m'l4j* $% 1'ȠݖTVN)W=NG=̐m96Aظjd٦*<~gL\CE5zp,$!xMÓ F"):Si,J26 aOyc9V b9TIJƀ4 G Q 0ׯɢ( t*g5~0τRM(DW@'Tn۽TϏߢ`p5J :\Q\폜PBbo*$chg [4|XNT,e -xXij0^{naZհ.BTǔO# uo0+J\1EeMa&Y$ [ێK -va{j([ap4?=Τq|ZE'gj)i㝊YIr!ABO^ 6,uj]DF-BpX7P/F>Lzi\th#=.JT)`ʸkEP P"Ңjz$~ϫsΡO؍ Xu&Vr~jUj Oƒc&2C3+ Gw_F"0GrgDWK4,lOIfy,MpĮ;Ύmװ8#G6AL\Ld$JFDŽ챪:ķ;GāE]Z!RSڄ/ 风T?O>g{3tiayF<#BmM qu Xj7oD w%JtSw Z% if ^pນ:vW& s[e?QY8[zIՠs=! vhqȈm]ᬋY @ߠ-@jUEx7\<~:I2Kw,a@Z&e3$s9L%~RA<~ "Yw$U5n.Dt:,7IV[켫 ٓrZ1YY ,;Em=swqߺ ϺvmQJ>)FoGKp&/I.T\*S49[U:Cv_atһ`!B5g) 3Ҡ׽[HKAe,[VK}xX+e+ݸx|DP@ԉdP;z?L%~?dt>b_Qej!J&Ɩa|JyUk&N\s|~ۉ;%"Na{Ƅ@&#>z =0dn'9LYM,!%F=RfΡ;klP3§8Q@iuET]=/>E8/7o>(,x2B*(8S D|Cվ; O ˯:)]Qmmi Q~?Iuk}S*59JbÇ)*^"ȆѼ[8IawJK'Y?'zڶJML/OC#HZcCH$ĦsWrh;qP{_D}vOÆ$8 ]Z 6u[lռ9+Ym &|ŊGJCɘ 0 xU3 )^{Ü U.m|bGl'hүթSj m1-,VYF=1vt%IE#\k2lK%`.6"؆kr??\TowJHeBmXq+J|jv+ۨ#UTt\/ElQS#Ր?"1 ]?%x?*_tkN)6G$ /[(1}/gcVֻ +ne>|/+ȵ0q>r0M\]KW{C*BKT ؑ}0-Tʹ RwDFƇgX4|hq&wD& +*?b{4b)tVO WZgMgyǥ`@PO(2\bpX֐PV-^&$5ͦCwwҶgd"#+S?|ww;VpТ1VX5H,r?E@ eHIG1Tm\aK0y^`3kQb[wMenԩ5`}:C1|V+Q6G C\МS~v8wp"(+&Vw`\P1hg}Tss=iJ/+CL-u-`\pTqi х)5x;~ul JA׎ih6-0߄${KVsH :]U7=*I}[8A3N%nA'kZ S6+ϞWi}"03h$ݐ3 |SIh偱@e3ߙbOb^"J.-e\pBtvm,4Q9 Ci[MkJ}H=VDi]@ʤ<{ $-t";_z*vpwݡʠ{) vb`@XIJS_R(@Xv5EqCEW?zYF/Bմ_;IZa\<+:XNgͽO_LHԾmw n:5 ~{"'j P2b/[8tJQӠKM;8J$3p=upisS]~~儖m$z-B Akiz.Q aѿvk:TW`k[rs@fJ~!=\a Q撒^1k~k Nww7=• tgC/SűmZ&^} h|mu; &4èiW>'Q0<(梄0'ZԒ^8kC,Ԅܥ\¤Yہ챆AٮWdH ^|]=60q{S(䭮0;42-V3O6I p,nށIL%(ҲG*_yq3m p{|S#@^vvƹDe}X29{KPm`TjgO`w]'osAlj pwɿ}pJ\l'}4ԙ; HŻx``8c/WcA!LUhإ=9U /tO/xx ?Th/B7~ȸ_a.nUҴkGX/k}%`'1-W>B+=U`AZ55iqc1o (N7FǸ"~aB(Ў]"e]%q;t"/jvs],^PpyPJVjJb&R.OۘQ tиu;Sqrx#{iH{~[.tduxۛ(rSfЋ!]10¤?:P3\.էTBIC2-pv Vz8/L8`$v\˂rxfxXu-~hPB(t(D|KJ$-N6AIE`F q¤-{\LqqDUtZGCW}b/1ZOHZaݴ7?>wHeRBxŠId⏵#XjWFU]*$.pT/`)BuٟH{-z21]+^|OU[LJ\Tbe(G4iο#߷b¸kWN_8S kqEMFu^RڶXӌ; w Jh r|K&Hz糚ݑ Sܕ&ا8 RE+x,VjDTиiTdZ,h n1'|.3Bm>;Iӥ@ݭz^ b ɦ1Ζ$КCIB,`d~["4x0tb}M6ͬRb%޺_E&Տ@eZ^w H;? G}Tq3dRֺasz>}3zc=ۣ[`Lmpt)^Ⱦ-n_k Uam opW{4 <0E6i;˽tBnWcQ]vpOJW >$OJ YZ