Port details |
- typo3-9 Typo3 content management system
- 9.5.31 www
=1 9.5.31Version of this port present on the latest quarterly branch.
- DEPRECATED: Mainstream support ended 2021-09-30
This port expired on: 2022-03-31
- Maintainer: freebsd-ports@charlieroot.de
- Port Added: 2018-11-08 10:31:20
- Last Update: 2022-03-31 20:31:14
- Commit Hash: 97cf09b
- People watching this port, also watch:: rundeck, rubygem-fluent-plugin-file-alternative
- License: GPLv2
- WWW:
- https://typo3.org/
- Description:
- TYPO3 is a free Open Source content management system for enterprise purposes
on the web and in intranets. It offers full flexibility and extendability while
featuring an accomplished set of ready-made interfaces, functions and modules.
The old version with Long Term Support (LTS). It will receive security bugfixes
until September 2021.
* Native URL Routing
* SEO out of the box
* Easier and faster site building
System requirements
* PHP 7.2 or later
* MySQL 5.5+ / MariaDB / Postgres / SQLite support
* Internet Explorer 11 and later
Supported Until
Free: 2021-09-30
ELTS: 2024-09-30
WWW: https://typo3.org/
- ¦ ¦ ¦ ¦
- 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-9${PHP_PKGNAMESUFFIX}>0:www/typo3-9
- No installation instructions:
- This port has been deleted.
- PKGNAME: typo3-9-php80
- Package flavors (<flavor>: <package>)
- php80: typo3-9-php80
- php74: typo3-9-php74
- php81: typo3-9-php81
- distinfo:
- TIMESTAMP = 1633389780
SHA256 (typo3_src-9.5.31.tar.gz) = 5abef769c4bb89a4b5b8d5ba87028ea1e9f75874dc625c39bd0a4cef6b68caaa
SIZE (typo3_src-9.5.31.tar.gz) = 29805215
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/php80
- ctype.so : textproc/php80-ctype
- dom.so : textproc/php80-dom
- fileinfo.so : sysutils/php80-fileinfo
- filter.so : security/php80-filter
- intl.so : devel/php80-intl
- session.so : www/php80-session
- simplexml.so : textproc/php80-simplexml
- tokenizer.so : devel/php80-tokenizer
- xml.so : textproc/php80-xml
- zip.so : archivers/php80-zip
- mysqli.so : databases/php80-mysqli
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for typo3-9-php80-9.5.31:
CURL=off: Data transfer support via cURL
GD=off: GDlib/freetype support
GMP=off: GMP (multiple precision arithmetic) support
IMAGICK=off: ImageMagick image processing support
MBSTRING=off: Multibyte character encoding support
MYSQL=on: Use MySQL as DBMS
POSTGRES=off: Use PostgreSQL as DBMS
SQLITE=off: Use SQLiet as DBMS
SQLSRV=off: Use MSSQL as DBMS
ZLIB=off: zlib compression support
===> Use 'make config' to modify these settings
- Options name:
- www_typo3-9
- 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-9/
AcceptPathInfo On
<Directory /usr/local/www/typo3-9/>
Options Indexes FollowSymLinks
AllowOverride None
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 |
9.5.31 31 Mar 2022 20:31:14 |
Rene Ladan (rene) |
cleanup: Remove expired ports:
2022-03-31 security/revealrk: Deprecate, marked BROKEN on 12+ in 2018
2022-03-31 devel/apache-commons-modeler: Abandoned upstream, last release in
2013
2022-03-31 security/afl: Abandoned upstream, no new release since 2017. Please
consider using security/afl++ instead
2022-03-31 www/mod_line_edit: Abandoned upstream, last release in 2006, Apache
includes mod_sed
2022-03-31 www/myfaces: Unsupported by upstream, released in 2005
2022-03-31 www/mod_backtrace: Abandoned upstream in 2012 (version 2.0)
2022-03-31 security/base: Broken with PHP 7+, forked here
https://github.com/NathanGibbs3/BASE/
2022-03-31 security/find-zlib: Deprecated, no longer relevant
2022-03-31 security/razorback-clamavNugget: Abandonware, last release in 2012
and listed as alpha quality by upstream
2022-03-31 security/shimmer: Abandonware, last release in 2008
2022-03-31 security/kripp: Abandonware, upstream returns 404 and last release
was back in 2007
2022-03-31 security/ipfilter2dshield: Abandonware, no word of it on upstream web
site
2022-03-31 security/sha: Obsolete, we have tools in base (Only the first 15 lines of the commit message are shown above ) |
9.5.31 14 Feb 2022 19:05:44 |
Florian Smeets (flo) Author: Helmut Ritter |
www/typo3-9: Set expiration date in 6 weeks
Mainstream support ended in September 2021 meaning you only get fixes
with a support contract, so the this port will not see any future
updates. Give people a warning and 6 weeks to migrate to www/typo3-10
or www/typo3-11.
PR: 261843 |
9.5.31 14 Dec 2021 13:02:26 |
Tobias Kortkamp (tobik) |
*: Clean up some things
- Fix typos
- Remove unreferenced variables
- Sort categories
- Clean up commented PORTREVISION
- Fix broken syntax
Reported by: portscan |
9.5.31 11 Dec 2021 13:50:53 |
Tobias C. Berner (tcberner) |
framework: Add new USES 'magick' for graphics/ImageMagick*
A new USES has been added to depend on ImageMagick.
USES=magick
adds a LIB_DEPENDS on graphics/ImageMagick${IMAGEMAGICK_DEFAULT}.
If a specific version is required, use for example
USES=magick:6 resp. USES=magick:7
If only a build, run or test is required, use for example
USES=magick:build resp. USES=magick:6,build,test (Only the first 15 lines of the commit message are shown above ) |
9.5.31 05 Oct 2021 00:14:26 |
Wen Heping (wen) |
www/typo3-9: Update to 9.5.31
Mark DEPRECATE
PR: 258842
Reported by: freebsd-ports@charlieroot.de(maintainer) |
9.5.27 12 May 2021 08:28:13 |
Nuno Teixeira (eduardo) |
www/typo3-9: Update to 9.5.27
ChangeLog: https://get.typo3.org/release-notes/9.5.27
PR: 255784
Reported by: Helmut Ritter <freebsd-ports@charlieroot.de> (maintainer)
Approved by: dbaio, garga (mentors, implicit) |
9.5.23 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
9.5.23 18 Nov 2020 18:04:37 |
pi |
www/typo3-9: upgrade 9.5.21 -> 9.5.23
- Fixes three XSS vulnerabilities detected in Fluid Engine
PR: 251213
Submitted by: Helmut Ritter <freebsd-ports@charlieroot.de> (maintainer)
MFH: 2020Q4
Relnotes: https://typo3.org/article/typo3-10410-and-9523-security-releases-published
Security: TYPO3-CORE-SA-2020-009, TYPO3-CORE-SA-2020-010,
TYPO3-CORE-SA-2020-011, TYPO3-CORE-SA-2020-012 |
9.5.21 15 Sep 2020 06:23:52 |
lwhsu |
www/typo3-9: Update to 9.5.21
These versions are maintenance releases and contain bug fixes only.
For details about the releases, please see:
https://get.typo3.org/release-notes/9.5.21
PR: 249314
Submitted by: Helmut Ritter <freebsd-ports@charlieroot.de> (maintainer)
MFC after: 2 weeks
MFH: 2020Q3 |
9.5.20 04 Aug 2020 09:43:24 |
joneum |
Update to 9.5.20
Changelogs:
- https://typo3.org/article/typo3-1046-and-9520-security-releases-published
- https://typo3.org/security/advisory/typo3-core-sa-2020-007
- https://typo3.org/security/advisory/typo3-core-sa-2020-008
PR: 248430
Reported by: Helmut Ritter <freebsd-ports@charlieroot.de> (maintainer)
MFH: 2020Q3
Security: eab964f8-d632-11ea-9172-4c72b94353b5
Sponsored by: Netzkommune GmbH |
9.5.19 27 Jun 2020 08:27:10 |
pi |
www/typo3-9: update 9.5.18 -> 9.5.19
PR: 247254
Submitted by: Helmut Ritter <freebsd-ports@charlieroot.de> (maintainer)
Relnotes: https://get.typo3.org/release-notes/9.5.19
https://typo3.org/article/typo3-1044-and-9519-maintenance-releases-published |
9.5.18 28 May 2020 07:49:23 |
joneum |
Update to 9.5.18
Changelog:
- https://typo3.org/article/typo3-1043-and-9518-maintenance-releases-published
- https://get.typo3.org/release-notes/9.5.18
PR: 246772
Submitted by: Helmut Ritter <freebsd-ports@charlieroot.de> (maintainer)
MFH: 2020Q2
Sponsored by: Netzkommune GmbH |
9.5.17 13 May 2020 20:44:40 |
sunpoet |
Update to 9.5.17
Changes: https://get.typo3.org/release-notes/9.5.17
https://typo3.org/article/typo3-1042-and-9517-security-releases-published
PR: 246435
Submitted by: Helmut Ritter <freebsd-ports@charlieroot.de> (maintainer)
Security: 59fabdf2-9549-11ea-9448-08002728f74c
MFH: 2020Q2 |
9.5.16 06 May 2020 15:49:47 |
flo |
Update to 9.5.16
PR: 246222
Submitted by: Helmut Ritter <freebsd-ports@charlieroot.de> |
9.5.15 31 Mar 2020 23:19:36 |
sunpoet |
Update to 9.5.15
Changes: https://get.typo3.org/release-notes/9.5.15
https://typo3.org/article/typo3-core-9-5-15-and-8-7-32-maintenance-releases-published
PR: 245203
Submitted by: Helmut Ritter <freebsd-ports@charlieroot.de> (maintainer) |
9.5.12 26 Dec 2019 09:40:18 |
joneum |
Update to 9.5.12
Changelog:
https://typo3.org/article/typo3-10-2-1-9-5-12-and-8-7-30-security-releases-published
PR: 242708
MFH: 2019Q4
Security: 1c9178aa-2709-11ea-9673-4c72b94353b5
Sponsored by: Netzkommune GmbH |
9.5.9 17 Dec 2019 20:28:36 |
rene |
Remove IGNORE_WITH_PHP=71 and add IGNORE_WITH_PHP=74 where relevant. |
9.5.9 29 Aug 2019 06:53:21 |
joneum |
Update to 9.5.9
Changelog: https://get.typo3.org/release-notes/9.5.9
PR: 240150
Submitted by: Helmut Ritter <freebsd-ports@charlieroot.de> (maintainer)
MFH: 2019Q3
Sponsored by: Netzkommune GmbH |
9.5.8 14 Aug 2019 12:25:09 |
mat |
Convert to UCL & cleanup pkg-message (categories w) |
9.5.8 28 Jun 2019 21:17:51 |
sunpoet |
Update to 9.5.8
Changes: https://get.typo3.org/release-notes/9.5.8
https://typo3.org/article/typo3-958-and-8727-security-releases-published/
PR: 238863
Submitted by: Helmut Ritter <freebsd-ports@charlieroot.de> (maintainer)
Security: 5e35cfba-9994-11e9-b07f-df5abf8b84d6
MFH: 2019Q2 |
9.5.4 25 Jan 2019 20:00:22 |
sunpoet |
Update to 9.5.4
Changes: https://typo3.org/article/typo3-954-and-8723-security-releases-published/
PR: 235188
Submitted by: Helmut Ritter <freebsd-ports@charlieroot.de> (maintainer) |
9.5.3 05 Jan 2019 15:47:57 |
rene |
Remove stale IGNORE_WITH_PHP=56 values.
Reminded by: sunpoet |
9.5.3 14 Dec 2018 20:28:19 |
joneum |
Update to 9.5.3
Changelog: https://get.typo3.org/release-notes/9.5.3
PR: 234008
Submitted by: Helmut Ritter <freebsd-ports@charlieroot.de> (maintainer)
Sponsored by: Netzkommune GmbH |
9.5.2 14 Dec 2018 12:46:17 |
joneum |
Update to 9.5.2
Changelog:
https://typo3.org/article/typo3-952-8721-and-7632-security-releases-published/
PR: 233936
MFH: 2018Q4
Security: bab29816-ff93-11e8-b05b-00e04c1ea73d
Sponsored by: Netzkommune GmbH |
9.5.1 06 Dec 2018 11:22:12 |
rene |
Remove version 7.0 from the IGNORE_WITH_PHP list. |
9.5.1 10 Nov 2018 19:57:08 |
kwm |
Update ImageMagick to 6.9.10.14 [1]
* Add PKGNAMESUFFIX and rename the directory. This was done to show
that IM6 is not the "main" version. But still fully supported by upstream.
* Convert a number of options to optionhelpers.
* Add option for ISO/IEC 23008-12:2017 HEIF suport
* Add comment to pkg-descr explaining IM6's "legacy" tag.
* Add comment to the patch-config_policy.xml file why it still needed.
Please note that IM7 is not a drop in replacement due to library API and
command arguments changes. And as a result ports need to decide for themself
which version to use.
Chase these changes in all the ports that using IM6.
PR: 225102 (based on, only the version update) [1]
Submitted by: Pascal Christen <pascal.christen@hostpoint.ch> |
9.5.1 08 Nov 2018 10:31:08 |
wen |
- Repocopy typo3-8 --> typo3-9 and update to 9.5.1
PR: 232112
Submitted by: freebsd-ports@charlieroot.de(maintainer) |