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

ant-jdepend-1.10.7-lp152.2.3.1 RPM for noarch

From OpenSuSE Leap 15.2 updates for noarch

Name: ant-jdepend Distribution: openSUSE Leap 15.2
Version: 1.10.7 Vendor: openSUSE
Release: lp152.2.3.1 Build date: Fri Jul 17 16:40:30 2020
Group: Development/Tools/Building Build host: build79
Size: 51148 Source RPM: ant-antlr-1.10.7-lp152.2.3.1.src.rpm
Packager: http://bugs.opensuse.org
Url: http://ant.apache.org/
Summary: Optional jdepend tasks for ant
Apache Ant is a Java-based build tool.

This package contains optional jdepend tasks for Apache Ant.

Provides

Requires

License

Apache-2.0

Changelog

* Fri May 15 2020 Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
  - Security fix: [bsc#1171696, CVE-2020-1945]
    * Insecure temporary file vulnerability
  - Add patches:
    * ant-CVE-2020-1945-1.patch ant-CVE-2020-1945-2.patch
    * ant-CVE-2020-1945-3.patch ant-CVE-2020-1945-4.patch
    * ant-CVE-2020-1945-5.patch
* Tue Jan 14 2020 Fridrich Strba <fstrba@suse.com>
  - Use xml-commons-apis-bootstrap as jar in classpath instead of
    the common xml-apis jar, since we are forcing build against
    the bootstrap package
* Fri Nov 08 2019 Fridrich Strba <fstrba@suse.com>
  - Upgrade to upstream version 1.10.7
  - Modified patches:
    * apache-ant-bootstrap.patch
    * apache-ant-no-test-jar.patch
    * apache-ant-xml-apis.patch
    * reproducible-build-manifest.patch
      + rediff
  - Fix ant-xz.jar to be non-empty and split it from the ant-antlr
    package
* Tue Oct 01 2019 Fridrich Strba <fstrba@suse.com>
  - Build against the new compatibility packages log4j12/log4j12-mini
* Mon Sep 30 2019 Fridrich Strba <fstrba@suse.com>
  - Remove references to parent poms from all artifacts and do not
    distribute the ant-parent, since we don't need it
* Tue Apr 09 2019 Fridrich Strba <fstrba@suse.com>
  - Require directly xerces-j2 and not its virtual provide
    jaxp_parser_impl
* Mon Mar 18 2019 Jan Engelhardt <jengelh@inai.de>
  - Make "if" statements in build recipe POSIX sh compatible.
* Fri Feb 08 2019 Fridrich Strba <fstrba@suse.com>
  - Create an ant-junit5 package to build junit5 optional tasks
    when they become resolved
  - Add a simple pom file for ant-bootstrap.jar
* Fri Feb 08 2019 Fridrich Strba <fstrba@suse.com>
  - Add compatibility links ant/ant*.jar for bootstrap build
* Tue Feb 05 2019 Fridrich Strba <fstrba@suse.com>
  - BuildRequire hamcrest for ant-junit and ant-antlr, since junit4
    depends strictly on hamcrest-core only.
* Fri Feb 01 2019 Fridrich Strba <fstrba@suse.com>
  - Build ant against xml-commons-apis-bootstrap and
    xml-commons-resolver-bootstrap in order to break build cycle
* Mon Dec 10 2018 Fridrich Strba <fstrba@suse.com>
  - Don't build against a particular xml-apis/xml-resolver provider,
    but against the generic virtual provider. This allows easier
    bootstrapping.
  - Added patch:
    * apache-ant-xml-apis.patch
      + look for the xml-apis.jar and xml-resolver.jar when composing
      classpath; they are symlinks provided by several packages.
* Mon Nov 26 2018 Fridrich Strba <fstrba@suse.com>
  - Let ant-antlr provide ant-xz too, since it contains the
    corresponding jar.
* Wed Oct 31 2018 Fridrich Strba <fstrba@suse.com>
  - Add aliases to some maven artifacts so that packages out there
    resolve then correctly
* Fri Oct 26 2018 Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
  - Update to 1.10.5 [bsc#1113136]
    * Same version as in 1.9.13 but with additional features and
      requires Java8 or higher.
    * Dropped patch to build with java8+ already fixed in this version
    - apache-ant-1.9.9-sourcetarget.patch
    * Refreshed patch:
    - apache-ant-class-path-in-manifest.patch
* Sun Oct 21 2018 antoine.belvire@opensuse.org
  - Add reproducible-build-manifest.patch: Use less detailed version
    string for manifest's "Created-by" field (boo#1110024).
* Wed Oct 17 2018 Fridrich Strba <fstrba@suse.com>
  - Require javapackages-local in order to generate correctly the
    maven requires and provides
  - Install maven artifacts
* Fri Aug 24 2018 Jason Sikes <jsikes@suse.de>
  - Update to 1.9.13
    * Fixes a regression in the "get" task where redirects
      from a HTTP resource to a HTTPS resource started throwing
      an exception.
      Bugzilla Report 62499
    * the new allowFilesToEscapeDest didn't work when set to false and
      archive entries contained relative paths with so many ".."
      segnments that the resulting path would go beyond the file system
      root.
      Bugzilla Report 62502, bsc#1100053, CVE-2018-10886
* Tue May 15 2018 fstrba@suse.com
  - Build with source and target 8 to prepare for a possible removal
    of 1.6 compatibility
  - Modified patch:
    * apache-ant-1.9.9-sourcetarget.patch
    - Build with source/target 8
* Fri Feb 23 2018 ecsos@opensuse.org
  - fix build error for Leap 42.3
* Thu Feb 22 2018 tchvatal@suse.com
  - Add patch to run scripts with python3 if applicable bsc#1082202:
    * ant-python3.patch
* Thu Feb 22 2018 tchvatal@suse.com
  - Update to 1.9.10:
    * Various fixes for java10
    * Small fixes all around
  - Remove merged patch reproducible.patch
* Sat Oct 28 2017 jengelh@inai.de
  - Simply use find -delete over xargs.
  - Make description neutral.
* Tue Oct 24 2017 bwiedemann@suse.com
  - Add reproducible-build-date.patch to allow to have fixed build dates
    to make other packages build more reproducibly
* Wed Oct 04 2017 fstrba@suse.com
  - Remove dependency on java-1_5_0-gcj-compat-devel and build even
    the bootstrap package with java source and target 1.6
* Fri Sep 29 2017 fstrba@suse.com
  - Don't condition the maven defines on release version, but on
    _maven_repository being defined
* Thu Sep 14 2017 fstrba@suse.com
  - Allow bootstrapping with something else then
    java-1_5_0-gcj-compat, but still require
    java-1_5_0-gcj-compat-devel
  - Added patch:
    * apache-ant-bootstrap.patch
    - Add -sourcepath option to fix build breakages with Eclipse
      Compiler for Java(tm)
* Wed Sep 06 2017 fstrba@suse.com
  - Added patch:
    * apache-ant-1.9.9-sourcetarget.patch
      + Change java source and target versions to 1.6 to allow build
      with jdk9
  - For non-boostrap builds require java-devel >= 1.6
* Fri Jun 09 2017 tchvatal@suse.com
  - Do not generate poms on ant core packages to reduce deps and
    allow bootstrap
* Wed May 31 2017 tchvatal@suse.com
  - Fix bootstrap to avoid new cycle bsc#1041966
* Fri May 19 2017 tchvatal@suse.com
  - Disable javadoc completely it is on the web in much better form
  - Remove if0 conditions
  - Remove patch apache-ant-old-gcj-build.patch for sle11 and unused
  - Fix build with split javapackages-tools
* Mon May 08 2017 bwiedemann@suse.com
  - Version bump to 1.9.9:
    * Read WHATSNEW file for full changelist
* Mon May 08 2017 bwiedemann@suse.de
  - Add reproducible.patch to allow reproducible builds of ant itself
    and packages built with ant like jcodings
* Mon Feb 20 2017 tchvatal@suse.com
  - Revert the previous change as it broke the build of most java
    software stack
* Mon Feb 13 2017 guoyunhebrave@gmail.com
  - Add profile.d scripts to set ANT_HOME
* Fri Jan 15 2016 opensuse@dstoecker.de
  - junit4 test did not work (bnc#915686)
* Wed Jul 29 2015 tchvatal@suse.com
  - Add xalan-j2-serializer to ant-antlr requirements
* Tue Jul 28 2015 tchvatal@suse.com
  - Sync the changes files among the subpkgs
  - Version bump to 1.9.6:
    * Read WHATSNEW file for full changelist
* Sun Jun 21 2015 jengelh@inai.de
  - Do better quoting to get better error messages when it fails
* Wed Mar 18 2015 tchvatal@suse.com
  - Fix build with new javapackages-tools

Files

/etc/ant.d/jdepend
/usr/share/ant/etc/jdepend-frames.xsl
/usr/share/ant/etc/jdepend.xsl
/usr/share/ant/lib/ant-jdepend.jar
/usr/share/java/ant
/usr/share/java/ant/ant-jdepend.jar
/usr/share/maven-metadata/ant-antlr-ant-jdepend.xml
/usr/share/maven-poms/ant-jdepend.pom


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 14:20:05 2024