summaryrefslogtreecommitdiff
path: root/debian/patches/05-dont_use_net_for_docs.diff
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2009-05-05 07:34:03 +0200
committerReinhard Tartler <siretart@tauware.de>2009-05-05 07:34:03 +0200
commit34325c4025c9592317d868c39d754094554bfc94 (patch)
treea81047653cbb407064f58809a4965742d526f4ff /debian/patches/05-dont_use_net_for_docs.diff
parente2fa09b3b562cae89e5a580aa080b17a8a1e4a40 (diff)
call xsltproc with parameter --nonet to prevent xsltproc from accessing the internet
Diffstat (limited to 'debian/patches/05-dont_use_net_for_docs.diff')
-rw-r--r--debian/patches/05-dont_use_net_for_docs.diff13
1 files changed, 13 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..d3045093
--- /dev/null
+++ b/debian/patches/05-dont_use_net_for_docs.diff
@@ -0,0 +1,13 @@
+=== modified file 'docs/Makefile'
+--- old/docs/Makefile 2009-04-02 11:58:11 +0000
++++ new/docs/Makefile 2009-05-05 05:30:18 +0000
+@@ -2,7 +2,7 @@
+
+ # Process DocBook to HTML
+
+-DBPROC=xsltproc
++DBPROC = xsltproc --nonet
+
+ DOCBOOK_DIR = docbook
+ HTML_DIR = htmlguide
+