luci-app-opkg: fix parsing package dependencies with version constraints
authorJo-Philipp Wich <jo@mein.io>
Fri, 3 Jun 2022 11:36:02 +0000 (13:36 +0200)
committerJo-Philipp Wich <jo@mein.io>
Fri, 3 Jun 2022 11:38:14 +0000 (13:38 +0200)
commit1cf976c2b3faa28f7416f11babbb9128dff29520
treea8ead91b25b1737d111ad4c31f6b848c52cb821f
parent7387ec8e18c95b8a250b22715a3b9909dd2646ad
luci-app-opkg: fix parsing package dependencies with version constraints

Due to improper ordering of regexp alternatives, version constraint operators
might get undermatched.

Fixes: https://github.com/openwrt/openwrt/issues/9982
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit b84791bd029c2aaa67cbc06a15d23828f62f4608)
applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js