Go to file
Tomáš Chvátal 2c6560db99 Accepting request 726717 from home:pmonrealgonzalez:branches:Java:packages
- Updated to 1.19 [bsc#1148475, CVE-2019-12402]
  * ZipFile could get stuck in an infinite loop when parsing ZIP archives
    with certain strong encryption headers (CVE-2019-12402).
  * ZipArchiveInputStream and ZipFile will no longer throw an exception if
    an extra field generally understood by Commons Compress is malformed
    but rather turn them into UnrecognizedExtraField instances.  You can
    influence the way extra fields are parsed in more detail by using the
    new getExtraFields(ExtraFieldParsingBehavior) method of ZipArchiveEntry now.
  * Some of the ZIP extra fields related to strong encryption will now
    throw ZipExceptions rather than ArrayIndexOutOfBoundsExceptions in
    certain cases when used directly. There is no practical difference
    when they are read via ZipArchiveInputStream or ZipFile.
  * ParallelScatterZipCreator now writes entries in the same order they have
    been added to the archive.
  * ZipArchiveInputStream and ZipFile are more forgiving when parsing extra
    fields by default now.
  * TarArchiveInputStream has a new lenient mode that may allow it to read
    certain broken archives.
- Rebased patch fix_java_8_compatibility.patch

OBS-URL: https://build.opensuse.org/request/show/726717
OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-compress?expand=0&rev=12
2019-08-28 12:03:03 +00:00
.gitattributes OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-compress?expand=0&rev=1 2019-01-25 09:18:16 +00:00
.gitignore OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-compress?expand=0&rev=1 2019-01-25 09:18:16 +00:00
0001-Remove-Brotli-compressor.patch OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-compress?expand=0&rev=1 2019-01-25 09:18:16 +00:00
0002-Remove-ZSTD-compressor.patch OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-compress?expand=0&rev=1 2019-01-25 09:18:16 +00:00
apache-commons-compress-build.xml Accepting request 726717 from home:pmonrealgonzalez:branches:Java:packages 2019-08-28 12:03:03 +00:00
apache-commons-compress.changes Accepting request 726717 from home:pmonrealgonzalez:branches:Java:packages 2019-08-28 12:03:03 +00:00
apache-commons-compress.spec Accepting request 726717 from home:pmonrealgonzalez:branches:Java:packages 2019-08-28 12:03:03 +00:00
commons-compress-1.19-src.tar.gz Accepting request 726717 from home:pmonrealgonzalez:branches:Java:packages 2019-08-28 12:03:03 +00:00
commons-compress-1.19-src.tar.gz.asc Accepting request 726717 from home:pmonrealgonzalez:branches:Java:packages 2019-08-28 12:03:03 +00:00
fix_java_8_compatibility.patch Accepting request 726717 from home:pmonrealgonzalez:branches:Java:packages 2019-08-28 12:03:03 +00:00