25 Commits
Author SHA1 Message Date
Stanislav Asunkin 7d8e96c03a luajit_2_1: 2.1.1741730670 -> 2.1.1774638290 2026-04-17 21:50:04 +03:00
Austin HorstmanandVladimír Čunát a69699effa luajit_2_1: 2.1.1713773202 -> 2.1.1741730670 2025-03-17 07:35:03 +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 https://github.com/infinisil/treewide-nixpkgs-reformat-script/archive/a08b3a4d199c6124ac5b36a889d9099b4383463f.tar.gz \
      --argstr baseRev 57b193d8dd
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:27:17 +01:00
Stanislav Asunkin 4257438318 luajit_2_1: 2.1.1693350652 -> 2.1.1713773202 2024-05-19 21:45:33 +03:00
Luka Blaskovic 3691e28cd9 luajit_2_1: 2.1.0-2022-10-04 -> 2.1.1693350652 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 ac56a47df4 luajit_2_1: 2.1.0-2022-04-05 -> 2.1.0-2022-10-04 2022-10-08 05:45:16 +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 90a564a133 luajit_2_1: 2.1.0-2021-08-12 -> 2.1.0-2021-10-27 2021-11-07 07:38:21 +00:00
Luka Blaskovic 737e7314bc luajit_2_1: 2.1.0-2021-06-25 -> 2.1.0-2021-08-12 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 7992d315de luajit_2_1: 2.1.0-2021-05-29 -> 2.1.0-2021-06-25 2021-07-07 16:26:09 +02:00
Luka Blaskovic 20db1f287f luajit_2_1: 2.1.0-2021-05-22 -> 2.1.0-2021-05-29 2021-05-30 16:02:20 +00:00
Luka Blaskovic e7a2af956a luajit_2_1: 2.1.0-2020-12-28 -> 2.1.0-2021-05-22
Changes since last update:
https://github.com/LuaJIT/LuaJIT/compare/65378759f38bb946e40f31799992434effd01bba...5783ba1bf73c53ca56e64ed0c462c62224f0393c
2021-05-23 08:23:04 +00:00
Luka Blaskovic 94bd5c24ca luajit_2_1: 2.1.0-2020-09-30 -> 2.1.0-2020-12-28 2021-01-02 11:07:14 +00:00
Luka Blaskovic 351bf9584e luajit_2_1: 2.1.0-2020-08-27 -> 2.1.0-2020-09-30 2020-10-01 08:22:27 +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
volthandAlyssa Ross f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Matthieu CoudronandMichael Raskin 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