perl-Lexical-SealRequireHints-0.011-bp154.1.24 >  A bx5!M@eee-~!9_=CS܏zlp`Pҝo JtÛS( L5㌖! ,e_J w{ )ꍟ%@߭و?bh(ȐOaRm-LLX&bF}Bve6<6xl2e{c YewTL =̒VX5Z^y)vд&4W2V&\86w{diMF CAffb7a05ad1949ed610e81f96a22e5e48b62346d20b82d40288f7af04e7993dd03017d3b4779673fd28155dac8abc82d26af049a1W4bx5!M@eeea)sePTUڰL3֌$;P$ է4ªSr[%+ϻݝ)GRVߡuQ9=o+_Ǩvep>?d & 1 R       # = X                  R   <( 89$:`FG H I( X4Y@\h ] ^Z bPcdxe}flu vw x y@zL\`fCperl-Lexical-SealRequireHints0.011bp154.1.24Prevent 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 '$_').bx0obs-arm-11jSUSE Linux Enterprise 15 SP4openSUSEArtistic-1.0 or GPL-1.0+https://bugs.opensuse.orgDevelopment/Libraries/Perlhttp://search.cpan.org/dist/Lexical-SealRequireHints/linuxaarch64+ AA$AA$mA큤$bx.bx.bx-bx.bx.bx.bx.bx0YjhYjhbx.0e6427ab38ac6a590e0aba0abaf68a168b36feb13bea8bc88341f3cd7adbb818e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b8552dc9a79faa1e3c8ca5d0e1fe4b1d1bfb666f45b6ee0fb220937dfbb07cd8c04a6c358e3a8a6978e41abd903805bba462995e1a3887c17b2e793772dce883b8444837fd5dbc4151e271f239cb0ce49486cf7e215e9f948abdafab297d89f6b24d41ef458539859a6dfe90d11fffce719d4819598d40dcb2bb47ed2d859ac6acf9rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootperl-Lexical-SealRequireHints-0.011-bp154.1.24.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 1652088624 0.0110.011-bp154.1.240.011-bp154.1.24aarch64-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-SP4/standard/9b4f92390b556879114cba91edd16f05-perl-Lexical-SealRequireHintscpioxz5aarch64-suse-linuxdirectoryPerl5 module source textemptyELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=686da0bc481514b820c476f3e16d6da006844a9b, strippedASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)PRRo Rx/Sutf-8b035180167544eada84b80cdebf87277b18b43b0b2b3caa35f03242e2e884f6c? 7zXZ !t/r4/] crt:bLL >W.Ow4u @`/;qx5rJArw>2)1_OjԆ kĩVkɀ7 d#e{0t(KAud4R4LZ-<37إ4Vnvҥ?,HeA{v?Ȟk*hI-)@{;l0hLdD¡ Mp3 yҔ E.(?(Äϖ&hp2}zW,=vo:=[LiY<O*sfjraFUqkh2h[tL\N'.`9dd&T5IU6v,6xׁuYl6E2y~A22,ݍgh<5RcG5o=@]VJ45ڎ8mDY /rq پ4;]洍siՙFP-O9-XrZX@}]! yl$Q<+*qPi5=BiyzatV8rm/iy8(B/̗Wvᛣr7{m6eJG=Go,JgW9prg EZfN,.n%UMMփY= ijRDvZUU8 SA2e)inTibNj911bӤj`)T ^)߰KVlˆ]UݮD;Q"qr('Pi( rW|)`v;7-ƻZ=&7pcl|T$}4/6M`Q2\tP)lEKWM[wM~;i׽y.ڷo#n"<>pD~nuk|GPYFrf*م6izٔb*J ~>՞nDZicE>5lOLP~֩,;?_޶XZRk܁6؍Op/|(Y*6C%ZJjJ < sOsV0<]Qpz5Q9ћ c>S$(),vɗ%X>IMvYh'K` ETP> wjJܶ":3OGIY-sb"aAJZ:ɳW5;Zyw,[z49JUvGo6]]) |CFg~cI2{lfs'c(Yh%z[movLU^܂LY,ſm7xǫC۽7QǗ OԀ-!1jLJ*oLUYށ?KݞuEl"Ibo1uiwC.e7(^/6YhCkH<470_)'f >K S%=Z Jwى8i-C'%G쾅ߪR,5z 3_Zc< T9_a |aFt遜pI ,¾7s\{1j1иswe'qȃviABϥQ1ILatsp+LNmtZkΤ戔}C4ZaIkၢdi裎He)ցO/$ 2s 2Sdʬ/c'%᠉x8f' |@ DFj]JWlQifNI67anhfV}p8Du7aޞqЋV3bo<:n;dl35C#,kF շq4G 1 K[ʻ{"SƯEߵX0ݿkUkv N%L|O YĢv ś1|nE7WechE*f e4rcx څNGRO ~ײ\SGY9Ε!eױ aF |5];M$y44f4&|F(Rd=n7;wX&Ԁ K"%MJxV9=܈zD|cE nbTm:ubj}:\$zqQ.%#VE,L}ˆlͅ]w#$ėXP?e9vg<|^N̢A P3RnwBQY0;/Edv ӃQ4An"Br?DGUVt"f f!3iWEE52:*±DFpvVFr`Ag4CwvA, )1ؚzu,2b&מUA^A%?b+q/7KSj~#F??2FA|I\O! YƭJ&J}YE> Nf#~*z_Sg#OZ X:v1=;m(W؅ü5o86ʿ:|"RYR[|RWP 31Ć_k kO4n M)joD?]^em@ P@X{]^G_y E c}eR.ރ/XA(蓑9D^?tcN=%N|z{ *답F&8zٿϖJ[sOfڽn7eNt(|Mbud&8ܓ4k}~3͎,V;59Pqn7-π ;o5 O!=1Ͼ3 TxFY>cۓ'\fPOs2o>"2қUs~Vcל!v>>F[%6љ]snz=llkeoy~|wԮ [mMGdG'L["Rz@c2q J8)uG i\K/0d|z<Z{OcLL}^`0Qdu_x%h`zʘMi>[J!xGS Yf4qr3\E1ΦJRo\WWXcJ3κ"VmȧGml痹Ͱڔrye awGqE67Nv:W4!xŹn5TڔZJX'ek*^tZۮA+"Imw{A2q(#N-gyCq2@:]P/@0e_=,=Σe@&餗$\aDȥD Lw­7BI'YK'w8KZY'ZFӟFKSrI_,*O 4U'7/lQLfkAFA& Bϙ/Sw=N;f{qlds7@ƷB9 THȭAyWsaE:!G '!j,א< s%K3ǧ(9Z#|lgm ܅a0z-T7d#Cn@ ,F8e9NIS*磕Ѷ1nZ2/q+)X#Ok}srR kKVgH-}6 1%EhMrg1u+w% G}b}K!oPC!&S2"Ԝw8mx~Al r݉2EgCe)=Pb{I5Y@uz?:˪.,?г$ J"P6.U ȡ^Mo$ɱ_ 'Zo]$u3T.!^YO< Ojc f~4"܃Deqs=Btz.E͏2:i 'Ծ ϫe8Gh9%,{nk2|6ې9X;'ߕzl4|"9&KWd#ZH1od&h"N1O*&x0hG>G 2I!JjUR/v߬dEA;&JԄمv',`ݎ8Iy?9Fh72 Pڗ"0&X{$M0&KÝGo·is~h[NFc.)PV{_Tvac1j}{XS9Sy*t}j`Bå`"+vѰlQ1fťoՖQb,YbR (3W[YEf\ v31揄Vg\Wkx9&+R7\5 Ĝ{>m:n?/=ER-FwVɻKK^U7μH3z{1f0K=**9^OERY)Fȴp[!yeTu.aP8ch|ogq{h6ҕ=<>T$<[RQ߅*/ϮL?j2H&:= )1˿}Y\qP =wckLT14L출mӧ&gLfbEzpYVt7,% [3h(FKڂ7碶V°oXN_ =zJe1E]E^?;N<<u7v)`J'7حөx~&-CIe7j?۰R莏p'denꢚf"TH\#{֞"RL Gn ◜1ܬSɍ ֟ţʛ;냈?t7,bYCv5G.e)_zX%Y_ҥYK'&pm$ ^Dc8(|Cq12עn%C725D>Q>[*In@d:3Y}gJ'#U_"f]7ȋiGJ3jڑVl)5a&'\ODgb-E|;&JF2mf$dh\.ep}-~=4uY(ާfLya;f؋*]mno |3dz0oVvzEkoT,gC@w3V)Cq7LHm^t R0!>\ sk1I\oPY+DZ|ߓ_1GBB 12Wk;bBIz6!U\':^顤TIݲ"Fx3I3ZS= sV&3Ea͓)f/ˣLYB_SЋQ?^$6 mvf,¥<'x*N2c@|n4+ᄍ4FթdOF9?6n:4 y//$NW9$c2Bk(u&/#Qp^d13UnD\.<̀%cd蒌˜H,Ecoʁd xw] 1 '&LQ%Լ2ū6飁YC?pP=X?ǁ{PXbo[uyR 5k8{56jr>QGTͬt8T7>mxw.8@m7=LMD\M4 l *?/2̑V$P:I;ùlʠlEijzG_[Fd#%]چ;Ӱ??EZmqR9k޽AqU񆠽!89!e$ QaY@!y%,y'J1I6Gl9\۹r3Xg/p\YM,g𮜂N!kJ)T {*s:Pkż⓱JGS8Z609 [{w\ EAhρ^Lkw]s!чWK<,6#id2c-(P7eƇiN`Yva޿8"kEY_/}앲t2+'+>G\u}J:FaoyA=k1M|@KaiY=7\M}ʳ%AtRn.ilV-8ʘQ"#62;0߃P8NO JzWmOF č^XKjv`]x->~Q"i f_􍞦fV]kj;,jcRꄖyrmsgC#՚Z2y/] )塈P $cF(eą(JFտώӛaU$ G, = &7U_m%BC8v6yX{`Քv?>4g?~Ь>+އLF|"<%'SwASjV،1^ yJf UmaDlr%*5`sFq]CEFFLEj1zù\PѨ`>1qʜO%@$ >"@pE[3ӱXp\{x|IJR2*%j  .U#> s! Pc"~/ N˃s%^%mJ]'G;d;yq5" FbăA-3xx[ v&lv`M'5uE~;38U{[!6{>C%44 ͒U D%%0cI ̐P)l[B=5#ʨӕOJ실rqUOY3.s~p ^ww`,G'PT})+ڀ~.^3qP^'R&n%#l$ݧH@kG9-*WW[Dcb0w%ZCp(eO7tɖ+(Plv7V+gh`h:0c -(RzhD24"c_h{|en$P{|@%C`u2]E1]Z畘PC rX̣>X-)̞ ˜.$Ϲ˥^, UIV ը5t+7ߪlDmh,Y]a†5QC7&j ƛO\bͲNnfn6Yszy Ld ??`i;J G?c&yVTaFl*Mʖu* 96نX I| ,Go'腉j{g T|Vf8f]VmjXrH):[ȯYOd3ye @!)G.N㶯N?N KliHn*OR)r #?:.Hh(M0O%<+]GI"`;ȶۮٜ 뻫QB3 G;1L^aj(AH˳D(%1%g[]QۓoGreA3A^?31 uJa~c 6z;Tзn#8mxJN7*y^g5]lel |]䙾0NRNWWjtp0ۋlR "߀ p__68[<3ѫD}yb׬gq NruqEx},/xqD8?6> ,_QOIE3 4S) Cb ض(͙IEm; ЄuwQtc6>[+sUݜ;tP˂N10s^%C1 ?Bc; i'!mvö]f–GS=jtij_ȷ.=Lժens"0?u-`50Я茠@z-jHmd=6if56}w70P%hk|Oќg*ɚ$$j y{yXgV 7X̗@D/?=Ja Ww#^ TB0 ؇<evDE(n*-@')($|dB}0DfQ_U,ݴ4d盫-!r a_3CY3u.IyRqkw,T40Q9n.υ|Y_8k ,Q7D+PbCxCD ufs\^+%rJ]X]nZ?0LwK/ٺ{T[,;KW6I.mtEq{ͭk Kfnb*5fUꀶ(;UkKrԶpCR0}%VUr$#{ ᅯCh #T*e(El=]2X;(cՀ}MW ^RFNZ4Y^./\ h;›? Fx66n_wqx~Plӑ59nJ*cC^ I/-Y"rSW^<A3 Z@ {H ~аI8WeD&.[\I9$Yh-4]~~'iW!7("m|6x)kvn#Sd%D+fB~ >§nj\΍pjy:³׆٦H)w)=Fhg;FS5 HUad)}(~渤~:s+$S"$( 7)8#cf.#As$2(|d7ӽbEN>іwDNCzXyuQ41~M-  fC H A|@KQvYVl$ws|,U0xc"buc)}x@NyvtJl=jB2W Ø)tLH+•#5W`x`(je2