Implement per pkg RSA signatures and on-demand repository access.

This commit is contained in:
Juan RP
2013-12-24 10:43:55 +01:00
parent 3c0edd40c8
commit ec0d38c469
16 changed files with 703 additions and 697 deletions

7
NEWS
View File

@@ -1,5 +1,12 @@
xbps-0.28 (2014-??-??):
* Implemented Per package RSA signatures, replacing the repository index
signature from 0.27. There's now a `<binpkg>.sig` file with the RSA signature
for any pkg in a repository; the signature files are generated by `xbps-rindex(8)`.
* Implemented on-demand repository access: repositories are registered into
a private queue only on first access and not unconditionally.
* Fixed issue #26: https://github.com/voidlinux/xbps/issues/26
* xbps-query(8): -o (local ownedby mode) does not print directories;