Changelog for
axis-manual-1.4-599.5.noarch.rpm :
Tue Jan 22 13:00:00 2019 Fridrich Strba
- Require for build the generic javamail instead of classpathx-mail
Fri Sep 7 14:00:00 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 14:00:00 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 14:00:00 2018 fstrbaAATTsuse.com
- Build with source and target 8 to prepare for a possible removal
of 1.6 compatibility
Thu Oct 5 14:00:00 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 14:00:00 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 14:00:00 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 14:00:00 2017 tchvatalAATTsuse.com
- Fix build with new javapackages-tools
Wed May 17 14:00:00 2017 tchvatalAATTsuse.com
- Disable javadoc
- Fix build with new ant 1.9.8+
* axis-ant-build.patch
Wed Mar 18 13:00:00 2015 tchvatalAATTsuse.com
- Fix build with new javapackages-tools
Fri Jun 27 14:00:00 2014 tchvatalAATTsuse.com
- Fix back javadoc
Fri Jun 27 14:00:00 2014 tchvatalAATTsuse.com
- Depend on proper apache pkgs
Mon Sep 9 14:00:00 2013 tchvatalAATTsuse.com
- Move from jpackage-utils to javapackage-tools
Tue Feb 28 13:00:00 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 14:00:00 2011 jengelhAATTmedozas.de
- Remove redundant tags/sections from specfile
Fri Mar 11 13:00:00 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 14:00:00 2009 mvyskocilAATTsuse.cz
- fixed build with new gcj44