Port details |
- mod_auth_gssapi Apache module for authenticating users with GSSAPI
- 1.6.5 www =3 1.6.5Version of this port present on the latest quarterly branch.
- Maintainer: chris@chrullrich.net
- Port Added: 2016-09-10 19:10:14
- Last Update: 2023-01-25 17:54:07
- Commit Hash: 40843b1
- People watching this port, also watch:: samhain-client, jitsi-meet, monit, milter-greylist, perl5.40
- License: MIT
- WWW:
- https://github.com/gssapi/mod_auth_gssapi
- Description:
- This module adds support for single-sign-on authentication via GSSAPI
to the Apache httpd. It is intended as a successor to mod_auth_kerb.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ap24-mod_auth_gssapi>0:www/mod_auth_gssapi
- To install the port:
- cd /usr/ports/www/mod_auth_gssapi/ && make install clean
- To add the package, run one of these commands:
- pkg install www/mod_auth_gssapi
- pkg install ap24-mod_auth_gssapi
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ap24-mod_auth_gssapi
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1661791300
SHA256 (gssapi-mod_auth_gssapi-v1.6.5_GH0.tar.gz) = 8c61c04062d3fffadfad8e71e65783d8e5dffe806be76e8c9a097500a59a76eb
SIZE (gssapi-mod_auth_gssapi-v1.6.5_GH0.tar.gz) = 123448
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
- bison : devel/bison
- libkrb5support.so : security/krb5
- pkgconf>=1.3.0_1 : devel/pkgconf
- autoconf>=2.71 : devel/autoconf
- automake>=1.16.5 : devel/automake
- libtoolize : devel/libtool
- Runtime dependencies:
-
- apxs : www/apache24
- libkrb5support.so : security/krb5
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- www_mod_auth_gssapi
- USES:
- autoreconf apache bison gssapi:mit,flags libtool ssl pkgconfig
- 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 |
1.6.5 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 |
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) |
1.6.5 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 ) |
1.6.5 30 Aug 2022 11:10:25 |
Nuno Teixeira (eduardo) Author: Christian Ullrich |
www/mod_auth_gssapi: Update to 1.6.5
- GH_ACCOUNT changed: modauthgssapi -> gssapi
- update WWW url
ChangeLog: https://github.com/gssapi/mod_auth_gssapi/releases/tag/v1.6.5
PR: 266083 |
1.6.3 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.6.3 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
1.6.3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.6.3 10 Aug 2020 07:50:33 |
joneum |
Update to 1.6.3
PR: 248497
Submitted by: Christian Ullrich <chris@chrullrich.net> (maintainer)
Sponsored by: Netzkommune GmbH |
1.6.2 27 Apr 2020 09:41:26 |
joneum |
Update to 1.6.2
PR: 245962
Sponsored by: Netzkommune GmbH |
1.6.1 16 Jan 2019 12:02:12 |
swills |
www/mod_auth_gssapi: Fix build on 11.2-RELEASE
PR: 234993
Submitted by: Christian Ullrich <chris@chrullrich.net> (maintainer) |
1.6.1 25 Apr 2018 10:23:58 |
joneum |
www/mod_auth_gssapi: Update to 1.6.1
PR: 227736
Submitted by: maintainer |
1.6.0 11 Mar 2018 17:38:46 |
brnrd |
Migrate USE_APACHE to USES= apache (category www)
- Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk
With hat: apache |
1.6.0 12 Nov 2017 21:34:26 |
dbaio |
www/mod_auth_gssapi: Update to 1.6.0
It was added support for LibreSSL upstream.
While here, sort USES and add bison as build dependency
because there is an issue when building with byacc < 20170201,
more details in PR 223465.
Changes: https://github.com/modauthgssapi/mod_auth_gssapi/releases/tag/v1.6.0
PR: 223465
Submitted by: Christian Ullrich <chris@chrullrich.net> (maintainer) |
1.5.1 14 Apr 2017 14:42:59 |
mat |
Rename (BROKEN|IGNORE)_OPENSSL to \1_SSL.
Suggested by: sunpoet
Sponsored by: Absolight |
1.5.1 13 Apr 2017 16:52:09 |
mat |
Add a BROKEN_OPENSSL and IGNORE_OPENSSL, to mark ports that are
BROKEN/IGNORE for specific OpenSSL flavors.
Convert a few ports as an example.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D10340 |
1.5.1 17 Mar 2017 15:49:47 |
krion |
Update www/mod_auth_gssapi to 1.5.1
PR: 217702
Submitted by: maintainer
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9976 |
1.5.0 09 Feb 2017 12:44:42 |
amdmi3 |
- Update to 1.5.0
PR: 216170
Submitted by: chris@chrullrich.net (maintainer) |
1.4.1 09 Jan 2017 13:16:50 |
amdmi3 |
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket |
1.4.1 10 Sep 2016 19:10:08 |
pi |
New port: www/mod_auth_gssapi
This module adds support for single-sign-on authentication via GSSAPI
to the Apache httpd. It is intended as a successor to mod_auth_kerb.
WWW: https://github.com/modauthgssapi/mod_auth_gssapi
PR: 212325
Submitted by: chris@chrullrich.net |