Wed, 08 May 2024 23:49:28 UTC | login

Information for build gd-2.2.5-7.fc30

ID78951
Package Namegd
Version2.2.5
Release7.fc30
Epoch
SummaryA graphics library for quick creation of PNG or JPEG images
DescriptionThe gd graphics library allows your code to quickly draw images complete with lines, arcs, text, multiple colors, cut and paste from other images, and flood fills, and to write out the result as a PNG or JPEG file. This is particularly useful in Web applications, where PNG and JPEG are two of the formats accepted for inline images by most browsers. Note that gd is not a paint program.
Built bydavidlt
State complete
Volume DEFAULT
StartedSun, 02 Dec 2018 19:44:34 UTC
CompletedSun, 02 Dec 2018 20:44:12 UTC
Taskbuild (f30-candidate, gd-2.2.5-7.fc30.src.rpm)
Tags
f30
f31
RPMs
src
gd-2.2.5-7.fc30.src.rpm (info) (download)
riscv64
gd-2.2.5-7.fc30.riscv64.rpm (info) (download)
gd-devel-2.2.5-7.fc30.riscv64.rpm (info) (download)
gd-progs-2.2.5-7.fc30.riscv64.rpm (info) (download)
gd-debuginfo-2.2.5-7.fc30.riscv64.rpm (info) (download)
gd-debugsource-2.2.5-7.fc30.riscv64.rpm (info) (download)
gd-progs-debuginfo-2.2.5-7.fc30.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Fri Sep 07 2018 mskalick@redhat.com - 2.2.5-7 - Add missing requires to libimagequent-devel * Thu Aug 30 2018 mskalick@redhat.com - 2.2.5-6 - Use libimagequant library (RHBZ#1468338) * Thu Aug 30 2018 mskalick@redhat.com - 2.2.5-5 - Check return value in gdImageBmpPtr to avoid double free (CVE-2018-1000222) - Don't mark gdimagegrayscale/basic test as failing * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.5-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Mon Mar 26 2018 Marek Skalický <mskalick@redhat.com> - 2.2.5-3 - Fix CVE-2018-5711 - Potential infinite loop in gdImageCreateFromGifCtx * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Aug 30 2017 Remi Collet <remi@fedoraproject.org> - 2.2.5-1 - Update to 2.2.5 - fix double-free in gdImagePngPtr(). CVE-2017-6362 - fix buffer over-read into uninitialized memory. CVE-2017-7890 * Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.4-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Wed Feb 01 2017 Sandro Mani <manisandro@gmail.com> - 2.2.4-2 - Rebuild (libwebp) * Wed Jan 18 2017 Remi Collet <remi@fedoraproject.org> - 2.2.4-1 - Update to 2.2.4 * Tue Dec 06 2016 Marek Skalický <mskalick@redhat.com> - 2.2.3-5 - Fix invalid read in gdImageCreateFromTiffPtr() ( CVE-2016-6911) - Disable tests using freetype in Fedora 26 (freetype > 2.6) * Mon Dec 05 2016 Marek Skalický <mskalick@redhat.com> - 2.2.3-4 - Fix stack based buffer overflow when passing negative `rlen` as size to memcpy() (CVE-2016-8670) * Mon Dec 05 2016 Marek Skalický <mskalick@redhat.com> - 2.2.3-3 - Fix possible overflow in gdImageWebpCtx (CVE-2016-7568)