git: 3234f61d53db - main - www/kanboard: Update to 1.2.29

From: Fernando Apesteguía <fernape_at_FreeBSD.org>
Date: Wed, 31 May 2023 06:39:49 UTC
The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3234f61d53db881c9de6c55ff44a09fa9c37ec0f

commit 3234f61d53db881c9de6c55ff44a09fa9c37ec0f
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:34:41 +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
---
 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 b0f427bb4262..f92df7547269 100644
--- a/www/kanboard/Makefile
+++ b/www/kanboard/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	kanboard
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.2.28
+DISTVERSION=	1.2.29
 CATEGORIES=	www
 PKGNAMEPREFIX=	${PHP_PKGNAMEPREFIX}
 
diff --git a/www/kanboard/distinfo b/www/kanboard/distinfo
index 73ef16f6dae2..c50f0bed905b 100644
--- a/www/kanboard/distinfo
+++ b/www/kanboard/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1682069760
-SHA256 (kanboard-kanboard-v1.2.28_GH0.tar.gz) = a9b43eb2375b760650700e2ab0c6e462f5e5b0a2b602c47973047fb44839787e
-SIZE (kanboard-kanboard-v1.2.28_GH0.tar.gz) = 3233130
+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 2dea1c0f78db..c97372adb7bf 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
@@ -1021,7 +1022,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
@@ -1041,6 +1043,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