Date: Fri, 18 Oct 2024 00:58:40 GMT From: Vladimir Druzenko <vvd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: a96ccadf7d6f - 2024Q4 - www/typo3-11: Update 11.5.39 =?utf-8?Q?=E2=86=92?= 11.5.40 (fix several CVEs and CWEs) Message-ID: <202410180058.49I0we4g087571@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2024Q4 has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=a96ccadf7d6f3c19082896bea79d16ca987e2624 commit a96ccadf7d6f3c19082896bea79d16ca987e2624 Author: Helmut Ritter <freebsd-ports@charlieroot.de> AuthorDate: 2024-10-18 00:23:55 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-10-18 00:56:56 +0000 www/typo3-11: Update 11.5.39 → 11.5.40 (fix several CVEs and CWEs) All versions are security releases and contain important security fixes - read the corresponding security advisories here: https://typo3.org/security/advisory/typo3-core-sa-2024-011 https://typo3.org/security/advisory/typo3-core-sa-2024-012 For details about the releases, please see: https://typo3.org/article/typo3-1331-12421-and-11540-security-releases-published Replace PORTVERSION with DISTVERSION. PR: 282101 MFH: 2024Q4 (cherry picked from commit 276597a00951ef7ec6c53f2afe42e70823e7d4bd) --- www/typo3-11/Makefile | 8 ++++---- www/typo3-11/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/www/typo3-11/Makefile b/www/typo3-11/Makefile index 4bd1b440aa4f..704ef7f831cc 100644 --- a/www/typo3-11/Makefile +++ b/www/typo3-11/Makefile @@ -1,7 +1,7 @@ PORTNAME= typo3 -PORTVERSION= ${PORT_V_MAJOR}.${PORT_V_MINOR}.${PORT_V_PATCH} +DISTVERSION= ${PORT_V_MAJOR}.${PORT_V_MINOR}.${PORT_V_PATCH} CATEGORIES= www -MASTER_SITES= https://typo3.azureedge.net/typo3/${PORTVERSION}/ +MASTER_SITES= https://typo3.azureedge.net/typo3/${DISTVERSION}/ PKGNAMESUFFIX= -${PORT_V_MAJOR}${PHP_PKGNAMESUFFIX} DISTNAME= ${TYPO3SRC} @@ -28,10 +28,10 @@ SUB_LIST+= PREFIX=${PREFIX} \ PORT_V_MAJOR= 11 PORT_V_MINOR= 5 -PORT_V_PATCH= 39 +PORT_V_PATCH= 40 TYPO3WWW= www -TYPO3SRC= ${PORTNAME}_src-${PORTVERSION} +TYPO3SRC= ${PORTNAME}_src-${DISTVERSION} TYPO3DIR= ${PORTNAME}-${PORT_V_MAJOR} USERS= ${WWWOWN} diff --git a/www/typo3-11/distinfo b/www/typo3-11/distinfo index 442c5e096955..31ed25069301 100644 --- a/www/typo3-11/distinfo +++ b/www/typo3-11/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1723976808 -SHA256 (typo3_src-11.5.39.tar.gz) = e7e79dc60e18cc2eba733a1d802e3114d080501058849a42bea01a499aa8ffd5 -SIZE (typo3_src-11.5.39.tar.gz) = 29039854 +TIMESTAMP = 1728981782 +SHA256 (typo3_src-11.5.40.tar.gz) = 8d3ae67b67d76a638280fb5c04cfd927586a88d112c2936705e1d9173ea2150c +SIZE (typo3_src-11.5.40.tar.gz) = 29202973
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410180058.49I0we4g087571>