lua53-doc-5.3.4-lp150.2.3.1<>,4,\Z/=„ΘeMW(TYIqB*d6?Z &{nн%zMdE6@aF):wXǸ,Hߌ y YP üt>g9R?9L5:nx;dqO-%mLQK$D Kȁ}?;T. ZNL}a 8? q@ qA[27ƆQ+2DjK#lt5-F.xIYN"l>;+?+d   Q`dpt    .  H  |       Np #(?8H)9): )F'YG'p H' I' X'Y'\( ](4 ^(b(c)d*5e*:f*=l*?u*T v*z+T+d+h+n+Clua53-doc5.3.4lp150.2.3.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.\Zcloud104 openSUSE Leap 15.0openSUSEMIThttp://bugs.opensuse.orgDocumentation/HTMLhttp://www.lua.orglinuxnoarcht&  ,tA큤\ZX\7U XD XVR\ZN \ZU?1XsE\nX\6!dbca8ea1902dd67b3b6aafa105667e4ca87d2229eecea2bafa56e0261a3e355bb6ef324ca66e9ffdafa9e5b5a1478a548aa20f3a23f264eb1bed6d21c1c7d039de4ca280a5561940ace4b1a72dc5bc1d96ac154e59c7ae32d98ddcde010baeaaea03f57804296ef00f1186040a0aa8b18d33dcd09ee78be2fdd89d31ef6cf1955980792496a8387101a64b342f17621b8a3969a504c78fe0bba62bec39afd4ca1d888228f7b3e794a5f957456c9e88ba98a5c433dee07ccdc706b1f2eb726849ac60e6992db478539dff611beed7ad01f52622c897657a9152165470039b04947d3878b52a0c96ef36db75fd01858ab5def878b762faa59a0b0e2e148a047915759bbd5b1935c43cc9ed427c9facd5fe259c5033a4ce0c05225175c36b07bb8c97b85dde3eb7aded9697ec37a05a071cf7afddd2d57c0cc95f8430e2eb98fbe29d6ed62bd2f453c986f1aa1ed9e8920572cc746b944320a9aa0993cea6f552489a3f884e7c3a12d67750f455c14d46c6217959dce41ccbacd5cd845a869649b1rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlua53-5.3.4-lp150.2.3.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\J@Yw2Yu@Yp@Ycl@Y_wY?WbUc@UU@UUt@TwT@T=@S9XR-@Q#i@Q@P@PtP,P+@P+@O@OtNO@O@N@N@N@L(LK@K@K#KJ@J@J,@mcepl@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.comi@marguerite.supgajdos@suse.compgajdos@suse.compgajdos@suse.compgajdos@suse.compgajdos@suse.comcoolo@suse.compgajdos@suse.comcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgpgajdos@suse.comjoop.boonen@opensuse.orgdimstar@opensuse.orgdmueller@suse.depgajdos@suse.compgajdos@suse.comuli@suse.comjengelh@medozas.depgajdos@suse.czcoolo@novell.compgajdos@suse.czjengelh@medozas.dejengelh@medozas.decoolo@novell.comdmueller@suse.depgajdos@suse.cz- bsc#1123043 CVE-2019-6706 add CVE-2019-6706-use-after-free-lua_upvaluejoin.patch Fix free-after-use bug in lua_upvaluejoin function of lapi.c Exploitability of the bug is a bit theoretical, because it requires access to the debug interface, which is inherently insecure.- 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.- the %dir is still needed.- fix update-alternatives- fix /etc/rpm/macros.lua perms- updated to 5.2.3: * yieldable pcall and metamethods * new lexical scheme for globals * ephemeron tables * new library for bitwise operations * light C functions * emergency garbage collector * goto statement * finalizers for tables- updated to 5.2.2: bugfix release, fixed: * Stack overflow in vararg functions with many fixed parameters called with few arguments. * Garbage collector can trigger too many times in recursive loops. * Wrong assert when reporting concatenation errors (manifests only when Lua is compiled in debug mode). * Wrong error message in some short-cut expressions. * luac listings choke on long strings. * see http://www.lua.org/bugs.html for details- fix visibility of global variables [bnc#803791] * modified lua-suse.diff - added LUA_SO target as dependency to LUAC_T and LUA_T to fix parallel build * modified lua-suse.diff - added regresion check for this error into %check- update alternatives need to be %ghosts- export luaU_dump in order to fix linking of luac binary- Tweak lua-suse.diff again: * LUA_IFUNC must be defined as upstream but without "extern", revert the previous mod. * LUA_API must be defined as visibility default- Even after the previous update, third party modules/libraries would not work because LUA_CDIR constant is wrong in x86_64- devel package must require libluaver = %{version}- Broken lua-suse patch breaks loading third party modules or scripts- updated to 5.2.1: * main thread predefined in the registry * bugfixes- Correction in Provides and Obsolete for lua-libs - Passed the spec file through spec-cleaner- Require liblua5_2 from the -devel package: Otherwise the .so file is a dangling symlink and apps will use the static lib. - Update baselibs.conf to reference liblua5_2 instead of liblua5_1.- readd lua.pc for building rpm- raise update-alternatives priority to 15 (lua51 have 10, lua50 have 5)- updated to 5.2.0: * Main changes yieldable pcall and metamethods new lexical scheme for globals ephemeron tables new library for bitwise operations light C functions emergency garbage collector [goto] statement finalizers for tables * Language no more fenv for threads or functions tables honor the [__len] metamethod hex and [\z] escapes in strings support for hexadecimal floats order metamethods work for different types no more verification of opcode consistency hook event "tail return" replaced by "tail call" empty statement [break] statement may appear in the middle of a block * Libraries arguments for function called through [xpcall] optional 'mode' argument to load and loadfile (to control binary x text) optional 'env' argument to load and loadfile (environment for loaded chunk) [loadlib] may load libraries with global names (RTLD_GLOBAL) new function [package.searchpath] modules receive their paths when loaded optional base in [math.log] optional separator in [string.rep] [file:write] returns file closing a pipe returns exit status [os.exit] may close state new metamethods [__pairs] and __ipairs new option 'isrunning' for [collectgarbage] and lua_gc frontier patterns [\0] in patterns new option [*L] for io.read options for [io.lines] [debug.getlocal] can access function varargs * C API new functions: lua_absindex, lua_arith, lua_compare, lua_copy, lua_len, lua_rawgetp, lua_rawsetp, lua_upvalueid, lua_upvaluejoin, lua_version, luaL_checkversion, luaL_setmetatable, luaL_testudata, luaL_tolstring [lua_pushstring] and pushlstring return string [nparams] and isvararg available in debug API new lua_Unsigned * Implementation max constants per function raised to 2^26 generational mode for garbage collection (experimental) NaN trick (experimental) internal (immutable) version of ctypes simpler implementation for string buffers parser uses much less C-stack space (no more auto arrays) * Lua standalone interpreter new [-E] option to avoid environment variables handling of non-string error messages- cross-build fix: use %__cc macro- use %_smp_mflags- removed -L/usr/lib from Libs: in etc/lua.pc [bnc#613497] - used upstream bugfix patch from http://www.lua.org/download.html- buildrequire pkg-config to fix provides- modified LUA_PATH_DEFAULT [bnc#589441]: search modules under /usr/%{_lib}/lua/%{major_version} too- add baselibs.conf as a source - package documentation as noarch- enable parallel building- updated patches to apply with fuzz=0- add baselibs.conf- package owns /usr/{lib,share}/lua directories from now - emoved unneeded root.patchcloud104 1549444492 5.3.4-lp150.2.3.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.opensuse.org/openSUSE:Maintenance:9581/openSUSE_Leap_15.0_Update/96a560621353c38c03b9511efec7f353-lua53.openSUSE_Leap_15.0_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-interlacedwsz5t:94$utf-8103eae1d98bde41449eaa1b503210133ec1aea68f9ddaf15d74f9852eb5c1b32?P7zXZ !t/M]"k%wvMQK*"Pwfq&д_ݒּgKgu ó1Wl򧹩JF9d WT vm3sW 1 A ?{pUmܬ|d\:X-F iK6"4'[NSb1WWma DFv^% d3X$;5 c; 1IS‡Vn)8| 90cJς( '8k脊9dѭ G˼!9%nqo)()7>1~`e40߹ڳ+KT : Mi+ghVkγ W76Ce+ϸ~f>7:~}`/Ԧ)'gO)4b@CXoR> d_>\BbgFA 90;WS)?/WAr?~tH/% YZ