Skip to content

Commit

Permalink
Add verignore for rtmpdump
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Oct 21, 2024
1 parent 651873d commit 29c357e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions 900.version-fixes/r.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,11 @@
- { name: rtl8821ce, noscheme: true }
- { name: rtl8821cu, noscheme: true }
- { name: rtl88x2bu, noscheme: true }
- { name: rtmpdump, verpat: ".*20[0-9]{6}.*", ignore: true }
- { name: rtmpdump, verlonger: 2, ignore: true }
- { name: rtmpdump, verpat: ".+20[0-9]{6}.*", ignore: true }
- { name: rtmpdump, verpat: "20[0-9]{2}.*", incorrect: true }
- { name: rtmpdump, verlonger: 2, incorrect: true }
- { name: rtmpdump, ver: "2.6", ruleset: [chromebrew,crux,ravenports,pld,kaos], incorrect: true }
- { name: rtmpdump, ruleset: [chromebrew,crux,ravenports,pld,kaos], untrusted: true } # accused of fake 2.6
- { name: rtorrent, verpat: "20[0-9]{6}.*", ignore: true } # nix fake
- { name: rtorrent, verpat: "[0-9]+\\.[0-9]+\\.[0-9]*[13579]", devel: true } # http://rakshasa.github.io/rtorrent/
- { name: rtpproxy, ver: "2.1.0", ruleset: openwrt, incorrect: true }
Expand Down

0 comments on commit 29c357e

Please sign in to comment.