From bea4923ae0e1a0b5a4c54a4e4143d55f3393a5b1f375e890b7f96d6199e444e6 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Mon, 2 Nov 2020 14:43:06 +0000 Subject: [PATCH] Accepting request 844228 from home:pmonrealgonzalez:branches:Java:packages - Update to 1.15 * Fix: MurmurHash3: Ensure hash128 maintains the sign extension bug. * Update: Base32/Base64/BCodec: Added strict decoding property to control handling of trailing bits. Default lenient mode discards them without error. Strict mode raise an exception. * Update: Base32/Base64 Input/OutputStream: Added strict decoding property to control handling of trailing bits. Default lenient mode discards them without error. Strict mode raise an exception. * Update: Update tests from JUnit 4.12 to 4.13. * Add: Base16Codec and Base16Input/OutputStream. * Add: Hex encode/decode with existing arrays. * Update: Update actions/checkout from v1 to v2.3.2. * Update: Update actions/setup-java from v1.4.0 to v1.4.1. - Remove timeout.patch OBS-URL: https://build.opensuse.org/request/show/844228 OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-codec?expand=0&rev=47 --- apache-commons-codec-build.xml | 2 +- apache-commons-codec.changes | 18 ++++++++++++++++++ apache-commons-codec.spec | 6 ++---- commons-codec-1.14-src.tar.gz | 3 --- commons-codec-1.15-src.tar.gz | 3 +++ commons-codec-1.15-src.tar.gz.asc | 17 +++++++++++++++++ timeout.patch | 26 -------------------------- 7 files changed, 41 insertions(+), 34 deletions(-) delete mode 100644 commons-codec-1.14-src.tar.gz create mode 100644 commons-codec-1.15-src.tar.gz create mode 100644 commons-codec-1.15-src.tar.gz.asc delete mode 100644 timeout.patch diff --git a/apache-commons-codec-build.xml b/apache-commons-codec-build.xml index eb08d27..8816cdc 100644 --- a/apache-commons-codec-build.xml +++ b/apache-commons-codec-build.xml @@ -10,7 +10,7 @@ - +