]> git.pld-linux.org Git - packages/asciidoc.git/blobdiff - asciidoc-safe.patch
- updated to 8.6.2
[packages/asciidoc.git] / asciidoc-safe.patch
diff --git a/asciidoc-safe.patch b/asciidoc-safe.patch
deleted file mode 100644 (file)
index f9c1a4a..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- asciidoc-8.2.7/asciidoc.py.orig    2008-07-03 01:15:11.000000000 +0200
-+++ asciidoc-8.2.7/asciidoc.py 2008-09-02 21:39:38.172995689 +0200
-@@ -140,7 +140,7 @@
-         directory = os.path.dirname(document.infile)
-     elif directory == '':
-         directory = '.'
--    return not safe() or file_in(fname, directory)
-+    return not safe() or file_in(fname, directory) or file_in(fname, "/usr/share/asciidoc")
- # Return file name which must reside in the parent file directory.
- # Return None if file is not found or not safe.
This page took 0.139081 seconds and 4 git commands to generate.