Commit Graph

56 Commits

Author SHA256 Message Date
Dominique Leuenberger
5ff930b4f2 Accepting request 960439 from devel:languages:lua
- 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.

OBS-URL: https://build.opensuse.org/request/show/960439
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua54?expand=0&rev=16
2022-03-11 20:39:42 +00:00
Callum Farmer
42bd18111b Accepting request 960438 from home:gmbr3:Lua
- Added patches from upstream:
  * luabugs1.patch
  * luabugs2.patch
- Adjust buildsystem so that it matches upstream git (testes??)

OBS-URL: https://build.opensuse.org/request/show/960438
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua54?expand=0&rev=52
2022-03-09 10:14:38 +00:00
Callum Farmer
a04ac87775 Accepting request 959924 from home:iznogood:branches:devel:languages:lua
- 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.

OBS-URL: https://build.opensuse.org/request/show/959924
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua54?expand=0&rev=51
2022-03-09 09:12:20 +00:00
Dominique Leuenberger
73f8db06e7 Accepting request 949765 from devel:languages:lua
- 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)

OBS-URL: https://build.opensuse.org/request/show/949765
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua54?expand=0&rev=15
2022-02-05 22:22:58 +00:00
Callum Farmer
bb92095a7c Accepting request 949764 from home:gmbr3:Lua
fix

OBS-URL: https://build.opensuse.org/request/show/949764
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua54?expand=0&rev=50
2022-01-28 20:24:21 +00:00
Callum Farmer
a66c69f6b1 Accepting request 949334 from home:gmbr3:Lua
- Ensure shared library is installed with executable bit set

OBS-URL: https://build.opensuse.org/request/show/949334
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua54?expand=0&rev=49
2022-01-26 19:17:26 +00:00
Callum Farmer
affd207394 Accepting request 949326 from home:gmbr3:Lua
- 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)

OBS-URL: https://build.opensuse.org/request/show/949326
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua54?expand=0&rev=48
2022-01-26 18:36:56 +00:00
Dominique Leuenberger
84bcbbf713 Accepting request 943308 from devel:languages:lua
- 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.

OBS-URL: https://build.opensuse.org/request/show/943308
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua54?expand=0&rev=14
2022-01-03 09:48:58 +00:00
Callum Farmer
2c0519a646 OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua54?expand=0&rev=47 2021-12-31 12:00:26 +00:00
Callum Farmer
db26f67426 OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua54?expand=0&rev=46 2021-12-31 11:53:25 +00:00
Callum Farmer
770c8d0263 OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua54?expand=0&rev=45 2021-12-31 11:52:58 +00:00
Callum Farmer
afb0722842 OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua54?expand=0&rev=43 2021-12-31 11:48:50 +00:00
Callum Farmer
ec80f42c12 OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua54?expand=0&rev=42 2021-12-31 11:47:58 +00:00
Callum Farmer
7313e3f5c0 Accepting request 943253 from home:gmbr3:Lua
- Re-enable readline support in Lua, the way to do this changed
  in Lua 5.4
- Subsequently, update main_test.patch to ignore another test

OBS-URL: https://build.opensuse.org/request/show/943253
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua54?expand=0&rev=41
2021-12-30 18:49:26 +00:00
Callum Farmer
31ade7d3fc Accepting request 943227 from home:gmbr3:Lua
- 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.

OBS-URL: https://build.opensuse.org/request/show/943227
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua54?expand=0&rev=40
2021-12-30 13:50:02 +00:00
Dominique Leuenberger
ad8b91ce95 Accepting request 934303 from devel:languages:lua
- Update upstream-bugs.patch and upstream-bugs-test.patch to fix
  bugs 7,8 for build and tests respectively.

OBS-URL: https://build.opensuse.org/request/show/934303
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua54?expand=0&rev=13
2021-12-02 21:30:01 +00:00
Callum Farmer
4dd8655c8e Accepting request 934302 from home:gmbr3:Lua
- Update upstream-bugs.patch and upstream-bugs-test.patch to fix
  bugs 7,8 for build and tests respectively.

OBS-URL: https://build.opensuse.org/request/show/934302
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua54?expand=0&rev=39
2021-11-27 18:52:07 +00:00
Dominique Leuenberger
cb2940b54c Accepting request 909226 from devel:languages:lua
- Update upstream-bugs.patch and upstream-bugs-test.patch to fix
  bugs 4,5,6 for build and tests respectively.

