Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Mar 2015 09:44:47 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 198620] security/shibboleth2-sp: fix for Apache 2.2
Message-ID:  <bug-198620-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 198620
           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 154412
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=154412&action=edit
Change USE_APACHE to 22+

The security/shibboleth2-sp port includes this line:

USE_APACHE=    22-24

As far as I can see, this is the only port which uses the range functionality
for that knob.  Unfortunately, it doesn't work properly when using poudriere
with the Apache default version set to 2.2, as described to the freebsd-apache
list:

http://lists.freebsd.org/pipermail/freebsd-apache/2014-October/003710.html

There were no replies to that post, so please change the port to only specify
the minimum Apache version:

USE_APACHE=    22+

The attached patch makes that change.

-- 
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-198620-13>