autofs-5.1.3-lp152.9.3.1<>,`Oڸ/=„h.DDhT*zcGZEHM @FBgϨb#&r򏜘͜>W›>)6 xAc|ȈX7շfN2Q:f"bM2jGo,jD쉠hLB)m1b#lӫ,!EJe7@#MU?(c~4>^h$ d6ҷ7ѕW^Zf9>Q0?&[vh=>I?d   6 ,0CL] v ~? ? ? ? ? %? &$?' ?([?))?**;+;0;(1G81P91:3C=g>g?g@gFgGg?Hh?Ii?Xj Yj\jP?]kL?^nbp)cpdqbeqgfqjlqluq?vr|w?x?y.zTdhstx~Cautofs5.1.3lp152.9.3.1A Kernel-Based AutomounterAutoFS is a kernel-based automounter for Linux. It 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.`Ocloud1127openSUSE Leap 15.2openSUSEGPL-2.0-or-laterhttp://bugs.opensuse.orgSystem/Daemonshttp://www.kernel.org/pub/linux/daemons/autofs/v5/linuxx86_64 if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in autofs.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in autofs.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi PNAME=autofs SUBPNAME= SYSC_TEMPLATE=/usr/share/fillup-templates/sysconfig.$PNAME$SUBPNAME # If template not in new /usr/share/fillup-templates, fallback to old TEMPLATE_DIR if [ ! -f $SYSC_TEMPLATE ] ; then TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME fi SD_NAME="" if [ -x /bin/fillup ] ; then if [ -f $SYSC_TEMPLATE ] ; then echo "Updating /etc/sysconfig/$SD_NAME$PNAME ..." mkdir -p /etc/sysconfig/$SD_NAME touch /etc/sysconfig/$SD_NAME$PNAME /bin/fillup -q /etc/sysconfig/$SD_NAME$PNAME $SYSC_TEMPLATE fi else echo "ERROR: fillup not found. This should not happen. Please compare" echo "/etc/sysconfig/$PNAME and $TEMPLATE_DIR/sysconfig.$PNAME and" echo "update by hand." fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable autofs || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop autofs ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable autofs.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop autofs.service ) || : fi PNAME=autofs SUBPNAME= SYSC_TEMPLATE=/usr/share/fillup-templates/sysconfig.$PNAME$SUBPNAME # If template not in new /usr/share/fillup-templates, fallback to old TEMPLATE_DIR if [ ! -f $SYSC_TEMPLATE ] ; then TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME fi SD_NAME="" if [ -x /bin/fillup ] ; then if [ -f $SYSC_TEMPLATE ] ; then echo "Updating /etc/sysconfig/$SD_NAME$PNAME ..." mkdir -p /etc/sysconfig/$SD_NAME touch /etc/sysconfig/$SD_NAME$PNAME /bin/fillup -q /etc/sysconfig/$SD_NAME$PNAME $SYSC_TEMPLATE fi else echo "ERROR: fillup not found. This should not happen. Please compare" echo "/etc/sysconfig/$PNAME and $TEMPLATE_DIR/sysconfig.$PNAME and" echo "update by hand." fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in autofs.service ; do sysv_service="${service%.*}" rm "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart autofs.service ) || : fi fi 80(9I X8PIPI I 8j0 ɐ8Ht+ # 3 ^" < AA큤A큤큤AA큤A큤`O`O`O`O`O`O`O`O`O`O`O`O`O`O`O`O`O`O`O`O`O`O`O`O`O`O`O`O`O`O`O`O`O`O`O`O`O`O`O`O`O`OY$`O`OY$Y$Y$Y$Y$Y$`O`O`OY$`O`O`O`O`O`O`O`Oe14ef8dd026615811e716d57f18657cef6489f3aba29a6a6c7f2baa0de8744e27df6016aee000dc5f03fe9cb80a0eca7145476278d5d71bc5f1bb52aa3aeace6af68a62f7e0cabb3d9ff640b98ed05992e9b9c2a059d73d008abe09f26efe6466cf43030b25c53f955942ed323a7191cd58c626a3a99d3e766a0ce9f19552f513e76bd00da1312542bc5fe4fabefb893aded22c029afce14e129ef7cdfebde690923d96e514799741778e6ade53bc9666b3bdbd9ed84e940751d2ad9705153cc8302845a2d74fa262f41a806c0ac15075fc01bd20d116aaf003a3f0200ca2755523eef21d8c2d92937bf88cd2fd6a4bdc7a796319f22f17b39969be649cc9ffaad8c3f0d1204067aaedbdf3d2accc1840e41417e35c62c1015e9ac8bba2ad1c81ee006ac4dc7619353246562a7f2e0ba4aa36b42760016f70ab13d1afab931df4b3f3dee617df1c00b4869e5fa04bcfa248a06d47d760ed90cfe1907a2a30188d8df336347cc42db10c887844cfcd522f24512b8377871def36ff49bab355601ff71e8b4e72346ce146117abc08736298bd1703248a51791dba6ac34d0bc5b3923ddaade50f6356ac02a23d3de62586930cca1a1d0aed19d60fbb7bba00badf90835cd56c482be98c0ace72b581b2167d59444ed02dbf5b90b7f5d255da294ef4a23d3896f087cf42061ea8d74683f624efa1152783a9e88ed8a630a157d2c6b1a7bd4f86bdaa339f30043641bb5681550bf931453f1d7352306a39c616c3380c4eac2398f49037a2f091e75ef803070e9de5aca4f2b8d2f629619e35751f6f15917d099c0d29a329d72c6aa8283f1429b074c868fd21900e95203004466de53e3847c51a3667a27c41d497f306520d86a02bfd6f9fa860d03d7834df112df8c5e06c33bf7c141d2966c743d4ba8b580760f5fa94f71ebfcbb88aea948b9cf2ce42b5b34cd6bc4732b71144a3f0a292383d262917a654afcda53f536822db74d13ed02ee8fe2d65699e2a71ed30fa757fc847f7303111df8586a168faffcfb475b85dc0423ab37b8f680f3f4fc1027b8a9364c1930cf11304a76025bbc0fa8fc596ac63d3c76ccb5a090d081743b157f9d45e30b00c34bad49fe5743e321300e4d39e559ec172f205462ca13beff69c041852e8cd0c89bd23928dca3b449ed489fdcc37606e9387b20891781fb4401d10cdb89ae3e5c35abe4b6141a0c0e4f2cf00b64131b281e1ed3207e8a1bd9e0df805d8175bacb3ed46915a293ddcc67ba17947cd3d5447656d682f63f5f3fabe628609cc44054b715f50d0813953fc5c8b0871b1b2c93f0ceb5e37024bc008f9841f1263c42f9f7b9a491c88c33f92eabc15a79061f6482070eeb872651d2c32050a0ba2646e98f1c29ed0d6b071f7b39f0c72d2f6b71a9296956bf9a35f4d2343a7ddd86aae8d55bded138128ce5a6e3d998aba347db19befe51b67ade34d62c7502e05a336ef8df060483f6390d7dad342dda259bffb4d504739a89387f3eb27f8aa9918615b99636c1290d74c58d30421063d306b89817066b54fc5a90eb85d6f5ec1235e69ac286af439c274f71cd2230decf5fc7a43ed91638140b2e5fad22b3f878414aee76145916e68c865ad366ba3a45f80445e340163532089698fea2f6bba1599b173634b4ef8045add1871623a6e51b1a9df36ee89132896dde976e40977c2ac0c277fdb1822ce7167af23a15e5ee5e205e0e586a87262270b108ab806752841ac6ab70edb155d20b74f222b05f97c70bb84f7cb3b336a4c29527403e6736fed7fe72ea06421472e6225c2d8c84ead7c32b4a82257207b5b9d92eeee19b31a58000d667489413efe29d432ac2e352a92629e3abcdddbd3eeec64e7c2f5b58b6e819ff2c1444fb6e249fa3b70a7fc1ae3deef4735ea9e5715d023ee21307141c5eef3afce9b1a91ce7b58c8460551b0a6c7116c173ac7f86fd091171b2a39b05a74505377efefe54208096a76d779a0ec3be98964728bef359ea0bf5554bf7c8640cb53b20ca73c085d393ee24568bc36d049abebbd69627b35a9646b90a78ad51868eb0ea0bacb6782722f00deafba8dacca967a3efcf1dd988edcbbcd09dd36634a9ca90b48a8ac3d6d7901126dcaeefcae4da907d99d0ff1f562d51c1d7cd4133f1989d4feb97f51cfb512276a2f6a3cbe7654d2e7abc8084bb475fae06dead973aad777bdc7339fa81lookup_file.solookup_ldap.solookup_yp.somount_ext2.somount_ext2.somount_nfs.soserviceautofs.8.gzrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootautofs-5.1.3-lp152.9.3.1.src.rpmautofsautofs(x86-64)config(autofs)@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@    /bin/bash/bin/sh/bin/sh/bin/sh/bin/sh/bin/shaaa_baseconfig(autofs)coreutilsdiffutilsfillupgreplibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.16)(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.2)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(64bit)libc.so.6(GLIBC_2.8)(64bit)libcom_err.so.2()(64bit)libdbus-1.so.3()(64bit)libdbus-1.so.3(LIBDBUS_1_3)(64bit)libdl.so.2()(64bit)libdl.so.2(GLIBC_2.2.5)(64bit)libk5crypto.so.3()(64bit)libkrb5.so.3()(64bit)libkrb5.so.3(krb5_3_MIT)(64bit)liblber-2.4.so.2()(64bit)libldap_r-2.4.so.2()(64bit)liblzma.so.5()(64bit)libm.so.6()(64bit)libnsl.so.2()(64bit)libnsl.so.2(LIBNSL_1.0)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)libpthread.so.0(GLIBC_2.3.2)(64bit)libpthread.so.0(GLIBC_2.3.3)(64bit)libresolv.so.2()(64bit)libresolv.so.2(GLIBC_2.2.5)(64bit)librt.so.1()(64bit)librt.so.1(GLIBC_2.2.5)(64bit)libsasl2.so.3()(64bit)libtirpc.so.3()(64bit)libtirpc.so.3(TIRPC_0.3.0)(64bit)libxml2.so.2()(64bit)libxml2.so.2(LIBXML2_2.4.30)(64bit)libz.so.1()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)systemdsystemdsystemdsystemd5.1.3-lp152.9.3.13.0.4-14.6.0-14.0-15.2-14.14.1`e@Z@ZZvZ@Z7YB@Y@Y@Y@Y@X-W@VVf@U@UXUJ@T@T-@Tи@Tи@TGoldwyn Rodrigues nfbrown@suse.comdimstar@opensuse.orgnfbrown@suse.comrbrown@suse.comkukuk@suse.dejeffm@suse.comkukuk@suse.dejeffm@suse.comjeffm@suse.comjeffm@suse.comastieger@suse.comjeffm@suse.comjeffm@suse.comro@suse.decrrodriguez@opensuse.orglchiquitto@suse.comdmueller@suse.commszeredi@suse.czmszeredi@suse.czlchiquitto@suse.comlchiquitto@suse.comkukuk@suse.de- Update pidfile path to /run from /var/run (bsc#1185155)- 0003-autofs-5.1.4-fix-fd-leak-in-rpc_do_create_client.patch Fix filedescriptor leak (bsc#1093436)- BuildRequire pkgconfig(udisks2) instead of udisks2-devel: let's be flexible on possible package name changes. - Package COPYRIGHT as %license instead of %doc.- 0001-use_hostname_for_mounts-shouldn-t-prevent-selection-.patch Fix handling of replicated NFS server so that selection between servers still works sensibly when use_hostname_for_mounts is in effect. (bsc#1066720) - 0002-Fix-monotonic_elapsed.patch Fix bug introduced with monotonic-time patches which causes nanoseconds to be ignored and effectively disables sorting based on response time and/or weight. (bsc#1066720)- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- Add build require for rpcgen (preparation for removing it from glibc)- fix ordering of seteuid/setegid in do_spawn (bsc#1062482). - fix unset tsd group name handling (bsc#1062482). - fix possible map instance memory leak (bsc#1038198). - check map instances for staleness on map update (bsc#1038198). - Added patches: - autofs-5-1-3-check-map-instances-for-staleness-on-map-update.patch - autofs-5-1-3-fix-ordering-of-seteuid-setegid-in-do_spawn.patch - autofs-5-1-3-fix-possible-map-instance-memory-leak.patch - autofs-5-1-3-fix-unset-tsd-group-name-handling.patch- Add libnsl-devel as build require in preparation of libnsl removal from glibc- Add gpg signature- Update URL to use www.kernel.org now that ftp is gone.- update to version 5.1.3: * limit getgrgid_r() buffer size * increase worker thread per-thread stack size * fix offset mount location multiple expansion * use malloc for expanded map location * fix invalid reference in remount_active_mount() * fix work around sss startup delay * fix possible NULL derefernce * use autofs_point to store expire timeout where possibe * add config option to use mount request log id * factor out set_thread_mount_request_log_id() * log functions to prefix messages with attempt_id if available * create thread-local ID for mount attempts * add the mount requestor's pid to pending_args * delay submount exit for amd submounts * fix bogus check in expire_cleanup() * handle amd cache option all in amd type auto mounts * handle map_option cache for top level mounts * capture cache option and its settings during parsing * add function conf_amd_get_map_options() * check for conflicting amd section mounts * include amd mount section mounts in master mounts list * add function conf_amd_get_mount_paths() * add function conf_amd_get_map_name() * add support for amd browsable option * add ref counting to struct map_source * fix typos in README.amd-maps * honor last rw in mount options when doing a bind mount * set autofs mounts catatonic at exit * make set_direct_mount_catatonic() more general * check NFS server availability on local mount fallback * make lookup_nss_read_master() return nss status * don't return until after master map retry read * set sane default master read wait timeout * dont exit on master map read fail timeout * fix included master map not found return * fix quoted key handling in sanitize_path() * add sss master map wait config option * work around sss startup delay * add master read wait option * wait for master map available at start * update and add README for old autofs schema * fix create_client() RPC client handling * fix _strncmp() usage * fix argc off by one in mount_autofs.c * fix cachefs parse message not being logged * fix typo in MOUNT_FLAG_GHOST comment * Avoid local variable name shadowing another * configure: add cache variable for Linux proc filesystem check * fix count_mounts() function * fix short memory allocation in lookup_amd_instance() * Fix fgets(3) size argument (another one) * Fix typos in error messages * Remove unused local 2KB buffer * fix file map changed check * Change .requestor to .requester for consistency * Fix a typo in CREDITS * fix libtirpc detection with -Wl,--as-needed * Fix size arg of fgets(3) * Drop redundant \n in logerr() * Fix compiler warning in try_remount() * build: check for clock_gettime in librt * fix possible memory leak in nfs mount * add config option to suppress not found log message * properly handle errors in lookup_nss_mount * fix yp map age not updated during map lookup * fix 'nameing' typo in autofs.conf * add remote-fs.target systemd dependency * add autofs(5) note of IPv6 libtirpc requirement * fix autofs(5) description of supported map sources * fix modules make clean target * fix Makefile linking dependencies * fix handle_mounts() termination condition check * log pipe read errors * fix use-after-free in st_queue_handler() * always set direct mounts catatonic at exit * improve scalability of direct mount path component * fix use after free in match_my_name() * fix memory leak in get_network_proximity() * fix typo in autofs_sasl_bind() * fix use after free in open_lookup() * fix use after free in sun parser parse_init() * fix memory leak in ldap do_init() * fix memory leak in nisplus lookup_reinit() * fix sasl connection concurrancy problem * fix unbind sasl external mech * remove unused function elapsed() * change time() to use monotonic_clock() * change remaining gettimeofday() to use clock_gettime() * use monotonic clock for indirect mount condition * use monotonic clock for direct mount condition * define pending condition init helper function * use monotonic clock for alarm thread condition wait * define monotonic clock helper functions * Add a mode option for master map entries * fix error handling of is_mounted() * fix out of order call in program map lookup * add configuration option to use fqdn in mounts * update map_hash_table_size description * change lookup to use reinit instead of reopen * implement reinit in multi lookup module * fix map format check in nss_open_lookup() multi map module * factor out alloc multi map context * factor out free multi map context * add type to struct lookup_mod * implement reinit in yp lookup module * implement reinit in sss lookup module * implement reinit in program lookup module * implement reinit in nisplus lookup module * implement reinit in ldap lookup module * implement reinit in hosts lookup module * implement reinit in hesiod lookup module * implement reinit in file lookup module * implement reinit in dir lookup module * implement reinit in parse modules * add reinit entry point to modules * fix nsswitch handling when opening multi map * make open_lookup() return nss status * move check_nss_result() to nsswitchr.c * fix update_hosts_mounts() return * fix missing source sss in multi map lookup * fix direct map expire not set for initial empty map * fix direct mount stale instance flag reset * fix error handling on ldap bind fail * fix config old name lookup * fix rwlock unlock crash * fix return handling of do_reconnect() in ldap module * make find_server() return a status * make find_dc_server() return a status * make connect_to_server() return a status * make do_connect() return a status * move query dn calculation from do_bind() to do_connect() * fix return handling in sss lookup module * fix left mount count return from umount_multi_triggers() * revert fix libtirpc name clash * update libtirpc workaround for new soname * fix fix gcc5 complaints * Removed patches: autofs-5.1.1-task-use-after-free.patch autofs-improve-scalability-of-direct-mount-path-comp.patch autofs-5.1.1-properly-handle-errors-in-lookup_nss_mount.patch autofs-5.1.1-fix-yp-map-age-not-updated-during-map-lookup.patch autofs-5.1.1-leave_auth_destroy.patch * Updated patches for context: autofs-5.1.1-dbus-udisks-monitor.patch- remove rpmlintrc, review was boo#782691- Fix spurious ELOOP on certain kinds of failures (bsc#968918): * autofs: fix yp map age not updated in s/_/./g case * autofs: properly handle errors in lookup_nss_mount * Added patches: autofs-5.1.1-properly-handle-errors-in-lookup_nss_mount.patch autofs-5.1.1-fix-yp-map-age-not-updated-during-map-lookup.patch- improve scalability of direct mount path component creation (bsc#966573). * Added autofs-improve-scalability-of-direct-mount-path-comp.patch * Refreshed autofs-5.1.1-dbus-udisks-monitor.patch - Use libldap_r instead of libldap for thread safety (bsc#955477). * Added autofs-use-libldap_r-instead-of-libldap-for-thread-safety.patch- add patch autofs-5.1.1-leave_auth_destroy.patch (bnc#958410) do not redefined auth_destroy, the reason for this has long been fixed in libtirpc (version 0.2.1 is already fine)- autofs.service: Use KillMode=mixed so "KillSignal" (SIGTERM) is only sent to the main process and if still does not exit after "TimeoutStopSec" then "SendSIGKILL" is sent to all remaining processes of the unit's control group. This is the desired behaviour for almost all daemons that execute foreign programs.- update to version 5.1.1: * fix compile error in defaults.c * add serialization to sasl init * dont allocate dev_ctl_ops too early * fix incorrect round robin host detection * fix race accessing qdn in get_query_dn() * fix leak in cache_push_mapent() * fix config entry read buffer not checked * fix FILE pointer check in defaults_read_config() * fix memory leak in conf_amd_get_log_options() * fix signed comparison in inet_fill_net() * fix buffer size checks in get_network_proximity() * fix leak in get_network_proximity() * fix buffer size checks in merge_options() * check amd lex buffer len before copy * add return check in ldap check_map_indirect() * check host macro is set before use * check options length before use in parse_amd.c * fix some out of order evaluations in parse_amd.c * fix copy and paste error in dup_defaults_entry() * fix leak in parse_mount() * add mutex call return check in defaults.c * force disable browse mode for amd format maps * fix hosts map options check in lookup_amd_instance() * fix memory leak in create_client() * fix memory leak in get_exports() * fix memory leak in get_defaults_entry() * fix out of order clearing of options buffer * fix reset amd lexer scan buffer * ignore multiple commas in options strings * fix typo in flagdir configure option * clarify multiple mounts description * gaurd against incorrect umount return * update man page autofs(8) for systemd * dont pass sloppy option for other than nfs mounts * make service want network-online * fix fix master map type check * init qdn before use in get_query_dn() * fix typo in update_hosts_mounts() * fix hosts map update on reload * make negative cache update consistent for all lookup modules * ensure negative cache isn't updated on remount * dont add wildcard to negative cache * add a prefix to program map stdvars * add config option to force use of program map stdvars * fix incorrect check in parse_mount() * handle duplicates in multi mounts * revert special case cifs escapes * fix map option parsing for 'strictatime' * fix showmount search in auto.net * remove obsolete comment in auto.net * fix macro usage in lookup_program.c * fix gcc5 complaints * remove unused offset handling code * fix mount as you go offset selection * link daemon with pthread library (Debian patch) * manpage corrections (Debian patch) * fix manpages hyphenation (Debian patch). - ported patches: * autofs-5.1.0-dbus-udisks-monitor.patch -> autofs-5.1.1-dbus-udisks-monitor.patch * autofs-debuginfo-fix.patch -> autofs-5.1.1-debuginfo-fix.patch * autofs-5.0.9-suse-auto_master_default.patch -> autofs-5.1.1-suse-auto_master_default.patch * autofs-5.0.9-task-use-after-free.patch -> autofs-5.1.1-task-use-after-free.patch - remove patches that are now upstream: * autofs-5.1.0-dont-pass-sloppy-option-for-other-than-nfs-mounts.patch * autofs-5.1.0-add-a-prefix-to-program-map-stdvars.patch * autofs-5.1.0-add-config-option-to-force-use-of-program-map-stdvars.patch * autofs-5.1.0-gcc5-fixes.patch- add autofs-5.1.0-gcc5-fixes.patch: Fix build against gcc 5.x- prevent potential privilege escalation via interpreter load path for program-based automount maps, add the following patches: autofs-5.1.0-add-a-prefix-to-program-map-stdvars.patch autofs-5.1.0-add-config-option-to-force-use-of-program-map-stdvars.patch (bnc#917977 CVE-2014-8169)- add autofs-5.1.0-dont-pass-sloppy-option-for-other-than-nfs-mounts.patch (bsc#911720)- Fix autofs.service so that multiple options passed through sysconfig AUTOFS_OPTIONS work correctly (bsc#909472)- Fix configuration handling now that we have /etc/autofs.conf and /etc/sysconfig/autofs. Runtime options are now configured in the former, while settings that affect the daemon start up are still handled in the latter. - Clean-up sysconfig.autofs, leave only init script options: $OPTIONS and $USE_MISC_DEVICE. - Run %fillup also when systemd is enabled. (bsc#906606)- Use udisks2, udisks development has ceased in favor of udisks2./bin/sh/bin/sh/bin/sh/bin/shcloud112 1620922330  !"#$%&'()*+,-./0123456789:;<=>?@5.1.3-lp152.9.3.15.1.3-lp152.9.3.15.1.3-lp152.9.3.1 NetworkManagerdispatcher.dautofsauto.masterauto.master.dauto.miscauto.netauto.smbautofs.confautofs_ldap_auth.conforg.freedesktop.AutoMount.confautofs.serviceautofslookup_dir.solookup_file.solookup_files.solookup_hosts.solookup_ldap.solookup_ldaps.solookup_multi.solookup_nis.solookup_nisplus.solookup_program.solookup_sss.solookup_udisks.solookup_userhome.solookup_yp.somount_afs.somount_autofs.somount_bind.somount_changer.somount_ext2.somount_ext3.somount_ext4.somount_generic.somount_nfs.somount_nfs4.soparse_amd.soparse_sun.soautomountrcautofsautofsREADMEREADME.SUSEREADME.SUSE.ldapREADME.active-restartREADME.changerREADME.ncpfsREADME.replicated-serverREADME.smbfsREADME.v5.releaseautofs.schemasysconfig.autofsautofsCOPYRIGHTauto.master.5.gzautofs.5.gzautofs.conf.5.gzautofs.udisks.5.gzautofs_ldap_auth.conf.5.gzautofs.8.gzautomount.8.gzrcautofs.8.gz/etc//etc/NetworkManager//etc/NetworkManager/dispatcher.d//etc/dbus-1/system.d//usr/lib/systemd/system//usr/lib64//usr/lib64/autofs//usr/sbin//usr/share/doc/packages//usr/share/doc/packages/autofs//usr/share/fillup-templates//usr/share/licenses//usr/share/licenses/autofs//usr/share/man/man5//usr/share/man/man8/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:16279/openSUSE_Leap_15.2_Update/5a85a41bd669dd25a89a4e10f4432c3a-autofs.openSUSE_Leap_15.2_Updatedrpmxz5x86_64-suse-linux   directoryPOSIX shell script, ASCII text executableASCII textBourne-Again shell script, ASCII text executableXML 1.0 document, ASCII textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=5e4cf0426619548bd2e17f4add4267ac83e13d12, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=6d3c01016cc9f5400375796adeada378c3827f64, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=35de804f8e681128a1e62afe126639be20b16230, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=9526ba8471c423b5c6f7c2c3063766cb37d28945, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=eed714ee26e43d22aae2f4f22cadf6269ce7d3b3, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=7a685510732f02ce7ed474798fb9c58979c2c198, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=07be5fbf6605650b41b5952095ca6a37be01c7d9, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=5bca38dd49d4bf737a9d40638b0450b8bfd965ba, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=038128a9ebea6583662ea99a55d4d1e4d4959f95, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=13f816ae8521e5bf70621dee233ddc3b98028eb1, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=1089286616ffd58a2caa8942e0312ff109e50aa7, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=26daa531679ae4072a79e1da327c80534f529de5, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=bc3eceda0a2b730e27b7badc588786554c1d5ab6, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=29c4b8c09815c3b6ab50b70c03c6b487581eea15, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=946d7f1deb22d9f3994c47421b3720e85a1ee18d, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=39442353513150c2f7294fac42936d96c8271489, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=2ab33bf28af84b1c91a6299aeaf62f1eb8d45833, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=fe91661090da2133f24047e7331c03db31bc9307, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=12832eeeff32ecdf6ffb32fb47e3236f750dab83, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=b2e3f17047a2851f6ad98dbdec9afce035d2258f, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=a627b415531674a64302c1b897fbdc1fec1290d0, for GNU/Linux 3.2.0, strippedunified diff output, ASCII textAlgol 68 source, ASCII text (gzip compressed data, max compression, from Unix)troff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)/L[jx    RRRR,R'R&RRR RRRR%R.R#R+R R,R'R&RRR RRRR%R.R#R+R R,R'R(R&RRR RRRR/R%R.R#R+R R,R*R1R'R&RR RRRRRR RR)R0R2R!R"RR-RRRR%R.R#R+R R,R'R(R&RRR RRRR%R.R#R+R R,R$R'R&RRR RRRR%R.R#R+R R,R'R&RRR RRRR%R.R#R+R R,R'R&RRR RRRR%R.R#R+R RRRR RRRRRRRR R,R'R&RRR RRRR%R.R#R+R R,R$R'R&RRR RRRR%R.R#R+R R&RRRR%R.R#R+R R,R'R&RRR RRRR%R.R#R+R R&RRRR%R.R#R+R R&RRRRR%R.R#R+R R&RRRR%R.R#R+R R&RRRR%R.R#R+R R,R'R&RRR RRRR/R%R.R#R+R R,R'R(R&RRR RRRR%R.R#R+R R,R'R&RRR RRRR%R.R#R+R R,RR1R(R'R&R RRRRRRR%R.R#R+RR0R2R!R"R kR0#lnfs-clientutf-83457c795ecf252c0bdda02831c111f5ffd6a30030618502defd2826fb6155b20?p7zXZ !t/qg)]"k%fs G,,a@/Ti rBo/Wxi*pcyx KEQ5Gn WE/YG>-~o| &͒@!: = (0D KؖhzS@Sg4pF޵LM%N&ZQv8*`ѳ/'cU+݀YWHLƺ ID$S:.k4).'N (s;`v0mߚ e]+{mrYuZsOhC-"7Ƥ{nћtx Œe"[2;2 dbۈTN),J!uvKi)VR%E'qnHRe#)&s=EE4(y(pL!U֭R fxKE[3 m🞌,w[#)t~&YqfpXHN)bM Z?eG|#K)rslZDgGm}r#O$]2 RˊȆNk~.eq"ЈqZV%f7unb!c!U-fݘthnΏhfv/&c[!n5 H暐?M}b2N7w\Q M=tnX7#.(Vb g}  d㙚P0 vRO#&h75[/=I֥;>3jR[A/gT"Fq: u>S}H++Ghl#y!䒐8! ;`9~ 1'EnXѕ~9UC&, BW@Md(N!>Ƴh][6d7! cFZK#>O哖Aΰuŀ0D:C i>/@6mcƵ M9@o}H7!2z9M*f)(ϝz](fnn dOu[:0=_2]:f>}!ik"Nj24\) ~'={ OX=K^Qr:/M^4?.LýMRLe]9$Ռ#UbμkPیBծ( 63n|.w9_yѣc.[9:7$EvGgB"Q`"L%~RD䰥vE]ZT[ cd~'W'X,XC3y (T=+ c[фyv#'mRC'uLj!9I~p1,[fIH.$dLV&N*Cׅ?#&z7C1JO^oX:?O>O&h7EԬ#o3\.tP/3k:@vpS;ҹҡ=]od!TmC7Bvxu1L9B~ҧVwd_ɓ'X++-nKt+tBM-Z *Z '7)19MO8>!~U_cB=xsYI;f2fal3v8P'TTapo?*',Syxmc9꩔.!љWs4JJ2 g S>dzNfXbdd8Z:&*PyeUBF?޵5/K2 ] T7) mjϫH3$;Њ" j&1}VlQh|PNu]}{w&[",vT7L4b{nWۚe~Cq]wd_HmQլBȈvKk_=2Uh<yqH75a\e@P&2AN*҅ى`&S#AUu.`kavj|RR,E dz[CN%dC7T66bIz3o]F*RfN P._^82^ _N\NjB2g]\la a;쿵7]XQp:lm=.Ku s k) ؅7Iڽēk8-w$S5iW:n tB͏2OnsYJ=Z~]nj7O-2 R֞ABE1<ȘJ)L&::lB*}g5)F 5K둪Թ#)fI<BpiW]>9BSt~u+4E $ Ds.s ,f7խ\<.RCZtf|Ua7\^BGf. O\޾_! =*ʬ%ט\@|x]g@;8wH֕L_&rL̍Ǟߛ? b푿6`b )++IwP}"&fӉ~^^$5I9ȡ5Ӽ}X[eܽ6ݱꀝެQʘڿ4۴[/?3W?3jiEC2͉ci /^?AG7IS&c=ȷM,)KN3hR#ҭcPBm׊Մ8vao-[QiqrB6҆Uj)WS<-S>A`D0a`":hER݊/GJQ!EM 077-*%|]Uֈð"B`}FȉY-4 5*RdDO_f+">GYC=|*;5TMIzZ1xDѦ":׃Sx%3ӛ"N cDdnbU(^cلեtzk~$Cԣ4޸HbRNWOZ*YV/$^6u&:j+FV<\c4NAByGuy"&eWjMۯg0Ay[Z5:6 $k3Sxg6~,"blJGwf_lۚ/r"c%D bX6 FzEA6+=(=m=)#hC*\r 8-"q5UT7kG'^stx$f[]0W4IGiZwtK+e$0-#ʹlW{-' +_ԚsuHG/lv yz3^>s+HACچdґfd'ccy|Ny6\):$LbCϮzPĬ'뢧j7ɾ/-$6qӴis i࿯i3K9lF@t.Χ!d@;d k!ʛ9l (e=<-ύ,!ͭ+".ч1 wthȃpA.;9-sihRetLHS>v eXO%W1, +'] Se Ngf'L>BH\Q,6Qd⬄`oEX"ϲ22^Ѐ-6 K^sh ٬g^-Gu+Z^; 1EMVMP˩Likl_-!oKI8ۀWFA=vAxn.nr QHPKX~~uO:MlLF9x] 㲔lJЫr\Z)XlmqYX7{pQ-@DSZ b‚!BדIsC;6#Ky3Dǒx& /+ϝߥC`t3WΖ&C'ΒAܢ;*u$D; tnTo |{aq9|BL k>UΞMFna A.2.S/J$Ujd➔X)z1C7Е 5W{ؐo7m[:fkVȗX+dN^5N Q\VWjDZ:bN:.@uD2BнGυ Ðr 5IsrҮR\GVRo7{@Ľhk<>E .1_6Ÿ.dEm+a%2'spnzsqk,i`L\q3zwpQۥ_5= ]̃NzJ ل;6g$P裩rZO.ۇE2xLCe7Ų&R*ye:  /a 2caƫ8W95I,4`aB8ձMvvgj$q^fv*WF .{T@%kf^4ܒ1Q#{i*N;vv5%Yʢd(YeWMpJ{o1r* bthKǡlMH+w&W6+HUMJ_l0` )L6c깅'Z7>;}9|6u?5U^=a a åa;0./`#\oM  *)P'Đsc FQe#T~B^>[$T(lˠOrsSN̕#2P&}Zʛh{mCѼ8c"V=#[]\ m̰Nd inF7ڤA8:~q `CAtn]bVeI"!?nÊGٟt q_Aq']R2󋊭La.{U Bb[.ui:r8ոt?yכ 馇ФQ[ߣҹ3ʗ@DgX EE합6l:+9*0p u<&K{Sh a5竒f-`Hϸ.'(-9֟n+>a90~%ܨ["ALhOF;F ݰ@| F#j!Wț X?7fA/Ik=R -0mע(LC/^{!ռzD )mɢD45)R&(892qVLpe'  R@77zoIN}abS=WS&+$\P61mvr{_1gPJxyw0 a.kgϵs"eH!wN{mftb@U׮n__NFI~ g t t[PPfÊslFz2#e{^w]0>sRٖlt F-? i*w -훀FByx cSa$֝ O+*t"7!]h6}JϪ' ˥ +=.AN-l$" `ʠ)[6(paKKAW!qlb|3+$\,O/\9,Ǹ>1S8<:Ԗ;1Z,"Jݒ,MDi?U) ƪlg9}J4gаy[=ȄK)X(Mlj-A/rv\%SwӃ.&ґ-f ~&u`8AspUw#;ÿޑFrn*ev=dCbeYv8Saa!=Uŭƿvg:Г=0Ń pd>Xqܓ3=` :6c-[mYe7?mJ:sABI4Q_FZN~\LIgKUY3֭P'-ľP6X\['(D|y; +{EYRN+"ی;k\a&|5ji-)0Цo{s1g [sj?o2EU_;13/_6LY"x0%2*8h}Albx}habH{DOK+Z*kY b.o'CDPyṊk2j +p.4'1܇~Zhè1_(QmFmFUxAuSx?{p+gO3YS\5$gF [3k^I݃%V2Q[ ?Wf.,!~Fqg֏=6я SDÕP5áN1|'BW91u΃H@tGwgɞwGuX6wA{E;3F =Ng5bQ9J(Iԙ,c>qFxc({Q,@sξLܝΡ%O\¹[mv+Oi$dٿEm/~y| B.%Cych᩺/ 6@2依m9[`k \i!B1/HL`wuꀡci#Rh#ypZp1su _ h٥U(:aR>z^دLjᘙtyERo"+d2ٜ=KZJ89Q.V9o3S6qW}q:1tyY#|Z?tL)}^r5b5(1v)~6V۪ۂ_p;{WXI[;Bt")8𪀬ҦWT\a]N_jՍF_tdZ!TXʭ̊+W$#0 xQ;,#g#^\Α俞bdAKE d(,Cs e3,޵j^۹h;¾)+QF,@2D~ RT»E[Y:1;AE8KUU!iۛ.Sذ DŽɼ5Tb9wEfp؛~x +il4aX/?)jpO[Y{ ~fKTIq9Ƀ]1Mq} 4fnuL,M-ruOQKr2oT$'ȳl}oГGy h]!I-4x#%ltro^'}s͐ )?&]9OJ?ZX #uNTuϮ+ )A "NP>CI 5TĀRG%2n,+N5xչ0P  `5BqFm (rgh.5l2tW[ ѽΜ&3ƓyaYŚ1F)[YmxnF)8gf\G[L9F;Q?9Q*QM`Jc؈5y)5Q~T08st"B\2H?r"|> ;}EFW Akh&}lf*/ذ4b3M'8t=o\*ۆSvGg4)In&~)O4O?8)wOڥRh^ ϝJHU:@|h?;Es!oD ƻXKC@TKf YZ