Changelog for
apache-commons-fileupload-1.5-14.11.noarch.rpm :
* Wed Oct 02 2024 fstrbaAATTsuse.com- Spec file cleanup
* Tue May 23 2023 fstrbaAATTsuse.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 fstrbaAATTsuse.com- Build with java source and target levels 8
* Mon Apr 08 2019 fstrbaAATTsuse.com- Rename to apache-commons-fileupload and upgrade to version 1.4- Generate and customize ant build.xml file
* Fri Dec 07 2018 fstrbaAATTsuse.com- Build against xml-commons-apis instead of xerces-j2-xml-apis
* Mon Sep 18 2017 fstrbaAATTsuse.com- Fix build with jdk9: specify java source and target 1.6- Clean spec file and fix rpmlint warnings
* Tue Jul 08 2014 tchvatalAATTsuse.com- Not needed condition.
* Tue Jul 08 2014 tchvatalAATTsuse.com- Cleanup with spec-cleaner and fix build on sle11 properly.
* Fri Jun 27 2014 jmatejekAATTsuse.com- added Xerces xml-apis to dependencies to fix build
* Thu May 15 2014 darinAATTdarins.net- disable bytecode check on sle_11- remove removal of buildroot in %install
* Wed Apr 02 2014 tchvatalAATTsuse.com- Fix bnc#862781/CVE-2014-0050: buffer overflow http://svn.apache.org/viewvc?view=revision&revision=1565143
* jakarta-commons-fileupload-CVE-2014-0050-DOS-buffer-overflow.patch
* Fri Oct 18 2013 mvyskocilAATTsuse.com- remove gcj part and deprecated macros
* Thu Oct 17 2013 mvyskocilAATTsuse.com- fix bnc#846174/CVE-2013-2186: null byte injection flaw http://svn.apache.org/viewvc?view=revision&revision=1507048
* jakarta-commons-fileupload-CVE-2013-2186.patch
* Mon Sep 09 2013 tchvatalAATTsuse.com- Move from jpackage-utils to javapackage-tools