From 5bbd6f19c01c4714160338ccf07e094d43ee905d Mon Sep 17 00:00:00 2001 From: Bartosz Nitkiewicz Date: Sat, 24 Jun 2017 16:43:41 +0200 Subject: [PATCH] pmount: add f2fs support Closes: #6836 [via git-merge-pr] --- srcpkgs/pmount/patches/pmount-f2fs.patch | 11 +++++++++++ srcpkgs/pmount/template | 6 +++--- 2 files changed, 14 insertions(+), 3 deletions(-) create mode 100644 srcpkgs/pmount/patches/pmount-f2fs.patch diff --git a/srcpkgs/pmount/patches/pmount-f2fs.patch b/srcpkgs/pmount/patches/pmount-f2fs.patch new file mode 100644 index 00000000000..02e6fcee9e8 --- /dev/null +++ b/srcpkgs/pmount/patches/pmount-f2fs.patch @@ -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 }, + diff --git a/srcpkgs/pmount/template b/srcpkgs/pmount/template index 54779d5691e..c9520137325 100644 --- a/srcpkgs/pmount/template +++ b/srcpkgs/pmount/template @@ -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 " -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() {