diff options
author | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2024-03-16 00:01:29 +0100 |
---|---|---|
committer | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2024-03-16 09:25:14 +0100 |
commit | 26ba94939b1a6c4e50c596fca81a498c62441b18 (patch) | |
tree | 6be31d9b2f7017b6f3a3b08514194b327256f8a3 | |
parent | d268f9cd5d658c42bd0f4f20b776cdc5ad062bb5 (diff) | |
download | freebsd-ports-26ba94939b1a6c4e50c596fca81a498c62441b18.zip |
www/typo3-12: update to 12.4.11
Changelog: https://get.typo3.org/release-notes/12.4.11
PR: 277116
Reported by: Helmut Ritter <freebsd-ports@charlieroot.de> (maintainer)
Security: CVE-2023-30451
Security: CVE-2024-22188
Security: CVE-2024-25118
Security: CVE-2024-25119
Security: CVE-2024-25120
Security: CVE-2024-25121
-rw-r--r-- | www/typo3-12/Makefile | 17 | ||||
-rw-r--r-- | www/typo3-12/distinfo | 6 |
2 files changed, 11 insertions, 12 deletions
diff --git a/www/typo3-12/Makefile b/www/typo3-12/Makefile index cfc328e232a2..c23421770fcf 100644 --- a/www/typo3-12/Makefile +++ b/www/typo3-12/Makefile @@ -16,28 +16,27 @@ IGNORE_WITH_PHP= 83 USES= cpe php:web,flavors shebangfix # php openssl extension is required but it's statically linked in default php -USE_PHP= ctype dom fileinfo filter gd intl \ - mbstring pdo session simplexml \ - tokenizer xml zip zlib +USE_PHP= ctype dom fileinfo filter gd intl mbstring pdo session \ + simplexml tokenizer xml zip zlib WRKSRC= ${WRKDIR}/${PORTNAME}_src-${PORTVERSION} -SHEBANG_GLOB= *.sh *.php +SHEBANG_GLOB= *.php *.sh NO_ARCH= yes NO_BUILD= yes PORTSCOUT= limit:^${PORT_V_MAJOR}\.${PORT_V_MINOR}\. SUB_FILES= pkg-message SUB_LIST+= PREFIX=${PREFIX} \ - TYPO3WWW=${TYPO3WWW} \ - TYPO3DIR=${TYPO3DIR} + TYPO3DIR=${TYPO3DIR} \ + TYPO3WWW=${TYPO3WWW} PORT_V_MAJOR= 12 PORT_V_MINOR= 4 -PORT_V_PATCH= 10 +PORT_V_PATCH= 11 TYPO3DIR= www/${PORTNAME}-${PORT_V_MAJOR} -OPTIONS_DEFINE= CURL GMP IMAGICK MYSQL POSTGRES SQLITE -OPTIONS_DEFAULT=MYSQL +OPTIONS_DEFINE= CURL GMP IMAGICK MYSQL POSTGRES SQLITE +OPTIONS_DEFAULT= MYSQL IMAGICK_DESC= ${IMAGEMAGICK_DESC} MBSTRING_DESC= ${MULTIBYTE_DESC} diff --git a/www/typo3-12/distinfo b/www/typo3-12/distinfo index 92e2eb9671ea..49bb1df05dfd 100644 --- a/www/typo3-12/distinfo +++ b/www/typo3-12/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1705418967 -SHA256 (typo3_src-12.4.10.tar.gz) = a93fa7bf3f214448be91cfcdb67ba4359646a7faa5c6cf7c0c1d896267b74456 -SIZE (typo3_src-12.4.10.tar.gz) = 25865266 +TIMESTAMP = 1708195397 +SHA256 (typo3_src-12.4.11.tar.gz) = a93bb3e8ceae5f00c77f985438dd948d2a33426ccfd7c2e0e5706325c43533a3 +SIZE (typo3_src-12.4.11.tar.gz) = 25896306 |