| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
Please DO NOT use this version in production, it is an early test version.
For upgrade notes please visit:
https://github.com/php/php-src/blob/php-8.6.0alpha1/UPGRADING
Changelog: https://github.com/php/php-src/blob/php-8.6.0alpha1/NEWS
|
| |
|
|
|
|
|
|
|
| |
The API remains compatible but bumping all dependent ports as SHLIB
has changed.
Changelog: https://github.com/jedisct1/libsodium/releases/tag/1.0.21-RELEASE
Security: https://00f.net/2025/12/30/libsodium-vulnerability/
PR: 279347
|
| |
|
|
|
|
| |
I'll be away from keyboard soon and am not sure if I will return. So
return all ports that I currently maintain to pool hoping new
volunteers take care of them.
|
| |
|
|
| |
MFH: 2024Q4
|
| |
|
|
|
| |
ChangeLog: https://github.com/the-djmaze/snappymail/releases/tag/v2.38.2
MFH: 2024Q4
|
| |
|
|
|
| |
ChangeLog: https://github.com/the-djmaze/snappymail/releases/tag/v2.38.1
MFH: 2024Q4
|
| |
|
|
|
|
| |
ChangeLog: https://github.com/the-djmaze/snappymail/releases/tag/v2.38.0
MFH: 2024Q3
Security: bd940aba-7467-11ef-a5c4-08002784c58d
|
| |
|
|
|
| |
ChangeLog: https://github.com/the-djmaze/snappymail/releases/tag/v2.37.3
MFH: 2023Q3
|
| |
|
|
|
| |
ChangeLog: https://github.com/the-djmaze/snappymail/releases/tag/v2.37.2
MFH: 2024Q2
|
| |
|
|
|
|
|
|
|
|
|
| |
These ports were initially marked to IGNORE with php84 as their runtime
dependencies were BROKEN. As all of the runtime dependencies has been
fixed for ther requirements unmark these ports. Although these ports
build perfectly with php84 but there might still be runtime issues with
these ports with php84. The maintainers are requested to do some runtime
checks for these ports.
Approved by: portmgr (blanket)
|
| |
|
|
|
|
|
|
|
| |
These ports are currently not compatible with php84 and is only a limited
set of ports. There might be more ports which has runtime issues. Please
check if your ports are compatible with php84 and if not pleae mark them
IGNORE_WITH_PHP=84
Approved by: portmgr (blanket)
|
| |
|
|
|
| |
ChangeLog: https://github.com/the-djmaze/snappymail/releases/tag/v2.36.4
MFH: 2024Q2
|
| |
|
|
|
| |
ChangeLog: https://github.com/the-djmaze/snappymail/releases/tag/v2.36.3
MFH: 2024Q2
|
| |
|
|
|
| |
ChangeLog: https://github.com/the-djmaze/snappymail/releases/tag/v2.36.2
MFH: 2024Q2
|
| |
|
|
|
| |
PR: 278259
Reported by: Andrey Korobkov <alster-vinterdalen.se>
|
| |
|
|
|
| |
ChangeLog: https://github.com/the-djmaze/snappymail/releases/tag/v2.36.1
MFH: 2024Q2
|
| |
|
|
|
| |
ChangLog: https://github.com/the-djmaze/snappymail/releases/tag/v2.36.0
MFH: 2024Q1
|
| |
|
|
|
| |
ChangeLog: https://github.com/the-djmaze/snappymail/releases/tag/v2.35.4
MFH: 2024Q1
|
| |
|
|
|
|
|
|
| |
* Add security/pecl-xxtea to RUN_DEPENDS.
* Replace REDIS_RUN_DEPENDS with REDIS_USE.
ChangLog: https://github.com/the-djmaze/snappymail/releases/tag/v2.35.3
MFH: 2024Q1
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
When configuring a new domain and hit the Autoconfig button, an
error is occurred due the missing SimpleXML extension.
```
[2024-03-09 07:18:28.749][72d59c31] PHP[WARNING]: file_get_contents(https://autoconfig.disroot.org/.well-known/mail-v1.xml?emailaddress=test%40disroot.org): Failed to open stream: HTTP request failed! HTTP/1.1 403 Forbidden
/usr/local/www/snappymail/snappymail/v/2.35.2/app/libraries/RainLoop/Providers/Domain/Autoconfig.php [line:64, code:2]
[2024-03-09 07:18:30.360][72d59c31] PHP[WARNING]: file_get_contents(https://disroot.org/.well-known/autoconfig/mail/config-v1.1.xml): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
/usr/local/www/snappymail/snappymail/v/2.35.2/app/libraries/RainLoop/Providers/Domain/Autoconfig.php [line:64, code:2]
[2024-03-09 07:18:31.518][72d59c31] SERVICE[WARNING]: Call to undefined function simplexml_load_string()
```
After installing the simplexml extension, it just shows a bunch of
warnings, but Autoconfig works and configures the parameters
without user intervention.
```
[2024-03-09 07:20:27.683][64f93497] PHP[WARNING]: file_get_contents(https://autoconfig.disroot.org/.well-known/mail-v1.xml?emailaddress=test%40disroot.org): Failed to open stream: HTTP request failed! HTTP/1.1 403 Forbidden
/usr/local/www/snappymail/snappymail/v/2.35.2/app/libraries/RainLoop/Providers/Domain/Autoconfig.php [line:64, code:2]
[2024-03-09 07:20:29.426][64f93497] PHP[WARNING]: file_get_contents(https://disroot.org/.well-known/autoconfig/mail/config-v1.1.xml): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
/usr/local/www/snappymail/snappymail/v/2.35.2/app/libraries/RainLoop/Providers/Domain/Autoconfig.php [line:64, code:2]
```
PR: 277611
MFH: 2024Q1
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
On a fresh installation, the admin page returns a 500 error, indicating
a web server error. The logs reveal what the problem is, which is already
fixed in upstream [1], but until a new version of snappymail is released,
the user will see the following error:
```
RainLoop\Config\Application::SetPassword(): Argument #1 ($oPassword) must be of type SnappyMail\SensitiveString, string given, called in /usr/local/www/snappymail/snapp
ymail/v/2.35.2/app/libraries/RainLoop/Actions.php on line 672
```
Reference: https://github.com/the-djmaze/snappymail/issues/1472 [1]
PR: 277571
MFH: 2024Q1
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
When the user first logs in to its web server with snappymail installed, the first
thing it will see is:
```
[302] The following PHP extensions are not available in your PHP configuration!
ctype
```
PR: 277570
MFH: 2024Q1
|
| |
|
|
|
|
| |
ChangeLog: https://github.com/the-djmaze/snappymail/releases/tag/v2.35.1
ChangeLog: https://github.com/the-djmaze/snappymail/releases/tag/v2.35.2
MFH: 2024Q1
|
| |
|
|
|
| |
ChangeLog: https://github.com/the-djmaze/snappymail/releases/tag/v2.35.0
MFH: 2024Q1
|
| |
|
|
|
| |
ChangeLog: https://github.com/the-djmaze/snappymail/releases/tag/v2.34.2
MFH: 2024Q1
|
| |
|
|
|
| |
ChangeLog: https://github.com/the-djmaze/snappymail/releases/tag/v2.34.1
MFH: 2024Q1
|
| |
|
|
|
| |
ChangeLog: https://github.com/the-djmaze/snappymail/releases/tag/v2.34.0
MFH: 2024Q1
|
| |
|
|
|
|
|
|
|
|
| |
ChangeLog: https://github.com/the-djmaze/snappymail/releases/tag/v2.33.0
ChangeLog: https://github.com/the-djmaze/snappymail/releases/tag/v2.32.0
ChangeLog: https://github.com/the-djmaze/snappymail/releases/tag/v2.31.0
ChangeLog: https://github.com/the-djmaze/snappymail/releases/tag/v2.30.0
ChangeLog: https://github.com/the-djmaze/snappymail/releases/tag/v2.29.4
ChangeLog: https://github.com/the-djmaze/snappymail/releases/tag/v2.29.3
MFH: 2024Q1
|
| |
|
|
|
| |
ChangeLog: https://github.com/the-djmaze/snappymail/releases/tag/v2.29.2
MFH: 2023Q4
|
| |
|
|
|
| |
ChangeLog: https://github.com/the-djmaze/snappymail/releases/tag/v2.29.1
MFH: 2023Q4
|
| |
|
|
|
| |
ChangeLog: https://github.com/the-djmaze/snappymail/releases/tag/v2.28.4
MFH: 2023Q3
|
| |
|
|
|
| |
ChangeLog: https://github.com/the-djmaze/snappymail/releases/tag/v2.28.3
MFH: 2023Q2
|
| |
|
|
|
| |
ChangeLog: https://github.com/the-djmaze/snappymail/releases/tag/v2.28.2
MFH: 2023Q2
|
| |
|
|
|
| |
ChangeLog: https://github.com/the-djmaze/snappymail/releases/tag/v2.28.1
MFH: 2023Q2
|
| |
|
|
|
| |
ChangeLog: https://github.com/the-djmaze/snappymail/releases/tag/v2.28.0
MFH: 2023Q2
|
| |
|
|
|
| |
ChangeLog: https://github.com/the-djmaze/snappymail/releases/tag/v2.27.3
MFH: 2023Q2
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
* www/moodle40: Remove OPTION MSSQL
* www/moodle41: Remove OPTION MSSQL
- Remove USE_PHP=openssl which is available in default php installation
of all versions of php
* databases/phpmyadmin: Remove OPTION OPENSSL
* databases/phpmyadmin5: Remove OPTION OPENSSL
* security/pear-Horde_Crypt_Blowfish: Remove OPTION OPENSSL
* www/nextcloud: Remove OPTION SSL
* www/owncloud: Remove OPTION SSL
- Remove USE_PHP=pcre which is available in default php installation of
all versions of php
* sysutils/racktables: Remove OPTION PCRE
- Remove USE_PHP=postgresql which should be USE_PHP=pgsql and update
following ports
* www/typo3-11
* www/typo3-12
- Remove USE_PHP=pdf which is no longer available as php module
* databases/phpmyadmin: Remove OPTION PDF
- Remove USE_PHP=spl which is available in default php installation of
all versions of php
- Remove USE_PHP=sqlsrv which was never imported into FreeBSD as that is
Windows only php module
* www/typo3-11: Remove OPTION SQLSRV
* www/typo3-12: Remove OPTION SQLSRV
- Bump where DEFAULT OPTIONS are affected
Sponsored by: Bounce Experts
Approved by: portmgr(blanket)
|
| |
|
|
|
|
|
| |
ChangeLog: https://github.com/the-djmaze/snappymail/releases/tag/v2.27.0
ChangeLog: https://github.com/the-djmaze/snappymail/releases/tag/v2.27.1
ChangeLog: https://github.com/the-djmaze/snappymail/releases/tag/v2.27.2
MFH: 2023Q1
|
| |
|
|
|
| |
ChangeLog: https://github.com/the-djmaze/snappymail/releases/tag/v2.26.4
MFH: 2023Q1
|
| |
|
|
|
| |
ChangeLog: https://github.com/the-djmaze/snappymail/releases/tag/v2.26.3
MFH: 2023Q1
|
| |
|
|
|
| |
ChangeLog: https://github.com/the-djmaze/snappymail/releases/tag/v2.26.2
MFH: 2023Q1
|
| |
|
|
|
| |
ChangeLog: https://github.com/the-djmaze/snappymail/releases/tag/v2.26.1
MFH: 2023Q1
|
| |
|
|
|
| |
ChangeLog: https://github.com/the-djmaze/snappymail/releases/tag/v2.26.0
MFH: 2023Q1
|
| |
|
|
|
| |
ChangeLog: https://github.com/the-djmaze/snappymail/releases/tag/v2.25.5
MFH: 2023Q1
|
| |
|
|
|
|
|
| |
ChangeLog: https://github.com/the-djmaze/snappymail/releases/tag/v2.25.2
ChangeLog: https://github.com/the-djmaze/snappymail/releases/tag/v2.25.3
ChangeLog: https://github.com/the-djmaze/snappymail/releases/tag/v2.25.4
MFH: 2023Q1
|
| |
|
|
|
| |
ChangeLog: https://github.com/the-djmaze/snappymail/releases/tag/v2.25.1
MFH: 2023Q1
|
| |
|
|
|
| |
ChangeLog: https://github.com/the-djmaze/snappymail/releases/tag/v2.25.0
MFH: 2023Q1
|
| |
|
|
|
| |
ChangeLog: https://github.com/the-djmaze/snappymail/releases/tag/v2.24.6
MFH: 2023Q1
|
| |
|
|
|
| |
ChangeLog: https://github.com/the-djmaze/snappymail/releases/tag/v2.24.5
MFH: 2023Q1
|
| |
|
|
|
| |
ChangeLog: https://github.com/the-djmaze/snappymail/releases/tag/v2.24.4
MFH: 2023Q1
|