Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

xmlgraphics-batik-1.17-150200.4.7.1 RPM for noarch

From OpenSuSE Leap 15.6 for noarch

Name: xmlgraphics-batik Distribution: SUSE Linux Enterprise 15
Version: 1.17 Vendor: SUSE LLC <https://www.suse.com/>
Release: 150200.4.7.1 Build date: Mon Mar 4 10:27:36 2024
Group: Productivity/Graphics/Vector Editors Build host: h01-ch3a
Size: 8500120 Source RPM: xmlgraphics-batik-1.17-150200.4.7.1.src.rpm
Packager: https://www.suse.com/
Url: https://xml.apache.org/batik/
Summary: Scalable Vector Graphics for Java
Batik is a Java(tm) technology based toolkit for applications that want
to use images in the Scalable Vector Graphics (SVG) format for various
purposes, such as viewing, generation or manipulation.

Provides

Requires

License

Apache-2.0

Changelog

* Fri Mar 01 2024 fstrba@suse.com
  - Upgrade to version 1.17
    * BATIK-1346: Allow configuration of rhino whitelist
    * BATIK-1347: Switch to empty whitelist for rhino (CVE-2022-44730)
    * BATIK-1349: Block loading external resource by default
      (CVE-2022-44729)
  - Upgrade to version 1.16
    * Java 8 or later is minimum runtime required
    * BATIK-1338: Block loading jar inside svg (CVE-2022-41704,
      bsc#1204704)
    * BATIK-1345: Restrict what java classes can be run thru rhino
      (CVE-2022-42890, bsc#1204709)
  - Removed patch:
    * xmlgraphics-batik-nosourcetarget.patch
      + not needed since Java 8 compatibility is now the default
* Thu Feb 29 2024 fstrba@suse.com
  - Allow building with this spec-file on systems that don't have the
    mvn_install_pom macros defined and release version requirement
    of javapackages-local
  - Require the xmlgraphics-commons, xml-commons-apis a rhino by their
    names, since they are on the classpath by their location in the
    scripts. Require them in the subpackages that contain the scripts.
  - Require javapackages-tools in subpackages that contain scripts
    created by jpackage_script macro. The scripts need functions from
    javapackages-tools
* Wed Feb 21 2024 gus.kenion@suse.com
  - Use %patch -P N instead of deprecated %patchN.
* Wed Oct 25 2023 fstrba@suse.com
  - Build with source and target levels 8
  - Added patch:
    * xmlgraphics-batik-nosourcetarget.patch
      + do not hardcode source/target 1.7
* Wed Jun 28 2023 fstrba@suse.com
  - Remove the optional dependency on jython
    * fixes new build cycles
* Fri Sep 23 2022 fstrba@suse.com
  - Upgrade to version 1.15
    * BATIK-1260: Java 11 module error
    * BATIK-1321: Remove Xerces
    * BATIK-1299: Batik-all jar has all classes so should not pull
      other jars also
    * BATIK-1329: Remove xalan
    * BATIK-1331, bsc#1203674, CVE-2022-38398: Jar url should be
      blocked by DefaultExternalResourceSecurity
    * BATIK-1333, bsc#1203673, CVE-2022-38648: Block external resource
      before calling fop
    * BATIK-1335, bsc#1203672, CVE-2022-40146: Jar url should be
      blocked by DefaultScriptSecurity
* Sun Mar 20 2022 fstrba@suse.com
  - Build with source/target levels 8
* Tue Feb 02 2021 jengelh@inai.de
  - Set buildshell to bash for "<<<".
* Sun Jan 24 2021 fstrba@suse.com
  - Upgrade to version 1.14
    * Fixes bsc#1182748, CVE-2020-11987
    * BATIK-1284: Dont load DTDs in NodePickerPanel
    * BATIK-1292: Remove console message "About to transcoder source
      of type: ..."
* Tue Jun 16 2020 fstrba@suse.com
  - Upgrade to version 1.13
    * Fixes bsc#1172961, CVE-2019-17566
    * BATIK-1276: Allow blocking of external resources
    * BATIK-1275: Refactor shared resources.
* Fri Apr 03 2020 fstrba@suse.com
  - Upgrade to version 1.12
    * Java 7 or later is minimum runtime required
    * BATIK-1203: ImageTagRegistry forgets to reinitialize cache
    * BATIK-1251: Correct policy file in Squiggle
    * BATIK-1253: build.sh referenced from build.xml
    * BATIK-1257: Rasterizer - insufficient permissions when
      transcoding to PDF
    * BATIK-1272: Update Xerces to 2.12
    * BATIK-1232: Zip release should use mvn jars
    * BATIK-1233: Add policy file for batik-rasterizer
    * BATIK-1234: Tools cannot be run using java -jar xxx.jar when
      built with Maven
    * BATIK-1240: Java 11 compile error
    * BATIK-1249: Fix Java 11 module error
  - Remove the *.script files and generate the scripts using the
    %%jpackage_script macro
  - Generate an ant build system from the maven poms and use it for
    the first phase build
  - Removed patches:
    * xmlgraphics-batik-manifests.patch
      + The manifests are now generated in the first phase build
    * xmlgraphics-batik-policy.patch
      + We override the policy setting by granting all rights to
      svgbrowser and to rasterizer
    * xmlgraphics-batik-securitymanager.patch
      + Integrated upstream
* Mon Mar 16 2020 fstrba@suse.com
  - Modified patch:
    * xmlgraphics-batik-manifests.patch
      + Extend the bundle manifest so that it is useful for eclipse
* Sun Jan 20 2019 fstrba@suse.com
  - Upgrade to version 1.10
    * BATIK-906: Should never use Error to report runtime errors
    * BATIK-1123: Missing import of ImportInfo class
    * BATIK-1125: Rasterizer fails with base64 embedded png
    * BATIK-1140: Show line numbers on exception
    * BATIK-1142: Remove e.printStackTrace for BridgeException in
      SVGAbstractTranscoder
    * BATIK-1157: Wrong value for default JPEG quality in
      documentation
    * BATIK-1170: Incorrect ColorConvertOp alpha handling breaks
      masking
    * BATIK-1196: Run batik tests from junit
    * BATIK-1197: Make jython and rhino optional
    * BATIK-1198: TIFF transcoder looks for invalid class name for its
      WriteAdapter
    * BATIK-1200: ImagingOpException: Unable to transform src image
    * BATIK-1204: Remove hashtable
    * BATIK-1212: Show real error on URL failure
    * BATIK-1216: Compile error on Java 10
    * BATIK-1222: Only call DOMImplementation in deserialization
  - Split the css-jar into a separate package
  - Install maven pom files.
  - Added patches:
    * 0001-Fix-imageio-codec-lookup.patch
      + PNG transcoder looks for invalid class name for its
      WriteAdapter
    * xmlgraphics-batik-nolinksinjavadoc.patch
      + Fix javadoc generation by not loading URL links.
  - Modified patch:
    * xmlgraphics-batik-manifests.patch
      + Add Bundle-SymbolicName and Bundle-Version manifest entries
      + Add targets for jar files produced by maven build and not
      produced by the ant one. Produce them when target jars is
      called.
* Wed Nov 07 2018 fstrba@suse.com
  - Do not depend on a particular xml-commons-apis provider.
* Wed Jul 11 2018 fstrba@suse.com
  - Added patch:
    * xmlgraphics-batik-securitymanager.patch
      + Fix build with jdk11
      + Replace use of SecurityManager::checkSystemClipboardAccess
      by check for AWTPermission("accessClipboard")
  - Run fdupes on relevant directories
* Fri May 19 2017 tchvatal@suse.com
  - Version update to batik 1.9:
    * No obvious upstream changelog
  - Refresh patch xmlgraphics-batik-manifests.patch
  - Refresh patch xmlgraphics-batik-policy.patch
* Fri May 19 2017 vsistek@suse.com
  - Add BuildRequires: javapackages-local (for maven conversions)
* Mon Mar 20 2017 sknorr@suse.com
  - Needed as a dependency for FOP 2.1 (FATE#322405)
* Fri Mar 04 2016 fvogt@suse.com
  - Update to batik-1.8:
      batik-src-1.7.zip -> batik-src-1.8.tar.gz
  - Update xmlgraphics-batik-manifests.patch
  - Refresh xmlgraphics-batik-policy.patch
* Mon Dec 08 2014 tchvatal@suse.com
  - spec-cleanify
* Fri Dec 05 2014 p.drouand@gmail.com
  - Use javapackages-tools instead of java-devel

Files

/usr/share/doc/packages/xmlgraphics-batik
/usr/share/doc/packages/xmlgraphics-batik/KEYS
/usr/share/doc/packages/xmlgraphics-batik/MAINTAIN
/usr/share/doc/packages/xmlgraphics-batik/README
/usr/share/java/batik-all.jar
/usr/share/java/xmlgraphics-batik
/usr/share/java/xmlgraphics-batik-all.jar
/usr/share/java/xmlgraphics-batik/anim.jar
/usr/share/java/xmlgraphics-batik/awt-util.jar
/usr/share/java/xmlgraphics-batik/bridge.jar
/usr/share/java/xmlgraphics-batik/codec.jar
/usr/share/java/xmlgraphics-batik/constants.jar
/usr/share/java/xmlgraphics-batik/dom.jar
/usr/share/java/xmlgraphics-batik/ext.jar
/usr/share/java/xmlgraphics-batik/extension.jar
/usr/share/java/xmlgraphics-batik/gui-util.jar
/usr/share/java/xmlgraphics-batik/gvt.jar
/usr/share/java/xmlgraphics-batik/i18n.jar
/usr/share/java/xmlgraphics-batik/parser.jar
/usr/share/java/xmlgraphics-batik/script.jar
/usr/share/java/xmlgraphics-batik/shared-resources.jar
/usr/share/java/xmlgraphics-batik/svg-dom.jar
/usr/share/java/xmlgraphics-batik/svgbrowser.jar
/usr/share/java/xmlgraphics-batik/svggen.jar
/usr/share/java/xmlgraphics-batik/svgrasterizer.jar
/usr/share/java/xmlgraphics-batik/swing.jar
/usr/share/java/xmlgraphics-batik/transcoder.jar
/usr/share/java/xmlgraphics-batik/util.jar
/usr/share/java/xmlgraphics-batik/xml.jar
/usr/share/licenses/xmlgraphics-batik
/usr/share/licenses/xmlgraphics-batik/LICENSE
/usr/share/licenses/xmlgraphics-batik/NOTICE
/usr/share/maven-metadata/xmlgraphics-batik.xml
/usr/share/maven-poms/xmlgraphics-batik
/usr/share/maven-poms/xmlgraphics-batik-all.pom
/usr/share/maven-poms/xmlgraphics-batik/anim.pom
/usr/share/maven-poms/xmlgraphics-batik/awt-util.pom
/usr/share/maven-poms/xmlgraphics-batik/bridge.pom
/usr/share/maven-poms/xmlgraphics-batik/codec.pom
/usr/share/maven-poms/xmlgraphics-batik/constants.pom
/usr/share/maven-poms/xmlgraphics-batik/dom.pom
/usr/share/maven-poms/xmlgraphics-batik/ext.pom
/usr/share/maven-poms/xmlgraphics-batik/extension.pom
/usr/share/maven-poms/xmlgraphics-batik/gui-util.pom
/usr/share/maven-poms/xmlgraphics-batik/gvt.pom
/usr/share/maven-poms/xmlgraphics-batik/i18n.pom
/usr/share/maven-poms/xmlgraphics-batik/parent.pom
/usr/share/maven-poms/xmlgraphics-batik/parser.pom
/usr/share/maven-poms/xmlgraphics-batik/script.pom
/usr/share/maven-poms/xmlgraphics-batik/shared-resources.pom
/usr/share/maven-poms/xmlgraphics-batik/svg-dom.pom
/usr/share/maven-poms/xmlgraphics-batik/svgbrowser.pom
/usr/share/maven-poms/xmlgraphics-batik/svggen.pom
/usr/share/maven-poms/xmlgraphics-batik/svgrasterizer.pom
/usr/share/maven-poms/xmlgraphics-batik/swing.pom
/usr/share/maven-poms/xmlgraphics-batik/transcoder.pom
/usr/share/maven-poms/xmlgraphics-batik/util.pom
/usr/share/maven-poms/xmlgraphics-batik/xml.pom


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Apr 26 23:30:45 2024