diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-09-22 07:49:59 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-09-22 07:49:59 +0000 |
commit | 6c1ba3f93c7955f8a91814cef3e7ab49ebb68b2a (patch) | |
tree | 5fc7ddff3ee771022bfa0395769b9e1b3e4f888b /main/dovecot/APKBUILD | |
parent | 69359729649b58c774626ffe0a17524cbe59a062 (diff) | |
download | aports-6c1ba3f93c7955f8a91814cef3e7ab49ebb68b2a.tar.bz2 aports-6c1ba3f93c7955f8a91814cef3e7ab49ebb68b2a.tar.xz |
main/dovecot: rebuild against fixed bzip2 (CVE-2010-0405)
Diffstat (limited to 'main/dovecot/APKBUILD')
-rw-r--r-- | main/dovecot/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/dovecot/APKBUILD b/main/dovecot/APKBUILD index 0646b648a..4ee074a15 100644 --- a/main/dovecot/APKBUILD +++ b/main/dovecot/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=dovecot pkgver=2.0.2 -pkgrel=0 +pkgrel=1 pkgdesc="IMAP and POP3 server" url="http://www.dovecot.org/" license="LGPL-2.1" |