ipset-6.29-4.2.1>t  DH`pZ/=„L:;=,7y;6cpk7Rx0m941 b)žrdeMk$.IKFy[: 5_>Ue=x/ w iiiE&kԅ^HM'Z)c5. NRMf<]S xxXv BaFɋFŊ%?Tl 8aec6c4727c044b96a6b88db4820b870a8dac461n<Z/=„Ok{a2hyO<߶ ]βNXS ntgʈp_dZvC Io'y͞@/E@1kl]^GM W{}m&ݞ(G_ۮ^ lzϙgh*0 \ki6}GpvZW}EB\RD7d?چYbBLLGUM ٦h+R獲2CS3I^KM&,c%cW/'>3$?#d   :  .JPX` d h p   4 p (89:ZG"<H"DI"LX"PY"X\"p]"x^"b"c#Kd#e#f#l#Cipset6.294.2.1Netfilter ipset administration utilityIP sets are a framework inside the Linux kernel, which can be administered by the ipset utility. Depending on the type, currently an IP set may store IP addresses, (TCP/UDP) port numbers or IP addresses with MAC addresses in a way, which ensures lightning speed when matching an entry against a set. ipset can: * store multiple IP addresses or port numbers and match against the collection by iptables at one swoop; * dynamically update iptables rules against IP addresses or ports without performance penalty; * express complex IP address and ports based rulesets with one single iptables rule and benefit from the speed of IP setsZcloud131zopenSUSE Leap 42.3openSUSEGPL-2.0http://bugs.opensuse.orgProductivity/Networking/Securityhttp://ipset.netfilter.org/linuxx86_64Z0'J큤ZGZF8b22372bbcebc6f65080ed42ecc2ce84aeac7739fc137c260a8209c3dfe1396drootrootrootrootipset-6.29-4.2.1.src.rpmipsetipset(x86-64)   libc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libipset.so.3()(64bit)libipset.so.3(LIBIPSET_1.0)(64bit)libipset.so.3(LIBIPSET_2.0)(64bit)libipset.so.3(LIBIPSET_3.0)(64bit)rpmlib(PayloadFilesHavePrefix)rpmlib(CompressedFileNames)rpmlib(PayloadIsLzma)4.0-13.0.4-14.4.6-14.11.2VJVVU@U@TsT!`T&@SRnQRcRcQ@QkQ& @P@P@P]@O@OOW@OJjengelh@inai.dejengelh@inai.dekstreitova@suse.comjengelh@inai.dejengelh@inai.dejengelh@inai.dejengelh@inai.dejengelh@inai.dejengelh@inai.dejengelh@inai.dejengelh@inai.dejengelh@inai.dejengelh@inai.dejengelh@inai.dejengelh@inai.dejengelh@inai.dejengelh@inai.dejengelh@inai.dejengelh@inai.dejengelh@inai.dejengelh@medozas.dejengelh@medozas.de- Update to new upstream release 6.29 * Fix race condition in ipset save, swap and delete- Update to new upstream release 6.28 * Test added to check 0.0.0.0/0,iface to be matched in hash:net,iface type * Check IPSET_ATTR_ETHER netlink attribute length * Fix set:list type crash when flush/dump set in parallel * Allow a 0 netmask with hash_netiface type - Restore unreviewed deletion of KMP production, undo spec-cleaner refucktoring - Add ipset-destdir.diff- update to 6.27: * kernel part changes * fix reported memory size for hash:* types * fix hash type expire: release empty hash bucket block * fix hash type expiration: incorrect index fixed * collapse same condition body to a single one * fix extension alignment * compatibility: include linux/export.h when needed * compatibility: make sure vmalloc.h is included for kvfree() * compatibility: Fix detecting 'struct net' in 'struct tcf_ematch' * compatibility: Protect definition of RCU_INIT_POINTER in compatibility header file * netfilter: ipset: Fix sleeping memory allocation in atomic context (Nikolay Borisov) * userspace changes * handle uint64_t alignment issue in ipset tool - disable KMP build as we support the in-kernel version instead. Remove ipset-preamble file that is no longer needed [bsc#962345] - run spec-cleaner- Update to new upstream release 6.26 * Out of bound access in hash:net* types fixed * Make struct htype per ipset family * Optimize hash creation routine- Update to new upstream release 6.25.1 * Add element count to all set types header * Add element count to hash headers * Support linking libipset to C++ programs * When a single set is destroyed, make sure it cannot be grabbed by dump * Check CIDR value only when attribute is given * Permit CIDR equal to the host address CIDR in IPv6- Update to new upstream release 6.24 * Alignment problem between 64bit kernel 32bit userspace fixed * Potential read beyond the end of buffer resolved * Fix parallel resizing and listing of the same set * Introduce RCU in all set types instead of rwlock per set * Remove rbtree from hash:net,iface in order to run under RCU * Explicitly add padding elements to hash:net,net and hash:net,port,net * Allocate the proper size of memory when /0 networks are supported * Simplify cidr handling for hash:*net* types * Indicate when /0 networks are supported- Update to new upstream release 6.23 * Order create and add options in manpage so that generic ones come first * Centralise generic create options (family, hashsize, maxelem) on top of man page in the generic options section. * Add description of hash:mac set type to man page. * Add missing space for skbinfo option synopsis. * Support updating extensions when the set is full - Drop sovers.diff (no longer needed)- Update to new upstream release 6.22 * includes the new set type hash:mac * The new skbinfo extension makes possible to store fw mark, tc class and/or hardware queue parameters together with the set elements and then attach them to the matchig packets by the SET target. - Add sovers.diff to counter missing symbol errors- Update to new upstream release 6.21.1 * add userspace support for forceadd * fix ifname "physdev:" prefix parsing * print mark & mark mask in hex rather then decimal * add markmask for hash:ip,mark data type * add hash:ip,mark data type to ipset * Fix all set output from list/save when set with counters in use. * ipset: Fix malformed output from list/save for ICMP types in port field * ipset: fix timeout data type size (Nikolay Martynov)- Update to new upstream release 6.20.1 * build fixes for kernel 3.8 and the userspace library - Remove 0001-build-fix-incorrect-library-versioning.patch (merged)- Add 0001-build-fix-incorrect-library-versioning.patch- Update to new upstream release 6.20 * netns support * new set types: hash:net,net and hash:net,port,net * new extension: "comment", for annotation of set elements - Drop sles11.diff (no longer needed, upstream has better fix)- Update to new upstream release 6.19 * This release adds per-element byte and packet counters for every set type. (Matching these will be available in iptables-1.4.19.)- Update to new upstream release 6.18 * bitmap:ip,mac: fix listing with timeout * hash:*net*: nomatch flag not excluded on set resize * list:set: update reference counter when last element pushed off- Update to new upstream release 6.17 * Fix revision printing in XML mode * Correct "Suspicious condition (assignment + comparison)" * Fix error path when protocol number is used with port range * Interactive mode error after syntax error * New utilities: ipset_bash_completion, ipset_list * Ensure ip_set_max is not set to IPSET_INVALID_ID * Resolve corrupted timeout values on set resize * Resolve "Directory not empty" error message- Update to new upstream release 6.16.1 * Fix RCU handling when the number of maximal sets are increased * netfilter: ipset: fix netiface set name overflow - Remove 0001-build-support-for-Linux-3.7-UAPI.patch, merged upstream - Remove 0001-build-Linux-3.7-netlink-fun.patch, merged upstream- Update to new upstream release 6.15 * Userspace changes: * Use gethostbyname2 instead of getaddrinfo * Support protocol numbers as well, not only protocol names * Kernel part changes: * Increase the number of maximal sets automatically as needed * Fix range bug in hash:ip,port,net - Add 0001-build-support-for-Linux-3.7-UAPI.patch - Add 0001-build-Linux-3.7-netlink-fun.patch- Update to new upstream release 6.14 * Internal CIDR bookkeeping was broken and would lead to mismatches when the number of different sized networks are greater than the smallest CIDR value * Support to match elements marked with "nomatch" in hash:*net* sets * Add /0 network support to hash:net,iface type- Update to new upstream release 6.13 * more restrictive command-line parser * documentation updates w.r.t. src/dst for hash:net,iface * allow saving to/restoring from a file without shell redirection * kernel: hash:net,iface: fix interface comparison * timeout fixing bug broke SET target special timeout value, fixed- Update to new upstream release 6.12 * Report syntax error messages immediately * Add dynamic module support to ipset userspace tool * Fix timeout value overflow bug at large timeout parameters * gcc 4.7 support- Update to new upstream release 6.11 * libipset is now complete; ipset is just a frontend * Log warning when a hash type of set gets full * Exceptions support added to hash:*net* types * hash:net,iface timeout bug fixed * Support hostnames and service names with dash- Populate ipset package on build.opensuse.org after disabling ipset-genl compilation in xtables-addons6.29-4.2.16.29-4.2.1ipsetipset.8.gz/usr/sbin//usr/share/man/man8/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:7902/openSUSE_Leap_42.3_Update/d4d27735d86ff17b4ec1ca46660ef900-ipset.openSUSE_Leap_42.3_Updatecpiolzma5x86_64-suse-linux?] crv9uZQ8-l8[2a}^dҔAZsbT$qR2I8$3U?=#̅8KRٌ<© ,-$-ɡ~TǸHs~kUt{WÙ͂y'~_`b l]82o d}z]\|PÌ-ʖh~ ڱ~&,W q2 \}v+#D*'`b:8vKF5#4̘^+ej %]+G2F4,8D[cA|~7"ի +t,˕μ':6%||FKr\[3TZuw2>yեT>kmw+uG;-_y2dRY40#: d<Ȣc8'6 D1(7(w_ L\ӥ^(-OYmNRQ#B+}Жk bh_1hFꍂ o`RSW]g3WI2͖4뷩/O.cשl.С #>cT6jŽM~W@?=6sw,k#twȴWB_:8*=e4|*1Xn ,c,GN#'U9wtmce$E&J-݋@C礧P˅֪W.ݧ Bn;&QmZ|HٰM.ꀳenEn{|mvGZDR5O2)ҷ,0[%Paut:[S$fAa]a7|p{ Qw[j".~PTd;rEPƤ<A+>5LMPӨy"La/M֡}U0TpE4TcG^lV ()yu~D}zבW~y)P| sglc!̗T*}pg Eivr- 5A]5ܦldl51aawVUuP vaU1l+ z567 Yw2}mB.ʠaO.j=ȯ!Gd?Tn82soiy"hz4haw]jÎ`O ok,ßPD~a3|l ͠3.2Ԓ/IF5,ͧI+$oXeę-(a y%@-bDOd+3ks +]v"(;ʸϲ X߹]*oD'j1XՓEr]! b v>?K(`jf>?Y@cΙ$X$u7Z}m#Ti A#Nqæ-+G?Ah=^Q\0kSsGŷx_e/+v:hJňӨ`~}h՚SAB2X`&cD xk3hrVW}NoOC/!}'hlx\CY ;Z%®bxcͿ L  uum=o>)oGv˞*xݩۨ'("U0,5oF1g!tXAŃIUw@E:ii:2m.1i\o\Eߋ"Y7' Nz3 HEwUR'nZXE:H"eũ83%ڜsl~z|lC/ks u*6%E3eKy$N:L1a$Pu!wݝAMxT0Esw ;|5XrN*vLڨKώ`HM`&l۫-ES g4CO%=20 Х% B%Vԕ}.A>1iKi61..sp\UW/RyYhT7 vM2 &DEoL2bgb.wN;dp(4֗9|_W qb ٪rߝY;\U&8 Y嬃+scbj.<![J^(M,zdoUPkyK+&\wI)9[w{Xʾ?T /rt;#LEbmatXYw%|#a:?߬u(巾 $90i&X;5[!XA[p&NZNyTRLbPNDrVOm{D=M(ߡz5 q#R7}t%,M;(bܚ?kEl/|YdQg]Q㻹(H{}MG=0.WaԈ֞},3h<)뭘^?69Q`dp ri3ߜ\vqq`G0<++>o}Y- hܲ*Űx/{Z V};鹛+ARIA!%7JF'ZHZY7<,h@%Umb?LD4is1[<%mjѨr&6ywWև? ;gp^#2+&q֥<٘ 56I(ip|{wӗG5]~2@`#~=[ygd^G} P9ʡ;C~(9}5G;Y֮Op~~s*4%ʥèqUdB%!' {A:@=vfiɎ)ulں;~zګi=j#ViXEQhG`iFчW694G`ID2-qhe ^Ň듸id {Y (M]:3HZXZˉm7{S-գŊ PǜRo^W# Cj 32Ic 2U3Ky]ղvq؋+NiHO籃  Ⱦ>[NJiaA 5EC~ N-`jMf(OLW%~CX3 欵4ʎ#I#BQ#SoK5M7Y) }N֎6tUʆo׼Hml+[W٧DornD9,Gd׽|xAMJ9貖4ÿg*ZxYn(> M5FF_>caWH*\`9E%% | y )K{y,؝'αTfh"-a+?YbE|z@.7e`C jsIn!o:A6A5#ڨ'ˇэk~vc׀@h7 81,Y:'[O FG`FDT'JpDY^5{u%q;wrwΖ `op:IxRx(Eg5 !.W_?ϤEMG4D!^5;)󮠚zψo4:y$JRQLMc'M-|!ԵpU.ex蟉-M4@_ts H|s|4poe! 5s^!ke݁<4;DK >9DHHdA~.63#hR5r(Fi]4P''$uM,_76:cfL:. ÉAW`&RͿIG=ZM9.|I%7P_n [CfoG `=vȯ䎼g,/N03fKIO6n_)@ӟ,C>9ķX[bx10ou l yf 1ƭR,m:6 sL6d>Q4IE+u0;=t y~1nWXLliY}^2p~$Db_ 9{87CتU[k?QX 7BKbӸ5P+H<"w]mC3DF<'&~=bޛPD--b؟S %- DLeʁpUe ApE;wϒrֵlW,T@иd4?g0Ѳ?dE؎9=xƮp41:P]{'5x1,(eo eOR:Irax(_Tm>|4%Ik:AM׊ZJ#nOօ$H9X}˗>wЀr-/_M '7^Z}iʎo W]<UQRqtfsVzl-+1j>G;z7ßx#;W6!Qina3X}PRar,[h!M™ #x)!CF!hv)ަe`Flg x*CNsnsEޑ~?>l_ LFI@&_#,k!zpЗߖ@5rfB~)~S_؉BoWxR a ZX7UetVBx:AZQSfgԴ )n\oU- )`{4/"tf;9=ʲv[{ї֮!An@2,A*uΚn A; 1Q.!a_+ˠ׉{EVtwn/ mc<1.5^n DD։W `*ӎi(' M6a}庇 GU?~ȢCB8ppܡHsfg5;(N"8?f|M&yu+Q{3NTd!:7C|e?UyATw#msZh`E& [$MX\N+ab5\oĚo8#t&P{o̘ nx.Z6ԅr<, rD [3cL굨1?eqPatnGy9$~P9^aU32sG 9bs(! wY}n="E3/θ i}t4xLv)ﰿ׉3e&u$ugŬ%Vוb2~&QʢӇ&_)r Vu餎py5l#3f'p3Ah>gBLH O|niydʜW6$Ȥ hsƥgD_4L(#P,f6d .'liHlm)%>Ck:dC(lRe>sEⵯA~>qZ$5\M_̡-gy+)ler|@)^/Jص]2_ͤrmPumr ysT2KC*/vZ5%e r !{}G3+N#=}+HI4r'W#9\KsN\'[w`^[a_=Qs"_-?"=oZyN] nsrN.;װUcrRpJBRޫE QXR]ؒra3Yp޶ є I=_Hz,0l%`?! CUJ*\U."sl&E|Q%^i;oڋXHAxY [ll: 굛-r}Om,\yaId!Sq+ I3-[LOp jone!޶a4-mX5 c! <3iqӰҥ>Zg75޲,):+kʟ n-lml]M0<˂M_=7R׀!OkP//tu5?ԩJA\ uES  H\xt *W& 1$?l̇pEg#ᐸ4%B bVR\ W7NT.DCPJ;+ABWy .ҔyzOA1xewFqׇ!K˫Xmq!&cBVr~'fR@΍gɭ7N79|d9Mg.W@p kȫIm|B8qUxD›ЮeBu%+wR@%bǁ#kLԠ )uNm*yiJ9oܞi?]mX|f+z94pWJCNp옂[p R+qU^dlT*|I›il)"}UFy]:9o&ģV%߻r8zzJ̯| T=ظˁgf8KI";ŬHoßٯ7N a˾l"yks)@Fj'̗. sLx)%&lr-6`v&1souX׺jTO5Ta9^TT7 c9nd)Vs׃$t%5B]Avye* nS45fP›a_?E=CY[ޚDY2ߏa**o3c[lYm 1c,kJA |6H {g72ݿhn9VC"q/Hqk̲|ƴV3TOT+/Eb։ K% ezvhGfE 5*?׈ F&(֦V/], E@AFV ҈ :)߲ fz[ wr3c.#VYAyܪ!k'Ȥq]u):S5vNIDi:>!bqgi$)7R0W/(cwYW<ܕI% ܊{hcxe!v!Uђ"1:w4W>-'ΰenCm#*), )`1NJȖUZt׋-KEi7"<[s3{t;+O*Q9P٢9'8!7faӮbX\I[\DȖ]%_ 馿"?b)w=I1ؒ[cZZ𞷰O_suX.Q)4lYŦC؆8`7UU ()·hԭ5ĔB2Õ6uыHHb\HF?EX2O;8P@v>5S~2VfӦ71ч Ѯ d.^*QJ'ݬ@=V S$`8 >ӏFᥧ"%{3QOdlYmE}GHD+'a j㻳vm85akȩK>-~Ś]X)*-j@0@K@QOl ',Mu!%k)91ƍ;-d$ ٰNY{n a3HOݱ)&;B} &\ieU+=T E5񆔲>9 bZa[ oȜ0xKf8#`yòe UzZ6vrs4d< TbJpq O.m 5q*})П47nmWan'BF6wHY+s|덁Sn*ŘL41wv'+pz|6=b;m܅$NЌ0o_5ѻ>n2~ 1*䚒8z[(OJOޡC02u!pE`G*^2G~<Ś2c kY.)4nzT\D{D U,a!s%Hz`bGt [(Lia~=Q*HgW㔧ה+NTyU!M|Pr-uxe{?l? N I[nG=G~r|8#Іt jEV^zKCFE_/4eTpX&su?f,/< ;RM$e*W4GNCwx ߟ KNdD's*ղ.AR[  2-4ZX U`3B2sDt301ԋd +˝XwIAG gd'=!֫=_[!nP8\퍼ĵr]vKm8BxRDg̫b~!-A=41&x7.>Dco7@ѣ;Pu@78MWEt{9c, ᠛Ja%l+\)CܓfVŖwtU"Ў Zk6dU4Dҗ\?LY&kU&Y(_`HKƁ[B.p1?{h`75™N.^>1V3:XY[ 0 ϰ;xXZKmؐ@WqhȀbV *fӊ'F ;X`%܃~E᏾ e@,>ivȯ 3<bq?-=Fz5},A8]b|ՠâI٤yxܣ_Y{ƛ@mȏQS=o6w 5NwRb"H>!VZKUJ=9v/ISԈ3H@S~qa Ě4:"w]M(&3jLB  klN"YvOKo!ba'J8 SzQ5Ue "')DUyA?!ʮ]g}M2x5 \6} v<ˈ!.mcAC]K\'8&46XM6<3`~ i,x?ď E$;ܿ@>n-KL_1,49{!Jv 'igh6#s'vs0c*c! qz6 ]JeMh?_\s=B:ȜPhifHq߽߃Va+: ?;ڀ|69N3O◢0{M'h:^@OWڌICU/bN0 yuT9o99UEB*Do"Ϩ[{ @W~ecjIMaH1/u9HV EUFʩ ^_]F.ۛ-Z{bW[s3G,kK}\ ʓ(5QxEiLGNʹub1 ,i+J#xbz6!1T^3J]уv'LK4\D0.ʇ^\F6ѹWc` q<ãEM,X4s"-C5ǧ7=Vw8 el/?zrx|ȥJخ,g[uct"oR‚nFHh[<±}F36M)V=[JIM\T83ik>doh~:9!\]Ԉt|h s%~0 hVi-#7&rru 敘$Yq ֙ғeڋB8RSAp.)jd`Pn/-z##>YHpw李 ~.g+A"iڋ寛(x뾍}yD5?[$QGG)jkm ȿ>AӴ&T [$DB!PQYηK1B34c971'B; 54ntXqrJXevļ32&QiC6?8V@ !WR7$? ϭ/*'X|Px)sUDhg胷"֍2P4?Lۜ(ncT&;s'9 mqu:J۩O$jyFYÎYG",ɄOv/ay<9`Gd!gGq?o@#]6oI`9잯zq#]_.8#EY/͆ (^ ks9+ 7o7B>'ދU] ^+mx;?ɟ(")0v4󈮕o3Zg17ԶrVJ/@~b>iE\FrxΚ66ӹfe\K |h#m SuO>G0~%֖xؘ$ph8^nS) `Bhg߁&z ;\e1sq5yR>-)lϏ6&2x.Hl^mc ]K"x}exE\oqboG "{4=JB&o &/e9NPoE$Ȳو8o?aSL“Qa?ɘ&i+%-rPd+!,3ll5AG  Xaɑ3 ?E^\%3w5t‘Oɸzקۙɉ4%oUNsQiŻJt4Xìc Ml!wϾjSzKc1U/0;=Fcj#I7iOU5| [7n4[4:ԙӲn[w&Q&5Ee&vid5J LD1ēP7jB`@>6=*⊲ HFVŁ^H(edR5r5a'a*>Z~fY BN ^>tP~s,Ρ]dqޕ zOy \LNcQ?OW]ŒKrTW9΂o'3ganPdܠzg(Zo'P]}.ԍHʧ[;w@iTbK_#u0S덡m  'Z1!P|SPI=Y/.&Rv;|ʹ˻ځ/v;MQ-EZ"R* *]A] %[M`Gf+BL.tp pI]ƆB̑69_ 7H4u@Z@HjFz^@|^&~AϢp_R!S{r(<+-j咭~h8 ="Ia"(BU 7@|rv妻76Ocb^ {#!9t\դ1JefVT _[h ,{teP޼ R0UQC/ĸϚ\|h>!t؟/nof?|B zW]l"QdQh>V<=y3s]Z1J^$B%;(O bPkV\-f% RLɆ~^)V`F>Ht)+!6ok"'2PTbAN5S3M dE;P%_#ExmPFDY[ɴu"BLSRZoE:a(;pֻV@Uq>ӈ.?Tnɥ;Ly^Ixk8ztmfrx+>aO9< {Pi]&ȲBq"x4zy8^x%DB&Rвs S`cǑ=k :x$kJ; xKզ_tw~J%NR|Mp1bx^g~7:6%tİKҥ /rk߆KE@ '"]42یi:Ra{#VuWLBe0{v+wA zz?sڤOp|gnV;/l_ \ &/;lIwnN߬p6kʈ|${"m\b~kn-n5meZ+hY έ&a5wKOB3B ) RkΖvR^9Fz AJ7ലwҏZdJVp]FxQ~ =i8T#E7HځSH{)}2QtRf^"p2vMЍs G48{q065ከ8."n̎W$@SͶFZoy!yچ;r*ڇp͙e:tGwnWP1Ck;rxX$ڃPOא#~cm%Q>9']Rd 2T *.2]Xl`8HIV_5W J\;$ Fqvp6o|D:+2 D&Q6Y )!Msڤ`-{ocQ5z"35UVo3G8:Vt F`,ũuuxJi(|S43TRoF]2ݩy7f}z-9z-4|dF`4urGZlvhp"@*"MУ8%քlzC %Eyo}c"(̠J׿qzCa-Q-`cmNޚ!7evpV'dW H6ͨY04#ew˅- zirG;R_%IZBg-viTXb#e< 4b2<{YLvlc`dt /Z*T+}z1vxj\P[q=D8M&!Ԫ9Z@\zxd:#ۂz*wEp .E9C ۻn+Np&_Zkiܙn?٤E&W PJVk}BDCZl ƌ#Z0er:gz:wA%_hșcV;]Sɦrw^ЈNÇ./ T{iZ0[s׶*+$%,n f&FÆl؄p*G`8ϼY*#@ &"'*dz6njeWP=Bǧ<#F9ORV%hg~UvE P!>swEM7Q4L. Is?bcN<z 1| 2-#yf׭$ KBC 9xNk#Bvޟycr4Wag2'YO l;үs?:n^7JR$h)is>fw<X1`]8sCe dž9d^Vlg&TNɫarSfuf=twRQxsZY"/[? 1hX)IBz:L0 :" \o'jPQr \tΛ]8Ɨx;dsdzԫx#::LI(:(Q ѥd^1];,V*mu#MԯUeA`:߳ijFCxE謢"' Գ}Ns>V7.9q'aH(n.̖@c٭+іŻ]{Ž&6飈cX۩F=| IR0ґMQBN4jqpsVY1c_'B