xbps-rindex(1): add support to sign specific pkgs, not the whole repo.

See NEWS for more information.
This commit is contained in:
Juan RP
2015-06-04 16:01:43 +02:00
parent 0bad752cbe
commit d86cece411
5 changed files with 201 additions and 147 deletions

7
NEWS
View File

@@ -1,4 +1,9 @@
xbps-0.45.1 (???):
xbps-0.46 (???):
* xbps-rindex(1): use `-s, --sign` to initialize the repository archive
with the required metadata to allow signed packages. Added `-S, --sign-pkg`
to sign a specific package archive. This allows to sign a specific package,
rather than all packages available in that repository.
* If the repository write lock is already taken, sleep for 1 second, rather
than looping endlessly without any timing; this consumed too much CPU time