aboutsummaryrefslogtreecommitdiffstats
path: root/main/curl/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-04-12 13:12:09 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-04-12 13:20:37 +0000
commit2fbed140ab34226826cb7dc379e90c1031a445b2 (patch)
treec59913397fcda24c9b1a22957bda7907094cc5d7 /main/curl/APKBUILD
parentb2343efd22068339ff40fa6f2843c0dc091b1a99 (diff)
downloadaports-2fbed140ab34226826cb7dc379e90c1031a445b2.tar.bz2
aports-2fbed140ab34226826cb7dc379e90c1031a445b2.tar.xz
main/curl: security fix (CVE-2013-1944)
fixes #1781
Diffstat (limited to 'main/curl/APKBUILD')
-rw-r--r--main/curl/APKBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/main/curl/APKBUILD b/main/curl/APKBUILD
index a45b28e6c3..2f20fa098f 100644
--- a/main/curl/APKBUILD
+++ b/main/curl/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=curl
pkgver=7.24.0
-pkgrel=0
+pkgrel=1
pkgdesc="An URL retrival utility and library"
url="http://curl.haxx.se"
arch="all"
@@ -9,7 +9,8 @@ license="MIT"
depends=
depends_dev="zlib-dev openssl-dev"
makedepends="$depends_dev"
-source="http://curl.haxx.se/download/curl-$pkgver.tar.bz2"
+source="http://curl.haxx.se/download/curl-$pkgver.tar.bz2
+ CVE-2013-1944.patch"
subpackages="$pkgname-doc $pkgname-dev"
_builddir="$srcdir/$pkgname-$pkgver"
@@ -39,4 +40,5 @@ package() {
touch "$pkgdir"/usr/include/curl/types.h
}
-md5sums="f912221d75eb8d8fe08900eaf011b023 curl-7.24.0.tar.bz2"
+md5sums="f912221d75eb8d8fe08900eaf011b023 curl-7.24.0.tar.bz2
+89747e560198704ab25c21eade95cbd2 CVE-2013-1944.patch"