lua53-doc-5.3.6-3.6.1<>,' `Ip9|n*ת7p[fE5F?eXEs>C2Ј}{GrSEAuW$ RP7 5;jKL-%҅mҀᷴvӠ5yׯ!郇QIW S^y#En2(guWYf^^DT5M+{"aJY}?K)Ig é-^lVMO ']Tx-@DfRX$x>W>;@?0d   K\`hl  (  B  \        ! b| /(K8T9: FG H@ It XY\ ] ^Vbc;deflu vz,Clua53-doc5.3.63.6.1Documentation for Lua, a small embeddable languageLua 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.`Isheep20XSUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/Documentation/HTMLhttp://www.lua.orglinuxnoarchy& ,sA큤`H_EU XD XY\$`CN `CU?1_ E\n_ 542c227c21e8a3d66a137a72d29eaaf7cd02e30ff336444d22d9a60ea6c4dc39b6ef324ca66e9ffdafa9e5b5a1478a548aa20f3a23f264eb1bed6d21c1c7d039de4ca280a5561940ace4b1a72dc5bc1d96ac154e59c7ae32d98ddcde010baeaaea03f57804296ef00f1186040a0aa8b18d33dcd09ee78be2fdd89d31ef6cf1957c2ea888c342ec8c563b0ac64aa45bb247120a8697b197d2501c676b00da7dae1d888228f7b3e794a5f957456c9e88ba98a5c433dee07ccdc706b1f2eb726849ac60e6992db478539dff611beed7ad01f52622c897657a9152165470039b04947d3878b52a0c96ef36db75fd01858ab5def878b762faa59a0b0e2e148a047915759bbd5b1935c43cc9ed427c9facd5fe259c5033a4ce0c05225175c36b07bb8cd7a5813ba6c70561179f466548a1d614e133b1e81003ad939a453e22a5ef672f9d6ed62bd2f453c986f1aa1ed9e8920572cc746b944320a9aa0993cea6f552482ddff2161e0c4487d744943565538743c0721485873092f6809d072a983b06efrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlua53-5.3.6-3.6.1.src.rpmlua53-doc    rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1`!@_m_=@]D%\@Yw2Yu@Yp@Ycl@Y_wY?WbUc@UU@UUt@mcepl@suse.comcallumjfarmer13@gmail.comcallumjfarmer13@gmail.commliska@suse.czmcepl@suse.comtchvatal@suse.comdimstar@opensuse.orgtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comjengelh@inai.dei@marguerite.sujengelh@inai.dedimstar@opensuse.orgi@marguerite.sui@marguerite.sumpluskal@suse.com- Sync with Factory (5.3.6), includes fixes for - Long brackets with a huge number of '=' overflow some internal buffer arithmetic. - bsc#1123043 CVE-2019-6706 Fix free-after-use bug in lua_upvaluejoin function of lapi.c - Remove upstreamed patches: - CVE-2019-6706-use-after-free-lua_upvaluejoin.patch- Update to version 5.3.6: * Fixes bugs found in Lua 5.3.5 and Lua 5.4.0 * Lua 5.3 is now EOL - Removed upstream-bugs.patch: new release (no bugs found yet) - Removed upstream-bugs-backport-lua54.patch: new release (no bugs found yet)- Added upstream-bugs.patch: upstream bug patches * Patches 2,3,4 - Added upstream-bugs-backport-lua54.patch: bugs discovered in lua54 * Patch 10: CVE-2020-24371, boo#1175449 * Patch 11: CVE-2020-24370, boo#1175448 * Patch 13 - Add RISC-V to list of 64-bit architectures- 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.sheep20 1623396425 5.3.6-3.6.1lua53-doccontents.htmlindex.csslogo.giflua.1lua.csslua5.3.1luac.1luac5.3.1manual.cssmanual.htmlosi-certified-72x60.pngreadme.html/usr/share/doc/packages//usr/share/doc/packages/lua53-doc/-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.suse.de/SUSE:Maintenance:19987/SUSE_SLE-15_Update/c51521b83a8ebf03cadf6f3e753fc5d5-lua53.SUSE_SLE-15_Updatedrpmxz5x86_64-suse-linuxdirectoryHTML document, ASCII textASCII textPNG image data, 128 x 128, 8-bit/color RGBA, non-interlacedtroff or preprocessor input, ASCII textPNG image data, 72 x 60, 8-bit/color RGB, non-interlaced eBDriutf-88c46e16123824e955e403dfb3d9fd06d16aa75bf549954aeb897d17e1eded5e6?P7zXZ !t/]"k%]*vMQK*"vIdˈB8X/#^H#6{h QġHaZ 2W̬wjI5dGT-*lvs'.Bŝ]q$߳6W=2:Փ" : އIuV{S1 ͑l}bL7*ˇ4Zs$U<} %` AMYw磚,ub`6d=9WtLp0tfz/D8^lG*tKq*RZiҕ6r6ILAW Ӄ, ty(4ײ1) IElr}G ,[Ԛsa=qgt8̎rWMv+k[ʘ+wf_*pjuz [Nxܕ YsBӸͿZAxNBW nwK}btHV2L $q,ͶEX5" WJ53ϔYIz I%1p%; %M5oأ穠ՋjP~uFsm ;i 08׼q!c˶8Xewc}!%^3*FS@"_܄I?,^#Rͼ/͂ส-o<<ذf^dR/[ښM>Qnv]w0 ;x3~+CePD4cځna+lu H-]Lǹp