Port details |
- mod_auth_cas Apache 2.x module that supports the CASv1 and CASv2 protocols
- 1.2 www
=2 1.2Version of this port present on the latest quarterly branch. - Maintainer: apache@FreeBSD.org
 - Port Added: 2009-12-24 20:05:46
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- People watching this port, also watch:: mutt, p5-AuthCAS
- License: APACHE20
- Description:
- mod_auth_cas is an Apache 2.0/2.2 compliant module that
supports the CASv1 and CASv2 protocols.
WWW: https://wiki.jasig.org/display/CASC/mod_auth_cas
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ap24-mod_auth_cas>0:www/mod_auth_cas
- To install the port:
- cd /usr/ports/www/mod_auth_cas/ && make install clean
- To add the package, run one of these commands:
- pkg install www/mod_auth_cas
- pkg install ap24-mod_auth_cas
- PKGNAME: ap24-mod_auth_cas
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1569224557
SHA256 (Jasig-mod_auth_cas-v1.2_GH0.tar.gz) = b05a194f6c255f65a10537242648d8c0c2110960c03aff240bd8f52eaa454c29
SIZE (Jasig-mod_auth_cas-v1.2_GH0.tar.gz) = 410525
- 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:
-
- apxs : www/apache24
- Runtime dependencies:
-
- apxs : www/apache24
- Library dependencies:
-
- libcurl.so : ftp/curl
- libpcre.so : devel/pcre
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for ap24-mod_auth_cas-1.2:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- www_mod_auth_cas
- USES:
- apache:2.4 ssl
- pkg-message:
- For install:
- Set a few required parameters in your Apache configuration:
CASCookiePath /var/cache/apache2/mod_auth_cas/
CASLoginURL https://login.example.org/cas/login
CASValidateURL https://login.example.org/cas/serviceValidate
Protect a "Location" or "Directory" block in your Apache configuration:
<Location /secured>
Authtype CAS
require valid-user
</Location>
If SAML-delivered attribute authorization is also desired, use the
samlValidate URL, enable SAML validation, and specify cas-attribute
in your require rule (please note: both attribute name and value are
case-sensitive):
CASCookiePath /var/cache/apache2/mod_auth_cas/
CASLoginURL https://login.example.org/cas/login
CASValidateURL https://login.example.org/cas/samlValidate
CASValidateSAML On
<Location /secured>
Authtype CAS
require cas-attribute edupersonaffiliation:staff
</Location>
For more informations see:
https://github.com/Jasig/mod_auth_cas
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 1.2
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
26 Sep 2019 05:52:01
1.2
|
joneum  |
Update to 1.2
Sponsored by: Netzkommune GmbH |
14 Aug 2019 12:25:09
1.1_1
|
mat  |
Convert to UCL & cleanup pkg-message (categories w) |
14 Oct 2018 15:38:40
1.1_1
|
joneum  |
Fix build with OpenSSL 1.1.x
While here:
- Pet Portlint
PR: 232221
Submitted by: Nathan <ndowens@yahoo.com>
Sponsored by: Netzkommune GmbH |
10 Sep 2018 13:16:17
1.1
|
mat  |
Various cleanup & fixes post-DOCS/EXAMPLES cleanup.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
10 Sep 2018 13:14:52
1.1
|
mat  |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
11 Mar 2018 17:38:46
1.1
|
brnrd  |
Migrate USE_APACHE to USES= apache (category www)
- Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk
With hat: apache |
05 Nov 2017 12:36:16
1.1
|
brnrd  |
www/mod_auth_cas: Update to 1.1
- Update to 1.1
- Add modules.d configuration file
- Builds OK with clang
- Fix configure detection of libpcre
PR: 214707
Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr>
With hat: apache |
08 Dec 2016 17:01:32
1.0.9.1_3
|
tijl  |
Remove libcurl.so.7 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
01 Apr 2016 14:33:58
1.0.9.1_2
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
07 May 2015 20:24:16
1.0.9.1_2
|
mat  |
Update ports in the remaining categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
13 Jul 2014 22:31:18
1.0.9.1_2
|
ohauer  |
- add fix from https://github.com/Jasig/mod_auth_cas/pull/13
- switch to github
- bump PORTREVISION
PR: 191792
Submitted by: dgeo <dgeo@centrale-marseille.fr> |
30 Dec 2013 20:55:19
1.0.9.1_1
|
ohauer  |
- rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20
- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4
PR: ports/184785
Submitted by: ohauer
Reviewed by: tabthorpe
Approved by: portmgr (tabthorpe@) |
10 Nov 2013 23:11:59
1.0.9.1_1
|
ohauer  |
- add stage support |
20 Sep 2013 23:36:54
1.0.9.1_1
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
14 Aug 2013 22:35:54
1.0.9.1_1 
|
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
11 Jul 2013 16:26:27
1.0.9.1_1
|
sunpoet  |
- Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
- Add COOKIES
- Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
- Add GSSAPI and SPNEGO [2]
- Remove KERBEROS4
- Rename LIBIDN to IDN
- Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile
Changes: http://curl.haxx.se/changes.html
PR: ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by: miwi |
25 Aug 2012 16:48:55
1.0.9.1
|
ohauer  |
- update to version 1.0.9.1
- add pkg-message
PR: ports/168710
Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> |
18 Aug 2012 14:29:11
1.0.8_1
|
ohauer  |
- remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED
with hat apache@ |
20 Aug 2011 17:27:52
1.0.8_1
|
ohauer  |
- bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined |
19 Mar 2011 12:38:54
1.0.8
|
miwi  |
- Get Rid MD5 support |
20 Oct 2010 03:26:34
1.0.8
|
pgollucci  |
- Fix some MASTER_SITES
With Hat: apache@
Reported by: distilator |
20 Oct 2010 02:46:01
1.0.8
|
pgollucci  |
- update or remove pkg-descr WWW urls
Reported by: distilator
With Hat: apache@ |
24 Dec 2009 20:07:14
1.0.8
|
pgollucci  |
- addport is smarter then I am, remove files that should not have been added |
24 Dec 2009 20:05:22
1.0.8
|
pgollucci  |
mod_auth_cas is an Apache 2.0/2.2 compliant module that
supports the CASv1 and CASv2 protocols.
WWW: http://www.ja-sig.org/wiki/display/CASC/mod_auth_cas
PR: ports/140348
Submitted by: Kimo <kimor79 at yahoo.com> |