lua54-5.4.4-bp155.1.5 >  A ddI%z e ǺS}h)/тE%e],ER_hȱbaBhU<,0D@ Ɔߜ 9PcI9C:`Z{)Y EynSVn'x3hwa+bY~{銘7ڃ_>rX` &/0BvNhw kyս,@WIr lw*f_w: hRVebde24c17cf34b3ac0fc643d209af3cdbe4d917b5cc5fe082987d007e1e114caf5322f52562a64c65e69c161dad02a59a1020194vddI%z cPÊicuhɩ RhRE0pZ{LJY%uT:X 4*6d2!A)tadBZyb Nqnmu$>,pd9r?C6[c"R1ھ4+qsHpE.X?.Hd  IX\lp 4 T t   4t4t   ( 8 )9 ):r)>'@'B'F'G'H(I(PX(`Y(pZ([(\(](^)Xb)c*kd*e*f*l*u*v+0w-Lx-y-z---..DClua545.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.ddobs-power8-02lSUSE Linux Enterprise 15 SP5openSUSEGPL-3.0-or-laterhttps://bugs.opensuse.orgDevelopment/Languages/Otherhttp://www.lua.orglinuxppc64le/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 fivAAAAddddddddddddddddddddddddddddddddfb8d5b6f25eba5df989ef54d5face08887fcf1dcbf5686cde4a970f2f71b1417d832afa0a7793a6a4778e5362598c11feee5f693673f24b54990586ddc5e9d283f1636eb0b2b7f6dd39a9741d97c53ffafad63a4950897fc8c2d34a63002c2410980338601e639de8728e4f097d4c8c9b99403b597718d0739f949e498d5e4e1/etc/alternatives/lua/etc/alternatives/luac/etc/alternatives/lua.1.gz/etc/alternatives/luac.1.gz@@@@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlua54-5.4.4-bp155.1.5.src.rpmLua(API)lualua54lua54(ppc-64)@@@@    /bin/sh/bin/shlibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)liblua5.4.so.5()(64bit)libreadline.so.7()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)update-alternativesupdate-alternatives3.0.4-14.6.0-14.0-15.2-14.14.3c bI@b(b%a7a7a͟@a͟@aa@`@` @`}p`a@`J@` @_v@_@_?@_;_:q@_@_@_@_@_@^?@]D%\@Yw2Yu@Yp@Ycl@Y_wY?WbUc@UU@UUt@Callum Farmer Callum 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/shluaobs-power8-02 1684331753 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-lua54cpioxz5ppc64le-suse-linuxemptyELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=1c2574e463f09a8a13369c3592b1b59e8a06982b, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=87570f3557ba81259d74ad389068ecd814da3b67, for GNU/Linux 3.10.0, strippeddirectorytroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RRRRRRRK&U9DmU; utf-88d0069a3ac9a0dac3e2619304458f02f2351b70d76de1c9f67a8ac85d3b24b5d?7zXZ !t/#B] c` ñ{;p?cDK&R{s\e:-} 6ͳU}/[yCBbdbHjCbMlT7W>^pV\iT?A{( X= |֣CS0tT'ǹJjYN5"e ]MGz RӨ~S6Sp@-#}sQdf|ǰvBҘf^Ct ۈ,+Q0ސUF-t˪T#I'=H{>r;,<۲ =k4uP~OiDdu79E/mC?96њ>od_xdCC Upe):ӭS~\?!*%P{3gu'Ё NyF/s[ C Pui˙xQ\V-W~^WYNfmwz.]_7p Fv_.6:L#YNU 0j]0&HZwӣ';_W#N2p2VeW~S|z1,DE=hr6c>uJ^ةBc#HF3`?%\d"JdD"30oшu8zbMshwstX{f/HH0#45l)D)GG/sGŒ?K}' s8ylT:: o7nZ]gzT^ө -DZ f@m~p7S}̅09 [zL %$%9d2I}scJAla Lf's]lQyz7uswi-~Fa;❼|#~ܕڅ t +jKK L{엾@wm7lXzBEv\Zט HN47[18u+žp<*ET!_5،%St=0T)dGز6050ϪDۛZƆjJzVx`֗=S` U iժ=rvatI ًsEJt4bLy?y=D&E\dC)FR+n>h &bKI)GP _xl6,Ur="j_ufD%ﯪS$s4?tl>=Il64Njj=NyܛfU m :RkPTNa3^}IΣO+0+i"0M\M9 ȏ#@Umx-#֥ pfdޓKkp(\'vaCYu`MsK {d(z/ P6uE D\"e}uUa//h1|>16bۇe=@9yT\(TmAs}tq5x5? N݀x|N75i[0 Loο!gΧQ&$h[49ւ?*.@`cN4*(;[9[^@6,n H2rz\/\rGP K5jI9q1OO/F E`Obwt]{scYu|fl(D-^턀m͕}_Bbxv#}JCUäN93@HtIކf7LLvaWi%uמKaT<}g-S)EPyK30hO5/å 5upH( M5DicNV\jSs{kr3@B  s'=!+݆ 5@}ΎE  {Tjec0$dCp"8 ;:-x Z;kIZPl:($ nE6?D^J}<9hg1e2*86i@Fv}pDU#U´ʍ*`%:r7=X͜3 [^0dBliyZI@֓ҫ~,IX`-&\1T b̖L{^IBpqŌMs 3 U#»X`EhC)7zyVs 8 zlT懿@c|ix١O/px/4y~̣ܷ?% x &f &n["꾻LA 1mx0tH)tqx08!0{wMBL6 5wKda;]'i0I]W.[Q컢eĕ(Hт8ISI߫l`Tϱ .죵#:XW:!H0 *%QiB !k(pH*qWLuoAZ) /$ W W?ٞfaYIg V$(O891Ш~E|!4&i65Iۗ 3thոr 3C >Cٯ"\% 7_.h(<8l+|+: zI)5>GIrO\<,(%nEO'5"<)2i}~"GFsݚPx dj(.Oz98)xG5UMH<}Qs*P͐#!3{ ݤFd@MeRڷM:ePsա[:43NU?-A/5"8 _ۆ{LtUj(=3BRĞ' / Y(4R|PАeʈ#@ 2 U BA{"kbu9acSX|^?u{^8v^;>Ny[N}: R㈽%Ġ _Tτ6I&6WN.,麠ւh[opAp_]oƐ'O/m\-GiG׼RU0vªNdݓ,6"R.#_5]F:1RQf+f)%t˟?AhSnU?vىG: 9!-P}0s`:%Zs2H]&_￉!V}+t 1`3j [.f NbX"^ (B)nO[L;v,MO~u[VԼ*M@`+kl;a٩u4߀|4dO?^2[ӵN4"}lJ$ߑ{;`/ŴAR_+rI&c2^qҌ{R3e'ݸ|bP~GE PK?Z7^ܔGJMf } 9g(7l}Śl}A|!GՒcc ɏ2|Jqkߥr a'tjn_Nc&o)% d/Wj.͚7;28>/O'%t]T4N+ԕpui̴Q 8[,WhqC_ a?i,<Q/5/ ƸוMt]Q8?jt_a 52j8KjWI E~1Bg=ih /bBtue9]5:8nQ8+HLԊ'Vluv$VOv zrh H׵EÓ?n=9Æw$1[aPT/?/c=o^$)";Kfyӝf}#̔%q`dH;jz(T(S3\ѥ`!T53Rmhqcc|dXe|и}sbL '=p@^W[N<"ƴ4դ(Gﳺwf+NGBt-]w#X }ڍLXE-^ЭGs[;Il\>\O.x:`#^-3 d.r$$J';#_D4DwG# *(ll臻 0q_ccaj(kC0~,޽AA?sZ ;d&۹b ߨ ~8x-v3AyJL6*82D DS DnC <;mƓlL÷qEk~ L+9l*l"N+K9˂ChD,xxbx&/V]Mt5w9{$|gZHkz l=HqN5L#0 kA@,- zͰG+H#ήt t9K!)p~nc*L˛>I[xL4g6!"E$qk+Ƣ-ʊ#R:F';/Ni dG_@䦍Mn*l˞ܶZ{H^&DlUf<>Bv^&^!D* |nwߦtBW}fc+Hͣ +JD ^+^0C!hd'a~O[ Ը7sW|a @'=Мe8SHWguT+% EON#8` ~]rgo+AFdrDMFa--ʼn;-Z lFis@!qF8O[d;[>9HEh߼k_ma }DvѢҸıS<%h1Hw u%6͉h?4#!qpi;̧m> JJKfs_{Sh݁'"^-Tx 2D 绅t hx`50xþ X>h/'1F(h j a.TI(驴{"$0gt=8q;t3SǞ΅U8Vl @[ɒ7N'9;L20M!ϪB]RrBF+ m ݈[d'Y=x? Yx7S7WY?T10`u+\EZAyL`jrHG~w~R3B!)엌TxjrK<]s`Nh'f{Q_W7v[oyۿ{0]ӤTs?1HG\m)m8&?v4 }fr _ i #8I@q wT.Z9VO6Jl(1[MBDޡhvV(ӛDz\i@Hv|(?(Fgں#8s:wFijOT\"R/$v1!h@|f,낱ȧ&A3YGd'9tBCrZ7b$(N#:e*U0Dge)S,wYٞɄI~05-Mswiqc! u*::#%~AdϟκY,B?Ib4Y"j1>6jQ}@#ݴfmӹfPhOia[N^KZIYd,Bm0uz _~,ݤ*\Mn3,]ym|nGC*?mP8˥ TE$dPwbљVH pY= LJ@vm0y%`3RFT51%nCE;UB}%+3Q2ۖ=S7_i6ړuA< +GQ9_f.3 )ы,g2g.Pg8ה}we/~ꍂ0䤼Kv$X _U3&R}+lP0~+SQg=bC!CJ-πw 3lZM|2y-?jM'#z+~;)/Aak}{>qp`y;+l:^> 22+uY yo7g CmFJ"=FɻKD+bXJB2R yɀ0vI%Ca<\iLHœIȌ'W#k]~,_Ga.)7R/ϯB <)/;uvEweld+-4Bp=E@?yEj `fb#[aLs% C:K{Ȉ5Sg3HD'mJpop'JEV6w3OX(G20 `Ea C}ҙ5Fc݋Ptgr/[{YZ 5:M 9"2f+5{M2vpvQ"֡>>zZC֎4OL:Z@D\LPVJb?JkJv{S\eXR{wΪ.;Z5'vOrҜ` }.C']u,@mۭ I_\o3Lo` :D!Q&s9 ϭV bu "D14 ?W >b6yDCGBm7caOsS [<i$Vfݹ7qqdK#({ƮTx*9 NZ̀ "Rge%=Sd5?{{x/4qP5;Lo MxliE 2IsbVe|/듍$F会w`LWxM`Fr`ZK98v>C0^۽9KO=֒v=V4 vpɱ2o,+H8Zm6 9q&r(AJ28ksEQRt l-I@,_p$BTV"R֑YUU4qBCH} Lַ>ܯ??4/0 w+gv[@.+B&.t+r*J"%ur(i"$'r*WaBz3Cu?_H/Mn,Ěi$W@3  :y#b"q@ yBh^l*jdI렠^qi8K\ ~by<(iyzG+ǁ$112~d4`ӛo:P`C ms9Lu՞W^"ٌ~pud}[0>4/fҘdEK,e2M0l"Z?tkb%5:!7$(7Uz r`q?G.k,c+#q})_V>Ps8(SA =nQ`a(^0wŒ =,_ jxdfs ?_)3g ˧fAAO*-evve{`'Vrko#5)-FOjT7gl4S>uQڽGBɼZv\ x D,^֑2BR斶p %}(N|Ыl~`^J5; 48\lK!)]#gQ޷aFjy1> ]K^W6~P*wu(@?DզNj_06—Ʌf":J#fYt+V;%d,{nsg\7(cvfrwrpSz`)q²@WI5{]wGU WYq?0j- J $w6A()sޚ=o9CqAc`b1$@uTwe~A FFTm2@ϿipexwHYmZy. l,=O'wyYaAqh+YN&8/M /~ fxSn7FF q͏=֣W!n%úfp%F"Y%_K7 觬[<|; S'dUr+%=Q@w-bGDryJ44u ]!#C%zTMjz!e> ;B(R(U BL#٩{9h*6#(zԆHS7\&gD_uTm5rw֚V ʱaG%R)!tIB`9 r6g[I$uFƏJRSHx!!#,;]פm'"H/sd [@}˄2@Luju٬RZ*c"rԧfH@E/&—P`tyߛB[ zA#, XzW)Nq @{[08OHԺ]a)fkbdnn(TmAIcv%6ۂַAM+J)3+ns q o#O"V~R4PˤaI*uo ^vrk% 3BG\lj~6E qm!.fӏv|2ٹFϓ`uI>?=Q v0 Ku<ϟyiMOVc/gwr&2 e->! MZ}nJcu[4cgu GQ介F)׉.g3%]nsD Zuo*s84 G+CL)> Hںn/ǭ+ 2[]vnGWLֵt2Bg=k8%e L ~m^'PX'Z܃wcUoع = 8> +q6׉te @VYgh[/h]Ƙ#W!q],mOoJ[ƴx1%8U61U؁,k*S9Q׬*m{͇M@4wEqЕ6] AB^Kn\1(!E9umIP;埼\^=YFD e #z MRS{Gm{4' ?ܙkNJ #P]}+]&iLN{<'ZAE$Ljf`$%dKv+w '3y6g; -Ke1zVP#L}3Cr&cX!Ύǣ !ڪ=:* UZ` >P cÝ 1EZDdVPf"7a 7<^Qm|g걒$w}p[6aKΛ1ż{nk;ɟ(TWgvL/ IdW}N2.P^ ZTcVW93_6 _], 9† )2 &nCA[z{ lIK0' 4]1=Zȸ^c4|}†I$"" @3p>'|7R^CQ3^f{LC޽Xy_LT)C2 |9uCGF<[0) W~7ή q@*;5Vg'﯐+:<}iЦ˛Y^K($~NX߄7^߃.~=0 GB %ykp}R1}%n9+ܨݦ;1wl(VMkR"{*A>Po~'NA̝#MDGWD Qej$'v݅_ v= BDJ [?>F]u}3;0%S ]qj3}ܦ%(nEh AX.k ׳ҡ`Cny/:+6ʖ!IU-vص8iPz7cuޖM~!7z0;E lѐIBsbUrϜ5=ҁStq}` pԡ&T=WyBяuIC]&_2oP}]Эu[p +/~Z[>mՙk*WI/s&Qإl'Bk*Q|QL:$ΓdR#i5nxImV XUP\S+{=`W ӶZIX&ȮD*ʾ(XvJL|uƓ, :+U 88FzB쎥}jF0O.;Ʋ0PR}@;j5T q!7%vp`W\v!nkg3.3/d7uȵ콠T@%jOSӾ-vLPw># #ܓieCr7eɞM 'e zZ](+m\BsgiNbiê"ܗ ug'r^Ν@u!Gg,%< |=Qh=KS摏x@WAN\|L=WӲc{x(#9d,_ľH_E;'zk8۽Hp jxQ;/ԆPI|)>NuMUL~¬kb8*I $N(jB Ύt>zEbH3gL+wsXg D#WB)˪ UeqXnGY" a^QϹ!9K<W˚9%i)I~\=M<\uu271ѷj\~bO Byԙ\gy7D56nr{Jd~D=e]51N1a`p Dl5a>=qc7߳lS#4qɓ֩3m%Vu)yHIOsU4TlIKpt꓌e:mՋ0IKض0F YZ