[Bug 227771] www/dokuwiki: Add hash extension to USE_PHP

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Apr 25 14:26:01 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227771

            Bug ID: 227771
           Summary: www/dokuwiki: Add hash extension to USE_PHP
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: delphij at FreeBSD.org
          Reporter: yasu at utahime.org
          Assignee: delphij at FreeBSD.org
             Flags: maintainer-feedback?(delphij at FreeBSD.org)

Created attachment 192808
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=192808&action=edit
patch file

* Add hash extension to USE_PHP. Without it following runtime error happens
when you login the wiki.

  Fatal error: Uncaught Error: Call to undefined function hash_equals() in
/usr/local/www/dokuwiki/inc/PassHash.class.php:94 Stack trace: #0
/usr/local/www/dokuwiki/inc/auth.php(1215): PassHash->verify_hash('XXXXXXXX',
'XXXXXXXX') #1 /usr/local/www/dokuwiki/lib/plugins/authplain/auth.php(69):
auth_verifyPassword('XXXXXXXX', 'XXXXXXXX') #2
/usr/local/www/dokuwiki/inc/auth.php(225):
auth_plugin_authplain->checkPass('XXXXXXXX', 'XXXXXXXX') #3
/usr/local/www/dokuwiki/inc/auth.php(177): auth_login('XXXXXXXX', 'XXXXXXXX',
false, false) #4 /usr/local/www/dokuwiki/inc/events.php(111):
auth_login_wrapper(Array) #5 /usr/loc
al/www/dokuwiki/inc/events.php(256): Doku_Event->trigger('auth_login_wrap...',
true) #6 /usr/local/www/dokuwiki/inc/auth.php(109):
trigger_event('AUTH_LOGIN_CHEC...', Array, 'auth_login_wrap...') #7
/usr/local/www/dokuwiki/inc/init.php(215): auth_setup() #8
/usr/local/www/dokuwiki/doku.php(34): require_once('/usr/local/www/...') #9
{main} thrown in /usr/local/www/dokuwiki/inc/PassHash.class.php on line 94

* Bump PORTREVISION because of dependecy change.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list