summaryrefslogtreecommitdiff
path: root/debian/patches/05-dont_use_net_for_docs.diff
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/05-dont_use_net_for_docs.diff')
-rw-r--r--debian/patches/05-dont_use_net_for_docs.diff17
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/patches/05-dont_use_net_for_docs.diff b/debian/patches/05-dont_use_net_for_docs.diff
new file mode 100644
index 00000000..47ac5652
--- /dev/null
+++ b/debian/patches/05-dont_use_net_for_docs.diff
@@ -0,0 +1,17 @@
+From: Reinhard Tartler <siretart@tauware.de>
+Date: Tue, 5 May 2009 07:34:03 +0200
+Subject: prevent xsltproc from accessing the internet
+Forwarded: no
+
+=== modified file 'docs/Makefile'
+--- a/docs/Makefile
++++ b/docs/Makefile
+@@ -10,7 +10,7 @@
+
+ all: docs
+
+-DBPROC_COMMAND = xsltproc
++DBPROC_COMMAND = xsltproc --nonet
+ MKDIR_COMMAND = mkdir
+ CP_COMMAND = cp
+ PERL_COMMAND = perl