OBS-URL: https://build.opensuse.org/request/show/909226
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua54?expand=0&rev=12
2021-08-02 10:04:16 +00:00
Callum Farmer
2ee403b494 OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua54?expand=0&rev=38 2021-07-29 16:34:46 +00:00
Callum Farmer
345f635bed Accepting request 909224 from home:gmbr3:Lua
- Add upstream-bugs.patch and upstream-bugs-test.patch to fix
  bugs 4,5,6 for build and tests respectively.

OBS-URL: https://build.opensuse.org/request/show/909224
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua54?expand=0&rev=37
2021-07-29 16:34:25 +00:00
Dominique Leuenberger
3393a1dc3f Accepting request 895306 from devel:languages:lua
- Fix doc location (boo#1186233)

OBS-URL: https://build.opensuse.org/request/show/895306
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua54?expand=0&rev=11
2021-06-01 08:33:50 +00:00
Callum Farmer
8bc2aae476 OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua54?expand=0&rev=35 2021-05-25 08:39:05 +00:00
Callum Farmer
0d221d70ae Accepting request 894973 from home:gmbr3:Lua
- Fix doc location (boo#1186233)

OBS-URL: https://build.opensuse.org/request/show/894973
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua54?expand=0&rev=34
2021-05-22 13:01:27 +00:00
Dominique Leuenberger
5cd1eb5ace Accepting request 891995 from devel:languages:lua
- Add shared_link.patch: fix dynamic linking executable
- Stop building static library

OBS-URL: https://build.opensuse.org/request/show/891995
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua54?expand=0&rev=10
2021-05-17 16:44:47 +00:00
Callum Farmer
26b8c19a09 Accepting request 891994 from home:gmbr3:Lua
goodbye static

OBS-URL: https://build.opensuse.org/request/show/891994
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua54?expand=0&rev=32
2021-05-10 09:09:53 +00:00
Dominique Leuenberger
4255df2fb1 Accepting request 886619 from devel:languages:lua
- Add upstream-bugs.patch and upstream-bugs-test.patch to fix
  bugs 1,2,3 for build and tests respectively.

OBS-URL: https://build.opensuse.org/request/show/886619
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua54?expand=0&rev=9
2021-04-21 18:58:07 +00:00
Callum Farmer
8ce8cc4141 Accepting request 886618 from home:gmbr3:lua
- Add upstream-bugs.patch and upstream-bugs-test.patch to fix
  bugs 1,2,3 for build and tests respectively.

OBS-URL: https://build.opensuse.org/request/show/886618
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua54?expand=0&rev=30
2021-04-19 09:17:04 +00:00
Callum Farmer
45a4d23ac6 OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua54?expand=0&rev=29 2021-03-30 18:35:23 +00:00
Callum Farmer
d164f587b3 OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua54?expand=0&rev=28 2021-03-30 18:30:10 +00:00
Callum Farmer
391f08d99e OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua54?expand=0&rev=27 2021-03-29 17:11:07 +00:00
Callum Farmer
e0ca79217e Accepting request 882019 from home:gmbr3:Lua
- Update to version 5.4.3
- Removed upstream-bugs.patch: new release (no bugs found yet)
- Removed upstream-bugs-test.patch: new release (no bugs found yet)

OBS-URL: https://build.opensuse.org/request/show/882019
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua54?expand=0&rev=26
2021-03-29 17:06:31 +00:00
Dominique Leuenberger
9735766547 Accepting request 878379 from devel:languages:lua
OBS-URL: https://build.opensuse.org/request/show/878379
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua54?expand=0&rev=8
2021-03-15 09:53:30 +00:00
Callum Farmer
236d9fb18d Accepting request 878378 from home:gmbr3:Lua
- Add upstream-bugs.patch and upstream-bugs-test.patch to fix
  bugs 2,3,4 for build and tests respectively.

OBS-URL: https://build.opensuse.org/request/show/878378
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua54?expand=0&rev=24
2021-03-11 17:25:01 +00:00
Dominique Leuenberger
84859954f6 Accepting request 865991 from devel:languages:lua
- Move tests to separate build

OBS-URL: https://build.opensuse.org/request/show/865991
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua54?expand=0&rev=7
2021-02-04 19:23:33 +00:00
Callum Farmer
4ddfb6a0c6 OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua54?expand=0&rev=22 2021-01-22 12:53:16 +00:00
Callum Farmer
e83266ea25 Accepting request 865973 from home:gmbr3:Lua
- Move tests to separate build

OBS-URL: https://build.opensuse.org/request/show/865973
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua54?expand=0&rev=21
2021-01-22 12:44:02 +00:00
Dominique Leuenberger
58c7edee41 Accepting request 853274 from devel:languages:lua
- Update to version 5.4.2:
  * Fixes garbage collection bug
- Add main_test.patch: fix bug in main.lua test

OBS-URL: https://build.opensuse.org/request/show/853274
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua54?expand=0&rev=6
2020-12-08 12:23:40 +00:00
Callum Farmer
d8bf7fc59c Accepting request 853273 from home:gmbr3:Lua
Fix

OBS-URL: https://build.opensuse.org/request/show/853273
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua54?expand=0&rev=19
2020-12-05 15:37:32 +00:00
Callum Farmer
cb10aadcc5 OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua54?expand=0&rev=18 2020-12-05 12:58:06 +00:00
Callum Farmer
9760576995 Accepting request 853250 from home:gmbr3:Lua
- Update to version 5.4.2:
  * Fixes garbage collection bug

OBS-URL: https://build.opensuse.org/request/show/853250
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua54?expand=0&rev=17
2020-12-05 12:54:20 +00:00
Dominique Leuenberger
7d49a291d4 Accepting request 840777 from devel:languages:lua
- Update to version 5.4.1:
  * Fixes bugs found in Lua 5.4.0
- Removed upstream-bugs.patch: new release (no bugs found yet)

OBS-URL: https://build.opensuse.org/request/show/840777
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua54?expand=0&rev=5
2020-10-12 11:46:38 +00:00
Callum Farmer
c91a6c2af6 Accepting request 840775 from home:gmbr3:Lua
- Update to version 5.4.1:
  * Fixes bugs found in Lua 5.4.0
- Removed upstream-bugs.patch: new release (no bugs found yet)

OBS-URL: https://build.opensuse.org/request/show/840775
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua54?expand=0&rev=15
2020-10-10 13:13:01 +00:00
Dominique Leuenberger
d7375c8af7 Accepting request 828560 from devel:languages:lua
- Add final part of patch for CVE-2020-15888, boo#1174367
- Add upstream patch 13

OBS-URL: https://build.opensuse.org/request/show/828560
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua54?expand=0&rev=4
2020-08-28 21:44:47 +00:00
Callum Farmer
8fb7864a59 Accepting request 828559 from home:gmbr3:Lua
- Add final part of patch for CVE-2020-15888, boo#1174367
- Add upstream patch 13

OBS-URL: https://build.opensuse.org/request/show/828559
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua54?expand=0&rev=13
2020-08-21 18:31:00 +00:00
Dominique Leuenberger
1bdda81ebd Accepting request 827619 from devel:languages:lua
- 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

OBS-URL: https://build.opensuse.org/request/show/827619
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua54?expand=0&rev=3
2020-08-20 20:27:31 +00:00
Callum Farmer
3abc4d9f9d Accepting request 827618 from home:gmbr3:Lua
- Add patch for CVE-2020-15945, boo#1174540 (un-numbered)

OBS-URL: https://build.opensuse.org/request/show/827618
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua54?expand=0&rev=11
2020-08-18 14:51:13 +00:00
Callum Farmer
8c8dfec466 Accepting request 827609 from home:gmbr3:Lua
- 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
  * Patch 8: CVE-2020-15945, boo#1174540

OBS-URL: https://build.opensuse.org/request/show/827609
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua54?expand=0&rev=10
2020-08-18 14:15:55 +00:00
Callum Farmer
aacf68ffaf Accepting request 827293 from home:gmbr3:Lua
- Add upstream patches 9,10,11,12
  * Patch 9: CVE-2020-24342, boo#1175339

OBS-URL: https://build.opensuse.org/request/show/827293
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua54?expand=0&rev=9
2020-08-17 10:04:54 +00:00
Dominique Leuenberger
5633027fbc Accepting request 821867 from devel:languages:lua
- 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

OBS-URL: https://build.opensuse.org/request/show/821867
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua54?expand=0&rev=2
2020-07-24 07:47:53 +00:00
Callum Farmer
ee0ec2d5c6 Accepting request 821866 from home:gmbr3:Active
- Add upstream patches 7 & 8

OBS-URL: https://build.opensuse.org/request/show/821866
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua54?expand=0&rev=7
2020-07-20 11:08:51 +00:00