diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-09-22 07:50:22 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-09-22 08:56:45 +0000 |
commit | 0c5e9c95e508e4e69c1aed6ee753380a0b8824a3 (patch) | |
tree | 4fd6a2e84fb228c35e09dd9e513abbde558d6b20 /main | |
parent | 3fecb419994eaebdbeb6d88e97df14817f4d23e2 (diff) | |
download | aports-0c5e9c95e508e4e69c1aed6ee753380a0b8824a3.tar.gz aports-0c5e9c95e508e4e69c1aed6ee753380a0b8824a3.tar.bz2 aports-0c5e9c95e508e4e69c1aed6ee753380a0b8824a3.tar.xz |
main/dpkg: rebuild against fixed bzip2 (CVE-2010-0405)
(cherry picked from commit a2a7a31a010a9d38fcb087f806a9da135b128988)
Diffstat (limited to 'main')
-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" |