Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

autofs-5.1.8-20.fc38 RPM for x86_64

From Fedora 38 updates for x86_64 / Packages / a

Name: autofs Distribution: Fedora Project
Version: 5.1.8 Vendor: Fedora Project
Release: 20.fc38 Build date: Wed Mar 29 04:40:44 2023
Group: Unspecified Build host: buildvm-x86-31.iad2.fedoraproject.org
Size: 1091031 Source RPM: autofs-5.1.8-20.fc38.src.rpm
Packager: Fedora Project
Summary: A tool for automatically mounting and unmounting filesystems
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.

Provides

Requires

License

GPLv2+

Changelog

* Wed Mar 29 2023 Ian Kent <ikent@redhat.com> - 1:5.1.8-20
  - fix autofs regression due to positive_timeout.
  - 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().
  - fix minus only option handling in concat_options().
  - fix incorrect path for is_mounted() in try_remount().
  - fix additional tsv invalid access.
  - fix use_ignore_mount_option description.
  - include addtional log info for mounts.
  - fail on empty replicated host name.
  - improve handling of ENOENT in sss setautomntent().
  - don't immediately call function when waiting.
  - 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.
  - 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().
* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1:5.1.8-8
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Wed Oct 19 2022 Ian Kent <ikent@redhat.com> - 1:5.1.8-7
  - fix invalid tsv access.
* Tue Sep 13 2022 Ian Kent <ikent@redhat.com> - 1:5.1.8-6
  - fix changelog out of order entry.
  - fix missing unlock in sasl_do_kinit_ext_cc().
  - fix file listed twice in spec file.
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:5.1.8-5
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Fri May 06 2022 Ian Kent <ikent@redhat.com> - 1:5.1.8-4
  - fix kernel mount status notification.
  - fix set open file limit.
  - improve descriptor open error reporting.
  - 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().
  - bailout on rpc systemerror.
  - fix nfsv4 only mounts should not use rpcbind.
  - 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 nonstrict parameter from tree_mapent_umount_offsets().
  - fix handling of incorrect return from umount_ent().
  - dont use initgroups() at spawn.
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:5.1.8-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Fri Nov 12 2021 Björn Esser <besser82@fedoraproject.org> - 1:5.1.8-2
  - Rebuild(libnsl2)
* Tue Oct 19 2021 Ian Kent <ikent@redhat.com> - 1:5.1.8-1
  - Update to upstream release 5.1.8.
* Wed Oct 13 2021 Ian Kent <ikent@redhat.com> - 1:5.1.7-21
  - fix use of possibly NULL var in lookup_program.c:match_key().
  - fix incorrect print format specifiers in get_pkt().
  - add mapent path length check in handle_packet_expire_direct().
  - add copy length check in umount_autofs_indirect().
  - add some buffer length checks to master map parser.
  - add buffer length check to rmdir_path().
  - eliminate buffer usage from handle_mounts_cleanup().
  - add buffer length checks to autofs mount_mount().
  - make NFS version check flags consistent.
  - refactor get_nfs_info().
  - also require TCP_REQUESTED when setting NFS port.
* Mon Aug 02 2021 Ian Kent <ikent@redhat.com> - 1:5.1.7-20
  - fix potential memory leak in "eliminate some more alloca usage" patch.
  - remove unused parameter from add_path() in "eliminate some more alloca usage" patch.
* Thu Jul 22 2021 Ian Kent <ikent@redhat.com> - 1:5.1.7-19
  - fix concat_options() error handling.
  - eliminate some more alloca usage.
  - use default stack size for threads.
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:5.1.7-18
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Sat Jun 19 2021 Ian Kent <ikent@redhat.com> - 1:5.1.7-17
  - correct patch, fix nonstrict offset mount fail handling.
* Thu Jun 17 2021 Ian Kent <ikent@redhat.com> - 1:5.1.7-16
  - fix nonstrict offset mount fail handling.
* Tue Jun 15 2021 Ian Kent <ikent@redhat.com> - 1:5.1.7-15
  - fix amd hosts mount expire.
  - 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.
  - add missing desciption of null map option.
* Mon May 31 2021 Ian Kent <ikent@redhat.com> - 1:5.1.7-13
  - dont use AUTOFS_DEV_IOCTL_CLOSEMOUNT.
  - fix lookup_prune_one_cache() refactoring change.
* Mon Apr 19 2021 Ian Kent <ikent@redhat.com> - 1:5.1.7-12
  - 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.
    - fix amd section mounts map reload.
    - fix dandling symlink creation if nis support is not available.

Files

