diff options
author | Timo Teräs <timo.teras@iki.fi> | 2012-10-26 08:16:33 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2012-10-26 08:16:33 +0300 |
commit | 3327959a4eb2048b45441d55ab84450d4e0b704b (patch) | |
tree | d0b3b137573448287f42cd07c8a5a9f56a51846e /main/rt4 | |
parent | 72f1d6de2cdbf78b461e0b3fdf8ee924bd4534e7 (diff) | |
download | aports-3327959a4eb2048b45441d55ab84450d4e0b704b.tar.bz2 aports-3327959a4eb2048b45441d55ab84450d4e0b704b.tar.xz |
main/rt4: bugfix and security upgrade to 4.0.8
Resolves CVE-2012-4730, CVE-2012-4731, CVE-2012-4732, CVE-2012-4734,
CVE-2012-4735, and CVE-2012-4884.
Diffstat (limited to 'main/rt4')
-rw-r--r-- | main/rt4/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/rt4/APKBUILD b/main/rt4/APKBUILD index fef17fe27f..b834f29064 100644 --- a/main/rt4/APKBUILD +++ b/main/rt4/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=rt4 -pkgver=4.0.7 +pkgver=4.0.8 pkgrel=0 pkgdesc="Request Tracker - issue and bug tracker" pkgusers="rt4" @@ -139,5 +139,5 @@ package() { } -md5sums="9536589c5403f1c18c1545a432d541d3 rt-4.0.7.tar.gz +md5sums="8f264b2075568084cc7b7cbebaee0006 rt-4.0.8.tar.gz 8efa0bcee373ee111ac08c53bac8354d 0001-email-allow-envelope-from-overriding-from-templates.patch" |