Port details on branch 2023Q3 |
- kanboard Simple visual task board software
- 1.2.31 www
=0 1.2.31Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2023-07-05 11:21:05
- Last Update: 2023-07-05 11:18:14
- Commit Hash: 2796053
- License: MIT
- WWW:
- https://kanboard.net/
- Description:
- Kanboard is a simple visual task board software.
Main features:
* Kanban methodology
* Visualize your work
* Limit your work in progress to be more efficient
* Customize your boards according to your business activities
* Multiple boards with the ability to drag and drop tasks
* Minimalist software, focus only on essential features (Less is more)
* Fast and simple to use
* Access from anywhere with a modern browser
* Free, open source and self-hosted
* Super simple installation
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PHP_PKGNAMEPREFIX}kanboard>0:www/kanboard
- To install the port:
- cd /usr/ports/www/kanboard/ && make install clean
- To add the package, run one of these commands:
- pkg install www/kanboard
- pkg install php81-kanboard
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: php81-kanboard
- Package flavors (<flavor>: <package>)
- php81: php81-kanboard
- php80: php80-kanboard
- php82: php82-kanboard
- php83: php83-kanboard
- distinfo:
- TIMESTAMP = 1688464043
SHA256 (kanboard-kanboard-v1.2.31_GH0.tar.gz) = 3ad58bea8160f71fc7a6681659b0c4073a7044816d4a0a00e08b5d2253d7bc93
SIZE (kanboard-kanboard-v1.2.31_GH0.tar.gz) = 3349887
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-setuptools_scm>0 : devel/py-setuptools_scm@py39
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- php.h : lang/php81
- python3.9 : lang/python39
- ctype.so : textproc/php81-ctype
- curl.so : ftp/php81-curl
- dom.so : textproc/php81-dom
- filter.so : security/php81-filter
- gd.so : graphics/php81-gd
- iconv.so : converters/php81-iconv
- mbstring.so : converters/php81-mbstring
- mcrypt.so : security/pecl-mcrypt@php81
- pdo.so : databases/php81-pdo
- session.so : www/php81-session
- simplexml.so : textproc/php81-simplexml
- xml.so : textproc/php81-xml
- zlib.so : archivers/php81-zlib
- opcache.so : www/php81-opcache
- pdo_sqlite.so : databases/php81-pdo_sqlite
- sqlite3.so : databases/php81-sqlite3
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for php81-kanboard-1.2.31:
OPCACHE=on: OPcache support (recommended)
====> Options available for the multi DB: you have to choose at least one of them
MYSQL=off: MySQL database support
PGSQL=off: PostgreSQL database support
SQLITE=on: SQLite database support
===> Use 'make config' to modify these settings
- Options name:
- www_kanboard
- USES:
- cpe php:flavors python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.2.31 05 Jul 2023 11:18:14
    |
Fernando ApesteguĂa (fernape)  |
www/kanboard: update to 1.2.31
ChangeLog: https://github.com/kanboard/kanboard/releases/tag/v1.2.31
Security Fixes:
* CVE-2023-36813: Avoid potential SQL injections without breaking compatibility
with plugins
Other fixes and updates:
* Run tests with PHP 8 on GitHub Actions
* Bump Symfony dependencies
* Update Composer dependencies to be able to run tests with PHP 8.2
* Add /usr/bin/php symlink in the Docker image
* Replace usage of at() matcher with alternatives in unit tests
* Adjust plugin directory test case to work on released versions
* Fix incorrect background dynamic property in captcha library
* Update translations
Reported by: portscout
MFH: 2023Q3 (security fix)
Security: CVE-2023-36813
(cherry picked from commit a4f1bfb9fb0fc1d03298cddf28433823d3d5764c) |
Number of commits found: 1
|