[ All 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Package diffutils-3.7-12.el9.x86_64 download

Name diffutils
Epoch 0
Version 3.7
Release 12.el9
Architecture x86_64
Website/URL https://www.gnu.org/software/diffutils/diffutils.html
License GPLv3+
Build Time 2023-03-16 21:33:01
Build Host builder-x86-03.inferitos.ru
Summary GNU collection of diff utilities
Repositories BaseOS
Description Diffutils includes four utilities: diff, cmp, diff3 and sdiff. Diff compares two files and shows the differences, line by line. The cmp command shows the offset and line numbers where two files differ, or cmp can show the characters that differ between the two files. The diff3 command shows the differences between three files. Diff3 can be used when two people have made independent changes to a common original; diff3 can produce a merged file that contains both sets of changes and warnings about conflicts. The sdiff command can be used to merge two files interactively. Install diffutils if you need to compare text files.
Errata
Size 398 KiB
Source Project diffutils-3.7-12.el9
SHA-256 checksum d43e6519a0685182b5ec21d8fa4ef60e3466df92c860d1fee63042a8195b5a79
× Full screenshot
Changelog link
* Wed Mar 15 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 3.7-12
- Rebuilt for MSVSphere 9.1.

* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 3.7-12
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
  Related: rhbz#1991688

* Wed Jun 23 2021 Than Ngo <than@redhat.com> - 3.7-11
- Resolves: #1975121, Handle SIGSTKSZ no longer being a constant.

* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 3.7-10
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937

* Wed Mar 24 2021 Than Ngo <than@redhat.com> - 3.7-9
- Fix coverity issues