- 
    Fri Oct 08 2021 EL Errata <el-errata_ww@oracle.com> - 5.1.4-74.0.1
    
- Add autofs-5.0.5-lookup-mounts.patch [Orabug:12658280]
   
  
  - 
    Tue Jun 22 2021 Ian Kent <ikent@redhat.com> - 5.1.4-74
    
- bz1974309 - Removal of default intr mount option while using -hosts
  and host.net
  - remove intr hosts map mount option.
  - fix previous changelog entry revision.
- Resolves: rhbz#1974309
   
  
  - 
    Fri Jun 18 2021 Ian Kent <ikent@redhat.com> - 5.1.4-73
    
- bz1973025 - /net mount being not cleanly mounted and unmounted
  - correct patch, fix nonstrict offset mount fail handling.
- Related: rhbz#1973025
   
  
  - 
    Fri Jun 18 2021 Ian Kent <ikent@redhat.com> - 5.1.4-72
    
- bz1973025 - /net mount being not cleanly mounted and unmounted
  - fix nonstrict offset mount fail handling.
- Resolves: rhbz#1973025
   
  
  - 
    Tue Jun 08 2021 Ian Kent <ikent@redhat.com> - 5.1.4-71
    
- bz1969210 - autofs: already mounted as other than autofs or failed to unlink
  entry in tree
  - fix empty mounts list return from unlink_mount_tree().
- Resolves: rhbz#1969210
   
  
  - 
    Tue Jun 01 2021 Ian Kent <ikent@redhat.com> - 5.1.4-70
    
- bz1965862 - A recent Coverity change can cause an infinit loop on map reload
  - fix lookup_prune_one_cache() refactoring change.
- bz1963129 - auto.master manpage doesn't mention -null or other built-in maps
  - add missing desciption of null map option.
- Resolves: rhbz#1965862 rhbz#1963129
   
  
  - 
    Wed May 19 2021 Ian Kent <ikent@redhat.com> - 5.1.4-69
    
- bz1961492 - 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.
- Resolves: rhbz#1961492
   
  
  - 
    Mon May 10 2021 Ian Kent <ikent@redhat.com> - 5.1.4-68
    
- bz1958487 - autofs amd mounts present in the configuration get umounted
  on reload
  - fix amd section mounts map reload.
- bz1958485 - autofs amd type host mounts fail for certain host names
  - fix amd hosts mount expire.
- Resolves: rhbz#1958487 rhbz#1958485
   
  
  - 
    Thu May 06 2021 Ian Kent <ikent@redhat.com> - 5.1.4-67
    
- bz1954430 - Please, rebuild autofs-5.1.4-66.el8
  - rebuild with fixed binutils.
- Resolves: rhbz#1954430
   
  
  - 
    Tue Mar 16 2021 Ian Kent <ikent@redhat.com> - 5.1.4-66
    
- bz1912106 - Using -hosts option does not resolve host from /etc/hosts and mount
  failes
  - Coverity fixes
    - 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.
- Related: rhbz#1912106