| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Spec file cleanup
- Upgrade to upstream version 1.5
* New features:
+ Add a configurable limit (disabled by default) for the number
of files to upload per request (bsc#1208513, CVE-2023-24998).
The new configuration option (FileUploadBase#setFileCountMax)
is not enabled by default and must be explicitly configured.
* Fixed Bugs:
+ FILEUPLOAD-293: DiskFileItem.write(File) had been changed to
use FileUtils.moveFile internally, preventing an existing file
as the target.
+ Improve parsing speed.
* Changes:
+ Bump Commons IO to 2.11.0
+ FILEUPLOAD-328 Switch from Cobertura code coverage to Jacoco
code coverage.
+ Bump JUnit to 4.13.2
- Build with java source and target levels 8
- Rename to apache-commons-fileupload and upgrade to version 1.4 - Generate and customize ant build.xml file
- Build against xml-commons-apis instead of xerces-j2-xml-apis
- Fix build with jdk9: specify java source and target 1.6 - Clean spec file and fix rpmlint warnings
- Not needed condition.
- Cleanup with spec-cleaner and fix build on sle11 properly.
- added Xerces xml-apis to dependencies to fix build
- disable bytecode check on sle_11 - remove removal of buildroot in %install