Bug 154023 - [patch] www/dokuwiki requires phpX-openssl for install/updating plugins via the web UI
Summary: [patch] www/dokuwiki requires phpX-openssl for install/updating plugins via t...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Xin LI
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-15 09:30 UTC by jason
Modified: 2011-01-16 02:50 UTC (History)
0 users

See Also:


Attachments
file.diff (348 bytes, patch)
2011-01-15 09:30 UTC, jason
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description jason 2011-01-15 09:30:14 UTC
The administration UI within Dokuwiki allows for web-based installation and upgrade of plug-ins.  To do this the PHP code opens a socket and retrieves the needed files from wherever they live out on the internet.  If it tries to grab a file from an HTTPS server, the UI reports that an error has occurred, but gives no further indication what the problem was.

Fix: Install php5-openssl.  Include openssl in the list of required php modules in the ports Makefile.

Patch attached with submission follows:
How-To-Repeat: Without php5-openssl installed, go to the Manage Plugins page of dokuwiki and attempt to install http://github.com/splitbrain/dokuwiki-plugin-ditaa/zipball/master or https://github.com/splitbrain/dokuwiki-plugin-ditaa/zipball/master.  (The first gets redirected to the second).
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2011-01-15 18:32:53 UTC
Responsible Changed
From-To: freebsd-ports-bugs->delphij

Fix synopsis and assign.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-01-16 02:49:22 UTC
delphij     2011-01-16 02:49:16 UTC

  FreeBSD ports repository

  Modified files:
    www/dokuwiki         Makefile 
  Log:
  Add php-openssl as dependency, which is needed for installing/updating
  plugins via web UI.
  
  PR:             ports/154023
  Submitted by:   Jason Taylor <jason infinitebubble.com>
  Feature safe:   yes
  
  Revision  Changes    Path
  1.46      +2 -1      ports/www/dokuwiki/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Xin LI freebsd_committer freebsd_triage 2011-01-16 02:49:40 UTC
State Changed
From-To: open->closed

Committed, thanks!