diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-12-08 02:03:02 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-12-08 05:34:53 +0000 |
commit | 120f91177cb0b6cf32105e8edb3b5132567945b2 (patch) | |
tree | 023e1aeb0346018618f194bfd6f2462eb582bfb2 | |
parent | b540b73758e8b93a9221fefe7793f38c8069ae20 (diff) | |
download | aports-120f91177cb0b6cf32105e8edb3b5132567945b2.tar.gz aports-120f91177cb0b6cf32105e8edb3b5132567945b2.tar.bz2 aports-120f91177cb0b6cf32105e8edb3b5132567945b2.tar.xz |
main/gdk-pixbuf: upgrade to 2.42.2
-rw-r--r-- | main/gdk-pixbuf/APKBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/main/gdk-pixbuf/APKBUILD b/main/gdk-pixbuf/APKBUILD index ad29565cc4..b1aba0680c 100644 --- a/main/gdk-pixbuf/APKBUILD +++ b/main/gdk-pixbuf/APKBUILD @@ -2,7 +2,7 @@ # Contributor: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gdk-pixbuf -pkgver=2.42.0 +pkgver=2.42.2 pkgrel=0 pkgdesc="GTK+ image loading library" url="https://wiki.gnome.org/Projects/GdkPixbuf" @@ -18,6 +18,8 @@ source="https://download.gnome.org/sources/gdk-pixbuf/${pkgver%.*}/gdk-pixbuf-$p replaces="gtk+" # secfixes: +# 2.42.2-r0: +# - CVE-2020-29385 # 2.36.6-r1: # - CVE-2017-6311 # - CVE-2017-6312 @@ -57,4 +59,4 @@ dev() { default_dev } -sha512sums="c9962d42e5bf13514091234342e259be1e06b2c4dea2936e16104a3b58f0b6837f070224c04be9541d75f5ea34d1da398f178a1eed1f9059f6429faf5c223e34 gdk-pixbuf-2.42.0.tar.xz" +sha512sums="f341d032ea410efed7a35f8ca6a7389bf988f663dae16e774d114d6f11611e9e182c835e90d752b71c258c905cc5c4c785ea697feed5e6921a2a676c9deaa5f2 gdk-pixbuf-2.42.2.tar.xz" |