diff --git a/packages/sysutils/udevil/config/udevil.conf b/packages/sysutils/udevil/config/udevil.conf index 08f085bd63..6163bed2b1 100644 --- a/packages/sysutils/udevil/config/udevil.conf +++ b/packages/sysutils/udevil/config/udevil.conf @@ -42,7 +42,7 @@ log_keep_days = 10 # Setting allowed_types = * does NOT allow all types, as this is a security # risk, but does allow all recognized types. # allowed_types = $KNOWN_FILESYSTEMS, file, cifs, smbfs, nfs, curlftpfs, ftpfs, sshfs, davfs, tmpfs, ramfs -allowed_types = $KNOWN_FILESYSTEMS, hfsplus, hfs, exfat +allowed_types = $KNOWN_FILESYSTEMS, hfsplus, hfs # allowed_users is a list of users permitted to mount and unmount with udevil. diff --git a/packages/sysutils/udevil/package.mk b/packages/sysutils/udevil/package.mk index 562649abf0..72663d49eb 100644 --- a/packages/sysutils/udevil/package.mk +++ b/packages/sysutils/udevil/package.mk @@ -1,12 +1,13 @@ # SPDX-License-Identifier: GPL-2.0-or-later # Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv) +# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv) PKG_NAME="udevil" -PKG_VERSION="0.4.4" -PKG_SHA256="ce8c51fd4d589cda7be56e75b42188deeb258c66fc911a9b3a70a3945c157739" +PKG_VERSION="f2b715d1d821e4b69b2fb0864a5a178dd67877f0" +PKG_SHA256="3351d56c553c518cb2ce7b24892a4b62d630ba4f6ebee2c3994c4be9828f0629" PKG_LICENSE="GPL" -PKG_SITE="https://github.com/IgnorantGuru/udevil" -PKG_URL="https://github.com/IgnorantGuru/udevil/raw/pkg/${PKG_VERSION}/${PKG_NAME}-${PKG_VERSION}.tar.xz" +PKG_SITE="https://github.com/alpharde/udevil" +PKG_URL="https://github.com/alpharde/udevil/archive/${PKG_VERSION}.tar.gz" PKG_DEPENDS_TARGET="toolchain systemd glib" PKG_LONGDESC="Mounts and unmounts removable devices and networks without a password." diff --git a/packages/sysutils/udevil/patches/udevil-fix-build.patch b/packages/sysutils/udevil/patches/udevil-fix-build.patch deleted file mode 100644 index 91faec86cf..0000000000 --- a/packages/sysutils/udevil/patches/udevil-fix-build.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -Naur udevil-0.4.4/src/device-info.c udevil-0.4.4.patch/src/device-info.c ---- udevil-0.4.4/src/device-info.c 2015-05-04 15:34:32.000000000 +0200 -+++ udevil-0.4.4.patch/src/device-info.c 2015-05-23 16:25:50.545362784 +0200 -@@ -4,6 +4,7 @@ - ************************************************************************** */ - - #include "device-info.h" -+#include - - static char * - _dupv8 (const char *s)