aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2021-12-20 15:10:23 +0200
committeralice <alice@ayaya.dev>2022-03-30 22:35:44 +0000
commit44893780713100139201e200f28d2f57294b8580 (patch)
treeeb3589f625ceea7c494294d13ecc08467105ef25
parent03a042e4c29a9a68630a6319108ba54934db6740 (diff)
community/gegl: security upgrade to 0.4.34
-rw-r--r--community/gegl/APKBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/community/gegl/APKBUILD b/community/gegl/APKBUILD
index c56bff2e476..3c6ff546449 100644
--- a/community/gegl/APKBUILD
+++ b/community/gegl/APKBUILD
@@ -1,6 +1,6 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=gegl
-pkgver=0.4.32
+pkgver=0.4.34
pkgrel=0
pkgdesc="Graph based image processing framework"
url="https://www.gegl.org/"
@@ -15,6 +15,10 @@ checkdepends="diffutils"
subpackages="$pkgname-dev $pkgname-lang"
source="https://download.gimp.org/pub/gegl/${pkgver%.*}/gegl-$pkgver.tar.xz"
+# secfixes:
+# 0.4.34-r0:
+# - CVE-2021-45463
+
build() {
abuild-meson . output
meson compile ${JOBS:+-j ${JOBS}} -C output
@@ -29,5 +33,5 @@ package() {
}
sha512sums="
-68da02b8df0a1d234063958896f3678ead62772e611bddb39a6f21ec58cc744599d0a691224c057f2da4d04f2ccfb155a545deea92e77c728dbaeeb90e68cad6 gegl-0.4.32.tar.xz
+13bbc19c4fb1feee609d2191b09fe1d2f020da1be788f9dcf7ed89dfef8465ce77dc34a9cb74279c88336aa0f3d3a7a44ca35335a3c2374516f590a40edbc08e gegl-0.4.34.tar.xz
"