[Bug 216931] net-mgmt/icingaweb2: error when using postgresql backend due to missing dependency

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Feb 9 09:15:28 UTC 2017


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

            Bug ID: 216931
           Summary: net-mgmt/icingaweb2: error when using postgresql
                    backend due to missing dependency
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: lme at FreeBSD.org
          Reporter: madpilot at FreeBSD.org
             Flags: maintainer-feedback?(lme at FreeBSD.org)
          Assignee: lme at FreeBSD.org

Created attachment 179789
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=179789&action=edit
fix

I'm using icingaweb2 with postgresql backend. It depends only on the pdo_pgsql
PHP component when postgres support is enabled, but just after login the code
uses the pg_unescape_bytea() function, which comes from the pgsql component.
[1]

Attached patch adds a dependency on the pgsql component when enabling postgres
support.


[1]
https://github.com/Icinga/icingaweb2/blob/master/library/Icinga/Authentication/User/DbUserBackend.php
line 211

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


More information about the freebsd-ports-bugs mailing list