Пакет autofs-1:5.1.4-113.el8.x86_64
Имя | autofs |
---|---|
Эпоха | 1 |
Версия | 5.1.4 |
Релиз | 113.el8 |
Архитектура | x86_64 |
Сайт | — |
Лицензия | GPLv2+ |
Время сборки | 2024-04-08 14:18:08 |
Хост сборки | builder-x86-03.inferitos.ru |
Краткое описание | A tool for automatically mounting and unmounting filesystems |
Репозитории | BaseOS |
Полное описание | autofs is a daemon which automatically mounts filesystems when you use them, and unmounts them later when you are not using them. This can include network filesystems, CD-ROMs, floppies, and so forth. |
Эррата | — |
Размер | 715 КиБ |
Исходный проект | autofs-5.1.4-113.el8 |
Контрольная сумма SHA-256 | c17ea7dbabeda340bc0d29565536b038d4fc50dd1bbf11394c5e1f55faa59355 |
×
* Fri Mar 29 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1:5.1.4-113 - Rebuilt for MSVSphere 8.10 beta * Mon Dec 18 2023 Ian Kent <ikent@redhat.com> - 5.1.4-113 - RHEL-18035 - SIGSEGV using hierarchical map entries on reload with autofs-5.1.4-109 - fix get parent multi-mount check in try_remount(). - fix deadlock in remount. - Resolves: RHEL-18035 * Mon Sep 18 2023 Ian Kent <ikent@redhat.com> - 5.1.4-112 - RHEL-7997 - multi mount detection fails for share with blank+dash causing SEGV crash -fix multi-mount check. -Resolves: RHEL-7997 * Mon Sep 18 2023 Ian Kent <ikent@redhat.com> - 5.1.4-111 - RHEL-12369 - autofs attempts to mount nonexistant ".hidden" filesystems - update patch "allow -null map in indirect maps". - Resolves: RHEL-12369 * Mon Sep 18 2023 Ian Kent <ikent@redhat.com> - 5.1.4-110 - bz2232402 - autofs attempts to mount nonexistant ".hidden" filesystems - allow -null map in indirect maps. - Resolves: rhbz#2232402 * Fri Jul 14 2023 Ian Kent <ikent@redhat.com> - 5.1.4-109 - bz2213267 - filesystems mount and expire immediately - fix expire retry looping. - Resolves: rhbz#2213267 * Wed Jul 12 2023 Ian Kent <ikent@redhat.com> - 5.1.4-108 - bz2216877 - When looking up included maps, sometimes autofs does not consult all the included files in order - fix the "fix incorrect matching of cached wildcard key" patch. - Related: rhbz#2216877 * Wed Jul 05 2023 Ian Kent <ikent@redhat.com> - 5.1.4-107 - bz2216877 - When looking up included maps, sometimes autofs does not consult all the included files in order - fix incorrect matching of cached wildcard key - Resolves: rhbz#2216877 * Fri Jun 16 2023 Ian Kent <ikent@redhat.com> - 5.1.4-106 - bz2214444 - The sss lookup modules handles error return incorrectly in some cases - fix some sss error return cases. - Resolves: rhbz#2214444 * Mon Jun 12 2023 Ian Kent <ikent@redhat.com> - 5.1.4-105 - bz2207801 - amd map format netgoup selector function not working - fix date for revision 104 changelog entry. - fix use_ignore_mount_option description. - include addtional log info for mounts. - fix amd selector function matching. - get rid entry thid field. - continue expire immediately after submount check. - add buffer length checks to autofs mount_mount(). - eliminate realpath from mount of submount. - eliminate root param from autofs mount and umount. - remove redundant fstat from do_mount_direct(). - get rid of strlen call in handle_packet_missing_direct(). - remove redundant stat call in lookup_ghost(). - set mapent dev and ino before adding to index. - change to use printf functions in amd parser. - dont call umount_subtree_mounts() on parent at umount. - dont take parent source lock at mount shutdown. - eliminate buffer usage from handle_mounts_cleanup(). - fix possible use after free in handle_mounts_exit(). - make submount cleanup the same as top level mounts. - eliminate some more alloca usage. - add soucre parameter to module functions. - add ioctlfd open helper. - make open files limit configurable. - Resolves: rhbz#2207801