summaryrefslogtreecommitdiff
path: root/debian/patches/0006-Stop-generating-iteration-log-files.patch
AgeCommit message (Collapse)Author
2021-12-13Don't alter upstream ABI in log file disabling patchGard Spreemann
0006-Stop-generating-iteration-log-files.patch disables the writing of a log file, but used to do so in a way that also changes the ABI of some of the library's functions. These functions are probably not meant to be for public use – and are not currently called by any depending Debian package – but to be safe this commit restores the upstream ABI. In particular the `itfile` argument is reintroduced to the subroutines that have it upstream. The value value is ignored, and the file is never created or written to.
2020-07-30Add patch to stop generating iteration log files.Gard Spreemann