summaryrefslogtreecommitdiff
path: root/debian/patches
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
parente2fa09b3b562cae89e5a580aa080b17a8a1e4a40 (diff)
call xsltproc with parameter --nonet to prevent xsltproc from accessing the internet
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/05-dont_use_net_for_docs.diff13
-rw-r--r--debian/patches/series1
2 files changed, 14 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
+
diff --git a/debian/patches/series b/debian/patches/series
index 3460f2a8..f52e7b08 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
03-adjust-syslog-facility.diff
+05-dont_use_net_for_docs.diff