From f1af63ba6c3ffcc18c1a33066451905cffeb284e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Sat, 19 Nov 2016 01:32:30 -0300 Subject: move hardened packages to [nonprism] -> https://lists.parabola.nu/pipermail/dev/2016-October/004563.html --- pcr/iceweasel-hardening/enable-object-directory-paths.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 pcr/iceweasel-hardening/enable-object-directory-paths.patch (limited to 'pcr/iceweasel-hardening/enable-object-directory-paths.patch') diff --git a/pcr/iceweasel-hardening/enable-object-directory-paths.patch b/pcr/iceweasel-hardening/enable-object-directory-paths.patch deleted file mode 100644 index bc938c66e..000000000 --- a/pcr/iceweasel-hardening/enable-object-directory-paths.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/python/mozbuild/mozbuild/frontend/context.py b/python/mozbuild/mozbuild/frontend/context.py -index 41ae8ae..dcc3263 100644 ---- a/python/mozbuild/mozbuild/frontend/context.py -+++ b/python/mozbuild/mozbuild/frontend/context.py -@@ -408,8 +408,6 @@ class Path(ContextDerivedValue, unicode): - class SourcePath(Path): - """Like Path, but limited to paths in the source directory.""" - def __init__(self, context, value): -- if value.startswith('!'): -- raise ValueError('Object directory paths are not allowed') - if value.startswith('%'): - raise ValueError('Filesystem absolute paths are not allowed') - super(SourcePath, self).__init__(context, value) -- cgit v1.2.3-2-g168b