/etc/auto.master
/etc/auto.master.d
/etc/auto.misc
/etc/auto.net
/etc/auto.smb
/etc/autofs.conf
/etc/autofs_ldap_auth.conf
/etc/sysconfig/autofs
/usr/lib/.build-id
/usr/lib/.build-id/09
/usr/lib/.build-id/09/7ebdf744c73420565b48e96359ac3fea4cf3e0
/usr/lib/.build-id/13
/usr/lib/.build-id/13/e73862be9d18bc4005e49699680409b951fdc9
/usr/lib/.build-id/1c
/usr/lib/.build-id/1c/abb8904e0d56f92fc8b936cde34ffda230816f
/usr/lib/.build-id/22
/usr/lib/.build-id/22/d93e0dc51c25512f82987855ec3be0bef59606
/usr/lib/.build-id/2f
/usr/lib/.build-id/2f/b83ad89a9b80a536b0da25494301f225c02603
/usr/lib/.build-id/3f
/usr/lib/.build-id/3f/ffd083e847104876ee683ebc53b2b2827f534e
/usr/lib/.build-id/42
/usr/lib/.build-id/42/71d4eea06f7214a2d35be4f79a801a495b8659
/usr/lib/.build-id/4b
/usr/lib/.build-id/4b/b94221a57433f22508354404382a8740e17cf7
/usr/lib/.build-id/5c
/usr/lib/.build-id/5c/d77eeb17bfb17b985ccade51f8525b5177565d
/usr/lib/.build-id/61
/usr/lib/.build-id/61/e3f722384b65c17cc3cad393137dcc226c9b0f
/usr/lib/.build-id/6a
/usr/lib/.build-id/6a/f79e3c818f89dd0ac2005dd070e670821e7ed3
/usr/lib/.build-id/6f
/usr/lib/.build-id/6f/e737858dd858a498e864072ed90a16e0577320
/usr/lib/.build-id/73
/usr/lib/.build-id/73/e968e14beb4241b97191bb2e6a1c0266af6532
/usr/lib/.build-id/7a
/usr/lib/.build-id/7a/7e4921a05938e462ee40260c0f5aba996dc7ff
/usr/lib/.build-id/7e
/usr/lib/.build-id/7e/ff980a10daf6ee915cdc0311f24b8c537e733f
/usr/lib/.build-id/98
/usr/lib/.build-id/98/d7916992935de6c7eedf3940fec077fc04aeda
/usr/lib/.build-id/b1
/usr/lib/.build-id/b1/9ee0926fb9c6b447198c680d7887bffc539d14
/usr/lib/.build-id/d7
/usr/lib/.build-id/d7/3be8962833b3941f698553b7b5add95c8f3983
/usr/lib/.build-id/dc
/usr/lib/.build-id/dc/27c57391aa6d5cc21285b24a23080903364bea
/usr/lib/.build-id/dd
/usr/lib/.build-id/dd/dd17b2e15de54fd236b33f874354a758f33a70
/usr/lib/.build-id/e8
/usr/lib/.build-id/e8/b75ac8eac66b7ce62a0afa364fe104260d40ca
/usr/lib/.build-id/f3
/usr/lib/.build-id/f3/ca957b6fa1aba2b26cb6a44618bfc950bd4eb1
/usr/lib/systemd/system/autofs.service
/usr/lib64/autofs
/usr/lib64/autofs/lookup_dir.so
/usr/lib64/autofs/lookup_file.so
/usr/lib64/autofs/lookup_files.so
/usr/lib64/autofs/lookup_hosts.so
/usr/lib64/autofs/lookup_ldap.so
/usr/lib64/autofs/lookup_ldaps.so
/usr/lib64/autofs/lookup_multi.so
/usr/lib64/autofs/lookup_nis.so
/usr/lib64/autofs/lookup_program.so
/usr/lib64/autofs/lookup_sss.so
/usr/lib64/autofs/lookup_userhome.so
/usr/lib64/autofs/lookup_yp.so
/usr/lib64/autofs/mount_afs.so
/usr/lib64/autofs/mount_autofs.so
/usr/lib64/autofs/mount_bind.so
/usr/lib64/autofs/mount_changer.so
/usr/lib64/autofs/mount_ext2.so
/usr/lib64/autofs/mount_ext3.so
/usr/lib64/autofs/mount_ext4.so
/usr/lib64/autofs/mount_generic.so
/usr/lib64/autofs/mount_nfs.so
/usr/lib64/autofs/mount_nfs4.so
/usr/lib64/autofs/parse_amd.so
/usr/lib64/autofs/parse_sun.so
/usr/lib64/libautofs.so
/usr/sbin/automount
/usr/sbin/fedfs-map-nfs4
/usr/sbin/mount.fedfs
/usr/share/doc/autofs
/usr/share/doc/autofs/COPYING
/usr/share/doc/autofs/COPYRIGHT
/usr/share/doc/autofs/CREDITS
/usr/share/doc/autofs/INSTALL
/usr/share/doc/autofs/README
/usr/share/doc/autofs/README.active-restart
/usr/share/doc/autofs/README.amd-maps
/usr/share/doc/autofs/README.autofs-schema
/usr/share/doc/autofs/README.changer
/usr/share/doc/autofs/README.ldap-schema
/usr/share/doc/autofs/README.ncpfs
/usr/share/doc/autofs/README.replicated-server
/usr/share/doc/autofs/README.smbfs
/usr/share/doc/autofs/README.v5.release
/usr/share/doc/autofs/autofs.schema
/usr/share/doc/autofs/ldap-automount-auto.direct
/usr/share/doc/autofs/ldap-automount-auto.indirect
/usr/share/doc/autofs/ldap-automount-auto.master
/usr/share/doc/autofs/ldap-automount-rfc2307-bis-auto.direct
/usr/share/doc/autofs/ldap-automount-rfc2307-bis-auto.indirect
/usr/share/doc/autofs/ldap-automount-rfc2307-bis-auto.master
/usr/share/doc/autofs/ldap-automount-rfc2307-bis-old-style-auto.master
/usr/share/doc/autofs/ldap-nis-auto.direct
/usr/share/doc/autofs/ldap-nis-auto.indirect
/usr/share/doc/autofs/ldap-nis-auto.master
/usr/share/man/man5/auto.master.5.gz
/usr/share/man/man5/autofs.5.gz
/usr/share/man/man5/autofs.conf.5.gz
/usr/share/man/man5/autofs_ldap_auth.conf.5.gz
/usr/share/man/man8/autofs.8.gz
/usr/share/man/man8/automount.8.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu May 2 01:00:52 2024