xbps-checkvers: fixed an endless loop with "reverts" containing extra alphanumeric chars.

This commit is contained in:
Juan RP
2015-07-27 09:44:25 +02:00
parent 8acc375487
commit 0d5385ad2b
3 changed files with 36 additions and 1 deletions

4
NEWS
View File

@@ -1,5 +1,9 @@
xbps-0.48 (???):
* xbps-checkvers(1): fixed an endless loop while processing templates containing
extra alphanumeric characters in the `reverts' object. Added a new testcase
to verify its correctness.
xbps-0.47 (2015-07-18):
* When executing pkg configuration, override the umask with sane defaults.