There is a new version of Kanboard. I will provide the patch within a few next days. New features ------------ * Added tags: global and specific by project * Added application and project roles validation for API procedure calls * Added new API call: "getProjectByIdentifier" * Added new API calls for external task links, project attachments and subtask time tracking Improvements ------------ * Use PHP 7 for the Docker image * Preserve role for existing users when using ReverseProxy authentication * Handle priority for task and project duplication * Expose task reference field to the user interface * Improve ICal export * Added argument owner_id and identifier to project API calls * Rewrite integration tests to run with Docker containers * Use the same task form layout everywhere * Removed some tasks dropdown menus that are now available with task edit form * Make embedded documentation readable in multiple languages (if a translation is available) * Added acceptance tests (browser tests) Bug fixes --------- * Fixed broken CSV exports * Fixed identical background color for LetterAvatar on 32bits platforms (Hash greater than PHP_MAX_INT) * Fixed lexer issue with non word characters * Flush memory cache in worker to get latest config values * Fixed empty title for web notification with only one overdue task * Take default swimlane into consideration for SwimlaneModel::getFirstActiveSwimlane() * Fixed "due today" highlighting
Created attachment 172146 [details] patch to update from 1.0.29 to 1.0.31
Created attachment 172147 [details] results of testport, amd64, 10.3
A commit references this bug: Author: junovitch Date: Thu Jul 7 23:20:14 UTC 2016 New revision: 418205 URL: https://svnweb.freebsd.org/changeset/ports/418205 Log: www/kanboard: update 1.0.29 -> 1.0.31 Changes: https://kanboard.net/news/version-1.0.30 https://kanboard.net/news/version-1.0.31 PR: 210818 Submitted by: Bart Wrobel <bsd@if0.eu> (maintainer) Changes: head/www/kanboard/Makefile head/www/kanboard/distinfo head/www/kanboard/pkg-plist
Can you do me a favor and audit the valid MASTER_SITES? Note the primary has an issue with the redirect on FreeBSD 9's version of OpenSSL. This will fail over to the distcache after we get a chance to cache it in the cluster but the other links all fail. => Attempting to fetch http://kanboard.net/kanboard-1.0.31.zip 99661:error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure:/usr/src/secure/lib/libssl/../../../crypto/openssl/ssl/s23_clnt.c:579: fetch: http://kanboard.net/kanboard-1.0.31.zip: Authentication error => Attempting to fetch https://bitbucket.org/if0/kanboard-archives/downloads/kanboard-1.0.31.zip fetch: https://bitbucket.org/if0/kanboard-archives/downloads/kanboard-1.0.31.zip: Not Found => Attempting to fetch https://github.com/freebsd-kanboard/archives/blob/master/kanboard-1.0.31.zip fetch: https://github.com/freebsd-kanboard/archives/blob/master/kanboard-1.0.31.zip: Not Found => Attempting to fetch http://distcache.FreeBSD.org/ports-distfiles/kanboard-1.0.31.zip fetch: http://distcache.FreeBSD.org/ports-distfiles/kanboard-1.0.31.zip: Not Found => Couldn't fetch it - please try to retrieve this
(In reply to Bart Wrobel from comment #1) This patch was committed because it's the fetch issue is no better or worse than it is currently. However I am holding this PR open until you can followup with the valid MASTER_SITES. Thanks!
(In reply to Jason Unovitch from comment #5) Uploaded. All 3 source sites work. Please confirm. Thanks! Bart
Removing maintainer-feedback(+) because it was never requested. Thanks for your efforts. ;)
(In reply to Bart Wrobel from comment #6) The 1st fails because of FreeBSD 9.3's version of OpenSSL but that is out of your hands. The 2nd works. The 3rd fails since it gets an HTML page. However, the raw URL works. - https://github.com/freebsd-kanboard/archives/blob/master/ + https://github.com/freebsd-kanboard/archives/raw/master/ So while the first is out of our hands because of FreeBSD 9.3's OpenSSL not working with the upstream SSL config I can change the URL for the 3rd with your approval and close the PR. Thanks for your efforts!
(In reply to Jason Unovitch from comment #8) Hi Jason, please go ahead and change what has to be changed. I will update code on my site too. Thanks! Bart
A commit references this bug: Author: junovitch Date: Sat Jul 9 12:43:55 UTC 2016 New revision: 418273 URL: https://svnweb.freebsd.org/changeset/ports/418273 Log: www/kanboard: fix URL on one of the MASTER_SITES PR: 210818 Approved by: Bart Wrobel <bsd@if0.eu> (maintainer) Changes: head/www/kanboard/Makefile
(In reply to Bart Wrobel from comment #9) Done. Thanks! Everything that I saw that could be address has been addressed.