Tue, 14 May 2024 16:40:20 UTC | login

Information for build patch-2.7.6-12.fc33

ID133993
Package Namepatch
Version2.7.6
Release12.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/patch.git#157898c9064d40589109f26236a917c181a73b17
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, 27 Mar 2020 16:02:01 UTC
CompletedFri, 27 Mar 2020 16:49:58 UTC
Taskbuild (f33, /rpms/patch.git:157898c9064d40589109f26236a917c181a73b17)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/patch.git#157898c9064d40589109f26236a917c181a73b17'}}
Tags
f33
RPMs
src
patch-2.7.6-12.fc33.src.rpm (info) (download)
riscv64
patch-2.7.6-12.fc33.riscv64.rpm (info) (download)
patch-debuginfo-2.7.6-12.fc33.riscv64.rpm (info) (download)
patch-debugsource-2.7.6-12.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * 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 * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.6-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Thu May 03 2018 Tim Waugh <twaugh@redhat.com> - 2.7.6-4 - Fixed CVE-2018-1000156 - Malicious patch files cause ed to execute arbitrary commands.