From db2be85193ababc8e492ce2f1c82cfda96c18e985df7b485df24287b1cc0bc5b Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Thu, 4 Jun 2020 05:41:46 +0000 Subject: [PATCH] Accepting request 810801 from home:pmonrealgonzalez:branches:Java:packages - Update to version 1.14 * Release 1.14 - 2019-12-30 - Fix: Hex: Allow encoding read-only ByteBuffer. - Fix: Hex: Only use an available ByteBuffer backing array if the length equals the remaining byte count. - Update: MurmurHash3: Deprecate hash64 methods and hash methods accepting a String that use the default encoding. - Fix: BaseNCodec to expand buffer using overflow conscious code. - Fix: Base32/64: Fixed decoding check that all the final trailing bits to discard are zero. - Add: Add MurmurHash3.hash128x64 methods to fix sign extension error during seeding in hash128 methods. - Add: Add MurmurHash3.hash32x86 methods and IncrementalHash32x86 to fix sign extension error in hash32 methods. - Fix: Allow repeat calls to MurmurHash3.IncrementalHash32.end() to generate the same value. - Add: Add RandomAccessFile digest methods #31. - Add: Add Path APIs to org.apache.commons.codec.digest.DigestUtils similar to File APIs. - Add: Add SHA-512/224 and SHA-512/256 to DigestUtils for Java 9 and up. - Add: Add missing note in javadoc when sign extension error is present #34. - Fix: Reliance on default encoding in MurmurHash2 and MurmurHash3. - Update: Don't reload standard Charsets in org.apache.commons.codec.Charsets. - Update: Deprecate Charset constants in org.apache.commons.codec.Charsets in favor of java.nio.charset.StandardCharsets. * Release 1.13 - 2019-07-20 - Fix: ColognePhonetic handles x incorrectly. - Fix: ColognePhonetic does not treat the letter H correctly. - Fix: Reject any decode request for a value that is impossible to encode to for Base32/Base64 rather than blindly decoding. OBS-URL: https://build.opensuse.org/request/show/810801 OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-codec?expand=0&rev=45 --- apache-commons-codec-build.xml | 2 +- apache-commons-codec.changes | 46 ++++++++++++++++++++++++++++++++++ apache-commons-codec.spec | 4 +-- commons-codec-1.11-src.tar.gz | 3 --- commons-codec-1.14-src.tar.gz | 3 +++ 5 files changed, 52 insertions(+), 6 deletions(-) delete mode 100644 commons-codec-1.11-src.tar.gz create mode 100644 commons-codec-1.14-src.tar.gz diff --git a/apache-commons-codec-build.xml b/apache-commons-codec-build.xml index 1dc0d96..eb08d27 100644 --- a/apache-commons-codec-build.xml +++ b/apache-commons-codec-build.xml @@ -10,7 +10,7 @@ - +