git: 7fb636ec2c47 - 2023Q2 - www/kanboard: Update to 1.2.29
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 31 May 2023 07:03:29 UTC
The branch 2023Q2 has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=7fb636ec2c47a522cf522dd6874c167829c4a4ad commit 7fb636ec2c47a522cf522dd6874c167829c4a4ad Author: Linus Sundqvist <linus.sundqvist@loopia.se> AuthorDate: 2023-05-30 06:34:22 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2023-05-31 06:58:18 +0000 www/kanboard: Update to 1.2.29 ChangeLog: https://github.com/kanboard/kanboard/releases/tag/v1.2.29 * Avoid potential clipboard based cross-site scripting (CVE-2023-32685) * Upgrade Docker image to PHP 8.2 and Alpine 3.18 * Add themes support: dark, light and automatic mode * Fix broken "Hide this Column" feature * Do not close modals when clicking on the background if the form has changed * Fix incorrect route for "My Activity Stream" * Fix incorrect parameter encoding when using URLs rewriting * Add support for task links in Markdown headings * Handle 413 responses from Nginx when uploading files too large * Restore all previously loaded translations when sending user notifications * Regenerate session ID after successful authentication * Use SESSION_DURATION option to define the session lifetime stored in the database The option SESSION_DURATION is used to define the cookie lifetime. With this change, Kanboard will try to use first SESSION_DURATION instead of the default session.gc_maxlifetime value. * Bump phpunit/phpunit from 9.6.6 to 9.6.8 PR: 271702 Reported by: linus.sundqvist@loopia.se MFH: 2023Q2 (security fix) Security: CVE-2023-32685 (cherry picked from commit 3234f61d53db881c9de6c55ff44a09fa9c37ec0f) --- www/kanboard/Makefile | 2 +- www/kanboard/distinfo | 6 +++--- www/kanboard/pkg-plist | 5 ++++- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/www/kanboard/Makefile b/www/kanboard/Makefile index 58efefb620c0..5172a14f0881 100644 --- a/www/kanboard/Makefile +++ b/www/kanboard/Makefile @@ -1,6 +1,6 @@ PORTNAME= kanboard DISTVERSIONPREFIX= v -DISTVERSION= 1.2.22 +DISTVERSION= 1.2.29 CATEGORIES= www PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} diff --git a/www/kanboard/distinfo b/www/kanboard/distinfo index fa9230627e95..c50f0bed905b 100644 --- a/www/kanboard/distinfo +++ b/www/kanboard/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1645191195 -SHA256 (kanboard-kanboard-v1.2.22_GH0.tar.gz) = f609a23eb6e755297fee1b534b43ba8a913baaf60ece31840786b788cba2e641 -SIZE (kanboard-kanboard-v1.2.22_GH0.tar.gz) = 3183344 +TIMESTAMP = 1685352903 +SHA256 (kanboard-kanboard-v1.2.29_GH0.tar.gz) = bd5a67e5054054be7a9d6ef6b75f2e5b813da5592d96c4dea0c8fff6b6e36451 +SIZE (kanboard-kanboard-v1.2.29_GH0.tar.gz) = 3253347 diff --git a/www/kanboard/pkg-plist b/www/kanboard/pkg-plist index 51895724ffa1..45ae5ecadf45 100644 --- a/www/kanboard/pkg-plist +++ b/www/kanboard/pkg-plist @@ -587,6 +587,7 @@ %%WWWDIR%%/app/Model/TaskReorderModel.php %%WWWDIR%%/app/Model/TaskStatusModel.php %%WWWDIR%%/app/Model/TaskTagModel.php +%%WWWDIR%%/app/Model/ThemeModel.php %%WWWDIR%%/app/Model/TimezoneModel.php %%WWWDIR%%/app/Model/TransitionModel.php %%WWWDIR%%/app/Model/UserLockingModel.php @@ -1019,7 +1020,8 @@ %%WWWDIR%%/app/common.php %%WWWDIR%%/app/constants.php %%WWWDIR%%/app/functions.php -%%WWWDIR%%/assets/css/app.min.css +%%WWWDIR%%/assets/css/auto.min.css +%%WWWDIR%%/assets/css/dark.min.css %%WWWDIR%%/assets/css/images/ui-bg_flat_0_aaaaaa_40x100.png %%WWWDIR%%/assets/css/images/ui-bg_flat_75_ffffff_40x100.png %%WWWDIR%%/assets/css/images/ui-bg_glass_55_fbf9ee_1x400.png @@ -1039,6 +1041,7 @@ %%WWWDIR%%/assets/css/images/ui-icons_cc0000_256x240.png %%WWWDIR%%/assets/css/images/ui-icons_cd0a0a_256x240.png %%WWWDIR%%/assets/css/images/ui-icons_ffffff_256x240.png +%%WWWDIR%%/assets/css/light.min.css %%WWWDIR%%/assets/css/print.min.css %%WWWDIR%%/assets/css/vendor.min.css %%WWWDIR%%/assets/fonts/FontAwesome.otf