aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2021-02-26 21:28:28 +0100
committerLeo <thinkabit.ukim@gmail.com>2021-02-26 22:00:17 +0000
commit50cd2c0adf76cee8b18a78237ab4213608a69859 (patch)
tree4da171a7aaa1fbddbe9c0a5a593b6a8a28edd201
parentb9758803bc6a88697357f59b6cd49c0ebde26b42 (diff)
community/erlang: upgrade to 23.2.6
-rw-r--r--community/erlang/APKBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/community/erlang/APKBUILD b/community/erlang/APKBUILD
index 5a8d1f52ad0..1cf6f1aef89 100644
--- a/community/erlang/APKBUILD
+++ b/community/erlang/APKBUILD
@@ -3,7 +3,7 @@
# Contributor: Marlus Saraiva <marlus.saraiva@gmail.com>
# Maintainer: Daniel Isaksen <d@duniel.no>
pkgname=erlang
-pkgver=23.2.5
+pkgver=23.2.6
pkgrel=0
pkgdesc="General-purpose programming language and runtime environment"
url="https://www.erlang.org/"
@@ -25,6 +25,10 @@ source="https://github.com/erlang/otp/releases/download/OTP-$pkgver/otp_src_$pkg
builddir="$srcdir/otp_src_$pkgver"
+# secfixes:
+# 23.2.5-r0:
+# - CVE-2020-35733
+
build() {
export CPPFLAGS="-D_BSD_SOURCE $CPPFLAGS"
export PATH="/usr/lib/jvm/java-1.8-openjdk/bin:$PATH"
@@ -123,4 +127,4 @@ verifydeps() {
done
}
-sha512sums="30ff648e5973a744da8a02abc9aa0b9664f445e41b035043c797dc3bbd8f9cb9b1906b2eaa2c2c3457b2f5de4b63b628c492dc04c16dbe1969fa86e8adad766d otp_src_23.2.5.tar.gz"
+sha512sums="61b1292c7b2aba67af9d343c8e8f2a95c379c54d8d58be62f96178dfb73f61eb2b19dce0a620193bfbdd00969f0865339d1cd142eabcc1061d543574742b4ad1 otp_src_23.2.6.tar.gz"