diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-09-22 07:50:22 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-09-22 07:50:22 +0000 |
commit | a2a7a31a010a9d38fcb087f806a9da135b128988 (patch) | |
tree | 82d07ca544460bfbdb9857797deb7505f139d4d7 /main/dpkg | |
parent | 6c1ba3f93c7955f8a91814cef3e7ab49ebb68b2a (diff) | |
download | aports-a2a7a31a010a9d38fcb087f806a9da135b128988.tar.bz2 aports-a2a7a31a010a9d38fcb087f806a9da135b128988.tar.xz |
main/dpkg: rebuild against fixed bzip2 (CVE-2010-0405)
Diffstat (limited to 'main/dpkg')
-rw-r--r-- | main/dpkg/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/dpkg/APKBUILD b/main/dpkg/APKBUILD index 5672b96e4b..b4a9252aa2 100644 --- a/main/dpkg/APKBUILD +++ b/main/dpkg/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=dpkg pkgver=1.15.5.6 -pkgrel=1 +pkgrel=2 pkgdesc="The Debian Package Manager" url="http://packages.debian.org/dpkg" license="GPL" |