head 1.3; access; symbols pkgsrc-2023Q4:1.3.0.72 pkgsrc-2023Q4-base:1.3 pkgsrc-2023Q3:1.3.0.70 pkgsrc-2023Q3-base:1.3 pkgsrc-2023Q2:1.3.0.68 pkgsrc-2023Q2-base:1.3 pkgsrc-2023Q1:1.3.0.66 pkgsrc-2023Q1-base:1.3 pkgsrc-2022Q4:1.3.0.64 pkgsrc-2022Q4-base:1.3 pkgsrc-2022Q3:1.3.0.62 pkgsrc-2022Q3-base:1.3 pkgsrc-2022Q2:1.3.0.60 pkgsrc-2022Q2-base:1.3 pkgsrc-2022Q1:1.3.0.58 pkgsrc-2022Q1-base:1.3 pkgsrc-2021Q4:1.3.0.56 pkgsrc-2021Q4-base:1.3 pkgsrc-2021Q3:1.3.0.54 pkgsrc-2021Q3-base:1.3 pkgsrc-2021Q2:1.3.0.52 pkgsrc-2021Q2-base:1.3 pkgsrc-2021Q1:1.3.0.50 pkgsrc-2021Q1-base:1.3 pkgsrc-2020Q4:1.3.0.48 pkgsrc-2020Q4-base:1.3 pkgsrc-2020Q3:1.3.0.46 pkgsrc-2020Q3-base:1.3 pkgsrc-2020Q2:1.3.0.42 pkgsrc-2020Q2-base:1.3 pkgsrc-2020Q1:1.3.0.22 pkgsrc-2020Q1-base:1.3 pkgsrc-2019Q4:1.3.0.44 pkgsrc-2019Q4-base:1.3 pkgsrc-2019Q3:1.3.0.40 pkgsrc-2019Q3-base:1.3 pkgsrc-2019Q2:1.3.0.38 pkgsrc-2019Q2-base:1.3 pkgsrc-2019Q1:1.3.0.36 pkgsrc-2019Q1-base:1.3 pkgsrc-2018Q4:1.3.0.34 pkgsrc-2018Q4-base:1.3 pkgsrc-2018Q3:1.3.0.32 pkgsrc-2018Q3-base:1.3 pkgsrc-2018Q2:1.3.0.30 pkgsrc-2018Q2-base:1.3 pkgsrc-2018Q1:1.3.0.28 pkgsrc-2018Q1-base:1.3 pkgsrc-2017Q4:1.3.0.26 pkgsrc-2017Q4-base:1.3 pkgsrc-2017Q3:1.3.0.24 pkgsrc-2017Q3-base:1.3 pkgsrc-2017Q2:1.3.0.20 pkgsrc-2017Q2-base:1.3 pkgsrc-2017Q1:1.3.0.18 pkgsrc-2017Q1-base:1.3 pkgsrc-2016Q4:1.3.0.16 pkgsrc-2016Q4-base:1.3 pkgsrc-2016Q3:1.3.0.14 pkgsrc-2016Q3-base:1.3 pkgsrc-2016Q2:1.3.0.12 pkgsrc-2016Q2-base:1.3 pkgsrc-2016Q1:1.3.0.10 pkgsrc-2016Q1-base:1.3 pkgsrc-2015Q4:1.3.0.8 pkgsrc-2015Q4-base:1.3 pkgsrc-2015Q3:1.3.0.6 pkgsrc-2015Q3-base:1.3 pkgsrc-2015Q2:1.3.0.4 pkgsrc-2015Q2-base:1.3 pkgsrc-2015Q1:1.3.0.2 pkgsrc-2015Q1-base:1.3 pkgsrc-2014Q4:1.2.0.8 pkgsrc-2014Q4-base:1.2 pkgsrc-2014Q3:1.2.0.6 pkgsrc-2014Q3-base:1.2 pkgsrc-2014Q2:1.2.0.4 pkgsrc-2014Q2-base:1.2 pkgsrc-2014Q1:1.2.0.2 pkgsrc-2014Q1-base:1.2 pkgsrc-2013Q4:1.1.0.2 pkgsrc-2013Q4-base:1.1; locks; strict; comment @# @; 1.3 date 2015.03.08.10.55.19; author alnsn; state Exp; branches; next 1.2; commitid bULqqwYRDz8PaNcy; 1.2 date 2014.01.02.19.57.39; author wiz; state Exp; branches; next 1.1; commitid ZHJmnmFb4nMX0Ajx; 1.1 date 2013.10.30.06.18.10; author dholland; state Exp; branches; next ; commitid hUvNwQ9eb8Zothbx; desc @@ 1.3 log @Update lang/lua52 to version 5.2.4. Lua 5.2.4 fixes all bugs listed in http://www.lua.org/bugs.html#5.2.3 [*] and is now the current release of Lua 5.2. Like all minor releases, this is strictly a bug-fix release; no new features or improvements have been added. [*] http://www.lua.org/bugs.html#5.2.3 1. Compiler can optimize away overflow check in table.unpack. 2. Ephemeron table can wrongly collect entry with strong key. 3. Chunk with too many lines may crash Lua. @ text @# $NetBSD: version.mk,v 1.2 2014/01/02 19:57:39 wiz Exp $ LUA_VERSION= 5.2.4 LUA_VERSION_MAJOR= ${LUA_VERSION:C/([0-9]+)\.([0-9]+)\.([0-9]+)/\1/} LUA_VERSION_MINOR= ${LUA_VERSION:C/([0-9]+)\.([0-9]+)\.([0-9]+)/\2/} @ 1.2 log @Update to 5.2.3: Lua 5.2.3 fixes all bugs listed in http://www.lua.org/bugs.html#5.2.2 . Like all minor releases, this is strictly a bug-fix release; no new features or improvements have been added. @ text @d1 1 a1 1 # $NetBSD: version.mk,v 1.1 2013/10/30 06:18:10 dholland Exp $ d3 1 a3 1 LUA_VERSION= 5.2.3 @ 1.1 log @Reimport lang/lua as lang/lua52, and bring back the previous Lua 5.1 package as lang/lua51. I've adjusted the depends and switched the PKGNAMEs but these packages are otherwise unchanged. This means that you can't install both at once. There are preliminary patches for that (see tech-pkg) but they aren't quite ready yet. This also doesn't include agc's builtin.mk, although it should be possible to drop it into the lua51 package with only very minor modifications. I don't think the builtin packages will allow having one builtin.mk for both lua51 and lua52, but I'd be happy to be shown wrong about that. Add infrastructure support for Lua module packages (including multiversion support), application packages written in Lua, and a redirecting bl3.mk file for packages that just link Lua in. This is based on the Python infrastructure. The new variable LUA_VERSION_DEFAULT picks which Lua package you get by default; it is set to 52 so as to maintain the status quo. Packages can set LUA_VERSIONS_ACCEPTED and/or LUA_VERSIONS_INCOMPATIBLE. I have found (I think) most or all the packages that don't work with lua51 and will be marking those; I have not tracked down most of the ones that don't work with lua52 yet as I was originally intending to roll back to 5.1 as the default. @ text @d1 1 a1 1 # $NetBSD: version.mk,v 1.3 2013/07/04 18:04:42 adam Exp $ d3 1 a3 1 LUA_VERSION= 5.2.2 @