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

Пакет perl-vars-1.05-481.1.el9_6.noarch download

Имя perl-vars
Эпоха 0
Версия 1.05
Релиз 481.1.el9_6
Архитектура noarch
Сайт https://www.perl.org/
Лицензия GPL+ or Artistic
Время сборки 2025-08-05 11:27:22
Хост сборки certified-builder01.msvsphere-os.ru
Краткое описание Perl pragma to predeclare global variable names
Репозитории Updates
Полное описание This pragma will predeclare all the variables whose names are in the list, allowing you to use them under "use strict", and disabling any typo warnings for them. For use with variables in the current package for a single scope, the functionality provided by this pragma has been superseded by "our" declarations, available in Perl v5.6.0 or later, and use of this pragma is discouraged.
Эррата
Размер 12 КиБ
Исходный проект perl-5.32.1-481.1.el9_6
Контрольная сумма SHA-256 f08ba91ef6296d6a7de12c31204b7f5da8dc49f30b30bd80d07bce4900df5243
× Full screenshot
История изменений link
* Thu Jul 03 2025 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.32.1-481.1
- Fixes: CVE-2025-40909 - Clone dirhandles without fchdir

* Mon Nov 27 2023 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.32.1-481
- Fixes: CVE-2023-47038