Skip to content

Commit

Permalink
Fix version handling for luajit (from report)
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Nov 23, 2024
1 parent c106400 commit efdea93
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions 900.version-fixes/l.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -211,13 +211,9 @@
- { name: "lua:say", ruleset: opensuse, untrusted: true } # accused of fake 1.31
- { name: "lua:utf8", ver: ["1.1", "1.2"], ruleset: luarocks, incorrect: true } # no such upstream releases
- { name: "lua:utf8", ruleset: luarocks, untrusted: true } # accused of fake 1.1, 1.2
- { name: luajit, incorrect: true } # no official versioning scheme
- { name: luajit, verpat: "[0-9]+\\.[0-9]+[.-][0-9]{10}", incorrect: false, ignore: false, untrusted: false, altver: true } # allow unix time base scheme used by nix and openmandriva
- { name: luajit, verpat: "[0-9]+\\.[0-9]+[.-]20[0-9]{6}", incorrect: false, ignore: false, untrusted: false } # allow date based scheme used by debian
- { name: luajit, verpat: "20[0-9]{2}.*", incorrect: true }
- { name: luajit, verpat: "5.*", incorrect: true }
- { name: luajit, ruleset: alpine, untrusted: true } # accused of fake 5.1.20190925, 2.2.0
- { name: luajit, wwwpart: moonjit, sink: true } # dead fork
- { name: luajit, noscheme: true }
- { name: luajit, wwwpart: "openresty", noscheme: false, incorrect: true } # separate project
- { name: luajit, wwwpart: "moonjit", noscheme: false, outdated: true } # dead fork
- { name: luakit, verpat: "201[0-9].*", sink: true }
- { name: luanti, verpat: "20[0-9]{2}.*", incorrect: true }
- { name: luarocks, ruleset: nix, untrusted: true } # should fall under 899 "lua:.*" rule, but doesn't due to rename
Expand Down

0 comments on commit efdea93

Please sign in to comment.