Page MenuHomeFreeBSD

www/kanboard: Update to 1.2.8
ClosedPublic

Authored by kai on Feb 16 2019, 9:03 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 19 2024, 3:25 PM
Unknown Object (File)
Mar 19 2024, 3:22 PM
Unknown Object (File)
Mar 5 2024, 12:27 PM
Unknown Object (File)
Jan 8 2024, 7:33 AM
Unknown Object (File)
Jan 8 2024, 7:33 AM
Unknown Object (File)
Jan 8 2024, 7:33 AM
Unknown Object (File)
Dec 31 2023, 1:38 PM
Unknown Object (File)
Dec 21 2023, 10:56 PM
Subscribers
None

Details

Summary

PR 235712

While I'm here:

  • 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

Notable 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.
  • For a full changelog see:

https://github.com/kanboard/kanboard/blob/v1.2.8/ChangeLog

Test Plan
  • poudriere (11.2-, 12.0-RELEASE, 13.0-CURRENT@r342772 amd64 + i386) for each SQLITE (default), MYSQL, PGSQL and OPCACHE (enabled/disabled) option -> OK
  • portlint -> OK
  • Runtime test on bare apache24 with php72 -> OK

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Just a quick note: We still have to wait for maintainer approval/timeout.

Looks good to me if the maintaine accepts/timeouts.

www/kanboard/Makefile
5 โ†—(On Diff #53998)

^ DISTVRESION and switch the order of these afterwards

This revision is now accepted and ready to land.Feb 17 2019, 7:02 AM
www/kanboard/Makefile
5 โ†—(On Diff #53998)

[if you want]

This revision was automatically updated to reflect the committed changes.