aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/libraw/APKBUILD10
1 files changed, 7 insertions, 3 deletions
diff --git a/main/libraw/APKBUILD b/main/libraw/APKBUILD
index 42f496bf69..bbf5e13047 100644
--- a/main/libraw/APKBUILD
+++ b/main/libraw/APKBUILD
@@ -1,6 +1,6 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libraw
-pkgver=0.18.2
+pkgver=0.18.5
pkgrel=0
pkgdesc="Library for reading RAW files obtained from digital photo cameras"
url="http://www.libraw.org/"
@@ -10,9 +10,13 @@ depends=""
makedepends=""
subpackages="$pkgname-dev $pkgname-doc"
source="http://www.libraw.org/data/LibRaw-$pkgver.tar.gz"
-
builddir="$srcdir"/LibRaw-$pkgver
+# secfixes:
+# 0.18.5-r0:
+# - CVE-2017-13735
+# - CVE-2017-14265
+
build() {
cd "$builddir"
#export CXXFLAGS="$CXXFLAGS -std=gnu++98"
@@ -31,4 +35,4 @@ package() {
}
-sha512sums="87d3e5a0ecf7fc7c35a32f3963d108553b2d21a89aa75e4f2d9fab939aa14aa267ccf2a29e75e12d613c39798eb222b55da80371e699e913a58a7ae0fd47a2bc LibRaw-0.18.2.tar.gz"
+sha512sums="751a1c54507b7408d0d36c3f1fb0e31928f5ae540fae42eb2b57d8fcebcd44134dc452a4f3838dd31dbc8fb3978a6cac6129429a3350f8be5dc44146309aff81 LibRaw-0.18.5.tar.gz"