perl-Lexical-SealRequireHints-0.011-bp155.2.11 >  A ddI%z qnMȋM͎|2?gCvbyR *~R?o_+ `lM0 m DM0(@ {7K29ebf87b8cb534721f781bceb72903d9da31c69c13dfb30fe9d6ff9babfc05ff2149bdd558f29bbb8a516f8536b7e00f7c883aa5fXddI%z & T簾VQ~`XY?Hn?G"g"O"m;ĺnUSс<ߤwH Vplv& (wdhwY=U0$]٬=S;Y?J3 Em] 2 ".y7@EG\\8 ,+ o+ n&Ku;SXܡ1M{%u-FԈح!Xy㑯q"J=q-<8v6gPZ.{rm~x$HUo,k^¸氯B7o# t+hL@χQQV~8k7g {u{጗"[ꋠ's468yCi͋}۹_{VC,o L7zHOH'y\ k3|6cƂ˄2tb Fj;$ef@Tക6|rpuEy BIvt^u(fo}a*ʡp>?d & 1 R       ' A \          $         V   <( 89$:`FG H I( X4Y@\h ] ^Z bPcdxe}flu vw x$ yPz\lpvCperl-Lexical-SealRequireHints0.011bp155.2.11Prevent Leakage of Lexical HintsThis module works around two historical bugs in Perl's handling of the '%^H' (lexical hints) variable. One bug causes lexical state in one file to leak into another that is 'require'd/'use'd from it. This bug, [perl The second bug causes lexical state (normally a blank '%^H' once the first bug is fixed) to leak outwards from 'utf8.pm', if it is automatically loaded during Unicode regular expression matching, into whatever source is compiling at the time of the regexp match. This bug, [perl #73174], was present from Perl 5.8.7 up to Perl 5.11.5, fixed in Perl 5.12.0. Both of these bugs seriously damage the usability of any module relying on '%^H' for lexical scoping, on the affected Perl versions. It is in practice essential to work around these bugs when using such modules. On versions of Perl that require such a workaround, this module globally changes the behaviour of 'require', including 'use' and the implicit 'require' performed in Unicode regular expression matching, so that it no longer exhibits these bugs. The workaround supplied by this module takes effect the first time its 'import' method is called. Typically this will be done by means of a 'use' statement. This should be done as early as possible, because it only affects 'require'/'use' statements that are compiled after the workaround goes into effect. For 'use' statements, and 'require' statements that are executed immediately and only once, it suffices to invoke the workaround when loading the first module that will set up vulnerable lexical state. Delayed-action 'require' statements, however, are more troublesome, and can require the workaround to be loaded much earlier. Ultimately, an affected Perl program may need to load the workaround as very nearly its first action. Invoking this module multiple times, from multiple modules, is not a problem: the workaround is only applied once, and applies to everything subsequently compiled. This module is implemented in XS, with a pure Perl backup version for systems that can't handle XS modules. The XS version has a better chance of playing nicely with other modules that modify 'require' handling. The pure Perl version can't work at all on some Perl versions; users of those versions must use the XS. On all Perl versions suffering the underlying hint leakage bug, pure Perl hooking of 'require' breaks the use of 'require' without an explicit parameter (implicitly using '$_').dd obs-power9-12iSUSE Linux Enterprise 15 SP5openSUSEArtistic-1.0 or GPL-1.0+https://bugs.opensuse.orgDevelopment/Libraries/Perlhttp://search.cpan.org/dist/Lexical-SealRequireHints/linuxppc64le+` AA$AA$mA큤$dd dd dddd dd dd dd dd YjhYjhdd 0e6427ab38ac6a590e0aba0abaf68a168b36feb13bea8bc88341f3cd7adbb818e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e0d20b99faeafa6942cb95c1a852fdaeeac533c18d8ea3010a57e1697238ae506c358e3a8a6978e41abd903805bba462995e1a3887c17b2e793772dce883b8444837fd5dbc4151e271f239cb0ce49486cf7e215e9f948abdafab297d89f6b24d41ef458539859a6dfe90d11fffce719d4819598d40dcb2bb47ed2d859ac6acf9rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootperl-Lexical-SealRequireHints-0.011-bp155.2.11.src.rpmperl(Lexical::SealRequireHints)perl-Lexical-SealRequireHintsperl-Lexical-SealRequireHints(ppc-64)@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)perl(:MODULE_COMPAT_5.26.1)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3Yw2V@U+S(coolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.com- updated to 0.011 see /usr/share/doc/packages/perl-Lexical-SealRequireHints/Changes version 0.011; 2017-07-15 * update test suite to not rely on . in @INC, which is no longer necessarily there from Perl 5.25.7 * no longer include a Makefile.PL in the distribution * update op-munging code to the PERL_OP_PARENT-compatible style (though none of it is actually used on Perls new enough to support PERL_OP_PARENT) * rename internal gen_*_op() functions into a better style * consistently use THX_ prefix on internal function names- updated to 0.010 see /usr/share/doc/packages/perl-Lexical-SealRequireHints/Changes version 0.010; 2016-03-18 * skip test with lexical $_ on Perl 5.23.4+ where that feature has been removed- updated to 0.009 see /usr/share/doc/packages/perl-Lexical-SealRequireHints/Changes version 0.009; 2015-03-20 * in test of require for version checking, work around [perl #124135] which was introduced in Perl 5.21.4 version 0.008; 2015-03-20 * bugfix: don't localise hints around a version-number require, so that "use v5.10.0" can have its intentional effect of setting feature flags * bugfix: in pure Perl implementation, use a ($) prototype on CORE::GLOBAL::require, so that the argument expression will be in the correct context * better error message for refusing to use pure Perl implementation on Perl 5.9.4 to 5.10.0 * document that the pure Perl implementation breaks the use of the implicit $_ parameter with require * in swash test, don't fail if utf8.pm was loaded unexpectedly early, as has been seen to happen on some systems * test idempotence * fix test for thread safety, which risked false negatives * when preemptively loading Carp and Carp::Heavy, avoid the Perl core bug regarding the context applied to file scope of required modules, in case of future versions of those modules becoming vulnerable and running on an old Perl * declare correct version for Test::More dependency * typo fix in documentation * typo fix in a comment- initial package 0.007 * created by cpanspec 1.78.07obs-power9-12 1684333068 0.0110.011-bp155.2.110.011-bp155.2.11ppc64le-linux-thread-multiLexicalSealRequireHints.pmLexicalSealRequireHintsSealRequireHints.bsSealRequireHints.soperl-Lexical-SealRequireHintsChangesREADMELexical::SealRequireHints.3pm.gz/usr/lib/perl5/vendor_perl/5.26.1//usr/lib/perl5/vendor_perl/5.26.1/ppc64le-linux-thread-multi//usr/lib/perl5/vendor_perl/5.26.1/ppc64le-linux-thread-multi/Lexical//usr/lib/perl5/vendor_perl/5.26.1/ppc64le-linux-thread-multi/auto//usr/lib/perl5/vendor_perl/5.26.1/ppc64le-linux-thread-multi/auto/Lexical//usr/lib/perl5/vendor_perl/5.26.1/ppc64le-linux-thread-multi/auto/Lexical/SealRequireHints//usr/share/doc/packages//usr/share/doc/packages/perl-Lexical-SealRequireHints//usr/share/man/man3/-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.opensuse.org/openSUSE:Backports:SLE-15-SP5/standard/9b4f92390b556879114cba91edd16f05-perl-Lexical-SealRequireHintscpioxz5ppc64le-suse-linuxdirectoryPerl5 module source textemptyELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=908da687f4f3076cd0fd78e4b73f60b28ddb0bf9, strippedASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)PRRKޗ;b)utf-89eb51f89c248edbc831d3d785a56275731f6ed21f49db76d82309977f049ed82? 7zXZ !t/r4] crt:bLL uhh?@J#"Jp,<ȚQOE!.B5(񥤆4xe([@^o3\Nkg֧s>ϣ(ψ :x>~}8  Xfq-rF눝.ѻF:lqe eLmnxZTgsHʧ4bdȫGK1tEEd~KL࿧#ꢖkLjo}^Z!hE2[uȝlŨ|`^ܱ.0n.V94xAa>eIb,9X/J8?uDzTH%_:fnI'kк7ۊc*_J*,C$9̠7 9׹ds22v^U޽>YRVd-ROA:!\YB=R 'Ҵ\_~O 5qYNnb(J) FG=(g{l*6_ہz`<7* F8[呿'S Z(RhaۇmRGg$ BQv) Ƚ3BEr訌&FqfdK7KOFkkem*C.Pc/ #di-K6w[E6UK1eHGiL/lD ԓ^tec 2GEׂ$n*pN$ \Ô.ƽ}ïFGPN2&8rjb@Q)[PD|_Z %9}K6ot;`֘4h|~Cы ueHtyP+WT5h=v')Țe~ +BW՟UP f?AZ2]N;N/)A%CiDY)J!FRO%p<%U \DեZ0 #78Es`3,ʧcK%s" 7{p8M T*|n eMÆs@$[f kf0*X!OM!؋FC!m` *x'meW'$~o.jicD SAOĶ9S7yfOsoIld-fP݊ogKы~4ٖAc=Os=\l᮰]PKy^jwǷfl*y2L! \&32Y CP'K+xޏQ QcR$~x . d6mȳLu v!EZW0J`U\ b$Q8Aiaw@ٜOCeK^ 8]#[[gAuNU\maF̡ >15vc”v $o#8l +'cCoD Ơ H4l?_)sԥL2߯˃.7q׶~qO?I;زǮ%.1Kl\. [wX$G5,bhg)~zV썗nۡ5n]jS"cx Qc&gvw/*Kue:-Y#6.^Hdəo{v|)M 09" 5yz0g ߾yhC?gC^SyJf$( ʸJ&!nrӏ!>"z= j,rkGQ_v$jM4>m!PӇ)"l:6%LnCP3%Rk\ęGuaCP-1GGl wBgأYXS^/Zx9dVD^rl'Cijb#oeƋ^YamvlYod<9ͯ9jg &uJ~>|"r˙/ j_6/X ; >\J}Ϸ66˜ maJa1ݑL ˹@qk1٨oS!əoÆ=%yt@\h*`4 Ա Uquɐ;c YzC{?=v0^XWw~9˶ᡆ%KO0ܹN#1wuvLHVFt4xs] 黝lSwQz7Xt˟n魌>p(8Ж75bH Iә;~O ddϴQ|y,y%Py5̻sl]嗫J*nBF[M,v^UVr=S8jOooWg\`z@ x2HTE,A7Vd bhN2,#@XY |k#܂ָ,Sy&SΙ uڎPQF*ֳ7#7X~TߟRΏ@~ADќ pwV މm`w>S3 47(<͂(j)^fj;*PUdP@ןRMK!$b~:N!sGR=t*//ӡ֋hʓZ~")-ޮ/s͸ݢ?'8O@| ?Zp), v >痑m&e=[a]'*N!HɭA %V9wnj>䦝74hh3Ou iHJe d-7z?ˮB= `)bh}y"'v?>~8P9}n\E_orw /b>.q ӿNh ̅ s>SV< E?7x*}zƥ2%ez<'1 bCnTwフ6mZ9Sb nԬ'6@ x0@qIJT/U2zZ>:+uh'7O11 ?"f+gf#Oz::b}^.S1TL(]AyDBYN>Cb-o^Fs@p."=A`>d zgdz$bY|cGwHr6_v5`1Q̈X7tgLNwtSs#V\ePsoK?&ԵQ&~Er>7'8ј]3om+$&MH ==(FpOH?[Ŧf&;+Ek?TnrPWlB 6G+!_uxpat9p,U' Js s x5ة@ x!Hw282s/G 6_ڳRy7.|Nܒkhz6zGw2]g0KS WIm W)yeUgHoOHX4aU|X,Gy> L'^|#h ᭽n +41 P>PsCtICT324Br}kAHQk-vykk7GmT$0CSzGa+0#OKłv .v'KdJPWGGnLGgc; w^u:`#Y@x$rljB:.tFS)!G0#g I ;u wWE%mPM4ܶ pHyйҢS(rBUXL^o LEoFih=-o8Fl!Zko11tqcD jɡY,#Dn^ۥ.iӓP\?VNCI`Bu>"5o3we'}sXV9#]dM윱W:kz.0z᛼qh^$l_ns6j{\g -NT3NwZX>4f+/1:1iR{Ih|k[Z9O{ ecɸV=m9$돛+و -ql{O-#q8r ϊRdPG߮Dxo<\ʁ("{C0ԺAnEx[}z{34+ұ\aLʣ@:0J0honY3;\:) -93=>d&C\P_$v/t.3 c??&=zhGgg *xSp&OxդHLX]DfIOPEPULo^at+ڥGoJo%2C#ditrqxuˎz3JA @xeM,r:efg-ٯ.]?J{_vXHxN%/ XR]ﰺf+:} j[YWgZ:5BԶs^;=ǷL\iRQdr).+'BSX:&SsSV_՛};(C}5x5Aʴ "Vp7W 1y.3IgcP"Rwipa.wBDTwEK` tfT , @E]M7 :۹^IɊ%|Ӿ1QmR'f|ϕ|(~C2F/!" v79$/IN;YTH9kH vm>l{?WrtGL0jQe? v9h5. ٿ~#U[ iT́-mr^awbᓃc{|ȋ {A-StSS]I"ẃ@`0LpȻo'Hq,)0H\-cd{fj׹zPq:?ry8r77K2Y?_J?bԶ~5Djmi!h9.eKTy72Lܞl}TaRL1O|0=r !5r)50eI9i=`0%rI"uw{BՏNIH-UH 3*U4~5 ʪ69 GP D~Actr$eu! ;F\FaV!ʲ0dp(dșY f˼iEdQ'c-8T0=MJ&:b_C2qݴD<^4c>6UH0٬tgدRZDeٛ\.5g[\wOL%.9qS syctvdZg ZX23 %ܝ I$_/"kɳG^qǚv )c2ABt? ;5VxcXs|mTEK0lL`=Ȓǔ7{ ӆ%q0HcTh^%$,0c;;7ZoA|U¬PLg\M ug-&yEձ;joٺ?m[-~>j1cQɑ#F>UD`jN, y0|##g!Y!2*6AD`Y2qoj"<,ͭ߾TuΊȺz(v |LY^0'1Cxchļ񞬨#zsI ^EN/lxXn1M_.rbOHGU'#SYeNڭ HUq#4W-";o=`ҹN9:tC^:J&d4&qCjBX WTrɀB9*41뉹iD"r_ `Tb9*R\m铧[R7.`=,Y;j$:pKWK$9<׹1hNҭ/Mk|c =9C40xjv4K&:ԧaהHwLRI"f20ft/xrѩMYo{ ud2Jޅ.\܉lҫMD*ٰGhpRc <@"d0w^_z%Bm! ;<"iLR.aI3znqE~3d6J 98G5I#^!QKԊg WXE44ԶZr(ʸE"VxFo?yݒl4GE[h(z8"ZOU6?عɑAjlzS^EF@asV+l #m J̖Fck$ eR ^ S 3XKty"–4ujPzLv%s:kt"Xqz~U&L6sd3wVJlp0ꞈk׆ic)IlS~60r[g_S˛!o"ѐl(ߡC\_qe=>LWu5t&bj OV4$X]zt %ud) Ԅ['!acmt>j"鷥9s#}^yJ"QQSC(5<&b.J=73(7mԾuT(}?njt ]wmQ_௥7=kZ.kg,gfZ(iDj3.g3BЀţR`Ç$mStP,؈ +;*aSVT.:-xy{ TeQ=arsȐF.OU֊.GuOIڧb Fq4׸5jy-.UMs`]ul 64;o+/iF87", ?=! P 4[s֦RdM`1L:̾*hެjE2M‡˻gjv ^VJ7O`f@NM(Y_OQtM6%c"f#T@c?VA&ї@ٙYݰ#]eGh9DONhW"-O,C bw+ΧcڔSp| 8qq|LɴtJ9HafL*H,"84%a'8Y|g]Qq<A빣l4\~BR99qYMEE)- 5Qu B?+\$-U8M=P?" |"^rgqm! /4*j'ċ~ K[[.Y- 'GW VʠJ!UE@](TV!\e}Z0`Ik#c3x%c"&1ífu9X.ճimvzxw;4 ?boV;4(7,)eb݊vizvK#zO}tk/UHy[H ]4' 5 ӛ& "bwAa_(eK|y >[2GIP.xԾÑNW3 ݡ 4ǒ䂔$ A2x> t ?( 2\"4nU$5K9h]^餑7"]jc],nH4SmʢH W4x#hAyN4:A5,b.?ksP ؎O~w=±aEWSg'Ab-_ʏ9CDV2}{WsMc(fdI!ϼx^ ,3')]xVel 1OEX F>#60dVQ|h1pZKNr z lvdgy~v@z|)D Q0U"R籪`/-6H#x 8Q2o*,5xtek̍~gn+$$E#Ͳf/MCcᏃ&9#.s-~G{&V^{8\ g +U!M=/3)j.zV|!v?8~FP}c@#*g% f#V1Q0q^߷^CD͖>bIiEQL[r hs/Mh3ܸS?ORe{ҐtML$,]O* +e \oX۞㤐WooKt/O ? /Kv갟p`< ÐbEɃ3g"P3 I/SiӦL*y0ъ`1M|dR4֛#;hI"9^E4W]s1i^T9"`,]'d3),SP{n-\7 ) ;h@FQN:ŔcOSUXbk!h[(79 E^:pE_M0YzڿurqSVݷe׫*h& *rk!E,3.45]`0M_}f.D@}ic[RΆ"ڒ.0S3ʋzL=,'gsȚHogK^L+a?(C1W2YlxN`JOg HȮ\^ߤBMދu/Peiݮg3OjPhgɺm~1%MQS] !Eds)u*tcCĈNI8Luu(=TkKf Ȑ7ɓFNNVpi7 ugkmǠ/k5dX>h.VXxm_IQ+ ,1I!D._''A[aJ!K-:9)rZ * 8^Ӗa(b `#F/I$W_+jv XY ! !WhFqGU&XT`aYC9|>J_~n=~ B\'JGRtߖ Uz9YA'l+PA`!O7菿 ?r_7I>qK\{l_Y糥D맘VN}%Rċu`H3<:-ŝ־y+h l#&d58ȕpTԣD510/TOCAO_]NdP">.6 nqv GC!ĩzS~k1)ǁ۩br3k1FJ^d*;eژfczaiD/vJm^オguP̐}Z$+z{PG-o~LRNW1bqajͪ26qJ:6ͻ'bwv*g-0T,o}=&c /P>x,`=Q3gWD?j2!5]w4LYdFDQ7Hy3$#]d"1X8!4P*yN̢˺z.D4m ^/{b*܆s7j_{{ =afkW~0C紑˕Z0: p.Q E gOlJ)*u(gO:# *>OH9KQ3iPl`"޺a}*jӍ㺯{ſQ*C3tq$@?e%z9h=r4Y\ݪH⧏2H;X 5%k=5n_?h1p[cSVPzjWci,Pr~[''F p|N=+cm4Jpq ie𷆓Q7aY)6ߖXݖqN6kmeZeĥ÷G~͛TޘIOE #$4WV~ >'TRm-yUVY 6P816bjz9͑ւwHYsjǏ ~˧&a1ϖSL9{aݹ۹rTC@icjjc YZ