autofs-5.1.3-150000.7.20.1<>,4fr p9|Z1tS?0rj)*rAPjN@ yV{X4)6xYAoj[jM4Ԝ Ocob1(G?g܊gΉ13^<֏@ϼPLTsYx9S+]$7V6k͡N!vţ2NNb0 (ZLYb??*Ou1+wa1SKV`QJ&Ol:Qyvq=>L?d   8 $48Qr   8?4? ? 0? ,? %? &L?'H?(?))?*+/+//q/(/8/90H:21=i>i?i@iFiGi?Hj?Ik?XlYl\lX?]mT?^pbr1crdsSesXfs[ls]usp?vtlwX?xT?yPz#$(;<@FCautofs5.1.3150000.7.20.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.fr ibs-power9-13XǩSUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-laterhttps://www.suse.com/System/Daemonshttp://www.kernel.org/pub/linux/daemons/autofs/v5/linuxppc64le 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 -f "/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 fi8hH "xHp ` pt+ # 3 T" < AA큤A큤큤AA큤A큤fr fr fr fr fr fr fr fr fr fr fr fr fr fr fr fr fr fr fr fr fr fr fr fr fr fr fr fr fr fr fr fr fr fr fr fr fr fr fr fr fr fr Y$frfrY$Y$Y$Y$Y$Y$frfr fr Y$fr fr fr fr fr fr fr fr e14ef8dd026615811e716d57f18657cef6489f3aba29a6a6c7f2baa0de8744e27df6016aee000dc5f03fe9cb80a0eca7145476278d5d71bc5f1bb52aa3aeace65cfcea33209d8b1a53c59becfcd1204b454ccdb50c34ad7f7696ef6f1a5d0ba9554a2f4731142bb4a6123a24c6af1e5e8759a772bb102cd1ad909f9fad35e4763e76bd00da1312542bc5fe4fabefb893aded22c029afce14e129ef7cdfebde690923d96e514799741778e6ade53bc9666b3bdbd9ed84e940751d2ad9705153cc8302845a2d74fa262f41a806c0ac15075fc01bd20d116aaf003a3f0200ca2755523eef21d8c2d92937bf88cd2fd6a4bdc7a796319f22f17b39969be649cc9ffaad8c3f0d1204067aaedbdf3d2accc1840e41417e35c62c1015e9ac8bba2ad1c80589d5d56653cc72a4e10709e83ed87456859761bc5ecebf9f4b213841b80bf853b24bb9ea4ad82c54172203dfa7ce53f51230e04f8b609aedf2611d5afe6917506bbdf443f29fe6d0a0b1b39b633961ca119b3c4089bcf412a9a104119f73709590f5dd1d4b0a2191707f679d57d003e4f399f127870f8a0358b6b9692a763a3cbef721aa1d7f9a8905fb1da27b60380f672d522bbb619ba69e6b568d6a543db57584728179b89fd20ac967c041956ce39f67e6675a5e1ec2c233ac38bf662212e665fdb7bd584c42a8a7a9bbcd6052eeaa0ddfc679ceb65d22bab1e965380ce757a3bf3838faebb1326f6aab7610830e1d5de009ee61d4e378a5d13a0bb2493c7e01ac57ae19c9217e3f1dca435e1aec6fcce46efd2e9c7cdfc5ae531a0e8bd3e9da4c9c01bb16950775bdbaaaf2516c1dee0c737ec168654aa394341616d6df022db4d6c9c80397f16b845c177d1f5a1ecdda4203e0210b7f91d7076b17d531c963cda990af8f0046c07a38744fe024e9b04127f17f3e612cf6ee20e4ab417db4b0cf014f296908fd626f7843cb0967a457c36edba706ffea20d66dd5f3f57c78659ffd69e89c8f3f50397938547ee42980074e12f4281ae2a2526228286d9535f8ec4b41823708ccc455ef4d2fd5a92b6ae0e12824ff0abad4adb23c036b5a1896680c9125beb6a085c1ef0faaa36f4a61b34debc881fb0a17a9e7dd60df908007e211e7b38d687700468468783530c2ecdb006c1103b32db01de6fe7f1c4e18b4def100dd570b979264dfd3f20fcb511feb1236b0f1214edce94dc0e4cbd633bcb91be3ac3b1f564a31863c5ef7d2b6f19b21a5a7ee2c92dc769595e2e7639af06f51dce22811f4a798584263393cf198bf14ff8f1e6b5085e4613186f95a92711500efa6059aacb875c378908c09e6651879a351bb639814f49b400369c15a79061f6482070eeb872651d2c32050a0ba2646e98f1c29ed0d6b071f7b39f0c72d2f6b71a9296956bf9a35f4d2343a7ddd86aae8d55bded138128ce5a6e3d998aba347db19befe51b67ade34d62c7502e05a336ef8df060483f6390d7dad342dda259bffb4d504739a89387f3eb27f8aa9918615b99636c1290d74c58d30421063d306b89817066b54fc5a90eb85d6f5ec1235e69ac286af439c274f71cd2230decf5fc7a43ed91638140b2e5fad22b3f878414aee76145916e68c865ad366ba3a45f80445e340163532089698fea2f6bba1599b173634b4ef8045add1871623a6e51b1a9df36ee89132896dde976e40977c2ac0c277fdb1822ce7167af23a15e5ee5e205e0e586a87262270b108ab806752841ac6ab70edb155d20b74f222b05f97c70bb84f7cb3b336a4c29527403e6736fed7fe72ea06421472e6225c2d8c84ead7c32b4a82257207b5b9d92eeee19b31a58000d667489413efe29d432ac2e352a92629e3abcdddbd3eeec64e7c2f5b58b6e819ff2c1444fb6e249fa3e327a942183eaf2399c14b64a04121dd0879d308d25530fded3d31c727d066d45f36e0ca0d6d633e27a7f435492f1f4ac30b9eaab599428da3aa25aa1226b774a76d779a0ec3be98964728bef359ea0bf5554bf7c8640cb53b20ca73c085d393ee24568bc36d049abebbd69627b35a9646b90a78ad51868eb0ea0bacb6782722f00deafba8dacca967a3efcf1dd988edcbbcd09dd36634a9ca90b48a8ac3d6d7901126dcaeefcae4da907d99d0ff1f562d51c1d7cd4133f1989d4feb97f51cfb512276a2f6a3cbe7654d2e7abc8084bb475fae06dead973aad777bdc7339fa81lookup_file.solookup_ldap.solookup_yp.somount_ext2.somount_ext2.somount_nfs.soserviceautofs.8.gzrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootautofs-5.1.3-150000.7.20.1.src.rpmautofsautofs(ppc-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.17)(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.17)(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.17)(64bit)libresolv.so.2()(64bit)libresolv.so.2(GLIBC_2.17)(64bit)librt.so.1()(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-150000.7.20.13.0.4-14.6.0-14.0-15.2-14.14.1fU@e,dC@b0b/.@b D@`e@Z@ZZvZ@Z7YB@Y@Y@Y@Y@X-W@VVf@U@UXUJ@T@T-@Tи@Tи@Ttabraham@suse.comtabraham@suse.comddiss@suse.comnfbrown@suse.comnfbrown@suse.comnfbrown@suse.comrgoldwyn@suse.comnfbrown@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- autofs-5.1.6-remove-intr-hosts-map-mount-option.patch Don't use the intr option on NFS mounts by default, it's been ignored by the kernel for a long time now. (bsc#1225130)- autofs-5.1.8-dont-use-initgroups-at-spawn.patch Don't use initgroups at spawn (bsc#1214710, bsc#1221181)- autofs-5.1.3-revert-fix-argc-off-by-one-in-mount_aut.patch Fix off-by-one error in recursive map handling. (bsc#1209653)- autofs-5.1.6-fix-quoted-string-length-calc-in-expand.patch Fix problem with quote handling (bsc#1181715)- 0005-autofs-5.1.4-fix-incorrect-locking-in-sss-lookup.patch Fix locking problem that causes deadlock when sss used. (bsc#1196485)- 0004-autofs-5.1.3-add-port-parameter-to-rpc_ping.patch Suppress portmap calls when port explicitly given (bsc#1195697)- 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/shibs-power9-13 1718787597  !"#$%&'()*+,-./0123456789:;<=>?@5.1.3-150000.7.20.15.1.3-150000.7.20.15.1.3-150000.7.20.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.suse.de/SUSE:Maintenance:34435/SUSE_SLE-15_Update/b04d7a789e7eb9196796ba3e22909d4a-autofs.SUSE_SLE-15_Updatedrpmxz5ppc64le-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, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=c95c1d183b9f0673e01d8b9cdb74e72050a3a01a, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=947d0d90a420892709f8ac501d2e63cf8d23f388, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=92c1c8c64aa2bf0cfce538db4648fd458741074b, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=e62d5215b86c4cb215b154126601988b462f66e5, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=d5b81809cf8706fa2a803987dd6fa33b2272de1c, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=df74788b1e3c78ce2fe7a3ab61945825d66e13bc, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=c1ad307a926dee2d236b29472a770985b849f7b9, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=e3647cfc71eb56b9448d9d66e5f0844c94f6c0f3, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=4694fb4a505378607fb235719d38143c46d74d2f, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=af5760c2882d4ce5e1215fb34868027c44a927db, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=b10a36d52ee44a62bbe98242eb79be2591c9e8ba, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=b8b875b982f0ee25efaf338527d64309f56bf28e, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=ca4569f41c9de4246ba26a139410d506829ca2f6, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=33ea07fb0b30543ccf9dc16f64b92f1566d184de, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=be736c42f4628f66289a5ffc537db0ef8a6790bc, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=74e7aca527e590942c5b0d45c6f37c17bcb025a4, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=1afbb3cf7a9a7267778e072f525a7b5e367f0f39, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=286150fd3fce59bdcb186c144a4afd4f209bb0e1, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=629e759d6a0d497e13753e4649908bffbe938ea8, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=58decdf71857454a88265ae877d5d830ba70965a, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=7c108a5d8ecb07037c824afc761a590a2a3db107, for GNU/Linux 3.10.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) /6>ELPW_fmt{RRRRR RR"RR R RR RR"RR R RR R#RR"RR R R%RRR RRRRR$R&RRRR!RRRRR"RR R RR RR"RR R RRR RR"RR R RR RR"RR R RR RR"RR R RR RR RR RR"RR R RRR RR"RR R RR RR"RR R RR RR"RR R RR RR"RR R RR RR"RR R RR RR"RR R RR RR"RR R RR R#RR"RR R RR RR"RR R RR RR"RR R R%RRR RR"RR RR$R&RRR [J(ט{1+xnfs-clientsystemd-sysvcompatutf-824a4e311613ec65376835fd978a42e8b039a0c81950376f23735be71de31aa11?@7zXZ !t/Ip]"k%w G,,`sa(${:௽==Fc/gZHڡ^ c*U0vyG^I֕UsIf2+gB{gy1܌@o(K d$E.c]8 xT2Ps0 C8+9IR\Z( PkU]iWТIGng $*JҘ6#fICKV~F"3YW%_}h"уBJfjŃr ,a͘iEe㙝TmFWإ {{ԖרNEkvz_K+ed.j~X~08Sih%*A5~$@M%?}%Y tUdl9uM2e9D&+W@RU7 ˋ>bw0C [p7Ea=%sl48d@M݉Zmu_+PeDd-tic_)`?ͽ=3xh?5$ߩ`FZF ؋xwmPK{D3뽐8{Ƿ a*PHDYD6ȩP~K%A+io9xt´?x9jiOqڰLUh/W||UIESR :"D.>NLt 8vL©G$HW:Tǩ0W=GHWZ؛"uSp60saJ}ڎxz8ӄPt\cj\*`57E/ajȤCЅ\cMb`Imzs] 6c]%\J?o :w#0#9ӖPSc) c g R`D.T͔jS'|0nuBl;l/VϺEzTqy8' |umSJVp,:9б`c3HQ+#(p*(BY& A2"e x?Ũ{ANLt0MA[,Vʑh=* }8mC瞑5-Bv|5$ i޸.3"7D*&(Qp@Dh9zl!4pi%0 !,|Ub EA[bYcEuˇ,@FEoȡK.!vp&_(+:Q.& 6ؤh4c~UY\H*HDMw`2/uzmqVWܪjF[  IIυD8o&8s( @RҤ :-9|ɲΰq#KzPXu`#WPXOh&p[Vd~<Ѹ 駠W!ǝ6oFj0{-><8\9/ޭ Oo Q11"O%uBw%M^ /,:/!Ѻs(fj 2T̺=Y.Ժ\= Ѕ6 ڷo-7搆-t-7shPv|]Rpt U3DEYi!@SsPV+%AoHMQZˤP;X۪2+?ppIU3`OT Gh.ߊD>c.cMpSc&gϨqZlMiV;꼿U;>5X~ p<3/\_;-ucZq( Y>=j`)`˜MZU M&󃐉:<ݚX3FGGfnU8MzĐb\zdB9dOOXn L2DI4ky}WJJNy7DG$e YF0uUmk ϯ ʶ~Ll9ó/_K[$+$9n̵v&,h)(dmq{6UYg3T/↠ i0kP8EҌ' Jj#H}0w5ݞp2Mu2 50 2} 2BNA̱+n8+g;Q:QjV>gQssHEom4={NU)H*':4QPq3NS#0]~ުR5Soh*1/%j"G~bTg9w5+бsOukm!IyXuAmg[^@d(CL'Y*[ciӵJ@NK=&ӚrZ M `& 6Vhdݴj ma zcmK%l h =.ŧn LqX$)uK 6:gy |5uYA(8F|R_;tw^Յv]iФk& 78yp [P |'!*ˍ;ddzr#d֪E~`ZhX˒Uin_GQmݮ2$'\  AWmzk7.mY@,j&WCfqWM_;Y8vOTiT=]ݖ9j4\WC({~&v;NNkZt‚{+ WjƳD퍷l'N =`_ AhmbK*#JQ'=`!pyا(^TQ:0t@0F!hѵƆOכ@s ^I^O-}^K!쌤"jjB?b_2ńd8LELhP~Vr2CLf"72¬r# o^C<쌙.郏sb짏tjvT `y#sْC_\~-B1%GpSw]'K-ZXZb59R)kߡwE g02\Y~Ao>Jt]FMfG7kě{kh0b2 l]'aMk7H]m mFvAupe_ʞL#veV.9{7]>Xr?Ξ˘kͯc̻-2b"lOBr& 0=sQbbOʶM5]n$mlQ~[ Wي7AM "xʬk3q#A61-e6|\~3{bMж NQ#n"֬5Vn: x&sPѨ~eMlBm I/=ALv@O1nY$*  r] Y?|pݼ3$!Azn•ҳ8n.n|+r7u/TgZCrTL]mļzdΆp/gsOR桛4*>z\TTDY^ )Wބh!kY<9U>jgb= LA[q8cqm܃gb iy ҮYJ!Ѻy$:90B>N:a$zNŧ\)J|ӵh.F u1\i6GdipWuћIu:w{WtlP0>܍c)8)JSt#Pж TJm v=ʞ6-bumEԃDr:8=̛ݜ;%2YȝhҽmǙZaԿKˌ);\PBZ4(CO $4L[k|zMͅPm+1O}#8{d{>"Zq#R1)|1uiQuS+͞_3tB.oj<Ԯ9|1R61q#PTjz/.Iӧ`^9$ 7Q#wLke48@Bjjq$BO*?;jޓ5k{W53yEQ@(>x;0NBB: \0#۩{㢶s6Hq2tnGV2g*!4L+9Yj؆IM<`B1ߑP8y_\ɾ0 $abovWvG**Yt%L塀mce8g|VN 8XX31"\kdH6klT%xZ*($3JS#ύƿ7џWJRn4lpHMo~XYt" F[ |pquyD*]d_p5?F9hq$@oq:ro7:$AD}~m[Lp^.Zj"\Gw$)(\]HֿWD/H Efcs,3IݥvK |* O[ I0=s;'hy{\\S {l^ײdx`=D\Ì`G7vo0*n\ZW9QQB|*\a>Hh]?3pht^z*]@Y5>mR3&wP|Y~g AOM:ONc]fo2p1m! Y碗7/ 6Tx`d!g C鷚=*KB/RR2Nq[TDAhM Ԗjn=HFc} 2[խ]QpJy& J͒eNN~d(|q9/GI[ b>&Vky퇷0 TB6Cx@! ЙdTkT|1&DAO`B{?w@h3NspiGB\$LF!GNK\H0J3Qu,܇j|\F8Mjͣw@H^h1͹QL/jm+UdbOfp8jo<5>7Ԍ ]x^a o ZS沮url Xp+[vChw)kȋw3|u8$՚,Q"#-Gr70osGi*@?凋xf)qU;165q &#WL5\*XooSdCrߒr^ K73qB 9dH-rm0Zv2%_Ԗ &&+xS,~,kiuJ?z<8ڂT3M",YU/,e(=m>TSX?&[ 6*yIW URk|D_/}ިb|}~~^s^f h!nkK {CWi=,B'^Tf%yo Ӊ V/E LeW5GP /P]BAU.T͹:FL(Kr:~NXʨI qa跿ڐo2&a~&Xačuy;Vh$h͆k!r,Q 3Ye]w_k.?!vA.Jf/pr>| w-JZr Ј6K%Ei+7cv>4F8u*m3Y5 KMd2d}OX q]7߿ ƥD=ڷUOyp9Su8%1\bg2Ay1N豲C [5&Sy@i14"p'9&.qD^܀[q7Pu0aQ>ȠN@-:eJWdMUm:Ҷ ^ ֆNџwϽ/ZЧ"0حJI)ݒ-t5SV&jQ]cwZϻ%S#)(pB ٙ9G- +M7M[o 1gCdi0Ժwshi8ox)\8{<_Qs94.)A#u2DoGrQF¬l= Set;񖂎{e?S_8UJv>~]@e3/&HUdL`x?vqiIQ޺ /*y},s6&uT"YUBЅjAuق?jBw0*d - 2MOᏅTmKDz"Cŵ|ewn-/AF=ZHSņk]U Bu= . 4y5&9cФҒY>P+|hY? oAH$KM-:; H0]TR>]n~BQJO('꿶Z0k)(6p`.8OtAQ+Lcn*cy5?rR/ȅ7p EW48{OŎdKu"im$ŀ֩ԙ%~a920zerSl:k pm$Ucdd #Bs5D]񟕼]WA`bZ8X‹C(trr{P*!WHm^k4ScP8X}WyB|mrOƖeʝh"4;|2lo;F"0Z2 CGi!-l6T^:Tl"펏qОYDZX8ӌšxg߳M S ;7d= WdВ%Г2Z?Hf.}dU.'g.5B<zʉ?*hr4}&iNoaw-6}D,@ admU:_1T@y8AQ&>%3sDA,fqCQ'N9Am -WYu ZdJ)ltFZI+Gɗ a0=R'vaVJOixDy:ݞz3~ٮ%Yo~h`ь[; ;s< -:Ft18BQW.hEa:_?6u1$' @bC񪺕a%m\X7€ ̹PC'IDd.IyHrh4`e1(al7 e"[4I¯ td3=|(LhcH#wgnĩqɽEZO iUwTo$U7vs| ʽҗR}lo'-ri(5"e;C&!2fm &Dg4~. vi}#e10)RK>um]Xݨ-34 |ZΪ&}WoÙ7&wӓ*߬n *eW{:gS"r ZTZġGqP QT>m}/шrRA\?= Iv>C}4~%VYom෪)q~XdF3<9x DxhZǫRDG>͕ɚ-\@6qO~՝hola~v⿀|(;c^"'1 Ժ:k$clR Q>ֲ,B1h+ - !<>/$ߴ[s kGWr$t.GuFtc/n?^#0n|j.Q%<}/Llֿ„^%,;7kKw[}|Kd܈l hQC{-qR*fr_疵z< K<5n 1''{`z 6Ee4Z:!kUBSͭQU"n^ kDqՄ$/E[  c ߋhoLS$' /$1&_pgͣO#znTfdnF{PɣVC^ BH(Rܵf?0d tr "~2LIi͓ P!te*+ӡ:1)"0jakG6ߟBSX:skU7#C?ͷ5tx: (oLuf+lYu;vpY %wW!u)}Yi_b7ѼC0 wuaj8`C?4}9J %lHΠZUꛧ/ꈣ5ud2_M̼Ut_SJu Fԧ9d Q-m ?kCX&%i?iҀ]~p~&oJ}[(|E(zsvMV}v AWꮚ%@ z % 7[h9pG9\ڟ A4n" LaK귂-x|guSHM=u\@նZ$bbU_B皮r^K,Bɭ:2?u)>6"^O/Q? rꇓW(X,s*mG| xǢOu>FmAFI!,5 "aщx%Z ncޑ59Z Nł߆loCeBU3!QՖkbhӅcmzpGdc*#6B5]_ʴOV4FRj>CڿC` 5?*r%%S|w ? hba?NZ:CR q>8ܘy"-X]AK  Rwa-,a[vuzs ){}Q_CopQ qw^/jƅR!jR4JkyL}c,~ڙ)҅Q^$@V"'? G"|UFxikK=2i3l igH'\(,zʙ#X3 [s1)8\zAΓKa( =n]h݃qpwӼC7lzlYo%7n 4z [pĿxB۬ԯ~^\ 1շy Ai6 "?`M?8R|I`A66lϊϽ۲3N˦ueQɏ/>_ TjS2K{润'GzPՅ EClZz b:rQ֋ɁXZ/ }x j ߵr.G7!~UAc&ACR3ڨVH[JL<j>sWv 5 7";y,.RѤr"IROâ\9W$bN@AE.g֛䤎`5l:TvYRO]ې+/ v7 ;#oJ0D#֨8}|2gΨ ho~,ʥ)E='e] {u<JcD;aȮEImIc&^YSݛ8 B{Uh/nRLBI,τBaTme Z 'xZzs^fG đ9k ޺oSȖv#$ 5y*fg![#Zbb.`0X`0̫F=@gwFFyY/j;'I 'Mb'yWb+Pʧow"p:9j,2JK l0Oe ޭ 0U?NvI[f{&@8GՔaʌcJsC ֖uz')#*9 w>?W<kxmi(gI? sr=^Wl#q3x# ]eo:k$ný5lWw񹳗m+QBl]^J68kcВYT(|L<`I7A_ XÈsHH]^!%g֮(uNߥx))3Zy\/Cl2ktDҬaI%*hehFG}|KXj)06o%Jٓ=F1_np>QlcNf}ək\Kfk^<[}I>u#2UI7H/q{c ϲ@.z%Lg"' .? V~[[Q l3DFX6(>HpCK)V+ۈN¯ <I}E0Z\$EF1fD.ۣzo[C]Fk4Wo*ylkFl<`~3_).^M;)ihr*nhj Q\ҭm38[Ȳ9Di Z4IŃe#lz dpj Ѯ WIGٺD=xLxs#n9)gF my6]O9DpE"Pu(S-dXJ.ἉU+uӆ[fJ*y i>teA,Yߝ+~Z'"xO`N9&Id)DFBp܃6:*j5D~gC9ՙl ;(4#oq^çk$/YAMMu Gc[v`Cɗ0%w8 /ӏLT>4xW vO8i.SZJrP,E|.[9 ;a2 upnؒ.d4"cDƁ`[+6D% BqzT y-]Gt(* wDpmɘǍJ`~MS%c r"vKzOdENx7_uުA+XZa#C#@mdt;W=k\WxϨK0 ifc t U^%WtnLpMDo&V H* YoP;$ZCᏨW%*r,>]Fjb~O]{44w-AFZA7W$L&e&Q `[ !d P KUw%eR ijp-H~"]~{f? G%3xI].Kgx橯TُC9 Kf62yvSSJ`F($jnbE1zQQ!=2] `G