diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2022-06-07 12:38:03 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2022-06-19 09:21:07 +0000 |
commit | 455e2b036ddbbee8a84c70d51a7e8a34f3e0ec41 (patch) | |
tree | ec9bf880607e03f3d719b1c45a84c74eeb8550db | |
parent | db283c306304a61abbea65249f40fb06c1393232 (diff) |
mail/horde-turba: upgrade Turba to 4.2.29 and fix a vulnerability
Fix remote code execution by an unserialization attack (CVE-2022-30287)
Changelog at <https://github.com/horde/turba/blob/v4.2.29/docs/CHANGES>.
Security: CVE-2022-30287
PR: 264523
Approved by: horde (maintainer) and ports-secteam time-out
-rw-r--r-- | mail/horde-turba/Makefile | 2 | ||||
-rw-r--r-- | mail/horde-turba/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/horde-turba/Makefile b/mail/horde-turba/Makefile index 6b600db6d472..bea3c6d01396 100644 --- a/mail/horde-turba/Makefile +++ b/mail/horde-turba/Makefile @@ -1,5 +1,5 @@ PORTNAME= turba -PORTVERSION= 4.2.25 +PORTVERSION= 4.2.29 CATEGORIES= mail www pear PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX}horde- diff --git a/mail/horde-turba/distinfo b/mail/horde-turba/distinfo index a0eee0f75bf6..fb8dc14cf532 100644 --- a/mail/horde-turba/distinfo +++ b/mail/horde-turba/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1559196860 -SHA256 (Horde/turba-4.2.25.tgz) = 5e8485f400a51458d136be5cfcc2a736735aaec551a4200f38d2d94114ae13ef -SIZE (Horde/turba-4.2.25.tgz) = 2002750 +TIMESTAMP = 1655629235 +SHA256 (Horde/turba-4.2.29.tgz) = 1231b1e19529c1ac0d73143724376bd6fd338d61bea29caf803ebe7e6e8a565a +SIZE (Horde/turba-4.2.29.tgz) = 2004290 |