mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-08 22:16:09 +02:00
pakfire: Fix dependency resolver
The old algorithm could potentially lock itself in an endless recursion when there were packages with circular dependencies. This version does not do this and is also faster. Reported-by: Arne Fitzenreiter <arne.fitzenreiter@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -3,6 +3,7 @@ etc/issue
|
||||
etc/httpd/conf/server-tuning.conf
|
||||
etc/rc.d/init.d/unbound
|
||||
etc/sysctl.conf
|
||||
opt/pakfire/lib/functions.pl
|
||||
srv/web/ipfire/cgi-bin/entropy.cgi
|
||||
srv/web/ipfire/cgi-bin/hardwaregraphs.cgi
|
||||
srv/web/ipfire/cgi-bin/index.cgi
|
||||
|
||||
Reference in New Issue
Block a user