blob: 4c41ec9dab82d65306455398846c5b572935d036 (
plain)
1
2
3
4
5
6
7
8
9
10
|
- smart handling of .libs-*: pkg_add correctly discards potential conflicts.
It doesn't handle yet actual conflicts with .libs-*.
- handle n-to-1 updates: mostly need to allow for a list of replaced packages.
The tricky part is that the replaced packages will often have
inter-dependencies, and we must ignore those inter-dependencies.
- UStar::write method, so that we can handle long links, and that we can
write a decent pkg_merge.
- rewrite of PackageLocator to make listing of distant packages effective,
which is the first step of pkg updates.
- finish pulling the pkg_add code into Add.pm/Update.pm.
|