Package Release Info

apache-commons-fileupload-1.5-bp160.1.12

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

apache-commons-fileupload
apache-commons-fileupload-javadoc

Change Logs

* Wed Oct 02 2024 Fridrich Strba <fstrba@suse.com>
- Spec file cleanup
* Tue May 23 2023 Fridrich Strba <fstrba@suse.com>
- 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
* Wed Mar 23 2022 Fridrich Strba <fstrba@suse.com>
- Build with java source and target levels 8
* Mon Apr 08 2019 Fridrich Strba <fstrba@suse.com>
- Rename to apache-commons-fileupload and upgrade to version 1.4
- Generate and customize ant build.xml file
* Fri Dec 07 2018 Fridrich Strba <fstrba@suse.com>
- Build against xml-commons-apis instead of xerces-j2-xml-apis
* Mon Sep 18 2017 fstrba@suse.com
- Fix build with jdk9: specify java source and target 1.6
- Clean spec file and fix rpmlint warnings
* Tue Jul 08 2014 tchvatal@suse.com
- Not needed condition.
* Tue Jul 08 2014 tchvatal@suse.com
- Cleanup with spec-cleaner and fix build on sle11 properly.
* Fri Jun 27 2014 jmatejek@suse.com
- added Xerces xml-apis to dependencies to fix build
* Thu May 15 2014 darin@darins.net
- disable bytecode check on sle_11
- remove removal of buildroot in %install