summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Girotto2019-09-06 12:11:49 +0200
committerAndrea Girotto2019-09-06 12:11:49 +0200
commit43c2dff1df203d375336bd7615b1c95bbcf84bb6 (patch)
tree97f6536958147bca3de5fe2fae2c3336de848cc3
parent683257f8603f78f771479c2667ddf410809c95e4 (diff)
downloadaur-43c2dff1df203d375336bd7615b1c95bbcf84bb6.tar.gz
Release 1.13 2019-07-20
Fix ColognePhonetic handles x incorrectly. Fixes CODEC-255. Fix ColognePhonetic does not treat the letter H correctly. Fixes CODEC-254. Fix Reject any decode request for a value that is impossible to encode to for Base32/Base64 rather than blindly decoding. Fixes CODEC-134. Add MurmurHash2 for 32-bit or 64-bit value. Fixes CODEC-236. Add MurmurHash3 for 32-bit or 128-bit value. Fixes CODEC-236. Update Broken direct java.nio.ByteBuffer support in org.apache.commons.codec.binary.Hex. Fixes CODEC-236.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 885e88420287..ab0d8b5ec6cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = java-commons-codec
pkgdesc = Implementations of common encoders and decoders such as Base64, Hex, Phonetic and URLs
- pkgver = 1.12
+ pkgver = 1.13
pkgrel = 1
url = http://commons.apache.org/codec/
arch = any
license = Apache
depends = java-environment
- source = http://mirror.ibcp.fr/pub/apache//commons/codec/binaries/commons-codec-1.12-bin.tar.gz
- md5sums = 4ec4447ea48b254ab85bf26b015a3546
+ source = http://mirror.ibcp.fr/pub/apache//commons/codec/binaries/commons-codec-1.13-bin.tar.gz
+ md5sums = 7258fcdf81f88724b8efb99056c5d5d3
pkgname = java-commons-codec
diff --git a/PKGBUILD b/PKGBUILD
index cdedbaff5046..6e565db6245e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Original packager: Francois Boulogne <fboulogne at april dot org>
# Maintainer: Andrea Girotto echo "naqern.tvebggb@tznvy.pbz" | tr '[a-z]' '[n-za-m]'
pkgname=java-commons-codec
-pkgver=1.12
+pkgver=1.13
pkgrel=1
pkgdesc='Implementations of common encoders and decoders such as Base64, Hex, Phonetic and URLs'
arch=(any)
@@ -9,7 +9,8 @@ url='http://commons.apache.org/codec/'
license=('Apache')
depends=('java-environment')
source=("http://mirror.ibcp.fr/pub/apache//commons/codec/binaries/commons-codec-${pkgver}-bin.tar.gz")
-md5sums=('4ec4447ea48b254ab85bf26b015a3546')
+# http://it.apache.contactlab.it//commons/codec/binaries/commons-codec-1.13-bin.tar.gz
+md5sums=('7258fcdf81f88724b8efb99056c5d5d3')
package() {
install -d -m755 ${pkgdir}/usr/share/java/commons-codec/ || return 1