Codebase list cl-postmodern / cf6ad11
mathjax-privacy-breach.patch: new patch, fixes potential privacy breach. As a consequence, add libjs-mathjax to the Recommends of cl-postmodern. Sébastien Villemot 2 years ago
4 changed file(s) with 35 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
66 * Ship CONTRIBUTING.md and ROADMAP.md
77 * Bump S-V to 4.6.0
88 * Update Depends of the various binary packages with new CL dependencies
9 * mathjax-privacy-breach.patch: new patch, fixes potential privacy breach.
10 As a consequence, add libjs-mathjax to the Recommends of cl-postmodern.
911
1012 -- Sébastien Villemot <sebastien@debian.org> Wed, 08 Dec 2021 11:05:11 +0100
1113
2222 cl-bordeaux-threads
2323 Recommends: cl-fiveam,
2424 cl-simple-date,
25 cl-local-time
25 cl-local-time,
26 libjs-mathjax
2627 Description: Common Lisp library for interacting with PostgreSQL databases
2728 Features efficient communication with the database server without need for
2829 foreign libraries, support for UTF-8 on Unicode-aware Lisp implementations,
0 Description: Remove external HTML link to MathJax
1 Replace it by the version shipped by the libjs-mathjax package.
2 This fixes the lintian error: privacy-breach-uses-embedded-file.
3 Author: Sébastien Villemot <sebastien@debian.org>
4 Forwarded: not-needed
5 Last-Update: 2021-12-08
6 ---
7 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
8 --- a/doc/postmodern.html
9 +++ b/doc/postmodern.html
10 @@ -236,7 +236,7 @@
11 });
12 </script>
13 <script type="text/javascript"
14 - src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS_HTML"></script>
15 + src="file:///usr/share/javascript/mathjax/MathJax.js?config=TeX-AMS_HTML"></script>
16 </head>
17 <body>
18 <div id="content">
19 --- a/doc/s-sql.html
20 +++ b/doc/s-sql.html
21 @@ -236,7 +236,7 @@
22 });
23 </script>
24 <script type="text/javascript"
25 - src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS_HTML"></script>
26 + src="file:///usr/share/javascript/mathjax/MathJax.js?config=TeX-AMS_HTML"></script>
27 </head>
28 <body>
29 <div id="content">
0 mathjax-privacy-breach.patch