Tue, 14 May 2024 18:15:02 UTC | login

Information for build patch-2.7.6-13.fc33

ID180507
Package Namepatch
Version2.7.6
Release13.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/patch.git#961dbc996f263a22a7e98d6e6a7d6e7dadaa8dc5
SummaryUtility for modifying/upgrading files
DescriptionThe patch program applies diff files to originals. The diff command is used to compare an original to a changed file. Diff lists the changes made to the file. A person who has the original file can then use the patch command with the diff file to add the changes to their original file (patching the file). Patch should be installed because it is a common way of upgrading applications.
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 14 Aug 2020 06:42:36 UTC
CompletedFri, 14 Aug 2020 07:30:07 UTC
Taskbuild (f33, /rpms/patch.git:961dbc996f263a22a7e98d6e6a7d6e7dadaa8dc5)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/patch.git#961dbc996f263a22a7e98d6e6a7d6e7dadaa8dc5'}}
Tags
f33
f37
f38
RPMs
src
patch-2.7.6-13.fc33.src.rpm (info) (download)
riscv64
patch-2.7.6-13.fc33.riscv64.rpm (info) (download)
patch-debuginfo-2.7.6-13.fc33.riscv64.rpm (info) (download)
patch-debugsource-2.7.6-13.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.6-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.6-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Mon Jul 29 2019 Than Ngo <than@redhat.com> - 2.7.6-11 - fixed #1733917, CVE-2019-13638 patch: OS shell command injection when processing crafted patch files * Wed Jul 24 2019 Than Ngo <than@redhat.com> - 2.7.6-10 - backported patch, abort when cleaning up fails - backported patch, improve support for memory leak detection - backported patch, don't crash when RLIMIT_NOFILE is set to RLIM_INFINITY - backported patch, CVE-2019-13636, don't follow symlinks unless --follow-symlinks is given - backported patch, avoid invalid memory accessin context format diffs - backported patch, fix failed assertion * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.6-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Mon Nov 26 2018 Than Ngo <than@redhat.com> - 2.7.6-8 - Added virtual provides for bundled gnulib library - Fixed CVE-2018-17942, gnulib: heap-based buffer overflow * Thu Oct 11 2018 Than Ngo <than@redhat.com> - 2.7.6-7 - Fixed #1582675 - Patch can be crashed and coredumped with a trivial wrong command * Wed Aug 15 2018 Than Ngo <than@redhat.com> - 2.7.6-6 - Fixed #1554752 - Double free of memory, CVE-2018-6952