-
Tue Mar 07 2023 Darren Archibald <darren.archibald@oracle.com> 5.0.7-116.0.3.el7_9.1
- add autofs-5.0.7-fix-empty-mounts-list-return-from-unlink_mount_tree.patch [Orabug: 32502309]
- add autofs-5.0.5-lookup-mounts.patch [Orabug:12658280] (Bert Barbe)
-
Wed Feb 08 2023 Ian Kent <ikent@redhat.com> - 5.0.7-116el7_9.1
- bz2107752 - autofs: send FAIL cmd/ioctl mess when encountering problems
with mount trigger
- fix kernel mount status notification.
- Resolves: rhbz#2107752
-
Fri Oct 30 2020 Ian Kent <ikent@redhat.com> - 5.0.7-116
- bz1885511 - automount force unlink option (-F) does not work as expected
on autofs-5.0.7-109.el7
- fix incorrect logical compare in unlink_mount_tree().
- Related: rhbz#1885511
-
Fri Oct 30 2020 Ian Kent <ikent@redhat.com> - 5.0.7-115
- bz1885511 - automount force unlink option (-F) does not work as expected
on autofs-5.0.7-109.el7
- fix direct mount unlink_mount_tree() path.
- fix unlink mounts umount order.
- bz1858586 - autofs share doesn't mount when using nobind over RDMA where
nfs-server and nfs-client are the same systems
- mount_nfs.c fix local rdma share not mounting.
- Resolves: rhbz#1885511 rhbz#1858586
-
Fri Jun 26 2020 Ian Kent <ikent@redhat.com> - 5.0.7-114
- bz1847762 - automount program crashes with "malloc(): invalid next size
(unsorted)
- initialize struct addrinfo for getaddrinfo() calls.
- fix quoted string length calc in expandsunent().
- fix autofs mount options construction.
-Resolves: rhbz#1847762
-
Mon Mar 30 2020 Ian Kent <ikent@redhat.com> - 5.0.7-113
- Fix changelog revision for previous 2 commits.
- Related: rhbz#1806514 rhbz#1818664
-
Mon Mar 30 2020 Ian Kent <ikent@redhat.com> - 5.0.7-112
- bz1818664 - autofs cannot mount samba/cifs shares that end with a dollar sign
- fix trailing dollar sun entry expansion.
- Resolves: rhbz#1818664
-
Wed Mar 25 2020 Ian Kent <ikent@redhat.com> - 5.0.7-111
- bz1806514 - strictexpire option not set for offset mounts
- fix patch not applied.
- Related: rhbz#1806514
-
Wed Mar 25 2020 Ian Kent <ikent@redhat.com> - 5.0.7-110
- bz1806514 - strictexpire option not set for offset mounts
- also use strictexpire for offsets.
- Resolves: rhbz#1806514
-
Tue Aug 20 2019 Ian Kent <ikent@redhat.com> - 5.0.7-109
- bz1728914 - getmntent returns additional "-hosts" entries when
automounter is used with "hosts" map
- fix missing initialization of autofs_point flags.
- Related: rhbz#1728914