Fixed a new issue with vpkgs replacing the same vpkg they are providing.

Added a new testcase to verify its correctness.
This commit is contained in:
Juan RP
2014-07-01 15:35:55 +02:00
parent 510c84d3bb
commit 21f32a75c5
3 changed files with 50 additions and 6 deletions

5
NEWS
View File

@ -1,5 +1,10 @@
xbps-0.38 (???):
* libxbps: fixed a new issue with packages that provide/replace the
same virtual package that is going to be replaced. The issue could be
reproduced easily by installing any awk package (gawk, mawk, or nawk),
which are providing/replacing the "awk" virtual package.
* libfetch: synchronized with NetBSD pkgsrc/libfetch.
* libfetch: add support for TLS SNI (Server Name Identification) from NetBSD, with