aboutsummaryrefslogtreecommitdiffstats
path: root/main/curl/APKBUILD
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2014-04-17 07:34:31 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-04-18 12:29:09 +0000
commitb40a99c8c0a04a119db0f5fad7fbe186981f054c (patch)
treea2f867bb3756c8899f125ac63e48f106b2fa43a2 /main/curl/APKBUILD
parentdc904137c8e3e8f68a9410dbc8bfac56b382b50d (diff)
downloadaports-b40a99c8c0a04a119db0f5fad7fbe186981f054c.tar.bz2
aports-b40a99c8c0a04a119db0f5fad7fbe186981f054c.tar.xz
main/curl: security fixes (CVE-2014-0138 CVE-2014-0139)
fixes #2817
Diffstat (limited to 'main/curl/APKBUILD')
-rw-r--r--main/curl/APKBUILD10
1 files changed, 8 insertions, 2 deletions
diff --git a/main/curl/APKBUILD b/main/curl/APKBUILD
index a95a38eb50..944ad76946 100644
--- a/main/curl/APKBUILD
+++ b/main/curl/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=curl
pkgver=7.25.0
-pkgrel=3
+pkgrel=4
pkgdesc="An URL retrival utility and library"
url="http://curl.haxx.se"
arch="all"
@@ -13,6 +13,9 @@ source="http://curl.haxx.se/download/curl-$pkgver.tar.bz2
CVE-2013-1944.patch
CVE-2013-4545.patch
CVE-2014-0015-7-27.patch
+ CVE-2014-0138.patch
+ 0001-OpenSSL-Made-cert-hostname-check-conform-to-RFC-6125.patch
+ CVE-2014-0139.patch
"
subpackages="$pkgname-doc $pkgname-dev"
@@ -46,4 +49,7 @@ package() {
md5sums="f0303d47d9d3e6e4f08c2863c6504823 curl-7.25.0.tar.bz2
89747e560198704ab25c21eade95cbd2 CVE-2013-1944.patch
8bc90390d1cd0d1b7b2cad513ed7e953 CVE-2013-4545.patch
-236ff7d867165b536049dc13f81c5315 CVE-2014-0015-7-27.patch"
+236ff7d867165b536049dc13f81c5315 CVE-2014-0015-7-27.patch
+e1a8857047a1a3c7346494c859389596 CVE-2014-0138.patch
+b93658b8be9c2e9684de44f92d003ebb 0001-OpenSSL-Made-cert-hostname-check-conform-to-RFC-6125.patch
+f35cf248edf107981ea5ff5acf7cbdd0 CVE-2014-0139.patch"