Package: jython / 2.7.3+repack1-1
Metadata
Package | Version | Patches format |
---|---|---|
jython | 2.7.3+repack1-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
00 missing dep.patch | (download) |
build.xml |
6 5 + 1 - 0 ! |
adds antlr-runtime to the classpath |
01 classpath.patch | (download) |
build.xml |
25 19 + 6 - 0 ! |
patch build.xml to extract, re-arrange and re-inject classpaths. See debian/rules. |
05 no com.carrotsearch.sizeof.patch | (download) |
Lib/test/test_sys.py |
57 1 + 56 - 0 ! |
--- |
javadoc classpath.patch | (download) |
build.xml |
1 1 + 0 - 0 ! |
--- |
reproducible builds.patch | (download) |
build.xml |
18 14 + 4 - 0 ! |
--- |
08 java backward compatibility.patch | (download) |
build.xml |
5 5 + 0 - 0 ! |
preserves the backward compatibility with previous java versions when built with java 11+ |
antlr getEOFToken.patch | (download) |
grammar/Python.g |
2 1 + 1 - 0 ! |
antlr 3.2 doesn't have the geteoftoken() method |
CVE 2019 16935.patch | (download) |
lib-python/2.7/DocXMLRPCServer.py |
13 12 + 1 - 0 ! |
fix cve-2019-16935 Escape the server title of DocXMLRPCServer when rendering the document page as HTML. . Patch backported from cython commit 8eb6415 |