mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Merge pull request #7282 from heitbaum/udevil
udevil: update to alpharde fork and config
This commit is contained in:
commit
1fb0799ebd
@ -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.
|
||||
|
@ -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."
|
||||
|
||||
|
@ -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 <sys/stat.h>
|
||||
|
||||
static char *
|
||||
_dupv8 (const char *s)
|
Loading…
x
Reference in New Issue
Block a user