While I'm here:
* Convert PORTVERSION to DISTVERSION
* Move related variables to USES block
* Update requirements for the MYSQL option since PHP 5.x has gone from the
ports tree
* Add MYSQL_USES as USE_MYSQL is deprecated
Changelog:
Breaking Changes:
* Authorize only API tokens when 2FA is enabled (no user password)
* Disable by default plugin installer for security reasons:
- There is no code review or any approval process to submit a plugin.
- This is up to the Kanboard instance owner to validate if a plugin
is legit.
Fixes and Improvements:
* Limit avatar image size
* Avoid CSRF in users CSV import
* Avoid XSS in pagination sorting
* Do not show projects dropdown when prompting the 2FA code
* Always returns a 404 instead of 403 to avoid people discovering users
* Check if user role has changed while the session is open
* Add missing CSRF check in TwoFactorController::deactivate()
* Hide edit button when user cannot edit task
* Fix permission check before "Assign to me"
* Fix permission check before showing project options
* Fix assignable users on a group with a custom role
* Fix import of automatic actions when parameters are "unassigned"
or "no category"
* Update license year
* Update Docker image to Alpine 3.9
* Update translations
* Fix PHP error in task views (tag colors)
* Limit assignee drop-down selector scope
PR: 235712
Submitted by: Alexander <sa.inbox@gmail.com>
Approved by: tcberner (mentor), maintainer timeout
Differential Revision: https://reviews.freebsd.org/D19217
Update x11/libXau to 1.0.9.
Strip installed library.
The original PR suggested adding a variety of different licenses, all
MIT-like. After discussion with portmgr, it was decided that since the
liceneses are basically the same (only wording differs), we just tag it as
MIT licensed, without making a difference. This is already done.
PR: 235911 (based on)
Submitted by: Samy Mahmoudi
Sponsored by: B3 Init (zeising)
To mention 12.0 or any newer release, instead of just mentioning
HEAD.
Sponsored by: Citrix Systems R&D
Reviewed by: bapt
Differential revision: https://reviews.freebsd.org/D19387
Add license information to devel/imake. [1]
As per discussions with portmgr, there is no need to add the different
varieties of MIT license, since they are so similar. Just note that this is
MIT licensed.
PR: 223255 [1] (based on)
Submitted by: Yasuhiro KIMURA [1]
Sponsored by: B3 Init (zeising)
This is a quick release after 8.0.14 which fixes Bug #29249542, Bug #94004
on upstream (Group repl. doesn't work when IPv6 is disabled on OS)
More info on upstream: https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-15.html
While here, delete the no-more-needed warning from "pkg-message" since MySQL8.0 is GA.
Sponsored by: The FreeBSD Foundation
Actually perform the rename of the directories missing in r494039.
Sponsored by: Citrix Systems R&D
Reviewed by: bapt
Differential revision: https://reviews.freebsd.org/D19284
I don't have the bandwidth to maintain multiple version of Xen, and
going forward all newer version of Xen should work on FreeBSD without
issues.
Sponsored by: Citrix Systems R&D
Reviewed by: bapt
Differential revision: https://reviews.freebsd.org/D19284
It's about to go out of security support, so mark it as deprecated.
Sponsored by: Citrix Systems R&D
Reviewed by: bapt
Differential revision: https://reviews.freebsd.org/D19283
SoftEther client, bridge, server daemon unintendedly had spit on libexec
directory up to this update. Spit out all runtime files, directories and
logs on SE_DBDIR or SE_LOGDIR.
While here,
- Avoid all hardcoded use of /var/db/softether, /var/log/softether
Respect SE_DBDIR and SE_LOGDIR defined in Makefile
- Substitute these directories in pkg-message as well
- Regenerate some patches
- Bump PORTREVISION to force rebuild
Sponsored by: HAW International, Inc.
Bump PORTREVISION to force rebuild.
Due to this typo, server log was unintendedly written to /server that
should have been written to %%SE_LOGDIR%%/server.
Sponsored by: HAW International, Inc.