↵ Return to the main page of pngcheck-extras
View build
Search for updates
Package Info (Data from x86_64 build)
🠗 Changelog
🠗 Dependencies
🠗 Provides
🠗 Files
Date | Author | Change |
---|---|---|
2021-02-01 | Benjamin A. Beasley <code at musicinmybrain dot net> - 3.0.2-1 | - New upstream release 3.0.2 |
2021-01-31 | Benjamin A. Beasley <code at musicinmybrain dot net> - 3.0.1-1 | - New upstream version 3.0.1 with upstreamed patches |
2021-01-27 | Fedora Release Engineering <releng at fedoraproject dot org> - 3.0.0-3 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild |
2021-01-07 | Benjamin A. Beasley <code at musicinmybrain dot net> - 3.0.0-4 | - Fix buffer overflow on large MNG LOOP chunk (RHBZ#1908559); not built in Fedora |
2020-12-14 | Benjamin A. Beasley <code at musicinmybrain dot net> - 3.0.0-3 | - Fix a buffer overrun for certain invalid MNG PPLT chunk contents (RHBZ#1907428); not built in Fedora |
2020-12-14 | Benjamin A. Beasley <code at musicinmybrain dot net> - 3.0.0-2 | - Previous fix for buffer overrun printing the contents of the sPLT chunk in certain malformed inputs (RHBZ#1905775) was incomplete; it should be properly fixed now. |
2020-12-13 | Benjamin A. Beasley <code at musicinmybrain dot net> - 3.0.0-1 | - New upstream version 3.0.0 incorporating all patches in 2.4.0-4, and removing the -f option |
2020-12-13 | Benjamin A. Beasley <code at musicinmybrain dot net> - 2.4.0-4 | - Bounds-check all accesses into enumerated-value name arrays; a malformed file could have caused a buffer overrun in several of these cases. (RHBZ#1902810) - Fix buffer overrun when print_buffer() is passed a nonpositive size, which can occur in practice for certain malformed inputs. (RHBZ#1902810) - In some cases, the chunk length from the file data (sz) is used to index into the read buffer without sufficient bounds-checking, leading to a buffer overrun. Fix this for PPLT, hIST, sCAL, FRAM, SAVE, nEED, PAST, DISC, DROP, DBYK, ORDR, and SEEK chunks. (RHBZ#1902810) - Fix buffer overrun printing the contents of the sPLT chunk in certain malformed inputs. (RHBZ#1905775) - Backport fix for off-by-one bug in check_magic() from 3.0.0 - Backport fix for zlib version warnings going to stdout from 3.0.0 |
2020-11-30 | Benjamin A. Beasley <code at musicinmybrain dot net> - 2.4.0-3 | - Fix null pointer dereference in pngcheck when -f is given and the sCAL chunk is missing the pixel height. - Use name macro when referencing patches. - Add BR on make in anticipation of https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot. |
2020-11-13 | Benjamin A. Beasley <code at musicinmybrain dot net> - 2.4.0-2 | - Fix buffer overflow (RHBZ #1897485) |