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
This commit is contained in:
parent
9cbb89ee80
commit
3234f61d53
3 changed files with 8 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= kanboard
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.2.28
|
||||
DISTVERSION= 1.2.29
|
||||
CATEGORIES= www
|
||||
PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue