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

Имя diffutils
Эпоха 0
Версия 3.7
Релиз 12.el9
Сайт 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.
Эррата
× Full screenshot
Пакеты link
Пакет Краткое описание Контрольная сумма SHA-256
x86_64
diffutils-3.7-12.el9.x86_64 GNU collection of diff utilities d43e6519a0685182b5ec21d8fa4ef60e3466df92c860d1fee63042a8195b5a79 download
aarch64
diffutils-3.7-12.el9.aarch64 GNU collection of diff utilities 16e4dc939af80441a424a81aa7ca4a4c0994bcff75de7b28f7ae944eacb985f0 download
src
diffutils-3.7-12.el9.src GNU collection of diff utilities 88d255166238a6ab56166d9c4b93dd103c9b17b99ca889679b87bcfc0680dca2 download
История изменений 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