xbps-rindex: --sign bugfix to avoid garbage in the PEM RSA public key buffer.

This commit is contained in:
Juan RP
2014-03-31 12:00:08 +02:00
parent 4530c79bb2
commit ee9479cc57
2 changed files with 8 additions and 3 deletions

3
NEWS
View File

@@ -1,5 +1,8 @@
xbps-0.35 (???):
* xbps-rindex(8): fixed a bug while signing repositories in that sometimes
the PEM RSA public key buffer contained unwanted garbage.
* Make sure that required root symlinks in void are never removed or detected
as obsoletes; added new test cases to stress the code works as expected.