* 7.x branch is deprecated upstream
* Has unfixed vulnerabilities
* grafana8 and grafana9 are available as replacements
* no consumers of grafana7 in the ports tree
PR: 266535
Reported by: drtr0jan@yandex.ru
Approved by: robsonmantovani@gmail.com (maintainer, timeout > 2 weeks)
Changelog
General
Breaking change: Implemented front controller
Bacula-Web web app is now served from the public sub-folder, please
check the web server config documentation (see #114)
Replaced CHttpRequest class by Symfony framework Request class
Use combined operators in CUtil class (see #91)
Refactored PDO related PHP classes (see #100)
Updated composer.json by adding ext-pdo depencency (see #113)
Updated allowed plugin in composer.json (see #103)
Use PHP namespaces (see #118)
Fixed dozens of code smell warnings
Refactored good amount of the code
Moved flash message below header for better visibility
Improve handling of non-existant page requests
Fixed PHP notice after login (see #117)
Test page
Fixed wrong link to test page on error page
Translations
Updated translations with one more language (romanian) (see #92)
Security
Bump smarty/smarty from 3.1.45 to 3.1.47 (see #116)
Improved session management (see #68)
Improved how user input are sanitized (see #86)
Documentation
Fixed link to contributors on README
Updated list of components with license
Updated Apache and Nginx server configuration according to new public
root folder (see #114)
Fixed bug(s)
New feature(s)
none
Several bug fixes were applied for PostgreSQL 15 during the RC 1 period.
These include:
Reverting the "optimized order of GROUP BY keys" feature.
Fix behavior for the \g command in psql with multi-command strings.
Fix memory leak in single-column sorts.
Fix for behavior of PQsslAttribute libpq function.
To upgrade to PostgreSQL 15 RC 2 from earlier versions of PostgreSQL,
you will need to use a major version upgrade strategy, e.g. pg_upgrade
or pg_dump / pg_restore. For more information, please visit the
documentation section on upgrading.
URL: https://www.postgresql.org/docs/15/static/upgrading.html
Release notes: https://www.postgresql.org/about/news/postgresql-15-rc-2-released-2521/
Let mail/claws-mail-plugins get PORTVERSION from mail/claws-mail.
There is PORTVERSION defined directly in
mail/claws-mail-plugins/Makefile at present. Create
mail/claws-mail/Makefile.ver to hold this information and use it in both
mail/claws-mail-plugins/Makefile and mail/claws-mail/Makefile.claws
files.
Technically, it is a no change for now, but it makes easier to create
new options for both GTK2 and GTK3 (new one) version of Claws Mail and
act accordingly in all Claws Mail plugin ports.
Approved by: Chris Hutchinson (maintainer)
PR: 266092