Sun, 28 Apr 2024 10:49:48 UTC | login

Information for build gd-2.3.2-3.el9sbase_901

ID46574
Package Namegd
Version2.3.2
Release3.el9sbase_901
Epoch
Sourcegit+https://gitlab.com/redhat/centos-stream/rpms/gd#c64303331e3368b19f96e2fe6b5b9a19f9e0ab36
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 bytdawson
State complete
Volume DEFAULT
StartedWed, 14 Jun 2023 21:33:41 UTC
CompletedWed, 14 Jun 2023 21:43:42 UTC
Taskbuild (isa9s-packages-baseline-el9sbase, /redhat/centos-stream/rpms/gd:c64303331e3368b19f96e2fe6b5b9a19f9e0ab36)
Extra{'source': {'original_url': 'git+https://gitlab.com/redhat/centos-stream/rpms/gd#c64303331e3368b19f96e2fe6b5b9a19f9e0ab36'}}
Tags
isa9s-packages-baseline-candidate
isa9s-packages-baseline-testing
RPMs
src
gd-2.3.2-3.el9sbase_901.src.rpm (info) (download)
x86_64
gd-2.3.2-3.el9sbase_901.x86_64.rpm (info) (download)
gd-devel-2.3.2-3.el9sbase_901.x86_64.rpm (info) (download)
gd-progs-2.3.2-3.el9sbase_901.x86_64.rpm (info) (download)
gd-debuginfo-2.3.2-3.el9sbase_901.x86_64.rpm (info) (download)
gd-debugsource-2.3.2-3.el9sbase_901.x86_64.rpm (info) (download)
gd-progs-debuginfo-2.3.2-3.el9sbase_901.x86_64.rpm (info) (download)
Logs
x86_64
root.log
hw_info.log
installed_pkgs.log
mock_output.log
build.log
state.log
Changelog * Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.3.2-3 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 * Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 2.3.2-2 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 * Wed Mar 17 2021 Filip Januš <fjanus@redhat.com> - 2.3.2-1 - Add condition if fedora for packages not available in RHEL - enable avif support - use bcond - rebase to version 2.3.2 * Wed Feb 03 2021 Filip Januš <fjanus@redhat.com> - 2.3.1-1 - Upstream released new version 2.3.1 - patch bug615 is no more needed - fixed by upstream in release - gdimagestring16/gdimagestring16 gdimagestringup16/gdimagestringup16 passed on x390s - XFAIL_TEST definition for x390s is no more necessary * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Wed Jul 15 2020 Remi Collet <remi@remirepo.net> - 2.3.0-2 - fix gdImageStringFT() fails for empty strings https://github.com/libgd/libgd/issues/615 * Tue Mar 24 2020 Remi Collet <remi@remirepo.net> - 2.3.0-1 - update to 2.3.0 - add dependency on libraqm - remove gdlib-config * Fri Jan 31 2020 Filip Januš <fjanus@redhat.com> - 2.2.5-12 - Add patch(gd-2.2.5-null-pointer.patch) - fix Null pointer reference in gdImageClone (gdImagePtr src) - Resolves: #1599032 * Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.5-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Fri Nov 01 2019 odubaj@redhat.com - 2.2.5-10 - Fixed heap based buffer overflow in gd_color_match.c:gdImageColorMatch() in libgd as used in imagecolormatch() - Resolves: RHBZ#1678104 (CVE-2019-6977) - Fixed potential double-free in gdImage*Ptr() - Resolves: RHBZ#1671391 (CVE-2019-6978)