aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ecryptfs-utils/fix-build.patch
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2017-01-31 11:26:12 +0200
committerTimo Teräs <timo.teras@iki.fi>2017-01-31 11:26:12 +0200
commitcf0a5d75f1fd50eb08833397df5bb889938faa9f (patch)
tree27d63edb87a3d2b2dbfedae161f43e7c04ee7954 /testing/ecryptfs-utils/fix-build.patch
parentad3f68e3e5e9153aed56f3e551600ab5ceee6dd8 (diff)
downloadaports-cf0a5d75f1fd50eb08833397df5bb889938faa9f.tar.bz2
aports-cf0a5d75f1fd50eb08833397df5bb889938faa9f.tar.xz
community/ecryptfs-utils: moved from testing
Diffstat (limited to 'testing/ecryptfs-utils/fix-build.patch')
-rw-r--r--testing/ecryptfs-utils/fix-build.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/ecryptfs-utils/fix-build.patch b/testing/ecryptfs-utils/fix-build.patch
deleted file mode 100644
index 6758fdb5b5..0000000000
--- a/testing/ecryptfs-utils/fix-build.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- ecryptfs-utils-111.orig/src/utils/mount.ecryptfs_private.c 2016-01-22 18:04:52.000000000 +0200
-+++ ecryptfs-utils-111/src/utils/mount.ecryptfs_private.c 2017-01-20 08:39:31.877975729 +0200
-@@ -235,7 +235,7 @@
- * deceive other programs with a crafted /proc/self/*. See
- * https://launchpad.net/bugs/1530566 for more details.
- */
-- __SWORD_TYPE f_type_whitelist[] = {
-+ static const uint32_t f_type_whitelist[] = {
- 0x61756673 /* AUFS_SUPER_MAGIC */,
- 0x9123683E /* BTRFS_SUPER_MAGIC */,
- 0x00C36400 /* CEPH_SUPER_MAGIC */,