Replaced redundant dependency sorting code with a simpler implementation.
This fixes the issue found by "xbps-src bootstrap" when a package without "provides" was declared as a virtual package.
This commit is contained in:
7
NEWS
7
NEWS
@@ -1,5 +1,12 @@
|
||||
xbps-0.42 (???):
|
||||
|
||||
* libxbps: replaces the internal redundant dependency sorting step
|
||||
that was made in xbps_transaction_prepare() with a simple implementation
|
||||
that fixes 2 bugs and makes xbps 2x faster to resolve dependencies.
|
||||
|
||||
Packages that don't have "provides" obj but were declared as virtual packages,
|
||||
were not detected correctly and lead me to rewrite this code.
|
||||
|
||||
* pkgdb: switch to zplists by default.
|
||||
|
||||
* Fixed issue #62 (Dup replaced pkgs in transaction); see
|
||||
|
Reference in New Issue
Block a user