diff --git a/net/davfs2/Makefile b/net/davfs2/Makefile index 12e0fd9d6..d56bf96b5 100644 --- a/net/davfs2/Makefile +++ b/net/davfs2/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=davfs2 -PKG_VERSION:=1.6.0 -PKG_RELEASE:=1 +PKG_VERSION:=1.6.1 +PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SAVANNAH/davfs2 -PKG_HASH:=2e6b675685bd917772be60f0999ae098c80f79ff20dc131e8fec4547cbb63b50 +PKG_HASH:=ce3eb948ece582a51c934ccb0cc70e659839172717caff173f69a5e2af90c5c0 PKG_MAINTAINER:=Federico Di Marco PKG_LICENSE:=GPL-3.0-or-later diff --git a/net/davfs2/patches/030-realpath.patch b/net/davfs2/patches/030-realpath.patch index 27a5588f5..50fbd3cbb 100644 --- a/net/davfs2/patches/030-realpath.patch +++ b/net/davfs2/patches/030-realpath.patch @@ -18,7 +18,7 @@ if (!mpoint) error(EXIT_FAILURE, 0, _("can't evaluate path of mount point %s"), mpoint); -@@ -2131,7 +2131,7 @@ read_config(dav_args *args, const char * +@@ -2109,7 +2109,7 @@ read_config(dav_args *args, const char * error_at_line(EXIT_FAILURE, 0, filename, lineno, _("malformed line")); *(parmv[0] + strlen(parmv[0]) - 1) = '\0'; @@ -27,7 +27,7 @@ if (mp) { applies = (strcmp(mp, mpoint) == 0); free(mp); -@@ -2386,7 +2386,7 @@ read_secrets(dav_args *args, const char +@@ -2364,7 +2364,7 @@ read_secrets(dav_args *args, const char if (scheme && !port) port = ne_uri_defaultport(scheme);