pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/lua53



Module Name:    pkgsrc
Committed By:   alnsn
Date:           Mon Jun  6 22:18:07 UTC 2016

Modified Files:
        pkgsrc/lang/lua53: distinfo version.mk

Log Message:
Update lang/lua53 to version 5.3.3.

This bugfix version fixes the following problems:

1. Metatable may access its own deallocated field when it has a
   self reference in __newindex.
2. Label between local definitions can mix-up their initializations.
3. gmatch iterator fails when called from a coroutine different
   from the one that created it.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/lang/lua53/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/lua53/version.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index