lua54-5.4.4-bp155.1.5 >  A ddI%z yI3Z`lw\Mwnr <[2Omc;UX]*r[Qq,?"Fo7) ;La{I?>G ,r=\Uz&aZbT0ȨFoXKSDл):Jo7}b zngl.i#>8!Ph}KM2.Πa"Dt 2s$ho7i4,$u̪OoDFGլW@:od. \"8!ґc~j92,1vℚ@_ Y+Kd+1GO4\u n`LqfYϸ G=(>(*xg9;Dz;e1c7o]CZNjpC#@Rk>ZٳQ'yvt=\ߐ6Bjtp002f651289f753530c0f660ebddab8c191880d3fc215cc3f0d53cd9ecaa050b0481421d9cd91dbbaa8b067be6bf9fe117f34fa47jxddI%z e7uĢX kZ/As)%zٞ!~i=lEo|ly5LrIjD>Z,+x#a5 Ӧ*-$+ه*( oy8TEĶ"5 uTP)1$RH(krXr2hgtʕ<ׇp0mmfT>N6^KeT;0?\1㏞ͳag!s\L<8n,RH6l])̔.6zه{"P۪؜k+e.L%i"1b;Pz9h9&Tk}% 'Mqb˫Jܠ>U05L.h10ړufܯ,NH"냍iBr%/s`*;bb4$=iXؖz|ZdTX~ߛ]ʾ V e0JΛTK|!3A~8aHF@Ꮜ |tqT,SJ1,S>vٱ\-t>pE.t?.dd  IX\hl 0 P p   0p0p ( &8 0)9 ):)>'@'B'F'G( H(LI(X(Y(Z([(\(])$^)b)c*d+e+f+l+u+,v+lw-\x-y- z.....`Clua545.4.4bp155.1.5Small Embeddable Language with Procedural SyntaxLua is a programming language originally designed for extending applications, but is also frequently used as a general-purpose, stand-alone language. Lua combines procedural syntax (similar to Pascal) with data description constructs based on associative arrays and extensible semantics. Lua is dynamically typed, interpreted from byte codes, and has automatic memory management, making it suitable for configuration, scripting, and rapid prototyping. Lua is implemented as a small library of C functions, written in ANSI C.ddBs390zp26LSUSE Linux Enterprise 15 SP5openSUSEGPL-3.0-or-laterhttps://bugs.opensuse.orgDevelopment/Languages/Otherhttp://www.lua.orglinuxs390x/usr/sbin/update-alternatives --install \ /usr/bin/lua lua /usr/bin/lua5.4 54 \ --slave /usr/bin/luac luac /usr/bin/luac5.4 \ --slave /usr/share/man/man1/lua.1.gz lua.1.gz /usr/share/man/man1/lua5.4.1.gz \ --slave /usr/share/man/man1/luac.1.gz luac.1.gz /usr/share/man/man1/luac5.4.1.gzif [ "$1" = 0 ] ; then /usr/sbin/update-alternatives --remove lua /usr/bin/lua5.4 fiGXXvAAAAddCallum Farmer Callum Farmer Bjørn Lie Callum Farmer Callum Farmer Callum Farmer Callum Farmer Callum Farmer Callum Farmer Callum Farmer Callum Farmer Callum Farmer Callum Farmer Callum Farmer Callum Farmer Callum Farmer Callum Farmer Callum Farmer Callum Farmer Callum Farmer Callum Farmer Callum Farmer Andreas Schwab Matej Cepl Matej Cepl Callum Farmer Martin Liška Matej Cepl tchvatal@suse.comdimstar@opensuse.orgtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comjengelh@inai.dei@marguerite.sujengelh@inai.dedimstar@opensuse.orgi@marguerite.sui@marguerite.sumpluskal@suse.com- Add more upstream patches: * luabugs6.patch * luabugs7.patch- Added more numbered patches from upstream: * luabugs3.patch * luabugs4.patch (bsc#1201146, CVE-2022-33099) * luabugs5.patch- Added patches from upstream: * luabugs1.patch * luabugs2.patch - Adjust buildsystem so that it matches upstream git (testes??)- Drop the lua_docdir define, package docs in the standard location. Instead just silently drop packaging the README with the path that does not makes sense for a rpm package, but for a source tarball install. Simpler solution to boo#1186233.- Ensure shared library is installed with executable bit set- Update to Lua 5.4.4: * fixes all bugs found in Lua 5.4.3 - Removed upstream-bugs.patch: new release (no bugs found yet) - Removed upstream-bugs-test.patch: new release (no bugs found yet)- Re-enable readline support in Lua, the way to do this changed in Lua 5.4 - Because we are linking with readline add GPLv3+ only to the main package - Subsequently, update main_test.patch to ignore another test- Update upstream-bugs.patch and upstream-bugs-test.patch to fix bugs 9,10,12 for build and tests respectively. Bug 11 changes interface of luaD_pretailcall. (bsc#1194575,CVE-2021-44647)- Update upstream-bugs.patch and upstream-bugs-test.patch to fix bugs 7,8 for build and tests respectively. (bsc#1192613,CVE-2021-43519)- Update upstream-bugs.patch and upstream-bugs-test.patch to fix bugs 4,5,6 for build and tests respectively.- Fix doc location (boo#1186233)- Add shared_link.patch: fix dynamic linking executable - Stop building static library- Add upstream-bugs.patch and upstream-bugs-test.patch to fix bugs 1,2,3 for build and tests respectively.- Update to version 5.4.3: * Fixes bugs found in Lua 5.4.2 - Removed upstream-bugs.patch: new release (no bugs found yet) - Removed upstream-bugs-test.patch: new release (no bugs found yet)- Add upstream-bugs.patch and upstream-bugs-test.patch to fix bugs 2,3,4 for build and tests respectively.- Move tests to separate build- Update to version 5.4.2: * Fixes garbage collection bug - Add main_test.patch: fix bug in main.lua test- Update to version 5.4.1: * Fixes bugs found in Lua 5.4.0 - Removed upstream-bugs.patch: new release (no bugs found yet)- Add final part of patch for CVE-2020-15888, boo#1174367 - Add upstream patch 13- Add patch for CVE-2020-15945, boo#1174540 (un-numbered)- Add upstream patches 9,10,11,12 * Patch 9: CVE-2020-24342, boo#1175339 * Patch 10: CVE-2020-24371, boo#1175449 * Patch 11: CVE-2020-24370, boo#1175448 * Patch 12: CVE-2020-24369, boo#1175447- Add upstream patches 7 & 8- Add upstream-bugs.patch, upstream fixes from https://www.lua.org/bugs.html- files_test.patch: use proper check for 64-bit time_t - Amend list of 64bit architectures- Don't use %make_build macro, which doesn't work on SLE-12- Add attrib_test.patch and files_test.patch which fix failing tests (https://is.gd/6DYPgG). With these two patches full test suite passes.- Update to 5.4.0 * Changes from http://www.lua.org/manual/5.4/readme.html#changes * new generational mode for garbage collection * to-be-closed variables * const variables * userdata can have multiple user values * new implementation for math.random * warning system * debug information about function arguments and returns * new semantics for the integer 'for' loop * optional 'init' argument to 'string.gmatch' * new functions 'lua_resetthread' and 'coroutine.close' * string-to-number coercions moved to the string library * allocation function allowed to fail when shrinking a memory block * new format '%p' in 'string.format' * utf8 library accepts codepoints up to 2^31 - Changes copied from request by Matthias G. Eckermann - Updated spec file for lua 5.4: copied from lua53 - lua-build-system.patch: updated from Debian - added tests- Use FAT LTO objects in order to provide proper static library.- Update to 5.3.5: (it is really problematic to find ANY documentation of changes between minor versions; the best we have is https://www.lua.org/bugs.html) - Long brackets with a huge number of '=' overflow some internal buffer arithmetic. - Small build tweaks.- Provide symbol for pkgconfig- Add INSTALL_LMOD and INSTALL_CMOD variables to lua53.pc: this is queried for example by rrdtool's buildsystem.- Properly set includedir in the .pc file- Require lua macros rather than bundling them with lua itself- Add patch lua-build-system.patch for all the builsystem changes - Drop patches merged to the above: * lua-5.3.3-prefix.patch * lua-5.3.3-shared.patch - Drop not really needed lua-5.3.3-visible.patch - Version update to lua 5.3.4 containing various bugfixes - Rename to lua53- Let package description adhere to guidelines: trim redundant or biased wording and strip future goals.- update version 5.3.3 * bugfix release - changes in 5.3.2 * metatable may access its own deallocated field when it has a self reference in __newindex * label between local definitions can mix-up their initializations * gmatch iterator fails when called from a coroutine different from the one that created it - split lua-suse.diff to 3 reasonable patches * add lua-5.3.3-prefix.patch * add lua-5.3.3-shared.patch * add lua-5.3.3-visible.patch- Update RPM group classification- Provide Lua(API) = 5.3, so that packages installing files to /usr/share/lua/5.3 can properly depend on the right lua branch. - Provide Lua(devel) = 5.3 by lua-devel and conflict with other packages providing Lua(devel) (e.g lua51-devel, lua52-devel...).- macros.lua installs to lua-devel - build with LUA_COMPAT_MODULE to compatible w/ old module system- update version 5.3.1 * integers (64-bit by default) * official support for 32-bit numbers * bitwise operators * basic utf-8 support * functions for packing and unpacking values * see http://www.lua.org/manual/5.3/readme.html#changes- Update to 5.2.4 * Compiler can optimize away overflow check in table.unpack. * Ephemeron table can wrongly collect entry with strong key. * Chunk with too many lines may crash Lua./bin/sh/bin/shluas390zp26 1684340290 5.45.4.45.4.4-bp155.1.55.4.4-bp155.1.55.4.4lualua.1.gzluacluac.1.gzlualua5.4luacluac5.4lua5.4lua5.4lua.1.gzlua5.4.1.gzluac.1.gzluac5.4.1.gz/etc/alternatives//usr/bin//usr/lib64//usr/lib64/lua//usr/share//usr/share/lua//usr/share/man/man1/-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/49e16ab44b66e3286907d736d09a28ce-lua54cpioxz5s390x-suse-linuxemptyELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=65e195e4c70601fbe654fe6237ab9d901a531caa, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=2239c946f287adc453ce78303ecde8a50d691b8e, for GNU/Linux 3.2.0, strippeddirectorytroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RRRRRRRRRRK> +b\o"iutf-84a0eb84934ccbf4013f2ca8ba3c997257fdc2a9d4891b24be7074ca25531860c?7zXZ !t/s7J] c` ñ{ͣgTI८d>+&Li9+ӉJ~D@w!]`Q"Νʂss\)!zmoA󾟹H<0LS'pPS0><fc:V`='D)BiN 9sB4T.JZBlRli P17lA&a)u:f CPj 3Z]aꞴ*.P kEpcE'ʤ\e~p>UX.sCdRѼeB2t~pLؓf3XST8@D,O`)4 ]DXNj }&gb%.c;eh$umY% 'a { OϬfTE}zmxxXs.JQb$4<|{?3I!UMhfMJ)d-\a:|9R7ǵQpw WeAa)ؔ/^+93ɧZf.p=RhއF sҬwiej4jbQ7M\ZSrꄁfD>_F?\oՓTscc 󅀀5hVUn$KO&-0ӍÎ@{j-.9o3Zvbeu\-+Lp_9ia\A *vߌT4+;$*)YClě̆$V1~v Uƻ U_1a ʥE?s$sJn-"Ħ2fqjM4!>x+MxVf)TZ엻hňܨ[7XX?խ\#-i4fܚ˽ˈG~*=R}܇qe H|-b/vY7㜪܏匢A& aMw3*2xH40/}S-$/`_J| xMpI $lmF bްWP]@32SF>KOg)C[eQb%'CvT#)2f)JwoY nDgQf*M&XN  f1ց5R2zSWLqxlXBa>$"_gDZɵq4ϐBٗ WE_U3_+7!̉t|@q?UPLP|?{2ށȫA-ġ~5P"??\K~\LSt$4g=]a4=  +dß~ݪY_Z ĎƵZ`\iXIaQɕ&Ť\y" *7ߓ On`4酕Pa?`"^ q2X' |>4w ⹗Xh+>VOEOJ4vpK.o\ԳP}lgj9rOy^ TB1atӺϋeIMԷďܞ!R#J-q %c߶Qىdr 1f+ȼlĈ,rՇP|Am\1n7+B#G½,69Yrr^V\$D6NƉ7X\o 1V]b uik8Jg P7\5xjV@dSaפ1䰧D^t%-X*yӤGZŘC6j=ݾW* Ug,Ly-M#R b2Z,.t̘!NEb\ƳV{kN.Ts)-**(.%V 0Ơd`@>G,D0 #@L8ܮtR9W`m3(ufV!4EXÈŐgc9= 3W+$gQ~0vuj UypLEi'CE.=gl*hᜠZ_V5/q.}fIֶ"́!j/>gwJ Gٛdn*͡#ݦA2<-\m2^Nd2GԹk&ճo %L(٭M/7qp}_ԩ:Oe[, gU}d2sC'd({uU攳 דԁD4iaᴍl=L±shbFlj5Dc%K<Pnh@m9ShcѴ{_Ӯ=jF"jp>t嫕%ߕV(5;n zzZ@R5))}Z x hލ¸%GVvw:V:hr\H ppߝO#y"/LS7Gr Uh%UPxgm[~ٻpGWrg*LFh=c;']ѬyWsHbC$'k.# ۃ*@6)O\\ %x9 QPʳWÝ3͊6h.Lw7t%VT-2 d6oä!mr؊cfA1Uf ~a3fli!o㎑Nk!###Ao= ckN'ovK(%ѻ{ZDG(vhzMxb,J:?it[B0 ;8>D Fg{Vm7]eSU٨SV-UDCxTss5ՔOUҔřL$7D3Hsn&$:|YNWVsT 8?lO ~Fge6I-V qiAIcLx%H(\mm/1atŭm!D7Nk,oO>W3qahrt4OCa8ÓJ 3bVlQ ;$q(Y#{#1/ӲA.JW,!mZ7,*ޱbVgxAL8+&sY?#;7Uʨ s66rM=t; Ҫ MPo `ҀKz@S1qٶcsutY2w9~XO[~*S9d_g JI VL xᚧ!YV):hTZ4EEg-?K"Iy_}e,Xˇ)006: v ]SR@,plqÝugj7jԆ@u)^C*n1X+~/qo"<8%k&p;C(8c]C'mbMfV:?"HYǦ^,%}L r[7i0 ToEb\=QPO[qh~nu6v2t ++S8obS)-9`gfu &_b*rR&w`4qwPe4iA5ą"C;"I%>ەR*(7YԩL(~=ߑC™G2tjl%ؘ} RV~JrHl ?/ا(n!㰸-TuD᜞HM&bmL rCꦏ~JlcaYc1J91Վ>I  zzm>IKo;WENφ޾? ~D=A;g-Tg)$NuTb\-Oܔ? Pƚے`p~{j+LRmھ09l,+ MŰѽg"6;06ĞF7ꨉ0biAW׾AXʌAGq7]& |FFeU^r6l ކBOHǓUDv䟿Dƴ#:#e,eSAsg3y^Er52^?ጢ>+Ks JڙԳ2գӃɦWS5p7Yf=<g-oFPPgVBkv {lNW~iҗq=Z{*`8s){ 厔>sod\4Z>Rli `փ#i "f척azVm> ~9:䵍mVݖGr8ҵܘ ֿWf3MdL2rn*Π3R}X8mZ T)Yk@07_3!\/@WqP]F6c $uP\'tgDIⰠP.1](2nuVJitŬ?^X/T*Z(@RtH͋8I^9nt[ǥ.駌x w}0e!P(_ޚVv̌o bHinU`pXOwK]635IeUHjMo4m-zW{X'139%6j}8vkt!ϩG=l͝?U.oX,Zj9"(j~fռ@GA@^|cIF?n/5ldw^ Guxq9bjDDdЀOʎ=BgA_,!ɣto ћaYY+p 4:%Uq Ki6Ӎ<\!"S3R^QxYc'F&OGPh͇GD2CdCoRP% 4g*9 Eb2]DoRvUۣJ-te@֠8,)Q!O4ˀe{]Cӈ"ƨy/u9ycV,,k HϽOTѧah$r.kY>ʁ9ydX7v=~Lxn\Wib(]D1"c17mVt}G\4m5r} \tlMK2Yʎ!Tm$jpEq$即9 ct'0bʦwXK]/~ z:KWg^=liOrO&%MSVKt~gSը*WH"vG\mM{kUb_& 9Jw0Tnbx|, rLE$,mX)jonoqu~/#+gcppGv;Dz<8_}Hu ˓ˁsT=0QW$mwK.]|sے=E?TߛwX1o&lY)GNз)Tl4lw NaZ%tO"c'J5.- 4rN.ҪBs[G;Y7%>\8x$E?"1EƬcg18$x&{[PLo4  aV.̹m' /H jJ'ؿnJ5L" bpYA>/.tPnDWo~Į|<'(wl,dɾ>C`16roޜ i 5ps%݊%fnvPN.Y}Cp* 0H'/>N6>m]LCoPiyv@UVbV(3&sЁ>2 &yB.sWΞPU4VeթH+*AFa PO"Yȟ~xbE *JVNHGpAwdE?1lc h|-tW&D[TL`snxayD3V+PH246:9FmzUy(pv3ۍѥKxS 15[s(l|27$ޜXezȣ 8&="^gHQ CX$%7[6wc&9O r&gCfq6&.yف4%O Ns hAќQ1-ݍcQ3xreWe.昿bVPCbEBv ;2P4Pa(t?FU`x Za}SGSs4 xt,WNk%m Hyc&B2Pc&e춮6ʶ{liQu>)3qB? xALZ(I'5fKu'$E$%Ь`c@݇>YW@Gg+2,oOkWH""mfvt zRϕM>`"q=a04sIv禋v> u'=4rjS] ƊY&D2X ^Ĥ9¿ E.sszV$)"ycr34aԎdl2e(ƶBa6N1wK*34zlYٶl@v>n{a%Gqc!,YZ|f- Ti 8ћk JpKOҰ/ Өh&6(ΙXaP#GYC} V]O֯\Q4OTcC.! b y6f{X*35zTj $W1ͼK.(;-3߶˴Wg[k2Z^Tvs>G+4OpcVx+Zō)NTC̽@k݅rpSp+SjqS3F6E0w}C=- tQR9N'2 .0mh7A3:[,xWibNan#`~Y{? E›ĉ-# 2 6Ug-Ņb/z m1Xjp*$V}ΰũ:Gcc*~yr.g_]s 2_q/>6Jw{ao}.xFjsuKLSqR`#e N-CK$Si&)EG rۧ_~ Y bǸ󤍚lQ:#{f+RJu@8Q1F]rgAޟv#nHJCLyY[t)J,q"Ml4Qf >kz?tUZ%` J (dqB!ʹ]jL٨dm8+}P&56 ]u u`ߓ``húPiӮ5|p<N5l,ˍS~Ȉ0mn wQzrϑ'c*N.O9HʾdN$j(8equm@`ݣ#G|H'MK:i%u 'pL6BIm,)s5xbNZg °-!3'X%e@d{>~lo"A$QMePJZN'CZ}1ah\Td q[BmMzPnzTe B*XR)^^adU[IQ*D$-MrVuAGf;r[33Ӎ`K^b;yA- 6 S^}v*#dp{!U<J|^y h]e>y=hY&ShՏ1;F2&OXȘsݠAmH@{' kwS`GCt+@ MG %lGw7,2CH6^:fdHpR8Bժ2/jev-Qly86x9s%؟cD俬ښ<4yP K:X'- @_']tos+ x%k#oc32|qv: H3IP5`,jv\XKM+)PujA_i]U^zk ҠRA>s+OmZ,ތ3fmQ}L7] p;AE:G bUPr* a! _"ɕpє@OL2UE?D9_NP{;HQ & 6~w:,9]œ*8(TyZ]x>=ltqn`~Z,nHe'f%2NI>WuU} v#`r}'vP:f@i-n' x GJK!%}U 6Pf# &p&WMlG?)H+yX6tuo ?TN B&#֛>ܘ i^{޼gNGAe`R#b$[8||,BJWBת8K2RV^BU} -V`u K3 {æJ o$椖Ay3*$Fvf5K`þd.:Ft6_^^-;oG(qV^MY[i]ʅ :mKk\KMSm$?G5}9$UEn2A&Y4ds=A_ .]󵻷6o> /csd2m畠B f:fT@_2m`92}'}<ܴeؾiF}@lҹ{{/k6m [aO]} lM#7yCKo*3aKON{/4 "ҹjREp!smwЙTc*eFY58=_'K06K!ќjuw=W _^G*a'Ԙb:y\ n㋝Tni@ݨ5r7q9EȈ o؀X O|/B!U֎?2D?볞`FL wtu!#* KRҼG:-h;3`VNll' jQ(`Ćyݻ̏)Vh8G"r2ߩy埙`3Vi(wUJNzG Qo;|WzA*~o(X7":׊׀8{\vwyuu|LQHJQv}-.|-鼘J?Bc|꫊ w$*89ʎmsMb#t'g ~҈ڟJ,QM=D=J6B0 Kl刹?E1uSuuCPTB; SmGk!D[$#PűH1mr V&v|j3t?,sb- tڝvnH/tE˄vkNC -#JQU[*bPڄcPkA=>w%2O PyܡoB'jp+.-CFu}Ƶf _@q8GLF dޗi)ռ rz-7Px S)dk NƙgV!M4ir2Z蘫{WK1q|uY7 1gWNJA$"BI ֠&C]+l G3ԭu>!ۤ %xh^̲O`6Qo#Gﶉӏ(PIØ1w"\Qg9%Jhţqf"m991tν ?yIy l؊(NDҐ#Ul Iv#_CħӨB*$s+ B-fe4 M!XwqEq09.^inE'u):Y9y~|!JNhɼD}6Kͱ"o 7eQآyGVo_H'-Ks(bdP'6!qѯ˜:K/}-,<"ae3āoťe?* , /p¯_zydq ʢ9V]K6Y+ EHZL`qd(~z̔ 0PX[\4@"ZYCFshlR2h@:^[o`Je1,GIMn_ YZ