Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: xmlgraphics-fop | Distribution: openSUSE:Factory:zSystems |
Version: 2.10 | Vendor: openSUSE |
Release: 1.2 | Build date: Sat Oct 12 18:27:41 2024 |
Group: Productivity/Publishing/XML | Build host: reproducible |
Size: 11979457 | Source RPM: xmlgraphics-fop-2.10-1.2.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://xmlgraphics.apache.org/fop/ | |
Summary: Formatter for Printing XSLT Processed XML Files |
FOP (Formatting Objects Processor) is driven by XSL formatting objects (XSL-FO). It is a Java application that reads a formatting object (FO) tree and renders the resulting pages to one of the following output formats: PDF (primary output target), PCL, PS, SVG, XML (area tree representation), Print, AWT, MIF, and TXT.
Apache-2.0
* Sat Oct 12 2024 Fridrich Strba <[email protected]> - version 2.10 * fixes XXE vulnerability bsc#1231428, CVE-2024-28168 * Changes of 2.10 + FOP-2764: footnote-body ignores rl-tb writing mode + FOP-3135: SVG tspan content is displayed out of place + FOP-3144: Add new schema to handle pdf/a and pdfa/ua + FOP-3146: Correct fop version at runtime + FOP-3148: NoSuchElementException when using font with no family name + FOP-3150: Resolve classpath for binary distribution + FOP-3158: Switch to spotbugs + FOP-3159: Set an automatic module name + FOP-3160: Rename packages to avoid conflicts with modules + FOP-3161: Resize table only for multicolumn page + FOP-3162: Missing jars in servlet + FOP-3163: Optimise performance of PNG with alpha using raw loader + FOP-3164: basic-link not navigating to corresponding footnote + FOP-3166: Add option to sign PDF + FOP-3168: Add secure processing for XSL input + FOP-3174: Allow sections which need security permissions to be run when AllPermission denied in caller code + FOP-3176: Remove unused PDFStructElem + FOP-3177: Remove space generated by fo:wrapper + FOP-3178: Reset content length for table changing ipd + FOP-3182: Add alt text to PDF signature + FOP-3184: Allow change of resource level for SVG in AFP + FOP-3185: Exclude shape not in clipping path for AFP + FOP-3186: Only support 1 column for redo of layout without page pos only + FOP-3188: Switch to Jakarta servlet API + FOP-3190: NPE when list item is split alongside an ipd change + FOP-3191: Add mandatory MODCA triplet to AFP + FOP-3192: Redo layout for multipage columns + FOP-3194: Add image mask option for AFP + FOP-3195: Skip written block ipds inside float + FOP-3198: Allow curly braces for src url + FOP-3204: Missing content for last page with change ipd + FOP-3207: Add warning when different pdf languages are used + FOP-3208: Only restart line manager when there is a linebreak for blocklayout * Changes of 2.9 + FOP-1722: Values in PDF Number Trees must be indirect references + FOP-2903: Do not delete files on syntax errors using command line + FOP-2920: Surrogate pair edge-case causes Exception + FOP-2985: Reset character spacing + FOP-3042: SVG text containing certain glyphs isn't rendered + FOP-3088: Remove duplicate classes from maven classpath + FOP-3090: Allow use of page position only on redo of layout + FOP-3098: Failure to render multi-block itemBody alongside float + FOP-3107: Update to PDFBox 2.0.27 + FOP-3110: NPE if link destination is missing with accessibility + FOP-3111: Make property cache thread safe + FOP-3114: Font size was rounded to 0 for AFP TTF + FOP-3115: Cannot process a SVG using mvn jars + FOP-3116: Remove serializer jar + FOP-3117: Allow creating a PDF 2.0 document + FOP-3118: Text missing after page break inside table inline + FOP-3120: IllegalArgumentException for list in a table + FOP-3121: Table width may be too wide when layout width changes + FOP-3125: NPE when using broken link and PDF 1.5 + FOP-3127: Allow XMP at PDF page level + FOP-3129: Symbol font was not being mapped to unicode + FOP-3130: Correct font differences table for Chrome + FOP-3132: Link against Java 8 API + FOP-3139: Add support for font-selection-strategy=character-by-character + FOP-3140: Merge form fields in external PDFs + XGC-133: Fix test for Java 11 - Modified patches: * java8-compatibility.patch + approach problem differently and use release in ant javac task * xmlgraphics-fop-cli.patch * fop-2.5-QDox-2.0.patch -> fop-2.10-QDox-2.0.patch + rediff - Added patches: * encoding.patch + specify encoding utf-8 to fix build with some versions of JDK - Adapt the scripts to the fact that javapackages-tools do not require the JAVA_HOME to be set any more * Thu Oct 03 2024 Fridrich Strba <[email protected]> - Adapt the scripts to the new javapackages-tools version * Tue Feb 20 2024 Fridrich Strba <[email protected]> - Use %patch -P N instead of deprecated %patchN. * Thu Jan 26 2023 Fridrich Strba <[email protected]> - version 2.8 * Changes: + FOP-2839: Links to pdf files with no scheme should open in pdf viewer + FOP-2860: Add light weight line breaking option + FOP-2861: Allow resource loading from jar + FOP-2865: Stroke-opacity is not honored on svg:text while conveting svg to pdf + FOP-2897: Skip OOM during font OS scanning + FOP-2910: Remove cidset for PDF/A-2 + FOP-2969: Reorder glyphs with no width + FOP-2977: Array index out of bounds with glyph position adjustments and surrogate pairs + FOP-3015: Set text color for simulate-style + FOP-3023: Simulated bold error in Adobe Reader + FOP-3048: Resolve links across IF files + FOP-3049: Align AFP SVG text in the middle + FOP-3051: Upgrade to Commons IO 2.11 + FOP-3053: Remove Xerces + FOP-3055: Use a event for a draw image error + FOP-3057: Allow fallback to non svg glyphs + FOP-3061: AFP invoke-medium-map missing when using page-group=false + FOP-3062: AssertionError with SFArabic.ttf + FOP-3067: README file still refers to bugzilla + FOP-3068: NPE when reading a invalid TTC file + FOP-3070: Batik is setting load-external-dtd to false so this example doesnt work + FOP-3071: Write mediummap before pagegroup + FOP-3072: Empty link url gives NPE + FOP-3074: Reorder glyphs based on gpa value + FOP-3077: Use all rulesets for glyph substitution + FOP-3078: Fix position of macron glyph + FOP-3080: Allow removing empty table elements from structure tree + FOP-3081: Fix change ipd for linefeed-treatment=preserve + FOP-3082: NPE when using a link in a span with accessibility + FOP-3085: Remove Xalan + FOP-3091: Add transparency color support + FOP-3092: PDF/UA NPE when using external pdf + FOP-3093: Stop reading ttf if we hit last offset + FOP-3094: Allow bookmarks before declarations + FOP-3101: Don't break with hangul syllables + FOP-3102: Move composite glyphs to the end + FOP-3103: NPE when using a footnote on redo of layout + FOP-3105: Infinite loop when using page break with changing ipd + XGC-130: Allow subproperties in XMP + XGC-132: Fallback to raw png if ImageIO cannot read image - Removed patch: * update-2.7.patch * Fri Jan 28 2022 Quang Tran <[email protected]> - version 2.7 * Changes: + FOP-2928: PDFDocumentGraphics2D does not clear content on nextPage() + FOP-2943: NPE when inline character is a white space + FOP-2973: Cannot use custom schemes starting with "data" in resource resolver + FOP-2997: Double byte glyphs not working in SVG font + FOP-2999: Rollback after checking next page + FOP-3000: Absolute positioning wrong with AFP TTF + FOP-3002: Optimise memory usage for data uri + FOP-3006: XMP Metadata in created PDF/A-2 documents is not valid + FOP-3008: Table with linefeed-treatment may give ClassCastException + FOP-3014: ConcurrentModificationException for table cell + FOP-3016: Reorder thai marks for zero width + FOP-3017: Add option to disable positioning per char + FOP-3018: Allow to disable AFP page group + FOP-3019: Merge useragent encryption params with fop.xconf + FOP-3021: Improve validation of border property + FOP-3024: Make sure even number of bytes are output per trn for AFP TTF + FOP-3025: Keep table size on changing ipd which has graphics + FOP-3026: Fix NPE with empty table header + FOP-3027: Sections of text sometimes lost with span=all multiple columns + FOP-3028: Set values in fopFactoryBuilder setConfiguration + FOP-3030: AFP page overlay was written twice + FOP-3031: Add MCF before MDR in AFP + FOP-3032: Allow to embed native PDF in AFP + FOP-3033: Update PDFBox to 2.0.21 + FOP-3034: Update PDFBox to 2.0.24 + FOP-3038: Allow sections which need security permissions to be run when AllPermission denied in caller code + FOP-3039: AFP include-page-overlay missing X and Y via IF + FOP-3046: Don't use page position only on redo of layout + XGC-128: Remove image transparency for PS * Allow to embed native PDF in AFP - Added patch: * update-2.7.patch * Sun Jan 24 2021 Fridrich Strba <[email protected]> - version 2.6 * Changes: + FOP-1648: Fix pdf internal named destinations + FOP-2536: Allow overpaint of PDF border + FOP-2889: Make JAI optional + FOP-2919: NPE printing + FOP-2935: Make servlet a compile only dependency + FOP-2939: Upgrade ant to 1.9.15 + FOP-2941: SVG container with stroke=black has an unexpected border + FOP-2945: Don't use change ipd on columns where it won't fit + FOP-2950: Display font error at top level exception + FOP-2957: Don't change ipd on lastpage if column count changes + FOP-2958: Error when using both AFP truetype and base14 font + FOP-2960: Soft-Hyphen on Hyphenated words + FOP-2975: Put composite glyphs to separate font + FOP-2978: Include composite glyphs in otf subset + FOP-2979: Update PDFBox to 2.0.19 + FOP-2980: Reduce filesize for AFP Graphics2D + FOP-2981: Convert CFF CID to Type1 + FOP-2989: Missing text in AFP output when using high resolution + FOP-2990: Changing ipd doesn't handle table narrowing + FOP-2992: List broken too early without change ipd + FOP-2994: Support OTF/TTF SVG fonts + XGC-123: Decode image at page load rather than document load * Support OTF/TTF SVG fonts * Allow overpaint of PDF border * Sat Jan 23 2021 Bernhard Wiedemann <[email protected]> - Add reproducible.patch to override build date (boo#1047218) * Thu Jun 04 2020 Fridrich Strba <[email protected]> - version 2.5 * Changes: + FOP-1606: Incorrect border when using number-columns-spanned in RTF + FOP-2704: Don't fail on coverage set class table not supported + FOP-2889: Make JAI optional + FOP-2892: Font substitutions not working + FOP-2894: Fit table contents onto current page + FOP-2895: Add missing classes to allinone jar + FOP-2898: Only use zero glue for change ipd + FOP-2901: NoSuchElementException on empty table footer + FOP-2902: Ignore TTF reserved index range + FOP-2907: Missing bounding box on repeated image for PDF/UA + FOP-2908: Repeated image in header not shown in structure tree + FOP-2909: Hide empty blocks from structure tree + FOP-2911: Add endpage event for FO to IF + FOP-2923: Allow to suppress fo:leader within empty paragaphs from structure tree + FOP-2924: Images not scaled or rotated in PCL + FOP-2925: Change in IPD on empty block NPE + FOP-2926: Add artifact type to PDF header/footer + FOP-2934: Absolute element should not be removed * Allow to hide empty blocks from structure tre * Does not need avalon-framework to build or run * Adapt the command-line scripts by removing avalon-framework from classpath * Build against fontbox from apache-pdfbox >= 2 * Use the included pom file instead of downloading the same file from maven central - Removed patch: * fop-2.1-batik-xmlconstants.patch + Included directly in this version. Requires batik >= 1.11 - Modified patches: * fop-2.1-QDox-2.0.patch -> fop-2.5-QDox-2.0.patch * fix-javadoc-java8.patch * hyphenation-more-stack.patch * java8-compatibility.patch * reproducible-build-manifest.patch * xmlgraphics-fop-cli.patch + Port to fop 2.5 * Mon May 18 2020 Fridrich Strba <[email protected]> - Do not install the OFFO hyphenation files to datadir, but package instead the xmlgraphics-fop-hyph.jar and xmlgraphics-fop-sandbox.jar that we build anyway. This fixes boo#1145693 - Clean up the build a bit * Fri Apr 03 2020 Fridrich Strba <[email protected]> - Added patch: * fop-2.1-batik-xmlconstants.patch + apply when building with batik >= 1.11 + batik 1.11 moved XMLConstants class from org.apache.batik.util to org.apache.batik.constants
/etc/fop.xconf /usr/bin/fop /usr/bin/fop-fontlist /usr/bin/fop-fontmetrics /usr/bin/xmlgraphics-fop /usr/bin/xmlgraphics-fop-fontlist /usr/bin/xmlgraphics-fop-fontmetrics /usr/share/doc/packages/xmlgraphics-fop /usr/share/doc/packages/xmlgraphics-fop/NOTICE /usr/share/doc/packages/xmlgraphics-fop/README /usr/share/doc/packages/xmlgraphics-fop/known-issues.xml /usr/share/doc/packages/xmlgraphics-fop/xmlgraphics-fop-fontlist.html /usr/share/doc/packages/xmlgraphics-fop/xmlgraphics-fop-fontmetrics.html /usr/share/doc/packages/xmlgraphics-fop/xmlgraphics-fop.html /usr/share/java/xmlgraphics-fop-hyph.jar /usr/share/java/xmlgraphics-fop-sandbox.jar /usr/share/java/xmlgraphics-fop.jar /usr/share/licenses/xmlgraphics-fop /usr/share/licenses/xmlgraphics-fop/LICENSE /usr/share/man/man1/fop-fontlist.1.gz /usr/share/man/man1/fop-fontmetrics.1.gz /usr/share/man/man1/fop.1.gz /usr/share/man/man1/xmlgraphics-fop-fontlist.1.gz /usr/share/man/man1/xmlgraphics-fop-fontmetrics.1.gz /usr/share/man/man1/xmlgraphics-fop.1.gz /usr/share/maven-metadata/xmlgraphics-fop.xml /usr/share/maven-poms/JPP-xmlgraphics-fop.pom
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Dec 3 23:45:09 2024