Package: libitext-java / 2.1.7-12

Metadata

Package Version Patches format
libitext-java 2.1.7-12 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_allow_standard_input.patch | (download)

core/com/lowagie/text/pdf/RandomAccessFileOrArray.java | 6 5 + 1 - 0 !
1 file changed, 5 insertions(+), 1 deletion(-)



02_bouncycastle_compatibility.patch | (download)

core/com/lowagie/text/pdf/PdfPKCS7.java | 29 15 + 14 - 0 !
core/com/lowagie/text/pdf/PdfPublicKeySecurityHandler.java | 12 6 + 6 - 0 !
2 files changed, 21 insertions(+), 20 deletions(-)

 itext 2.1.7 was developed for bouncy castle 1.38 and no longer works
 with the recent versions. This patch addresses this issue and fixes the
 compilation errors with Bouncy Castle 1.47 and later.
 http://www.bouncycastle.org/wiki/display/JA1/Porting+from+earlier+BC+releases+to+1.47+and+later
03_bouncycastle 1.51.patch | (download)

core/com/lowagie/text/pdf/OcspClientBouncyCastle.java | 47 27 + 20 - 0 !
core/com/lowagie/text/pdf/PdfPKCS7.java | 19 13 + 6 - 0 !
core/com/lowagie/text/pdf/PdfReader.java | 10 6 + 4 - 0 !
3 files changed, 46 insertions(+), 30 deletions(-)

 bouncycastle 1.51

Fix FTBFS with bouncycastle 1.51.
04_tibco changes.patch | (download)

core/com/lowagie/text/pdf/FontDetails.java | 37 37 + 0 - 0 !
core/com/lowagie/text/pdf/PdfContentByte.java | 28 27 + 1 - 0 !
core/com/lowagie/text/pdf/PdfDocument.java | 8 7 + 1 - 0 !
core/com/lowagie/text/pdf/PdfGraphics2D.java | 29 26 + 3 - 0 !
core/com/lowagie/text/pdf/TrueTypeFont.java | 4 3 + 1 - 0 !
core/com/lowagie/text/pdf/TrueTypeFontUnicode.java | 62 62 + 0 - 0 !
6 files changed, 162 insertions(+), 6 deletions(-)

 modifications made by tibco software for jasperreports >= 6.2 :
 #1 Fix for transparency issue with setClip method in PdfGraphics2D
 #2 Fix for transparency bleeding for Batik gradients
 #3 Fix for stroke opacity state in the create() method of PdfGraphics2D
 #4 Method to directly write AWT GlyphVectors to PDF for Indic scripts support
 #5 No character spacing in justified lines with a single word
encoding.patch | (download)

ant/compile.xml | 10 5 + 5 - 0 !
1 file changed, 5 insertions(+), 5 deletions(-)

 encoding

Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=893241