Thu, 25 Apr 2024 06:55:04 UTC | login

Information for build autofs-5.1.7-50.el9

ID31352
Package Nameautofs
Version5.1.7
Release50.el9
Epoch1
DraftFalse
Sourcegit+https://gitlab.com/redhat/centos-stream/rpms/autofs#189b532cdb895f8b4e950d52cda4d002100d7ae7
SummaryA tool for automatically mounting and unmounting filesystems
Descriptionautofs 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.
Built byikent
State complete
Volume DEFAULT
StartedTue, 28 Mar 2023 03:13:10 UTC
CompletedTue, 28 Mar 2023 03:15:00 UTC
Taskbuild (c9s-candidate, /redhat/centos-stream/rpms/autofs:189b532cdb895f8b4e950d52cda4d002100d7ae7)
Extra{'custom_user_metadata': {'rhel-target': 'latest'}, 'source': {'original_url': 'git+https://gitlab.com/redhat/centos-stream/rpms/autofs#189b532cdb895f8b4e950d52cda4d002100d7ae7'}}
Tags
c9s-pending
c9s-pending-signed
c9s-released
RPMs
src
autofs-5.1.7-50.el9.src.rpm (info) (download)
aarch64
autofs-5.1.7-50.el9.aarch64.rpm (info) (download)
autofs-debuginfo-5.1.7-50.el9.aarch64.rpm (info) (download)
autofs-debugsource-5.1.7-50.el9.aarch64.rpm (info) (download)
i686
autofs-5.1.7-50.el9.i686.rpm (info) (download)
autofs-debuginfo-5.1.7-50.el9.i686.rpm (info) (download)
autofs-debugsource-5.1.7-50.el9.i686.rpm (info) (download)
ppc64le
autofs-5.1.7-50.el9.ppc64le.rpm (info) (download)
autofs-debuginfo-5.1.7-50.el9.ppc64le.rpm (info) (download)
autofs-debugsource-5.1.7-50.el9.ppc64le.rpm (info) (download)
s390x
autofs-5.1.7-50.el9.s390x.rpm (info) (download)
autofs-debuginfo-5.1.7-50.el9.s390x.rpm (info) (download)
autofs-debugsource-5.1.7-50.el9.s390x.rpm (info) (download)
x86_64
autofs-5.1.7-50.el9.x86_64.rpm (info) (download)
autofs-debuginfo-5.1.7-50.el9.x86_64.rpm (info) (download)
autofs-debugsource-5.1.7-50.el9.x86_64.rpm (info) (download)
Logs
aarch64
hw_info.log
state.log
build.log
root.log
installed_pkgs.log
mock_output.log
ppc64le
state.log
build.log
root.log
installed_pkgs.log
hw_info.log
mock_output.log
i686
state.log
build.log
installed_pkgs.log
root.log
hw_info.log
mock_output.log
x86_64
state.log
root.log
installed_pkgs.log
build.log
hw_info.log
mock_output.log
s390x
installed_pkgs.log
hw_info.log
state.log
root.log
build.log
mock_output.log
Changelog * Tue Mar 28 2023 Ian Kent <ikent@redhat.com> - 1:5.1.7-50 - bz2179753 - deadlock while reading amd maps - fix return status of mount_autofs(). - don't close lookup at umount. - fix deadlock in lookups. - dont delay expire. - make amd mapent search function name clear. - rename statemachine() to signal_handler(). - make signal handling consistent. - fix incorrect print format specifiers in get_pkt(). - eliminate last remaining state_pipe usage. - add function master_find_mapent_by_devid(). - use device id to locate autofs_point when setting log priotity. - add command pipe handling functions. - switch to application wide command pipe. - get rid of unused field submnt_count. - fix mount tree startup reconnect. - fix unterminated read in handle_cmd_pipe_fifo_message() (Coverity). - Resolves: rhbz#2179753 * Mon Mar 27 2023 Ian Kent <ikent@redhat.com> - 1:5.1.7-38 - bz2170287 - Autofs reports can't connect to sssd, retry for 10 seconds when real problem is empty LDAP object - improve handling of ENOENT in sss setautomntent(). - dont immediately call function when waiting. - Resolves: rhbz#2170287 * Mon Mar 27 2023 Ian Kent <ikent@redhat.com> - 1:5.1.7-37 - bz2170285 - Users can trigger a simple autofs DoS with wildcard automounter maps - fail on empty trailing replicated host name. - Resolves: rhbz#2170285 * Tue Dec 06 2022 Ian Kent <ikent@redhat.com> - 1:5.1.7-36 - bz2149013 - autofs: errors in autofs-5.1.4-83.el8.x86_64 when restarting autofs with busy directories - fix incorrect path for is_mounted() in try_remount(). - Resolves: rhbz#2149013 * Wed Nov 30 2022 Ian Kent <ikent@redhat.com> - 1:5.1.7-35 - bz2145251 - RHEL9: automount does not handle null option string after "-" anymore - fix minus only option handling in concat_options(). - Resolves: rhbz#2145251 * Tue Nov 29 2022 Ian Kent <ikent@redhat.com> - 1:5.1.7-34 - bz2147491 - segfault due to lookup_mod->context address being freed and reused while multiple threads were using it - fix parse module instance mutex naming. - serialise lookup module open and reinit. - coverity fix for invalid access. - fix hosts map deadlock on restart. - fix deadlock with hosts map reload. - fix memory leak in update_hosts_mounts(). - Resolves: rhbz#2147491 * Mon Oct 31 2022 Ian Kent <ikent@redhat.com> - 1:5.1.7-33 - bz2131907 - autofs: missing unlock in sasl_do_kinit_ext_cc() - fix missing unlock in sasl_do_kinit_ext_cc(). - Resolves: rhbz#2131907 * Tue Oct 04 2022 Ian Kent <ikent@redhat.com> - 1:5.1.7-32 - bz2122565 - automount -m crashes with Segmentation fault (core dumped) - fix invalid tsv access. - bz2126176 - autofs: %changelog entries are out of order - fix changelog date of out of order entry. - Resolves: rhbz#2122565 rhbz#2126176 * Mon May 30 2022 Ian Kent <ikent@redhat.com> - 1:5.1.7-31 - bz2087535 - libnss_sss: threads stuck at sss_nss_lock from initgroups - dont use initgroups() at spawn. - comment out Patch1 and Patch2 since they have been merged into the distribution tar (and so are not applied). - Resolves: rhbz#2087535 * Mon May 16 2022 Ian Kent <ikent@redhat.com> - 1:5.1.7-30 - bz2084108 - autofs is slow to mount when doing lookups returns multiple entries - make NFS version check flags consistent. - refactor get_nfs_info(). - also require TCP_REQUESTED when setting NFS port. - bailout on rpc systemerror. - fix nfsv4 only mounts should not use rpcbind. * Fri May 13 2022 Ian Kent <ikent@redhat.com> - 1:5.1.7-29 - bz2056321 - autofs attempts unmount on directory in use - remove nonstrict parameter from tree_mapent_umount_offsets(). - fix handling of incorrect return from umount_ent(). - Resolves: rhbz#2056321 * Wed May 11 2022 Ian Kent <ikent@redhat.com> - 1:5.1.7-28 - bz2056320 - Using -hosts option does not work in RHEL 9 - fix root offset error handling. - fix nonstrict fail handling of last offset mount. - dont fail on duplicate offset entry tree add. - fix loop under run in cache_get_offset_parent(). - simplify cache_add() a little. - fix use after free in tree_mapent_delete_offset_tree(). - fix memory leak in xdr_exports(). - avoid calling pthread_getspecific() with NULL key_thread_attempt_id. - fix sysconf(3) return handling. - remove rpcgen dependedncy, it hasn't been needed since rev 10. - Related: rhbz#2056320 * Sun Jan 09 2022 Ian Kent <ikent@redhat.com> - 1:5.1.7-27 - bz2028746 - autofs service has not proper limits set to be able to handle many mounts - fix set open file limit. - improve descriptor open error reporting. - Resolves: rhbz#2028746 * Tue Dec 21 2021 Ian Kent <ikent@redhat.com> - 1:5.1.7-26 - bz2028301 - autofs: send FAIL cmd/ioctl mess when encountering problems with mount trigger - fix fedfs build flags. - Related: rhbz#2028301 * Mon Dec 20 2021 Ian Kent <ikent@redhat.com> - 1:5.1.7-25 - bz2028301 - autofs: send FAIL cmd/ioctl mess when encountering problems with mount trigger - fix kernel mount status notification. - Resolves: rhbz#2028301 * Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 * Mon Aug 02 2021 Ian Kent <ikent@redhat.com> - 1:5.1.7-23 - bz1984813 - autofs: FTBFS due to dynamic PTHREAD_STACK_MIN (glibc 2.34 related) - fix potential memory leak in "eliminate some more alloca usage" patch. - remove unused parameter from add_path() in "eliminate some more alloca usage" patch. - Related: rhbz#1984813 * Fri Jul 30 2021 Ian Kent <ikent@redhat.com> - 1:5.1.7-22 - bz1984813 - autofs: FTBFS due to dynamic PTHREAD_STACK_MIN (glibc 2.34 related) - eliminate some more alloca usage. - use default stack size for threads. - Resolves: rhbz#1984813 * Fri Jul 02 2021 Ian Kent <ikent@redhat.com> - 1:5.1.7-21 - bz1938682 - review of important potential issues detected by static analyzers in autofs-5.1.7-2.el9 - correct patch, fix concat_options() error handling. - Related: rhbz#1938682 * Wed Jun 30 2021 Ian Kent <ikent@redhat.com> - 1:5.1.7-20 - bz1938682 - review of important potential issues detected by static analyzers in autofs-5.1.7-2.el9 - fix concat_options() error handling. - Resolves: rhbz#1938682 * Wed Jun 23 2021 Ian Kent <ikent@redhat.com> - 1:5.1.7-19 - bz1951393 - add gating.yaml for CI testing - add gating.yaml. - Resolves: rhbz#1951393 * Tue Jun 22 2021 Mohan Boddu <mboddu@redhat.com> - Rebuilt for RHEL 9 BETA for openssl 3.0 Related: rhbz#1971065 * Tue Jun 22 2021 Ian Kent <ikent@redhat.com> - 1:5.1.7-17 - bz1973892 - /net mount being not cleanly mounted and unmounted - correct patch, fix nonstrict offset mount fail handling. - Related: rhbz#1973892 * Mon Jun 14 2021 Ian Kent <ikent@redhat.com> - 1:5.1.7-16 - bz1965870 - autofs: regression in offset ordering - fix offset entries order. - use mapent tree root for tree_mapent_add_node(). - eliminate redundant cache lookup in tree_mapent_add_node(). - fix hosts map offset order. - fix direct mount deadlock. - bz1965863 - A recent Coverity change can cause an infinit loop on map reload - fix lookup_prune_one_cache() refactoring change. - bz1966380 - auto.master manpage doesn't mention -null or other built-in maps - add missing desciption of null map option. - Resolves: rhbz#1965870 rhbz#1965863 rhbz#1966380 * Tue May 11 2021 Ian Kent <ikent@redhat.com> - 1:5.1.7-15 - bz1942371 - Drop nis support from autofs - fix dangling symlink creation if nis support is not available (add missing patch). - bz1958489 - autofs amd mounts present in the configuration get umounted on reload - fix amd section mounts map reload. - bz1958486 - autofs amd type host mounts fail for certain host names - fix amd hosts mount expire. - Related: rhbz#1942371 - Resolves: rhbz#1958489 rhbz#1958486 * Tue Apr 20 2021 Ian Kent <ikent@redhat.com> - 1:5.1.7-14 - bz1951344 - the autofs distribution tar has a file with an incompatible license. - apply first two patches to distribution tar to eliminate use of the file with the rejected license. - update spec file to use the new sources and not apply the first two patches (that have beeny applied to the source tar). - Resolves: rhbz#1951344 * Mon Apr 19 2021 Ian Kent <ikent@redhat.com> - 1:5.1.7-13 - bz1942371 - Drop nis support from autofs - fix dandling symlink creation if nis support is not available. - remove BuildRequires libnsl2-devel. - fix incorrect changelog revision. - Resolves: rhbz#1942371 * Fri Apr 16 2021 Ian Kent <ikent@redhat.com> - 1:5.1.7-12 - bz1948956 - Using -hosts option does not resolve host from /etc/hosts and mount failes - Coverity fixes (arising from RHEL-8 bug 1912106) - add missing free in handle_mounts(). - remove redundant if check. - fix possible memory leak in master_parse(). - fix possible memory leak in mnts_add_amdmount(). - fix double unlock in parse_mount(). - add length check in umount_subtree_mounts(). - fix flags check in umount_multi(). - dont try umount after stat() ENOENT fail. - remove redundant assignment in master_add_amd_mount_section_mounts(). - fix dead code in mnts_add_mount(). - fix arg not used in error print. - fix missing lock release in mount_subtree(). - fix double free in parse_mapent(). - refactor lookup_prune_one_cache() a bit. - cater for empty mounts list in mnts_get_expire_list(). - add ext_mount_hash_mutex lock helpers. - Resolves: rhbz#1948956 * Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 1:5.1.7-11 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937