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 file
Patch File delta Description
00 missing dep.patch | (download)

build.xml | 6 5 + 1 - 0 !
1 file changed, 5 insertions(+), 1 deletion(-)

 adds antlr-runtime to the classpath
01 classpath.patch | (download)

build.xml | 25 19 + 6 - 0 !
1 file changed, 19 insertions(+), 6 deletions(-)

 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 !
src/org/python/core/PySystemState.java | 11 0 + 11 - 0 !
2 files changed, 1 insertion(+), 67 deletions(-)

---
javadoc classpath.patch | (download)

build.xml | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

---
reproducible builds.patch | (download)

build.xml | 18 14 + 4 - 0 !
1 file changed, 14 insertions(+), 4 deletions(-)

---
08 java backward compatibility.patch | (download)

build.xml | 5 5 + 0 - 0 !
1 file changed, 5 insertions(+)

 preserves the backward compatibility with previous java versions when built with java 11+
antlr getEOFToken.patch | (download)

grammar/Python.g | 2 1 + 1 - 0 !
grammar/PythonPartial.g | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 antlr 3.2 doesn't have the geteoftoken() method
CVE 2019 16935.patch | (download)

lib-python/2.7/DocXMLRPCServer.py | 13 12 + 1 - 0 !
lib-python/2.7/test/test_docxmlrpc.py | 20 20 + 0 - 0 !
2 files changed, 32 insertions(+), 1 deletion(-)

 fix cve-2019-16935
 Escape the server title of DocXMLRPCServer when rendering the
 document page as HTML.
 .
 Patch backported from cython commit 8eb6415