Bug 253155 - [PATCH] www/phpvirtualbox Fix the issue "unable to switch servers"
Summary: [PATCH] www/phpvirtualbox Fix the issue "unable to switch servers"
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Dima Panov
URL: https://github.com/phpvirtualbox/phpv...
Keywords:
Depends on:
Blocks:
 
Reported: 2021-02-01 11:31 UTC by Andrew
Modified: 2021-02-01 15:08 UTC (History)
3 users (show)

See Also:
bugzilla: maintainer-feedback? (vbox)


Attachments
Fix from upstream (1.37 KB, patch)
2021-02-01 11:31 UTC, Andrew
andrew.hotlab: maintainer-approval? (vbox)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew 2021-02-01 11:31:12 UTC
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.
Comment 1 Vladimir Druzenko freebsd_committer freebsd_triage 2021-02-01 12:22:50 UTC
I confirm this issue and fix.
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-02-01 15:06:55 UTC
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
Comment 3 commit-hook freebsd_committer freebsd_triage 2021-02-01 15:07:57 UTC
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
Comment 4 Dima Panov freebsd_committer freebsd_triage 2021-02-01 15:08:46 UTC
Committed, thanks!