From 9299321188c76c3510277fc1a49a8be2b27f22f5 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 10 Jan 2012 13:18:43 +0000 Subject: main/unbound: security fix (CVE-2011-4528) http://www.unbound.net/downloads/CVE-2011-4528.txt fixes #904 --- main/unbound/APKBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'main') diff --git a/main/unbound/APKBUILD b/main/unbound/APKBUILD index 26af1d8c0..47efd5ae4 100644 --- a/main/unbound/APKBUILD +++ b/main/unbound/APKBUILD @@ -1,8 +1,9 @@ # Contributor: Carlo Landmeter # Maintainer: Natanael Copa pkgname=unbound -pkgver=1.4.13 -pkgrel=3 +pkgver=1.4.13_p2 +_ver=${pkgver/_/} +pkgrel=0 pkgdesc="Unbound is a validating, recursive, and caching DNS resolver" pkgusers="unbound" pkggroups="unbound" @@ -14,13 +15,13 @@ depends_dev="openssl-dev expat-dev ldns-dev libevent-dev" makedepends="$depends_dev python-dev swig" install="$pkgname.pre-install" subpackages="$pkgname-dev $pkgname-doc $pkgname-libs py-unbound:py" -source="http://unbound.net/downloads/unbound-$pkgver.tar.gz +source="http://unbound.net/downloads/unbound-$_ver.tar.gz conf.patch update-unbound-root-hints root.hints unbound.initd" -_builddir="$srcdir"/unbound-$pkgver +_builddir="$srcdir"/unbound-$_ver prepare() { local i cd "$_builddir" @@ -82,7 +83,7 @@ py() { mv "$pkgdir"/usr/lib/python* "$subpkgdir"/usr/lib/ } -md5sums="7e3b27dee2b97640dd2e1783253317ab unbound-1.4.13.tar.gz +md5sums="a77ad5e407946711f8e5a70dd7f081a5 unbound-1.4.13p2.tar.gz 32fe2914a2723142d3eae9ea556872d3 conf.patch c1c71cd0e7f9630536a2abf2513c675d update-unbound-root-hints d7a1cb305b7b5b72df4e574777f76723 root.hints -- cgit v1.2.3