Commit Graph

27 Commits

Author SHA1 Message Date
Stanislav Asunkin
e5128054e6 luajit_2_0: 2.0.1741557863 -> 2.0.1774896119 2026-04-17 21:46:18 +03:00
Austin Horstman
fec5bb1463 luajit_2_0: 2.0.1713483859 -> 2.0.1741557863 2025-03-17 07:35:07 +01:00
Silvan Mosberger
667d42c00d treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev 57b193d8dd
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:27:17 +01:00
Philip Taron
ce3cb3730a luajit_2_0: remove with lib statement 2024-08-18 06:31:15 -07:00
Stanislav Asunkin
3e05406f80 luajit_2_0: 2.0.1693340858 -> 2.0.1713483859 2024-05-19 21:45:13 +03:00
Luka Blaskovic
64566a5234 luajit_2_0: 2.0.5-2022-09-13 -> 2.0.1693340858 2023-09-04 06:17:47 +00:00
Sandro Jäckel
56acc4566e luajit_openresty: init at 2.1-20220915 2022-12-26 02:57:06 +01:00
Sandro Jäckel
b374880027 interpreters/lua: replace sourceVersion with lib.versions 2022-12-22 05:14:31 +01:00
Luka Blaskovic
49b4e3ad51 luajit_2_0: 2.0.5-2022-03-13 -> 2.0.5-2022-09-13 2022-10-08 05:43:19 +00:00
Artturin
39571bd6fa luaPackages: copy passthruFun from python 2022-08-26 20:55:30 +03:00
Artturin
ec35f6341b lua-packages: try splicing 2022-08-26 20:04:02 +03:00
Luka Blaskovic
ce8dab1b44 luajit: 2.0.5-2021-10-02, 2.1.0-2021-10-27 -> 2.0.5-2022-03-13, 2.1.0-2022-04-05
* switch to SRI hashes
2022-04-13 06:33:05 +00:00
Luka Blaskovic
5c411a4995 luajit_2_0: 2.1.0-2021-07-27 -> 2.0.5-2021-10-02 2021-11-07 07:38:22 +00:00
Luka Blaskovic
13a1ac5421 luajit_2_0: make it unsupported on all aarch64 platform variants 2021-08-26 10:55:08 +00:00
Luka Blaskovic
d1d5367da7 luajit_2_0: 2.1.0-2021-06-08 -> 2.1.0-2021-07-27 2021-08-26 09:15:33 +00:00
Luka Blaskovic
d5fe0d2b6e Revert "luajit_openresty: init"
This reverts commit 0b467dfa95.
2021-08-25 10:33:56 +00:00
Gregory Anders
0b467dfa95 luajit_openresty: init 2021-08-19 05:52:24 -06:00
Roman Volosatovs
1775ee342a luajit_2_0: 2.1.0-2021-05-29 -> 2.1.0-2021-06-08 2021-07-07 16:26:08 +02:00
Luka Blaskovic
b9bf83bc5a luajit_2_0: 2.1.0-2021-05-17 -> 2.1.0-2021-05-29 2021-05-30 16:02:20 +00:00
Luka Blaskovic
e0b048da92 luajit_2_0: 2.0.5-2020-12-28 -> 2.0.5-2021-05-17
Changes since last update:
56c04accf9...44684fa71d
2021-05-23 08:20:08 +00:00
Luka Blaskovic
39aa3e4ae3 luajit_2_0: 2.0.5-2020-09-27 -> 2.0.5-2020-12-28 2021-01-02 11:07:14 +00:00
Luka Blaskovic
8baffaecac luajit_2_0: 2.0.5-2020-08-09 -> 2.0.5-2020-09-27 2020-10-01 04:40:19 +00:00
Vladimír Čunát
0e58393738 luajit*: update to address CVE-2020-24372
/cc roundup issues: #96821, #96828.

The diff upstream is fairly small, so let me trust Mike Pall on this.
Both versions get a pair of commits that seem to address the CVE
https://github.com/LuaJIT/LuaJIT/issues/603
and 2.1 additionally gets one other small commit.
2020-08-31 16:31:12 +02:00
Luka Blaskovic
3fcd7415a7 luajit_2_0, luajit_2_1: 2.1.0-2020-03-20 -> 2.1.0-2020-08-05 2020-08-06 13:37:14 +00:00
Luka Blaskovic
b67cbe5a2d luajit_2_0, luajit_2_1: bump to 2020-03-20, GC64 mode switch 2020-04-27 07:42:21 +00:00
Vladimír Čunát
9e0f698a49 luajit_2_0: fix the platforms/extraMeta 2019-10-13 14:07:01 +02:00
Matthieu Coudron
c4519cf8a6 lua: add withPackages function (#54460)
* lua: add withPackages function

First step towards more automation similar to the haskell backend.
Follow up of https://github.com/NixOS/nixpkgs/pull/33903
2019-01-30 14:13:15 +00:00