[ Все 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 ]
×

Пакет diffutils-3.7-12.el9.src download

Имя diffutils
Эпоха 0
Версия 3.7
Релиз 12.el9
Архитектура src
Сайт https://www.gnu.org/software/diffutils/diffutils.html
Лицензия GPLv3+
Время сборки 2023-03-16 21:32:42
Хост сборки builder-x86-02.inferitos.ru
Краткое описание GNU collection of diff utilities
Репозитории BaseOS
Полное описание 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.
Эррата
Размер 1439 КиБ
Исходный проект diffutils-3.7-12.el9
Контрольная сумма SHA-256 88d255166238a6ab56166d9c4b93dd103c9b17b99ca889679b87bcfc0680dca2
× Full screenshot
История изменений 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