From 871142c2291b14c77a2392f92f3ecebacb52bc9d Mon Sep 17 00:00:00 2001 From: J0WI <J0WI@users.noreply.github.com> Date: Mon, 31 Oct 2022 13:40:16 +0100 Subject: [PATCH] community/erlang: security upgrade to 24.3.4.6 --- community/erlang/APKBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/community/erlang/APKBUILD b/community/erlang/APKBUILD index cd10c1099555..5bec12dd604b 100644 --- a/community/erlang/APKBUILD +++ b/community/erlang/APKBUILD @@ -8,7 +8,7 @@ # catch up with. If in doubt, do a test rebuild of community/elixir. pkgname=erlang -pkgver=24.3.3 +pkgver=24.3.4.6 pkgrel=0 pkgdesc="General-purpose programming language and runtime environment" url="https://www.erlang.org/" @@ -41,6 +41,8 @@ case "$CTARGET_ARCH" in esac # secfixes: +# 24.3.4.6-r0: +# - CVE-2022-37026 # 23.2.5-r0: # - CVE-2020-35733 @@ -143,5 +145,5 @@ verifydeps() { } sha512sums=" -2bf7cdbdb9e6839c09a77c0adcc5f8337b0db379c579a2054fdaf0cfa571b7fc9ee0e4d8f03be4124d0af5d392c0c7f4856847338ac09dd9f406aa9d1ef11e4d otp_src_24.3.3.tar.gz +431feb9cc67c80fb2a543ee1198fd39d2396903c1984aa0259b87204b63c14304c564e16ed12a0eb59d906d1a136c164c488eea6153b02675d24fc8d5bc21121 otp_src_24.3.4.6.tar.gz " -- GitLab