From 8d15414054edbac12753bac5da6407d74dd3685f Mon Sep 17 00:00:00 2001 From: Leonardo Arena Date: Thu, 31 Jan 2019 14:25:37 +0000 Subject: community/libraw: security upgrade to 0.19.2 CVE-2018-20363, CVE-2018-20364, CVE-2018-20365 Fixes #9896 --- community/libraw/APKBUILD | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/community/libraw/APKBUILD b/community/libraw/APKBUILD index 4bb20c85ea9..be3a5ea0216 100644 --- a/community/libraw/APKBUILD +++ b/community/libraw/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa pkgname=libraw -pkgver=0.19.1 +pkgver=0.19.2 pkgrel=0 pkgdesc="Library for reading RAW files obtained from digital photo cameras" url="https://www.libraw.org" @@ -13,6 +13,10 @@ source="https://www.libraw.org/data/LibRaw-$pkgver.tar.gz" builddir="$srcdir"/LibRaw-$pkgver # secfixes: +# 0.19.2-r0: +# - CVE-2018-20363 +# - CVE-2018-20364 +# - CVE-2018-20365 # 0.18.6-r0: # - CVE-2017-16910 # 0.18.5-r0: @@ -36,4 +40,4 @@ package() { rm -rf "$pkgdir"/usr/share/doc/ } -sha512sums="8d15361bf403fbf5e439456897a6d40ee756fcf3f510d2de033304c676583562149618ec40c665ac9db10eda411dbe02e0446d9c7611c5decc9baaebca98b77a LibRaw-0.19.1.tar.gz" +sha512sums="163b783f26887219d02694c6ca7cdc5571b15efe3922f7e3ca122a875568bd060c40a364451ea94af44c2ae48705bf96cbef196c7e935e42efe6ee316bb291fa LibRaw-0.19.2.tar.gz" -- cgit v1.2.3