Created attachment 222066 [details] Fix from upstream A few weeks ago phpVirtualBox started preventing users to switch from one server to another, as you car read in this upstream bug report: https://github.com/phpvirtualbox/phpvirtualbox/issues/267 This patch apply the fix referenced by URL to this port.
I confirm this issue and fix.
A commit references this bug: Author: fluffy Date: Mon Feb 1 15:06:39 UTC 2021 New revision: 563582 URL: https://svnweb.freebsd.org/changeset/ports/563582 Log: www/phpvirtualbox: Set default cookie expiry date to 7 days after creation Fix the issue "unable to switch servers" A few weeks ago phpVirtualBox started preventing users to switch from one server to another, as you can read in this upstream bug report: https://github.com/phpvirtualbox/phpvirtualbox/issues/267 PR: 253155 Submitted by: andrew.hotlab With hat: ports-secteam Obtained from: phpvirtualbox repo MFH: 2021Q1 Changes: head/www/phpvirtualbox/Makefile head/www/phpvirtualbox/files/patch-js_utils.js
A commit references this bug: Author: fluffy Date: Mon Feb 1 15:07:55 UTC 2021 New revision: 563583 URL: https://svnweb.freebsd.org/changeset/ports/563583 Log: MFH: r563582 www/phpvirtualbox: Set default cookie expiry date to 7 days after creation Fix the issue "unable to switch servers" A few weeks ago phpVirtualBox started preventing users to switch from one server to another, as you can read in this upstream bug report: https://github.com/phpvirtualbox/phpvirtualbox/issues/267 PR: 253155 Submitted by: andrew.hotlab With hat: ports-secteam Obtained from: phpvirtualbox repo Changes: _U branches/2021Q1/ branches/2021Q1/www/phpvirtualbox/Makefile branches/2021Q1/www/phpvirtualbox/files/patch-js_utils.js
Committed, thanks!