Changelog for
axis-1.4-599.5.noarch.rpm :
* Tue Jan 22 2019 fstrbaAATTsuse.com- Require for build the generic javamail instead of classpathx-mail
* Fri Sep 07 2018 pmonrealgonzalezAATTsuse.com- Security fix: [bsc#1103658, CVE-2018-8032]
* Apache Axis 1.x up to and including 1.4 is vulnerable to a cross-site scripting (XSS) attack in the default servlet/services.
* Added axis-CVE-2018-8032.patch
* Tue Jul 10 2018 fstrbaAATTsuse.com- Added patch:
* axis-jdk11.patch + Fix build with jdk11 + Don\'t build providers that are using APIs and classes removed in jdk11
* Tue May 15 2018 fstrbaAATTsuse.com- Build with source and target 8 to prepare for a possible removal of 1.6 compatibility
* Thu Oct 05 2017 fstrbaAATTsuse.com- Remove the 3 deprecated classes from package org.apache.axis.enum
* allows building with java source and target >= 1.5- Added patches:
* axis-encoding.patch + Specify file encoding ISO-8859-1 in order to avoid compiler errors with characters unmappable in ASCII
* axis-enum.patch + Rename variable enum to emun to avoid clash with reserved word in java5+
* axis-compareto.patch + Rewrite the UnsignedInt::compareTo and UnsignedLong::compareTo to check first that the Object we compare with is instance of the respective class
* Thu Sep 14 2017 fstrbaAATTsuse.com- BuildRequires: java-devel >= 1.6- BuildConflicts: java-devel >= 1.9
* Allow building with wider range of java compilers- Clean spec file
* Sun Sep 10 2017 fstrbaAATTsuse.com- Requires for build java-devel = 1.8.0 since it is the last version able to build with source and target levels 1.3
* Fri May 19 2017 tchvatalAATTsuse.com- Fix build with new javapackages-tools
* Wed May 17 2017 tchvatalAATTsuse.com- Disable javadoc- Fix build with new ant 1.9.8+
* axis-ant-build.patch
* Wed Mar 18 2015 tchvatalAATTsuse.com- Fix build with new javapackages-tools
* Fri Jun 27 2014 tchvatalAATTsuse.com- Fix back javadoc
* Fri Jun 27 2014 tchvatalAATTsuse.com- Depend on proper apache pkgs
* Mon Sep 09 2013 tchvatalAATTsuse.com- Move from jpackage-utils to javapackage-tools
* Tue Feb 28 2012 mvyskocilAATTsuse.cz- strip the jakarta- from classpath to be ready for jakarta->apache-commons renaming- added some pms and manifest files
* Sat Sep 17 2011 jengelhAATTmedozas.de- Remove redundant tags/sections from specfile
* Fri Mar 11 2011 mvyskocilAATTsuse.cz- build using openjdk, use ant.build.javac.target and source 1.4 to prevent javadoc fail, clean up BuildRequires
* Thu May 21 2009 mvyskocilAATTsuse.cz- fixed build with new gcj44