Skip to content

Commit

Permalink
Extend merge for lua:socket
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Jun 13, 2019
1 parent 8885ceb commit 6542c93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions 800.renames-and-merges/lua.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@
- { setname: "lua:penlight", name: [lua-penlight,penlight] }
- { setname: "lua:posix", name: [lua-posix,luaposix] }
- { setname: "lua:sec", name: [lua-luasec,lua-sec,lua5.1-luasec,luasec,"lua:luasec"] }
- { setname: "lua:socket", name: [lua-luasocket,lua-socket,luasocket] }
- { setname: "lua:stdlib-debug", name: [lua-stdlib-debug, "lua:std--debug"] }
- { setname: "lua:stdlib-normalize", name: [lua-stdlib-normalize, "lua:std-normalize"] }
2 changes: 1 addition & 1 deletion 900.version-fixes/l.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
- { name: "lua:openssl", verpat: "20[0-9]{6}", snapshot: true }
- { name: "lua:openssl", verge: "20000000", verlt: "20180804", outdated: true, disposable: true } # 0.7.3 from 2018-08-04
- { name: "lua:penlight", verpat: "5.*", incorrect: true } # nix garbage - uses lua version
- { name: "lua:socket", verpat: "20[0-9]{6}", ignore: true }
- { name: "lua:socket", verpat: "20[0-9]{2}.*", snapshot: true }
- { name: "lua:socket", ver: "3.0", ruleset: mageia, incorrect: true } # 3.0rc1
- { name: "lua:socket", ruleset: mageia, untrusted: true }
- { name: luajit, ver: ["2.1", "2.1.0"], ruleset: [sisyphus,fedora,mageia,openmandriva,pclinuxos], incorrect: true } # it's 2.1.0 betaN
Expand Down

0 comments on commit 6542c93

Please sign in to comment.