Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
01_test_tar_extract_issue.diff | # during salsa-ci reproducibility testing, tar fails to extract the testdata: # "tar: test-0.data: No se puede cambiar el propietario a uid 1000, gid 100: Argumento inválido" # # this patch prevents the issue by adding --no-same-owner to the extract # commands for all tests. That behaviour is the default when extracting as # a non-root user, but not for root. # # forwarded upstream: https://github.com/Parchive/par2cmdline/issues/139 |
no | ||||
02_fix_syntax_error_in_tests.diff | # fix a simple syntax error, tests still work unless 'set -e' is used. # forwarded upstream as https://github.com/Parchive/par2cmdline/issues/141 |
no | ||||
03_backport_upstream_pr_144.diff | [PATCH] Fix for Github issue #143. Test did not account for endianness correctly. | Michael Nahas <mike@nahas.com> | no | 2020-02-11 |