From 4db583b9c2ab57daa7ac39c50fdfa8576555fb41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= Date: Mon, 26 Feb 2018 11:33:49 +0100 Subject: mountd: update to the latest version from 2018-02-26 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This significantly improves mountd stability & reliability by: 1) Sending hotplug.d event when appropriate 2) Properly unmounting 3) Handling corner cases when unmounting fails 4) Improving log messages 5f2c419 mount: drop duplicated includes aaf2743 mount: call hotplug-call with ACTION=remove before trying to unmount 97da4ed mount: try lazy unmount if normal one fails 1b62489 mount: create not working symlink when unmounting fails e77dc6d mount: reorder deleting code in the mount_enum_drives() 76766ae mount: rename tmp variables in the mount_add_list() 04b897f mount: drop duplicated rmdir() call from the mount_enum_drives() a27ea3f mount: drop duplicated unlink() call from the mount_dev_del() bf7cc33 mount: fix/improve unmounting log messages 36f9197 mount: fix removing mount point if it's expired ed4270f mount: struct mount: replace "mounted" and "ignore" fileds with a "status" 1af9ca2 mount: change mount_dev_del() argument to struct mount * 7c8fea8 mount: rename /proc/mount parser to mount_update_mount_list() 7aadd1c mount: improve handling mounts table size Signed-off-by: Rafał Miłecki --- package/system/mountd/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'package/system/mountd') diff --git a/package/system/mountd/Makefile b/package/system/mountd/Makefile index 7f6c09c..1cae3b7 100644 --- a/package/system/mountd/Makefile +++ b/package/system/mountd/Makefile @@ -8,9 +8,9 @@ PKG_RELEASE:=4 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=$(LEDE_GIT)/project/mountd.git -PKG_SOURCE_DATE:=2018-01-03 -PKG_SOURCE_VERSION:=c54e5c6e09bf8e8debea05dd0dac095624a2472b -PKG_MIRROR_HASH:=f9fe7bed8c3cc6c1536614b4a6157a3a1bcd7e7c795979276eabc897e2400372 +PKG_SOURCE_DATE:=2018-02-26 +PKG_SOURCE_VERSION:=5f2c419109126ead730006366c6b4e83719523cf +PKG_MIRROR_HASH:=b041afc94044a5b8cd559fecff6a47df126daa97b573a2a4c9563ed1d2223e88 CMAKE_INSTALL:=1 PKG_MAINTAINER:=John Crispin -- cgit v1.1