From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 679001581CA for ; Thu, 12 Jun 2025 12:25:35 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 51B293420C6 for ; Thu, 12 Jun 2025 12:25:35 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 9669F1104DE; Thu, 12 Jun 2025 12:25:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 8DD1A1104DE for ; Thu, 12 Jun 2025 12:25:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3EDDD341E89 for ; Thu, 12 Jun 2025 12:25:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A188525EE for ; Thu, 12 Jun 2025 12:25:28 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1749730941.83d563de55a465698415667f1f393679d72926b1.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/udevil/files/, sys-apps/udevil/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/udevil/files/udevil-0.4.4-remove-exfat-options.patch sys-apps/udevil/udevil-0.4.4-r5.ebuild X-VCS-Directories: sys-apps/udevil/ sys-apps/udevil/files/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 83d563de55a465698415667f1f393679d72926b1 X-VCS-Branch: master Date: Thu, 12 Jun 2025 12:25:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e1a4a34c-6d70-4dde-be73-8762ffe6c0e2 X-Archives-Hash: 90e761d7c5a59dc886a85c0812455d05 commit: 83d563de55a465698415667f1f393679d72926b1 Author: Hoël Bézier riseup net> AuthorDate: Sat May 17 20:29:46 2025 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jun 12 12:22:21 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83d563de sys-apps/udevil: remove invalid exfat mount options The default /etc/udevil/udevil.conf file provided by upstream is quite old and references exfat mount options used by the fuse driver. This fuse driver has since been replaced by a kernel driver which do not exactly accept the same options. * nonempty has been removed from the kernel driver * namecase is marked as deprecated They are removed from the configuration file, for both allowed and default mount options. Signed-off-by: Hoël Bézier riseup.net> Signed-off-by: Sam James gentoo.org> .../files/udevil-0.4.4-remove-exfat-options.patch | 23 ++++++++++++++++++++++ sys-apps/udevil/udevil-0.4.4-r5.ebuild | 1 + 2 files changed, 24 insertions(+) diff --git a/sys-apps/udevil/files/udevil-0.4.4-remove-exfat-options.patch b/sys-apps/udevil/files/udevil-0.4.4-remove-exfat-options.patch new file mode 100644 index 000000000000..6c53b84b01e8 --- /dev/null +++ b/sys-apps/udevil/files/udevil-0.4.4-remove-exfat-options.patch @@ -0,0 +1,23 @@ +diff --git a/etc/udevil.conf b/etc/udevil.conf +index 75a4c0d..f0dd102 100644 +--- a/etc/udevil.conf ++++ b/etc/udevil.conf +@@ -221,7 +221,7 @@ default_options_file = nosuid, noexec, nodev, noatime, uid=$UID, gid=$GID, + default_options_iso9660 = nosuid, noexec, nodev, noatime, uid=$UID, gid=$GID, ro, utf8 + default_options_udf = nosuid, noexec, nodev, noatime, uid=$UID, gid=$GID + default_options_vfat = nosuid, noexec, nodev, noatime, fmask=0133, dmask=0022, uid=$UID, gid=$GID, utf8 +-default_options_exfat = nosuid, noexec, nodev, noatime, umask=0077, uid=$UID, gid=$GID, iocharset=utf8, namecase=0, nonempty ++default_options_exfat = nosuid, noexec, nodev, noatime, umask=0077, uid=$UID, gid=$GID, iocharset=utf8 + default_options_msdos = nosuid, noexec, nodev, noatime, fmask=0133, dmask=0022, uid=$UID, gid=$GID + default_options_umsdos = nosuid, noexec, nodev, noatime, fmask=0133, dmask=0022, uid=$UID, gid=$GID + default_options_ntfs = nosuid, noexec, nodev, noatime, fmask=0133, uid=$UID, gid=$GID, utf8 +@@ -252,7 +252,7 @@ allowed_options_smbfs = nosuid, noexec, nodev, ro, rw, remount, port=*, user + allowed_options_sshfs = nosuid, noexec, nodev, noatime, ro, rw, uid=$UID, gid=$GID, nonempty, allow_other, idmap=user, BatchMode=yes, port=* + allowed_options_curlftpfs = nosuid, noexec, nodev, noatime, ro, rw, uid=$UID, gid=$GID, nonempty, allow_other, user=* + allowed_options_ftpfs = nosuid, noexec, nodev, noatime, ro, rw, port=*, user=*, pass=*, root=*, uid=$UID, gid=$GID +-allowed_options_exfat = nosuid, noexec, nodev, noatime, fmask=0133, dmask=0022, uid=$UID, gid=$GID, umask=0077, namecase=*, ro, rw, sync, flush, iocharset=*, remount, nonempty ++allowed_options_exfat = nosuid, noexec, nodev, noatime, fmask=0133, dmask=0022, uid=$UID, gid=$GID, umask=0077, ro, rw, sync, flush, iocharset=*, remount + + + # mount_point_mode, if present and set to a non-empty value, will cause udevil + diff --git a/sys-apps/udevil/udevil-0.4.4-r5.ebuild b/sys-apps/udevil/udevil-0.4.4-r5.ebuild index cf36585e097f..cf5250bfad0f 100644 --- a/sys-apps/udevil/udevil-0.4.4-r5.ebuild +++ b/sys-apps/udevil/udevil-0.4.4-r5.ebuild @@ -33,6 +33,7 @@ PATCHES=( "${FILESDIR}"/${PN}-0.4.4-no-libtool.patch "${FILESDIR}"/${PN}-0.4.4-no-conf.d.patch "${FILESDIR}"/${PN}-0.4.4-include-sysstat.patch + "${FILESDIR}"/${PN}-0.4.4-remove-exfat-options.patch ) src_prepare() {