aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/hdf5/APKBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/community/hdf5/APKBUILD b/community/hdf5/APKBUILD
index fc5f250ed54..747c4519a3e 100644
--- a/community/hdf5/APKBUILD
+++ b/community/hdf5/APKBUILD
@@ -10,8 +10,8 @@
# builds, due to inadequate locking.
pkgname=hdf5
-pkgver=1.12.1
-pkgrel=3
+pkgver=1.12.2
+pkgrel=0
pkgdesc="HDF5 is a data model, library, and file format for storing and managing data"
url="https://www.hdfgroup.org/solutions/hdf5/"
arch="all"
@@ -36,6 +36,8 @@ case "$CARCH" in
esac
# secfixes:
+# 1.12.2-r0:
+# - CVE-2018-17432
# 1.12.1-r0:
# - CVE-2018-11206
# - CVE-2018-13869
@@ -135,5 +137,5 @@ java() {
}
sha512sums="
-158a067ee284ccb9e2c4db12e9d37cf187d90d9ef1bed7a6303e2c3a2fd216d7b13a46c5f46018b097511281c4246156b6f917633ca88872f10f0ad04be285fd hdf5-1.12.1.tar.bz2
+cbb4663570de76b11adb6bf62cfdb754371d31eeab04691479a5764a45207a9c1309665ab80f51c63a4b9b87354f9cbe6835cef506a9fd554d142c6d2bec21e5 hdf5-1.12.2.tar.bz2
"