Use a single file to store repository data.

This is just the starting point to extend repositories with PGP signatures.
This commit is contained in:
Juan RP
2013-06-10 10:28:39 +02:00
parent fa9d3471d9
commit 99be698979
28 changed files with 666 additions and 548 deletions

6
NEWS
View File

@@ -1,5 +1,11 @@
xbps-0.25 (???):
* Use a single zlib compressed file to store repository data `<arch>-repodata`.
This will allow us to extend repositories with more metadata if needed, and
simplifies the API. This is just the starting point to add PGP signatures.
The struct xbps_rindex has been replaced by xbps_repo, thus, the major
libxbps SONAME has been bumped to 2.
* xbps-create(8): correctly calculate target file for relative symlinks.
* xbps-pkgdb(8): removed old code that isn't needed anymore in the 'check' mode.