Port details |
- typo3-12 Typo3 content management system
- 12.4.21 www =2 12.4.20Version of this port present on the latest quarterly branch.
- Maintainer: freebsd-ports@charlieroot.de
- Port Added: 2022-12-05 12:03:05
- Last Update: 2024-10-18 00:32:34
- Commit Hash: d4903a3
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv2
- WWW:
- https://typo3.org/
- Description:
- This is the stable version with long-term support (LTS). We provide free
maintenance bug fixes until October 2024 and security updates until April 2026.
* Increased performance
* Improved backend usability
* Top-modern dependent libraries (CKEditor v5, Symfony v6, Doctrine v3)
* And many improvements for developers
System requirements
* PHP 8.1, 8.2, 8.3
* MariaDB 10.3+ / MySQL 8.0+ / PostgreSQL 10.0+ / SQLite 3.8.3+
* Modern Browsers
* Detailed list of requirements:
https://get.typo3.org/version/12#system-requirements
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- typo3-12${PHP_PKGNAMESUFFIX}>0:www/typo3-12
- To install the port:
- cd /usr/ports/www/typo3-12/ && make install clean
- To add the package, run one of these commands:
- pkg install www/typo3-12
- pkg install typo3-12-php82
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: typo3-12-php82
- Package flavors (<flavor>: <package>)
- php82: typo3-12-php82
- php81: typo3-12-php81
- php83: typo3-12-php83
- php84: typo3-12-php84
- distinfo:
- TIMESTAMP = 1728982340
SHA256 (typo3_src-12.4.21.tar.gz) = 0d0647cc36b653d6dc03a5da6962f69bddb42244ec7376293bda9baaa1bf3005
SIZE (typo3_src-12.4.21.tar.gz) = 26532893
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- php.h : lang/php82
- ctype.so : textproc/php82-ctype
- dom.so : textproc/php82-dom
- fileinfo.so : sysutils/php82-fileinfo
- filter.so : security/php82-filter
- gd.so : graphics/php82-gd
- intl.so : devel/php82-intl
- mbstring.so : converters/php82-mbstring
- pdo.so : databases/php82-pdo
- session.so : www/php82-session
- simplexml.so : textproc/php82-simplexml
- tokenizer.so : devel/php82-tokenizer
- xml.so : textproc/php82-xml
- zip.so : archivers/php82-zip
- zlib.so : archivers/php82-zlib
- mysqli.so : databases/php82-mysqli
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for typo3-12-php82-12.4.21:
CURL=off: Data transfer support via cURL
GMP=off: GMP (multiple precision arithmetic) support
IMAGICK=off: ImageMagick image processing support
MYSQL=on: Use MySQL as DBMS
POSTGRES=off: Use PostgreSQL as DBMS
SQLITE=off: Use SQLite as DBMS
X11=off: X11 (graphics) support
===> Use 'make config' to modify these settings
- Options name:
- www_typo3-12
- USES:
- cpe php:web,flavors shebangfix
- pkg-message:
- For install:
- 1) Add the following to your Apache configuration file
httpd.conf and restart the web server:
Alias /typo3 /usr/local//www/typo3-12/
AcceptPathInfo On
<Directory /usr/local//www/typo3-12/>
Options Indexes FollowSymLinks
AllowOverride all
Require all granted
</Directory>
2) Visit your TYPO3 site with a browser (i.e.
http://your.server.com/typo3/) to continue the
installation / upgrade process.
For more information, see the INSTALL DOCUMENTATION:
https://docs.typo3.org/typo3cms/GettingStartedTutorial/latest/Installation/Index.html
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
12.4.21 18 Oct 2024 00:32:34 |
Vladimir Druzenko (vvd) Author: Helmut Ritter |
www/typo3-12: Update 12.4.20 → 12.4.21 (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: 282102
MFH: 2024Q4 |
12.4.20 25 Sep 2024 06:29:14 |
Robert Clausecker (fuz) Author: Helmut Ritter |
www/typo3-12: update to 12.4.20
Changelog: https://get.typo3.org/release-notes/12.4.20
PR: 281457
Event: EuroBSDcon 2024 |
12.4.19 19 Aug 2024 00:08:18 |
Vladimir Druzenko (vvd) Author: Helmut Ritter |
www/typo3-12: Update 12.4.17 → 12.4.19
Both versions are a maintenance releases and contains bug fixes only.
For details about the releases, please see:
https://get.typo3.org/release-notes/12.4.18
https://typo3.org/article/typo3-12418-and-11539-maintenance-releases-published
https://get.typo3.org/release-notes/12.4.19
https://typo3.org/article/typo3-12419-maintenance-release-published
PR: 280903 |
12.4.17 14 Jul 2024 12:01:05 |
Zsolt Udvari (uzsolt) Author: Helmut Ritter |
www/typo3-12: update to 12.4.17
Add X11 to OPTIONS_DEFINE.
Remove useless MBSTRING_DESC.
Fix line width in pkg-descr.
Pet portclippy, portfmt.
Changelog: https://get.typo3.org/release-notes/12.4.17
PR: 280225
Approved by: submitter is maintainer |
12.4.16 12 Jun 2024 16:41:33 |
Neel Chauhan (nc) Author: Helmut Ritter |
www/typo3-12: Update to 12.4.16
Changes: https://get.typo3.org/release-notes/12.4.16
PR: 279696
Approved by: submitter is maintainer |
12.4.15 17 May 2024 01:33:47 |
Wen Heping (wen) |
www/typo3-12: Update to 12.4.15
Update DESCR
PR: 279020
Reported by: maintainer |
12.4.11 16 Mar 2024 08:25:14 |
Rodrigo Osorio (rodrigo) |
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 |
12.4.10 17 Jan 2024 21:05:47 |
Florian Smeets (flo) Author: Helmut Ritter |
www/typo3-12: Update to 12.4.10
ChangeLog: https://get.typo3.org/release-notes/12.4.10
PR: 276378
MFH: 2024Q1 |
12.4.9 31 Dec 2023 00:06:40 |
Muhammad Moinur Rahman (bofh) |
lang/php80: Sunset |
12.4.9 31 Dec 2023 00:06:36 |
Muhammad Moinur Rahman (bofh) |
databases/mysql57-*: Remove expired port |
12.4.9 14 Dec 2023 12:01:39 |
Fernando Apesteguía (fernape) Author: Helmut Ritter |
www/typo3-12: Update to 12.4.9
ChangeLog: https://get.typo3.org/release-notes/12.4.9
PR: 275723
Reported by: freebsd-ports@charlieroot.de (maintainer)
MFH: 2023Q4 (bugfix release) |
12.4.8 15 Nov 2023 14:51:20 |
Fernando Apesteguía (fernape) Author: Helmut Ritter |
www/typo3-12: Update to 12.4.8
ChangeLog:
https://typo3.org/article/typo3-1248-and-11533-security-releases-published
Fixes three security issues:
* CVE-2023-47125
* Base Score: 4.7 MEDIUM
* Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:L/I:L/A:N
* CVE-2023-47126
* Base Score: 3.7 LOW
* Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N
* CVE-2023-47127
* Base Score: 4.2 MEDIUM
* Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N
PR: 275074
Reported by: freebsd-ports@charlieroot.de (maintainer)
MFH: 2023Q4 (Security fixes)
Security: CVE-2023-47125 CVE-2023-47126 CVE-2023-47127 |
12.4.7 12 Nov 2023 19:23:01 |
Muhammad Moinur Rahman (bofh) |
*/*: Cleanup php NOOP codes
There are some php modules which are by default installed and/or
statically linked in the default PHP installations and has no effect if
mentioned through USE_PHP. Remove those codes.
Also add comment for these cases like which extensions are required for
future references.
Approved by: portmgr (blanket) |
12.4.7 16 Oct 2023 06:23:54 |
Fernando Apesteguía (fernape) Author: Helmut Ritter |
www/typo3-12: Update to 12.4.7
ChangeLog: https://get.typo3.org/release-notes/12.4.7
Reported by: freebsd-ports@charlieroot.de (maintainer) |
12.4.6 09 Oct 2023 07:40:30 |
Robert Clausecker (fuz) Author: Helmut Ritter |
www/typo3-12: update to 12.4.6
- enable for PHP 8.2. Upstream is not clear on whether 8.3 is
supported yet.
Changelog:
https://typo3.org/article/typo3-1246-and-11531-maintenance-releases-published |
12.4.5 15 Aug 2023 12:00:08 |
Fernando Apesteguía (fernape) Author: Helmut Ritter |
www/typo3-12: Update to 12.4.5
ChangeLog: https://get.typo3.org/release-notes/12.4.5
PR: 273129
Reported by: freebsd-ports@charlieroot.de (maintainer)
MFH: 2023Q3 (bugfix release) |
12.4.3 20 Jul 2023 09:50:56 |
Fernando Apesteguía (fernape) Author: Helmut Ritter |
www/typo3-12: Update to 12.4.3
ChangeLog: https://get.typo3.org/release-notes/12.4.3
PR: 272597
Reported by: freebsd-ports@charlieroot.de |
12.4.2 30 Jun 2023 04:02:04 |
Muhammad Moinur Rahman (bofh) |
*/*: Cleanup pointers to EOL mariadb102
Although mariadb102 is EOL there were some pointers to this version, so
cleanup the necessaries.
Approved by: portmgr (blanket) |
12.4.2 30 Jun 2023 03:29:51 |
Muhammad Moinur Rahman (bofh) |
*/*: Cleanup pointers to EOL mariadb101
Although mariadb101 is EOL there were some pointers to this version, so
cleanup the necessaries.
Approved by: portmgr (blanket) |
12.4.2 30 Jun 2023 01:40:48 |
Muhammad Moinur Rahman (bofh) |
databases/mysql56-*: Sunset
2023-06-30 databases/mysql56-*: Upstream support ended in February 2021
Approved by: portmgr (blanket) |
12.4.2 14 Jun 2023 11:59:56 |
Fernando Apesteguía (fernape) Author: Helmut Ritter |
www/typo3-12: Update to 12.4.2
ChangeLog: https://get.typo3.org/release-notes/12.4.2
PR: 271978
Reported by: freebsd-ports@charlieroot.de (maintainer) |
12.4.1 10 Jun 2023 14:57:35 |
Muhammad Moinur Rahman (bofh) |
*/*: Mark IGNORE_WITH_PHP for 8.3.X
Approved by: portmgr (blanket)
Sponsored by: Bounce Experts |
12.4.1 01 Jun 2023 11:16:46 |
Matthew Seaman (matthew) |
www/typo3-12: update to 12.4.1
Changes: https://get.typo3.org/release-notes/12.4.1
PR: 271347
Approved by: Helmut Ritter (maintainer)
MFH: 2023Q3 |
12.4.0_1 05 May 2023 11:12:58 |
Fernando Apesteguía (fernape) Author: Helmut Ritter |
www/typo3-12: Update to 12.4.0
ChangeLog: https://get.typo3.org/release-notes/12.4.0
PR: 271202
Reported by: freebsd-ports@charlieroot.de (maintainer) |
12.3.0_1 30 Apr 2023 11:10:42 |
Felix Palmen (zirias) |
Mk/Uses/magick.mk: Bump all consumers
Bump all consumers of ImageMagick ports after flavorizing them.
Approved by: tcberner (mentor, implicit) |
12.3.0 16 Apr 2023 18:09:23 |
Muhammad Moinur Rahman (bofh) |
*/*: Remove merged or non-existent USE_PHP directives
- Remove USE_PHP=hash which is available in default php installation of
all versions of php
* security/pear-Horde_Crypt_Blowfish: Remove OPTION MHASH
- Remove USE_PHP=json which is available in default php installation of
all versions of php
* devel/pear-PHPTAL: Remove OPTION JSON
* www/ilias: Remove OPTION SCORM2004
- Remove USE_PHP=mssql which is no longer available in php from php80
and later and has been replaced with sqlsrv module which is Windows
only
* www/codeigniter: Remove OPTION MSSQL
* www/moodle311: Remove OPTION MSSQL
* www/moodle39: Remove OPTION MSSQL (Only the first 15 lines of the commit message are shown above ) |
12.3.0 31 Mar 2023 13:49:51 |
Muhammad Moinur Rahman (bofh) |
www/typo3-1*: Remove refence to mysql55 |
12.3.0 30 Mar 2023 19:02:29 |
Florian Smeets (flo) Author: Helmut Ritter |
www/typo3-12: Update to 12.3.0
TYPO3 v12.3 ships with new features for editors, improvements for site
admins and integrators as well as developers.
For details about the release, please see:
https://typo3.org/article/typo3-v123-freeze
PR: 270519
Changes: https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/12.3/Index.html |
12.2.0 12 Feb 2023 11:37:35 |
Wen Heping (wen) |
www/typo3-12: Update to 12.2.0
PR: 269476
Reported by: freebsd-ports@charlieroot.de(maintainer) |
12.1.3 25 Dec 2022 19:45:09 |
Muhammad Moinur Rahman (bofh) |
*/*php*: Final cleanup for php74
Approved by: portmgr (blanket infrastructure)
Sponsored by: Bounce Experts |
12.1.3 19 Dec 2022 12:57:22 |
Wen Heping (wen) |
www/typo3-12: Update to 12.1.3
PR: 268461
Reported by: freebsd-ports@charlieroot.de(maintainer) |
12.1.2 17 Dec 2022 10:13:53 |
Wen Heping (wen) |
www/typo3-12: Update to 12.1.2(security update)
Update DESCR
PR: 268356
Reported by: freebsd-ports@charlieroot.de(maintainer) |
12.0.0 05 Dec 2022 11:58:37 |
Wen Heping (wen) |
www/typo3-12: New port, copied from www/typo3-11
The latest version with Long Term Support (LTS). It will have full support until
31 October 2024 and security bugfixes until 30 April 2026.
* Unified editor experience
* Advanced filelist module
* Sharable Deep Links in the TYPO3 Backend
* Improved collaboration and Workflow features
* Flexible and Secure Multi-factor Authentication
* And a lot of Improvements for Developers
PR: 268127
Reported by: wen@
Approved by: maintainer |