diff options
author | Timo Teräs <timo.teras@iki.fi> | 2017-01-20 08:34:22 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-01-20 08:45:45 +0200 |
commit | f20324ad254a03a3c895cb228465cd53719479cc (patch) | |
tree | d757ef472ad6a9ee0237a065d22138831f82abdb /testing/ecryptfs-utils/fix-build.patch | |
parent | c605b8d016348905f7823b0def075fe29ef226c5 (diff) | |
download | aports-f20324ad254a03a3c895cb228465cd53719479cc.tar.bz2 aports-f20324ad254a03a3c895cb228465cd53719479cc.tar.xz |
testing/ecryptfs-utils: moved from unmaintained
- update to version 111, and update patch
- modernize aport
- take maintainership
Diffstat (limited to 'testing/ecryptfs-utils/fix-build.patch')
-rw-r--r-- | testing/ecryptfs-utils/fix-build.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/ecryptfs-utils/fix-build.patch b/testing/ecryptfs-utils/fix-build.patch new file mode 100644 index 0000000000..6758fdb5b5 --- /dev/null +++ b/testing/ecryptfs-utils/fix-build.patch @@ -0,0 +1,11 @@ +--- 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 */, |