perl-Lexical-SealRequireHints-0.011-bp155.2.11 >  A dd䛊I%z %K4&2PD2:zȌ#A8/\Zk٫RFozP-F!HdL+X;0u[/<,s}8>ţ┄[]̀=X9l4^9)ҧ%*ЀVECxM5)&P1mwp]Nܧhyz3 \!9<7s Ik4TP 3q#=rXxaO+31ٗ+ׄ Ɗ&US5킸@mPZt ;^3"a h~V&*X :=ws!zƌd"~CE=yC@s%ha˿7Rc:! EvOCυ;n*}3]q3N5}hKޫ7 Z6q\BOGav # {_6 }%$ F22rf ](ZUw.):"gjjb?τD.0if83e5ee32fa68e514e3960b9e31455d81c9f133e3d8dcf74cb11da41d5bd9bcefbbb84df69f5750a85e55a1d2f5a7d22bbf96b6dWdd䛊I%z f^nn,fDoW٨2pR4~g2_{5} HzfE.MBBۘ|9 ?Si&Qzs'$G t≱o|;ss֒֌# ֛G- vRb&&6fK W[sj9/aT'bDZory\=Xa({zSTyb:bfӽWNB _@37aۃ)j+m0Բ@djCXId(e +`K7Mp 8Ch3SmjH-B jl0mYFB$h?TxxsɅ˪Ui}ktC\q9JY5egKY}y l;_( +Q VIU_.mT,G*^}pwZXBB=#ض :ﭚN.r>p>?d & 1 R       # = X                  R   <( 89$:`FG H I( X4Y@\h ] ^Z bPcdxe}flu vw x y@zL\`fCperl-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 '$_').ddobs-arm-11iSUSE Linux Enterprise 15 SP5openSUSEArtistic-1.0 or GPL-1.0+https://bugs.opensuse.orgDevelopment/Libraries/Perlhttp://search.cpan.org/dist/Lexical-SealRequireHints/linuxaarch64+` AA$AA$mA큤$ddddddddddddddddYjhYjhdd0e6427ab38ac6a590e0aba0abaf68a168b36feb13bea8bc88341f3cd7adbb818e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b8556b6254662bccea20afff12a6a115e27d8ede248572134dcf519d0dc8f9d480df6c358e3a8a6978e41abd903805bba462995e1a3887c17b2e793772dce883b8444837fd5dbc4151e271f239cb0ce49486cf7e215e9f948abdafab297d89f6b24d41ef458539859a6dfe90d11fffce719d4819598d40dcb2bb47ed2d859ac6acf9rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootperl-Lexical-SealRequireHints-0.011-bp155.2.11.src.rpmperl(Lexical::SealRequireHints)perl-Lexical-SealRequireHintsperl-Lexical-SealRequireHints(aarch-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-arm-11 1684333718 0.0110.011-bp155.2.110.011-bp155.2.11aarch64-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/aarch64-linux-thread-multi//usr/lib/perl5/vendor_perl/5.26.1/aarch64-linux-thread-multi/Lexical//usr/lib/perl5/vendor_perl/5.26.1/aarch64-linux-thread-multi/auto//usr/lib/perl5/vendor_perl/5.26.1/aarch64-linux-thread-multi/auto/Lexical//usr/lib/perl5/vendor_perl/5.26.1/aarch64-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-SealRequireHintscpioxz5aarch64-suse-linuxdirectoryPerl5 module source textemptyELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c74b3c30e06e441eeb7c384bfc35f152c62e713d, strippedASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)PRRMfbutf-8a6c7edc0c90289bdbd575da5c536546d33bd6976614c19b7fef24489ce426534? 7zXZ !t/r4] crt:bLL dz'ldbh?t9;qtoO2hU){u_YwuX\TIWed X 3gZ LsRk@ϹE|"ʊ*sMײZ <7dw)@b7'.$[ gkc;=nweΦW`kg=1p`dyk~yƕ4s-FW7O춭4S̿5AhFBVAD0mlE,k|e~&ڷ8o︔zHd!E9Z>(6oti~.X?V> +(L K{j),s*PQfxAUVXzE{hj)ҬwzXL`} Z c^HC%:Rt ywc%=fA Tz&ϨB]\GD#dx|bg98ti|8k~jb"ZyCjg)nVA*fV{RY>9bk{!k` Bςr.Og෤qm4Y0 GfPU `ENr8Q;^w Kq:gHwX@m/:`֌ڲn]ї\ze+A E+ 1ؘJ/T?6(eZfung7Qy\hA]B~9_\W >&8'da kBE΁,j8bV6O&&Cva*Vs 1,3㉕;:=MlW Ziׅ2I4W7S0).^}ǧEIK{z|{I{?'qe`RgX=rmZe%MY̕4;7PkU,@ofD]YgW_ Nc.C@6^1c oUR1u#;9ṫ{|C1f!EBz 6rH <器hdb_@nxQX&FN\X3^ V̺)xµEDm:0nP! bXPfNHczE`Yl`*]d5/ }avEm/c=CC(7]]:D(#:V):dV S.wyۃ!2Z7R{4:(Y' 5-p?Dؚ,9LY]j@47A?vI{17))9~ g[LO  |եV| AԲhoQ2a!K[epN _?eMZ:yslv /v_&~ N SN85,ЂLu M}Z™Pb/ Zj/Fgщ]uB"dI3CNy#/XkU%98{$ޯOQ.! o9q0N=f{> # l;}laſ YD[=猍m1l5 Jr.Q[Q~ui)(ImOdhA e.ޕdo1Ō:yǼu\BCK]f$P[F*ըJ1l5Gn'hn{{ʹ,ۇqƐݷur)v&òvVK!?>+m"~.4ܺi5+{ UJ]SkMAC2+e1ʩ\LZ;o{("4S6dS ;cv|*!qOQEBxBm&=18@~ 7NM#!ʰpG 0Pab d|s+nfW0\|naD d<6%ROJ0U%g!qXۆt Uu-CT˵ޭlPԽ'jRľ.c̾u*z:bܫ;lX,L b6e8~n=:bENbq|O&IY$xhE;k?me3#̳}^ 3 4rb Wn~gҚ;礂2\C^BK;ߣf\]gH9k?9Wtoyw>UU?jC~*˾#N /:(΂lX|b"?9nGP0Z"߷VN6=GSF)9P~PX|{?\-c.GQUOd&ۺ-eGo:CYMBC;<8*zvH0.2e&\ZR.@`Z1#/il׆[l F#ˁ"T7I)@0ҶDԍ of>}Vgst!f<#EFydSρ|32f: 5Ȋo9!5k>%('a FW:2_&ϻw bى6zPT4#`EW*u3R? zUyLsA (oRc-eu90D,Xdl^eZZ-M7y:ik,$8p>fi$jF X8DJ0r|#FM88cy>PP !NVSݍȏ/,S-j8t~E\_riQ̙9[ 0тǽ''mշ L.BQg5cY 5]̱ CR+A4լO$$C Mb⣱冺#jh]`w @PGqB"W03Y Ž{-I`zRR5:,n Mcg!Xlf/T,xw'BkUO7JV }SMGn)ƺ/sԻ|rVZ̮O0O/ӟ?ܩi&BHk`Գ7OTb5UGZf0%طS5^K'K5"5R8݌( 8itIq+rϫX۫C$3sR1|5䝏o0lPcst쵅r ;s -[۪{<$/]¨1$LL}HJ&G75b8J%L5n\Y %Bv u_z)r:DuqzYI=PGNsw2tm.(B P@y̚@rĎBOkRĵԱcA!N!Q~{d=w1M&ܖORJrd J_[A_x.)\[H.7+#Py.x_;]<̯}% /5u5HhK6Ѹ~3/ 9+y[F{ty3*6]f0%sN [}d!ؽz_Ӡ/w%ҷ9Wō4"ب?Xю-pTGQ[zz0NrWۛ C1\p0>œ UTMy~'U 3G{ *!]p/pEv&utg0ȱfdr0lj/TYԎ =H2\ io䳛|+`GMe=R{0{{G*_ID9![=0 vk5A e/d.0ZnxhsY{PGœgM4W `ɒvcgS~PO9~JMi z";OW ͓Pae ('fc9Hr2ꂼPx}kR_HYS3qSL`\n=r# (?p??q4kn d)Qɮ:;EԻBJQ_x_nv,KP8_ʵNU`c pRK08KlU>Csg @UW;,~ĻmSu +D/#m/!o )\CZ\0솒N ;JO.trLIY[2 ka3j5ȅe' HYDz`Mso w$0',7sF%q,e 鏞z֘o%PlI°cUlhVXp2K`= W׃kp?f!W-x!KKũήvat)~ʍ^^r]^Ooi/ SRׯ*S#mQס=D_{ʦS>.䬵ܹ1/~8۾xn?}_xŴ{[rC;ȸ~Pc`{sñc""ߎ$vA ȸ//C84z[܀썝c.|AA>yb)Vs&$P8wCoU!W g"^H'l?dE|34uQ4j Z;4*E'jrH_W1א„Ӝp%ඇB%uk o9DvJê@ d AN9'+1z1qt.& ~KZkRܾgi^ JŚ K;|z7kt"TGNrbe:DO*n."1kZK~٧B_lS.J촞 | gc\٦0bJe@mOGu MAMS- ڿC.8ͯM[QE=Ĝ'D2"K 6wZ^0a!E+CGpVr9!8m:$ENZl_x߬ ia{% .qbNAPZAui>AN~LX-rS_43P0x:\-ҋ әUO(9u)"Y32!b&C'K֋0߶5tB*SMdl{nv@>*ZgT8ы/I\zU*Bkz{*n<)j'vRG3vuN`~4{lCxgф$ ;T|C4G@b^D;j bk|;ZEiǑ (JyIN6Ʌ5ʞȴCWe%U +ԅ#H5s)1aT%Ff'7.%Y;%1fP!x[+,<$zrZ[ :$SƭITO/c4 ? PHdaQ;oKYm;C65i7aF((7}LgͲƈaDW@JhBdwY~"fMsF/,v3=6de9%P`WVu]7Y.oA2@l(6Be\%w#%٪(?S $S5Zm xa$<ۖSw\ HVfX|6fTQ"k~qzP$g}-&cy6 /0V%N<2|lgxAP:_$~Ͱ ŒXZ[lm0L:WQmNKϾ-Iٰ+:DA&e[Mv,G 2/fe|x^$ d= ڽ'i ] g衭u4㬧д @!% U+YSE c6 /C'Y]a]qFDBg%Ӕ*|kK:bk`wcH #18ΊM8(Op@0 /ʹprE;xl\kBەuo&\/ͻyO Eu(0(K!6p?<=-1xfww1D:*\~*vxfp_) Mkd#N!ϝ۔Jpݽ'sn ۠ɋAP1kTwqx]AZHi,k`¾ ՋA R߂} Ȥˌ Uh H~ =U0Oj/T5}s9Ġ ɎVۢΧR?}5͍8Qv-62?U!֊)vj4ȻۍkLn8wSX~QTo@ocoWފ;o 5% y)vCđjD%kt2ԫ'yn|[C])N]5gfA~3,PUАHR"o[|&NAl~v"Fn…}~S2XUPexC*R[ 6N-)4GFUcQslȆK7SYgâț{z)VwX 3)*i k07N٤Ö"L34KUUCuʛ33"EXte)twy@]>/4))PJjc*b !7/͎٪PzY>ʅ2271} vAg3}aO.9گBvx*&oX# g~A( jқO@gaj]nCYrq3oy ze Xc(Y$hT PV] ϬU3˘G<-NO -B#5̱D{+YXqcKa2(ӢNaj;E;VfzU_!3A;]jWmB':)oU'_OНiP W`FvW#e" km&Gs8sGtA@P ~\MTLSy@7)x˦ &~l?^B4̄1鏗h*m$gc5gkgQYЊs;i;Lwh5fm.gs0)z@r IVҿh j$ae*Z8ԋDv`z^4\F/f?@MA{<LI4ǍBV: gݬJjnƃ .WJH0PM[|gtQJ5ڽaXrYМt{jQHr:n"tnTbG_ 4w(CDOh5/嬨%OHYSfh\Yղa7ieA *Yf3-}n畜aA{_~_3($uKNj 8}/lWHR}ZjKF9ɺ rUkYr2qcjӧmŇJ(;YUܲ;^Dq-&%ԃ1,@&CKј빣wZ+z&!vAs@Y[paang]]o7ޫ8[2`$ފt"d dyJ$o8L$A"LeqKk RKF ;8>{gbBA(꓁2o}̄%tF:x@M9=EQ(eZpFXJ=sbVV1f_7̌aH-WZ*;6ңv%I1S"on\榳` QTi2S /@8b~xIFll Z[wѸPGqu=w63af,K/̽AsMvF͠U8L?v b/+ rhnVaٶ YZ