[logback] 02/04: Address privacy disclosure (external URL) in documentation HTML

tony mancill tmancill at debian.org
Mon Nov 27 03:21:11 UTC 2017


This is an automated email from the git hooks/post-receive script.

tmancill pushed a commit to branch master
in repository logback.

commit dcaa1d79dc64baba8041af830de917c02a9065d2
Author: tony mancill <tmancill at debian.org>
Date:   Sun Nov 26 18:58:48 2017 -0800

    Address privacy disclosure (external URL) in documentation HTML
---
 debian/patches/04-privacy-breach.patch | 35 ++++++++++++++++++++++++++++++++++
 debian/patches/series                  |  1 +
 2 files changed, 36 insertions(+)

diff --git a/debian/patches/04-privacy-breach.patch b/debian/patches/04-privacy-breach.patch
new file mode 100644
index 0000000..f02d594
--- /dev/null
+++ b/debian/patches/04-privacy-breach.patch
@@ -0,0 +1,35 @@
+Description: disable privacy disclosure in documentation HTML
+Author: tony mancill <tmancill at debian.org>
+
+--- a/docs/manual/appenders_ja.html
++++ b/docs/manual/appenders_ja.html
+@@ -2862,10 +2862,10 @@
+     </p>
+ 
+ 
+-    <script src="http://logback.qos.ch/templates/footer.js" type="text/javascript"></script>
++    <script src="../templates/footer.js" type="text/javascript"></script> 
+ 
+ 
+   </div>
+   
+ </body>
+-</html>
+\ No newline at end of file
++</html>
+--- a/logback-site/src/site/pages/manual/appenders_ja.html
++++ b/logback-site/src/site/pages/manual/appenders_ja.html
+@@ -2862,10 +2862,10 @@
+     </p>
+ 
+ 
+-    <script src="http://logback.qos.ch/templates/footer.js" type="text/javascript"></script>
++    <script src="../templates/footer.js" type="text/javascript"></script>
+ 
+ 
+   </div>
+   
+ </body>
+-</html>
+\ No newline at end of file
++</html>
diff --git a/debian/patches/series b/debian/patches/series
index 79ca4a8..a7f1570 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@
 CVE-2017-5929.patch
 CVE-2017-5929-part2.patch
 03-servlet-3.1.patch
+04-privacy-breach.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/logback.git



More information about the pkg-java-commits mailing list