Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Mar 2018 21:36:06 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 226958] security/shibboleth2-sp: fix for Apache 2.2
Message-ID:  <bug-226958-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 226958
           Summary: security/shibboleth2-sp: fix for Apache 2.2
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: girgen@FreeBSD.org
          Reporter: drs-freebsd@sieborger.nom.za
          Assignee: girgen@FreeBSD.org
             Flags: maintainer-feedback?(girgen@FreeBSD.org)

Created attachment 191853
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D191853&action=
=3Dedit
Use new format of APACHE_VERSION

APACHE_VERSION now contains a dot between major and minor versions (since t=
he
changes to Mk/Uses/apache.mk in revision 464175):

$ make -V APACHE_VERSION
2.2

As a result of that, the condition '.if "${APACHE_VERSION}" =3D=3D 22' never
matches.  This patch updates shibboleth2-sp accordingly.

--=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-226958-13>