pmount: add f2fs support

Closes: #6836 [via git-merge-pr]
This commit is contained in:
Bartosz Nitkiewicz 2017-06-24 16:43:41 +02:00 committed by Michael Aldridge
parent f2e9695d91
commit 5bbd6f19c0
2 changed files with 14 additions and 3 deletions

View File

@ -0,0 +1,11 @@
--- src/fs.c 2009-09-14 22:54:54.000000000 +0200
+++ src/fs.c.orig 2017-06-23 22:43:18.862270803 +0200
@@ -29,6 +29,7 @@
{ "ext3", "nodev,noauto,nosuid,user,errors=remount-ro", 0, NULL, 0 },
{ "ext2", "nodev,noauto,nosuid,user,errors=remount-ro", 0, NULL, 0 },
{ "ext4", "nodev,noauto,nosuid,user,errors=remount-ro", 0, NULL, 0 },
+ { "f2fs", "nodev,noauto,nosuid,user", 0, NULL, 0 },
{ "reiserfs", "nodev,noauto,nosuid,user", 0, NULL, 0 },
{ "reiser4", "nodev,noauto,nosuid,user", 0, NULL, 0 },
{ "xfs", "nodev,noauto,nosuid,user", 0, NULL, 0 },

View File

@ -1,16 +1,16 @@
# Template file for 'pmount'
pkgname=pmount
version=0.9.23
revision=5
revision=6
conf_files="/etc/pmount.allow"
build_style=gnu-configure
short_desc="Permits normal users to mount removable devices"
maintainer="Enno Boland <gottox@voidlinux.eu>"
license="GPL"
license="GPL-2"
hostmakedepends="intltool"
makedepends="libblkid-devel"
homepage="http://pmount.alioth.debian.org/"
distfiles="http://ftp.de.debian.org/debian/pool/main/p/${pkgname}/${pkgname}_${version}.orig.tar.bz2"
distfiles="${DEBIAN_SITE}/main/p/${pkgname}/${pkgname}_${version}.orig.tar.bz2"
checksum=db38fc290b710e8e9e9d442da2fb627d41e13b3ee80326c15cc2595ba00ea036
pre_configure() {