perl-Lexical-SealRequireHints-0.011-bp153.1.16 >  A `C"!M@eee~XUr8Ӧykd%:hm5a`=U}?#Ek) T8[ˆh`E E*p4֎3sz;T7l,qCLjW$\J^4N\GU+Om+̟PT=[2Ҡ=xPDnqGa:]}\ųKp7"V#/iwǽ5PAɷ0+ "p‡9lWi؍ 1'(opcf9e1b7071b77c7c8f0cd3fb42c5f90fc2a30ca6e15bed0bb549bbebfdadd5d25e5c89a39155461945c5c4f78ba00acf0931e43dX`C"!M@eee_Uc بW3Id7Z ~-#ϟ|437Qg5 P ^!}aG,X 41"sO}z3C2#*t& 25Ƥd5t+'z 6_pe 깽a^гiCņ#@>P3"[Y[j=qGD2ʈr uљ9 T68w&b~gКYr&y*R{ (Sj{>p>?d & 1 R       # = X                  R   <( 89$:`FG H I$ X0Y<\d ] ^V bLcdqevfyl{u vw x y<zHX\bCperl-Lexical-SealRequireHints0.011bp153.1.16Prevent 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 '$_').`C"obs-arm-9rSUSE Linux Enterprise 15 SP3openSUSEArtistic-1.0 or GPL-1.0+https://bugs.opensuse.orgDevelopment/Libraries/Perlhttp://search.cpan.org/dist/Lexical-SealRequireHints/linuxaarch64+` AA$AA$mA큤$`C"`C"`C"`C"`C"`C"`C"`C"YjhYjh`C"0e6427ab38ac6a590e0aba0abaf68a168b36feb13bea8bc88341f3cd7adbb818e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b8556308d792c041551090b29b23044e2268b66cb8431ffcb9eef79233de57aefb0d6c358e3a8a6978e41abd903805bba462995e1a3887c17b2e793772dce883b8444837fd5dbc4151e271f239cb0ce49486cf7e215e9f948abdafab297d89f6b24d41ef458539859a6dfe90d11fffce719d4819598d40dcb2bb47ed2d859ac6acf9rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootperl-Lexical-SealRequireHints-0.011-bp153.1.16.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.1Yw2V@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-9 1615012499 0.0110.011-bp153.1.160.011-bp153.1.16aarch64-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-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/9b4f92390b556879114cba91edd16f05-perl-Lexical-SealRequireHintscpioxz5aarch64-suse-linuxdirectoryPerl5 module source textemptyELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=b64de47bd9986d6e3d4e14152ff08eafc6af49a4, not strippedASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)PRRqTnihÉgutf-846ddad9b8bcd7f5815a83f63cccdf00727564860198a3380aae40d57f413ea42? 7zXZ !t/{5] crt:bLL.Q!xC_8{9PM|9DMᾠN%ǒYΩ8(tK|eu ʄOc-d!Tծev:zM&($xl͸;Fm=~ 1)|LxB~?n!m}̦&?BgƮ X`jC3A4ti-EDwLoYY4}8U /7L/ "b6[:ˍtC:~ eQş_p{X)Yrih湶ӐoYO$͵e8BX;p6S{t'M4-!gZAeO#;,Y f௹5}g -3g/v[pus1D20|8$O`(;:O!5 Ƶߖ(ҝpPˀK@/%$j 闥ye FqbX*0L^4}\t5ͳTw\LCu`. Y+4giƸJ ofC6OLJ-!%ʌ{R\m+x_NămiT&@̴gt?wxx!=xncL 2/=ʋ`.uA Fx*"yXnxqsYnV;egט;X%15MĎlBizx.geK%]#A2-Yź9*1{]BKM'y)L=Z(~9o'N]Ld4w@` Y5"WI~ILfK[J|QgOIo%u.q)w74|AE eC^]&̯lfG,1B"}r Th_Z\P"kOY.yFc}PDQJ! 8Qmx>qCA8Nl}a`=`%[|ב ~tWq/yTm+: +y/ gXBhauRHr.JM>=hZ $sOk6!IAi0P̹+m07v]Pi)o#e@'W_2D'մ;O;Lk[ +%,(C+j"7Vݚ;ٛ;XtJȉ?Jxa ,J|~ p>{ϱWTp#Ւ[DZ`!zmz> tZʦ^&jt= Zҽ:c^h>hCo.שfF:!ڃu ^xA06xzL%nDs)( $'RfO 2(dm\|c! YE($a`HWgC,Vaf4HHW#TXJX G:_rwn"ƆOK|Κ\Y`xr!/7տ(ocG>; $;CeTR#Ca*eƁ{,l'[M.ph;G#vHs$\MN0iW{qA.&~k0m\TLɅ4< 1= @Ɔl.:ӽ-dnˀGx,5?4nLR+rO/~Fas*OhDA[N`?F&>mPN\Q st|du9B1KJDKZBqB⑶.AtOlf! -uo$I "O9QNy㼢ՙ!'W1J|#^IV )Iʲ(ǹܙpÊJLΗ% GO7ϙ=Hg!=VLsј`go 3VfmBExn/GQ#~Z=J(NJrڒ=%Q 08xx:vITy6!fsb(ZrI"ݝ!q*sݨD>?V=t] YiJe0 l Lv_u{d5ԃǠM;Hc8N.dpA$7>jmXnMsj+$A*GIMG'|Bfe\AeH/fϪRV=y/N}è:^]_UUA `#1&l"Y佄`gzMm40(4BѠj <ڐu},^]?"F>/d0Q72n]{U"Mͷz/ 7L5}a؛µ&> ˎxM-3 M ˢ Y5Tq&(+.%!tr7)W>{caz(n տ(?Xv3@DS- )&käNF*Y_EnкC h im =\-$LnRXZۉjO%]Z?HJE2+bM6Sكu9D)"LB]풰5hY.Ii6gm`HM,!dx_fFK9;v ]p8,:8EP殽h|J#%͹O?W?x53wޠyDH <.Oxpw/^@ 9R_{ҩ/*Z K#ݐk̤b>[ +*Xnͱì[qq WgHx֭Oh|؅ /(&D/abK 6%.1KKW+.kϘa1hPro}w^Ӹ5? A֩zPkW_{ %%CӴp(+TZ ߱Dڃv74.~7SX{Hov`A@Q$ƓVEo^8|[S[8~UGE+'`8izZM&GӇ\R wbpǟ/rn|wa yߝ8ʅadjZ$"'^EAS8{=۝;*#g s*ͦi X$P/hCkwK+`2{{];It֎'-&mسyPM\K9Ƅ+ط-'>2j 5P'jT7=6@wx8{hƗEZ*V MV`X*A>_>NQ2a8?ht4L/cpW`%spTY wbpqa&CMu3^eЌƞ0 R(R#|[XGP%Qn:Ȳ!db m7)YZ̔@(/?p W0Xa[,lp4J[OWE1䧊L _s/?iF+FNz_٪婔#} X`~L[;Ǵ*6%TGӚvJҰz4{ks@Z)JǾʌ^|C!F] sB,(/q 'jU(y)'_-e%`adۣ_l9#kQRӳGr>, R1EG;k9̸9:dT}G4f/1ṊǖJhk8zʹ&g%|sܗgo$K+O*uiHRd`d ܪc4Zj(2%w=R3)pHZۋ1>tɁyVdaGh.超%o_%Ɠ ("~ʰW .:YR=L!]wlQğ ;r4@5zB|y'ʢK}duС K~W;N5uK2RJ̉>Xv+أ1W'[W o"mz:.Xw愚sD2`g '?BMp)Ljh&MtX9W{ϵov]U2 V͛`ʪ-륄rsMxe\`Bw#SX:u.@+A6Z]R,NqpFo3s>"$ J35̗Vb;bm0)B9{US6U&i ZyJu͐S,g kI7T9|{˞ؽi+L^df"`zC/j;3XPVVBSz}J|Fs}H,ht qx%zZNYx6 [`N ٖ Pȵ^/v7ή H)j4FVЊOT(%2yL+Ĺ$62ӽmP3ⷠjpU)-tAHxĞ 2)Ma?D.&lJǑxYxY)@ *+n\:e))xtđ BgFPwCWh|>P~g!Ar٩(IqcL_yog Ҵ OOJ6O'N=?j&ӳp,n{7#?AG HpKQ$*ɵ{ (u 3SX vN%#Nuݪ:O~ %QD]')hC;Fd)g? c` }&ٳkq<3<\/5ϮwSŨm\,m9^4ݰߕAY*Ͷh; Yy#NG3|<)$$L痸87I"aIx,|h0LR"1%N9!2&XV,xa0am&[uD91$BNERBD!dDsh!?6>; bOR!N0Ե2gӍ5j{^QIM#al2'XJk (]epeM„/~k1yPJx+*]/~rw)n=,gXj8wNs5] ߐ,lyl {~T!TV +ߵ! >~{jlOl}wHe9d^NɋVhtOI %*5n9UR7}e$f&kXhj/Ȕ` oTiO-uPWs>gނːhǗC:!E\{:( ~Ə,ኂwFRŚ$s7|UjO1/ȴÛēTNR3@-(j,aݖxrgxYDËcKK.CYxejOKr?SM%J.|M#hkMhc&7)ܰ*KbOWYPBԄb0,כѷ0A>x6g(5W~N*XjA 4UوM~W~lysܩ[mNYtAM]Nܔ`#K%%89C0#ZID M< npMU'c~$M_G@/I&M=,neA#.5`}3󠡧1y"b 8夢1B|ڪD3X?ibݏ^\Ic6fYoԜd[H5U_a+<ҢR nz N[Ugeoa{\lA{Ljr8lj>X5/o; 4pQoըt:-X D3ιű̠8iZRPς!2kQVSF@_f%SpLTdou+9GG K20R{ Д#X_3z"EQK-_ Q.-)0TCPB{$zEX+ȩXA{߫CY]ˣ(Xs}*7N]P3 tmФ֡6)=i&,kj(tc^w*/qO5|ñWLCevR+yL&6h{05؃*Y8ȬX|n^R+0+H:nU;h};`{I Qz:U>b5\ Qc:|&mH]@ N 32%a eDƿL:sOz/tZ*- tb]]7JP/YY ލQ$ @ 9!8V.zzڀ<_v\wU 'J` RQolBz= NgwiYϦ͜ڸi!h}]I ͐NMk.V^"2pbxt~Zm>ǀϫ\dA@_,DhWun$ V4K $!nC!7Y`Euty1mB퍠?""]'E6Oe?ݯ9CQ!5ai, J˰>] WN~2G@˞Uȴ )X?C6]زځgģ dQYk=d˲3*VBDP ,|rI]̤)Xe<DZ|8#$>Fz֣ T'޷oħCzmVlTw~Zn/7Ni=n=BL݀hտo5Eb 6(Mep<zB4{ήU%7~ȧQ+ Roar Xи?Δm⏂B)OUs_.,hMMvMs?Kfoܟ4D~{} {ZLNE;mN07 z&Tp5/Y"c-aKn##q.@$g `<A-.s*~/`#4s`"Vۂb@-&G4`m $b>\\wut*~A]3Db>|EY8 n`Fߔ@#(x+iPLh_HZS~` ރ[X^!6Z=Ө>t׌٭lQaLq1d X5I b¸*_{h cNyj+]ӭ{|+d,Ȑ/_ <' I/X!*g|-(V<pL:Mx߽c? GӒr'Ƶ{:sE Wk_wʝ!͊JC(Cۥ TBxVGBPD:P1S#Q@XŖ/˧va6I>N|󘚞u#g@RhSxb?%em-xt=d ~8&ےLlVk vJSuė!Gh7½7N^u]E1~; `{jŶi찬{2 ?ܕjl;ӵGDNp|c`Ap(A(F,WJDM sdyZAI_mX*On:}l&ηN6fw2ׇ˩.YEqGt3EV>NgFޝ¬YA@p*e"\5qXL43NоK~fss>KS׵^z"cPwc,ܜD }[uƽl87qc17rZiEʼ~}b u4a˾9CO#hG@-WV}:N\= k5 9ЈJMUm$QY',q"YW|KfнДIӄ,"bݑ磲l gK9w8mP1Rѽ[#r $Ag Ώpè.b~9V }Ov;5]5z8A4USνӆL6Nzz#ZI 15¨SV7o|a%t|ڏD d͋[`/W꧵kN (̝W8/EE0ֵQ*ڼVd8V{4<90+fq1 '(&rݸY?Q|$/pJّ3UgO &D$lG#`2[ŴNEp_r-pnJi;yB!$"$7i]m7Q~}_SgY+-ĖK$3_ Z*ʴ-KWgg(ҳC_q.-$"