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 aarch64

From Fedora 38 updates for aarch64 / Packages / a

Name: autofs Distribution: Fedora Project
Version: 5.1.8 Vendor: Fedora Project
Release: 20.fc38 Build date: Wed Mar 29 04:39:54 2023
Group: Unspecified Build host: buildvm-a64-38.iad2.fedoraproject.org
Size: 4651903 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/21
/usr/lib/.build-id/21/3a292312753e274e99c33c3899e65a1d2e6f8e
/usr/lib/.build-id/2f
/usr/lib/.build-id/2f/862da7668e53478bcda78dc1b8cdafc704f959
/usr/lib/.build-id/32
/usr/lib/.build-id/32/65b038dfff98257cb8ab1672d3d31bd958378e
/usr/lib/.build-id/52
/usr/lib/.build-id/52/35992fd5a28e86a25f571cd32f705edbe9b2c4
/usr/lib/.build-id/54
/usr/lib/.build-id/54/97f1ec75e99693e57100a06f340d5cbc632239
/usr/lib/.build-id/57
/usr/lib/.build-id/57/01a832323a4e1f29a5a8cbd96b2ba9a969b6f4
/usr/lib/.build-id/5a
/usr/lib/.build-id/5a/06a340d96ebb3b6262efdc0094fd0c8b8b57b6
/usr/lib/.build-id/62
/usr/lib/.build-id/62/fbdd48346dbbadfcca55c397f220bd0e3823cc
/usr/lib/.build-id/6b
/usr/lib/.build-id/6b/7806a2e9c65cb60dc790350b6d237ac54c1b41
/usr/lib/.build-id/70
/usr/lib/.build-id/70/918b3f0e26ef84bebd2bdd1a82d6b077b529ba
/usr/lib/.build-id/71
/usr/lib/.build-id/71/05194a7b6d821b3795568e118d4d29099c0748
/usr/lib/.build-id/78
/usr/lib/.build-id/78/ad512fcbe3970b08807bcbd4f36f568330a09a
/usr/lib/.build-id/81
/usr/lib/.build-id/81/dfb76fd931e82775027a45e8805ec8538cf9c4
/usr/lib/.build-id/86
/usr/lib/.build-id/86/1a81537d82def37673885d286efe8d4addfff2
/usr/lib/.build-id/8c
/usr/lib/.build-id/8c/9031292778c87ef425a374885a932a54f3f90c
/usr/lib/.build-id/90
/usr/lib/.build-id/90/1416783f505f778242bc4ec4edb86e3c8213c5
/usr/lib/.build-id/96
/usr/lib/.build-id/96/bc3e75d237ae61c991b38868ffd44b11d38fa2
/usr/lib/.build-id/b2
/usr/lib/.build-id/b2/93bbd1a6c305c78ac9a2532e7865f8b40ed9f1
/usr/lib/.build-id/bf
/usr/lib/.build-id/bf/ae509b7d11b2a526f1828ed18693155aaf7172
/usr/lib/.build-id/d7
/usr/lib/.build-id/d7/954668cb798d4d22682a0c5918f069bb9b916d
/usr/lib/.build-id/d8
/usr/lib/.build-id/d8/775ec020602b3bd9796c290bde9a892e71e3dc
/usr/lib/.build-id/ef
/usr/lib/.build-id/ef/05d2b3fe4a6806dce93d324836f05d87b335fd
/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:15:47 2024