luci-app-opkg: relax dependency parsing
authorJo-Philipp Wich <jo@mein.io>
Fri, 30 Sep 2022 07:59:39 +0000 (09:59 +0200)
committerJo-Philipp Wich <jo@mein.io>
Fri, 30 Sep 2022 07:59:39 +0000 (09:59 +0200)
commit84ba6a5c36072f74721d535104735757b005c8d6
tree1e7750bb2929f23708945a49963bc8db6ae97738
parent3393e15815f116b33e90b5f58050cfedebe00fe2
luci-app-opkg: relax dependency parsing

Align depdendency parse logic with opkg to properly process certain
malformed dependency specifications. In particular do not require a
depdendency specification to end after the closing paren of a version
constraint and perform non-greedy matching in order to extract the
first version constraint only.

Fixes: #5997
Ref: https://forum.openwrt.org/t/x/138328
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js