Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 09 Feb 2017 09:15:27 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 216931] net-mgmt/icingaweb2: error when using postgresql backend due to missing dependency
Message-ID:  <bug-216931-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D216931

            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@FreeBSD.org
          Reporter: madpilot@FreeBSD.org
             Flags: maintainer-feedback?(lme@FreeBSD.org)
          Assignee: lme@FreeBSD.org

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

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

Attached patch adds a dependency on the pgsql component when enabling postg=
res
support.


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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-216931-13>