Skip to content
Commit 84ba6a5c authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

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: default avatarJo-Philipp Wich <jo@mein.io>
parent 3393e158
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment