Port details |
- shibboleth-sp C++ Shibboleth Service Provider (Internet2) for Apache
- 3.5.0_2 security =2 3.4.1_2Version of this port present on the latest quarterly branch.
- Maintainer: girgen@FreeBSD.org
- Port Added: 2007-08-03 23:21:42
- Last Update: 2024-11-13 14:48:39
- Commit Hash: b78b4a0
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: www
- License: APACHE20
- WWW:
- http://shibboleth.internet2.edu/
- Description:
- Shibboleth is standards-based, open source middleware software which
provides Web Single SignOn (SSO) across or within organizational
boundaries. It allows sites to make informed authorization decisions
for individual access of protected online resources in a
privacy-preserving manner.
This software is a C++ implementation of the Service Provider version 2
component of the Shibboleth can be used in Apache Web servers. The
service provider manages secured resources. User access to resources
is based on assertions received by the service provider (SP) from
an identity provider.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- shibboleth-sp>0:security/shibboleth-sp
- To install the port:
- cd /usr/ports/security/shibboleth-sp/ && make install clean
- To add the package, run one of these commands:
- pkg install security/shibboleth-sp
- pkg install shibboleth-sp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: shibboleth-sp
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1729173100
SHA256 (shibboleth-sp-3.5.0.tar.bz2) = f301604bd17ee4d94a66e6dd7ad1c3f0917949a4a12176d55614483d78fefe58
SIZE (shibboleth-sp-3.5.0.tar.bz2) = 834909
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- boost-libs>=0 : devel/boost-libs
- gmake>=4.4.1 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- apxs : www/apache24
- Runtime dependencies:
-
- apxs : www/apache24
- Library dependencies:
-
- libsaml.so : security/opensaml
- liblog4shib.so : devel/log4shib
- libxerces-c.so : textproc/xerces-c3
- libxml-security-c.so : security/apache-xml-security-c
- libxmltooling.so : devel/xmltooling
- libapr-1.so : devel/apr1
- libgdbm.so : databases/gdbm
- libexpat.so : textproc/expat2
- libodbc.so : databases/unixODBC
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for shibboleth-sp-3.5.0_2:
====> Webserver modules
FASTCGI=off: FastCGI protocol support, e.g. for NGINX
APACHE=on: Build Apache module
====> Optional session storage
ODBC=on: ODBC database backend - store sessions in a database
MEMCACHED=off: Store sessions in memcached
===> Use 'make config' to modify these settings
- Options name:
- security_shibboleth-sp
- USES:
- gmake tar:bzip2 cpe pkgconfig libtool apache
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.5.0_2 13 Nov 2024 14:48:39 |
Palle Girgensohn (girgen) |
security/shibboleth-sp: Unbreak memcached support
It was apparently fixed upstreams.
PR: 264044 |
3.5.0_2 13 Nov 2024 08:27:16 |
Palle Girgensohn (girgen) |
security/shibboleth-sp: Remove incorrect dependency
PR: 279155 (Reported by diizzy@) |
3.5.0_1 31 Oct 2024 12:58:56 |
Palle Girgensohn (girgen) |
security/shibboleth-sp: Fix build with clang19
There was probably a name space clash between std and xmltooling for
the `char_traits' method.
See also: https://shibboleth.atlassian.net/browse/SSPCPP-998 |
3.5.0_1 25 Oct 2024 15:56:41 |
Po-Chuan Hsieh (sunpoet) |
textproc/xerces-c3: Update to 3.3.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10510&version=12355023 |
3.5.0 19 Oct 2024 18:12:21 |
Palle Girgensohn (girgen) |
security/shibboleth-sp: Update to 3.5.0
Release notes: https://shibboleth.atlassian.net/wiki/x/jYUaew |
3.4.1_2 19 Sep 2024 09:39:47 |
Palle Girgensohn (girgen) |
security/shibboleth-sp: allow configuring the www_group
If you reconfigured your apache httpd to use a non-standard group, set
the rc variable shibboleth_www_group to correspond to that group, and
you will get correct rights for the unix domain socket that mod_shib
uses to communicate with the shibboleth daemon. |
3.4.1_1 16 Aug 2023 02:31:00 |
Muhammad Moinur Rahman (bofh) |
security/shibboleth-sp: Fix build with llvm16
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
3.4.1_1 12 Jun 2023 15:09:11 |
Palle Girgensohn (girgen) |
devel/xmltooling: update to 3.2.4
An updated version of the XMLTooling library that is part of the
OpenSAML and Shibboleth Service Provider software is now available
which corrects a server-side request forgery (SSRF) vulnerability.
Security: f7e9a1cc-0931-11ee-94b4-6cc21735f730 |
3.4.1 25 Jan 2023 17:54:07 |
Muhammad Moinur Rahman (bofh) |
Mk/Uses/apache.mk: Refactor after removal of older versions
apache22 and apache25 had been removed a long time ago however the
apache.mk file has never been refactored and is out of sync from the
file Mk/bsd.default-versions.mk. These changes refactors the removals of
the older versions. In addition:
- Move some keywords like USE_APACHE, USE_APACHE_BUILD, USE_APACHE_RUN
from SANITY_DEPRECATED to SANITY_UNSUPPORTED
- Remove apache versions from ports Makefiles as currently there is only
one available version in the tree. However the version checks are
still valid and should work flawlessly whenever a new version is
added. For example USES=apache:2.2+ are simply replaced with
USES=apache. As currently there are no other versions available for
test this could not be checked on it's own ground.
- Update FOO_USE=APACHE=yes to FOO_USES=apache
- Remove trailing whitespaces
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D38113 |
3.4.1 11 Jan 2023 14:46:40 |
Palle Girgensohn (girgen) |
shibboleth-sp: Update to 3.4.1
A patch release of the Service Provider, V3.4.1, is now available. This
release fixes a couple of small bugs and adds a warning requested by one
of our member organizations in the absence of the redirectLimit setting,
which leads to SPs being abused as open redirectors.
Notably, this release includes an update to the xmltooling library that
hardens the code base against the sorts of attacks reported against the
IdP in the recent advisory. The SP is, as far as can be determined, not
impacted directly by that vulnerability, but this is a precautionary
change.
Release
notes: https://shibboleth.atlassian.net/wiki/spaces/SP3/pages/2065335693/ReleaseNotes |
3.4.0 07 Nov 2022 17:03:06 |
Palle Girgensohn (girgen) |
security/shibboleth-sp: update to 3.4.0
This is a minor update containing a new setting suggested by a
contributor (thus the unplanned minor version change) controlling
retries when TCP connections to shibd are used. The other changes are
minimal in nature.
Update the toolchain as well:
devel/xmltooling
textproc/xerces-c3
and bump PORTREVISION for security/opensaml due to dependencies'
updates.
Release notes: https://wiki.shibboleth.net/confluence/display/SP3/ReleaseNotes |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.3.0_2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.3.0_2 12 Aug 2022 14:46:53 |
Dima Panov (fluffy) |
*/*: bump all consumers after recent boost upgrade |
3.3.0_1 20 Jul 2022 14:22:56 |
Tobias C. Berner (tcberner) |
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
3.3.0_1 20 Dec 2021 14:02:27 |
Palle Girgensohn (girgen) |
security/shibboleth-sp: Silence bogus apache 1.3 warning
PR: 260482
Submitted by: Craig Leres |
3.3.0 30 Nov 2021 14:42:09 |
Palle Girgensohn (girgen) |
security/shibboleth-sp: update to 3.3.0 |
3.2.3 08 Jul 2021 08:26:04 |
Palle Girgensohn (girgen) |
security/shibboleth-sp: update to 3.2.3
A regression in the RequestMap feature causing random crashes on some
systems was identified, necessitating this patch update. Most uses of
this feature tend to be on Windows, so that's the primary platform
affected but the bug was generic if the feature were to be used on other
systems.
It isn't easily exploitable by specific requests, so it's a borderline
sort of denial of service risk and the Shibboleth project chose not to
do an advisory, and anybody affected won't need much incentive to get
the patch anyway. |
3.2.2 26 Apr 2021 08:51:17 |
Palle Girgensohn (girgen) |
security/shibboleth-sp: Update to 3.2.2
This is a security fix for an issue that has not yet been disclosed. The
vuxml entry will be updated once the CVE is available.
The patch to mitigate the vulnerability was introduced already on
2021-04-23 in the FreeBSD port as 3.2.1_1.
Security: e4403051-a667-11eb-b9c9-6cc21735f730 |
3.2.1_1 23 Apr 2021 19:04:42 |
Palle Girgensohn (girgen) |
security/shibboleth-sp: Reintroduce direct dependencies to silent Q/A.
The dependencies where previously added indirectly through the
dependency chain via opensaml, bust the Q/A disapproved of that.
Add patch to check for missing DataSealer during cookie recovery. |
3.2.1 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
3.2.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.2.1 16 Mar 2021 22:15:12 |
girgen |
Update to version 3.2.1
Release notes: https://wiki.shibboleth.net/confluence/display/SP3/ReleaseNotes
[1] |
3.2.0_1 18 Dec 2020 08:51:57 |
girgen |
Update xmltooling to 3.2.0
Bump dependant ports. xmltooling is only used as a dependency for
security/shibboleth-sp.
Release notes: https://wiki.shibboleth.net/confluence/display/SP3/ReleaseNotes |
3.2.0 15 Dec 2020 20:01:41 |
girgen |
Upgrade Shibboleth and OpenSAML to 3.2.0
Release
notes: https://wiki.shibboleth.net/confluence/display/SP3/ReleaseNotes#ReleaseNotes-3.2.0(December14,2020) |
3.1.0 13 Apr 2020 22:15:37 |
girgen |
The Shibboleth Project has released V3.1.0 of the Service Provider software.
Release notes: https://wiki.shibboleth.net/confluence/display/SP3/ReleaseNotes |
3.0.4_3 11 Dec 2019 17:53:49 |
jbeich |
devel/boost-*: update to 1.72.0
Changes: http://www.boost.org/users/history/version_1_72_0.html
PR: 241449
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D22136 |
3.0.4_2 19 Aug 2019 15:35:28 |
jbeich |
devel/boost-*: update to 1.71.0
Changes: http://www.boost.org/users/history/version_1_71_0.html
PR: 238827
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D20774 |
3.0.4_1 12 Apr 2019 06:36:31 |
jbeich |
devel/boost-*: update to 1.70.0
Changes: http://www.boost.org/users/history/version_1_70_0.html
PR: 235956
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D19303 |
3.0.4 11 Mar 2019 17:02:37 |
girgen |
Update Shibboleth and its tool chain to 3.0.4
The security problem was patched alreadyin 3.0.3p1, but all users are
recommended to update to the latest version at next service window.
Security: CVE-2019-9628
https://shibboleth.net/community/advisories/secadv_20190311.txt
Release notes: https://wiki.shibboleth.net/confluence/display/SP3/ReleaseNotes |
3.0.3 23 Dec 2018 10:54:35 |
girgen |
Update to version 3.0.3
The update corrects a denial of service vulnerability.
Security: 4f8665d0-0465-11e9-b77a-6cc21735f730 |
3.0.2_2 12 Dec 2018 00:15:50 |
jbeich |
devel/boost-*: update to 1.69.0
Changes: http://www.boost.org/users/history/version_1_69_0.html
PR: 232525
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17645 |
3.0.2_1 09 Aug 2018 06:58:31 |
jbeich |
devel/boost-*: update to 1.68.0
- Switch to C++14 for libboost_system to support C++14 consumers
Changes: http://www.boost.org/users/history/version_1_68_0.html
PR: 229569
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D16165 |
3.0.2 07 Aug 2018 13:24:37 |
girgen |
Update Shibboleth to 3.0.2
Also update the toolchain to latest versions. This includes a security fix for
apache-xml-security-c.
Releaseinfo: https://wiki.shibboleth.net/confluence/display/SP3/ReleaseNotes
Security: 5786185a-9a43-11e8-b34b-6cc21735f730
Security: https://shibboleth.net/community/advisories/secadv_20180803.txt |
1.3f 28 Jan 2010 01:59:05 |
miwi |
2010-01-08 x11-toolkits/gtkada-gps: has been broken for 3 months
2010-01-08 x11-fm/velocity: has been broken for 7 months
2010-01-08 x11-drivers/xf86-video-nsc: has been broken for 5 months
2010-01-08 www/rubygem-merb: has been broken for 5 months
2010-01-08 security/shibboleth-sp: has been broken for 3 months |
1.3f 25 Dec 2009 18:01:14 |
pgollucci |
- WITH_APACHE22 is deprecated
With Hat: apache@ |
1.3f 08 Dec 2009 14:30:09 |
pav |
This port has been broken for 3+ months, thus
- Mark DEPRECATED and schedule for expiration in one month
With hat: portmgr |
1.3f 01 Sep 2009 07:18:29 |
erwin |
Mark BROKEN on i386-6 as well. |
1.3f 30 Sep 2007 10:33:03 |
linimon |
Mark as only for i386-6.
Based on:
PR: ports/115474
Submitted by: maintainer |
1.3f 03 Aug 2007 23:21:26 |
pav |
Shibboleth is standards-based, open source middleware software which
provides Web Single SignOn (SSO) across or within organizational
boundaries. It allows sites to make informed authorization decisions
for individual access of protected online resources in a
privacy-preserving manner.
This software is a C++ implementation of the Service Provider
component of the Shibboleth can be used in Apache Web servers. The
service provider manages secured resources. User access to resources
is based on assertions received by the service provider (SP) from
an identity provider.
WWW: http://shibboleth.internet2.edu/
PR: ports/114663
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> |