[ All 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 ]
×

Project diffutils-3.7-12.el9

Name diffutils
Epoch 0
Version 3.7
Release 12.el9
Website/URL https://www.gnu.org/software/diffutils/diffutils.html
License GPLv3+
Build Time 2025-02-20 09:21:43
Build Host certified-builder01.msvsphere-os.ru
Summary GNU collection of diff utilities
Repositories OS
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
× Full screenshot
Packages link
Package Summary SHA-256 checksum
x86_64
diffutils-3.7-12.el9.x86_64 GNU collection of diff utilities a8f6a3e13eb577739f99c45c03c555d6b107b02487f9cea880b6451457a23604 download
src
diffutils-3.7-12.el9.src GNU collection of diff utilities a5fada46eb05574ed742d834dbd7df771dae21d0b496a5b709b1b8821e7f6b25 download
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