Port details |
- mod_auth_kerb2 Apache module for authenticating users with Kerberos v5
- 5.4_8 www =6 5.4_8Version of this port present on the latest quarterly branch.
- Maintainer: apache@FreeBSD.org
- Port Added: 2009-01-04 17:58:53
- Last Update: 2023-11-06 10:03:47
- Commit Hash: 06df180
- People watching this port, also watch:: nagios, sudo, openvpn, net-snmp, nagios-plugins
- License: MIT BSD3CLAUSE
- WWW:
- https://modauthkerb.sourceforge.net/
- Description:
- mod_auth_kerb is an Apache module for authenticating Web clients in a
Kerberos v5 realm. Authentication may be performed via the Kerberos
principal/password; it may also be done securely using SPNEGO (HTTP
Negotiate auth protocol) to perform a GSSAPI/Kerberos authentication
from the user's browser and Kerberos credentials directly to the server
Kerberos credentials 'HTTP/host@REALM'. Because the Kerberos password is
transmitted in plain text in the former mode, when using mod_auth_kerb
for naive HTTP Basic (password-based) authentication, this module
MUST be used in conjunction with an encryption-capable Web server
(e.g. Apache) to keep that exchange private. There is no documentation
provided; see the Web site for more details.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ap24-mod_auth_kerb2>0:www/mod_auth_kerb2
- To install the port:
- cd /usr/ports/www/mod_auth_kerb2/ && make install clean
- To add the package, run one of these commands:
- pkg install www/mod_auth_kerb2
- pkg install ap24-mod_auth_kerb2
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ap24-mod_auth_kerb2
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (mod_auth_kerb-5.4.tar.gz) = 690ddd66c6d941e2fa2dada46588329a6f57d0a3b9b2fd9bf055ebc427558265
SIZE (mod_auth_kerb-5.4.tar.gz) = 93033
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
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for ap24-mod_auth_kerb2-5.4_8:
====> Use Base version of GSS API: you have to select exactly one of them
GSSAPI_BASE=on: Use Base version of GSS API
GSSAPI_HEIMDAL=off: Use Heimdal implementation of GSS API
GSSAPI_MIT=off: Use MIT implementation of GSS API
===> Use 'make config' to modify these settings
- Options name:
- www_mod_auth_kerb2
- USES:
- apache gssapi
- 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 |
5.4_8 06 Nov 2023 10:03:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems
Approved by: portmgr (blanket)
PR: 274888 |
5.4_8 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) |
5.4_8 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 ) |
5.4_8 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
5.4_8 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
5.4_8 11 Mar 2018 18:50:33 |
brnrd |
www/mod_auth_kerb2: Fix typo
- Doesn't work without the = after USES
Reported by: antoine
Approved by: fixit blanket |
5.4_8 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 |
5.4_8 10 Apr 2017 15:49:56 |
amdmi3 |
- Remove obsolete OSVERSION condition
Approved by: portmgr blanket |
5.4_8 17 Aug 2015 14:20:41 |
mat |
Remove UNIQUENAME and LATEST_LINK.
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.
Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.
Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)
Reviewed by: antoine, bapt
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3336 |
5.4_8 21 Jul 2015 23:54:38 |
jkim |
- Let the user select at least one of the available GSSAPI options.
- Reduce the scope of gssapi_krb5 hack. See PR156245 for more information. |
5.4_8 29 Jun 2015 16:03:09 |
zi |
- Unbreak this module after changes from r378260
- Bump PORTREVISION |
5.4_7 08 Feb 2015 21:29:24 |
bapt |
Does not need gmake
Add description for all options |
5.4_7 01 Feb 2015 18:40:58 |
hrs |
- Use USES=gssapi.
- Add LICENSE.
- Fix a bug in KrbSaveCredentials option (RHBA-2012:0877-1). |
5.4_6 17 Jun 2014 18:44:05 |
jkim |
Conditionally add "-lgssapi_krb5" to KRB5_LDFLAGS. This fixes build with
security/heimdal.
PR: ports/124375
Approved by: apache (maintainer, timeout 6+ years) |
5.4_6 08 Jun 2014 15:43:05 |
philip |
Fix building with Apache 2.4.x.
Approved by: apache (ohauer) (maintainer) |
5.4_5 09 Mar 2014 16:59:33 |
ohauer |
- add stage support |
5.4_5 15 Dec 2013 10:18:01 |
ohauer |
- change to new LIB_DEPENDS notation
- s/LATEST_LINK/PKGNAMESUFFIX/ |
5.4_5 03 Oct 2013 22:24:34 |
ohauer |
- revert r275666 (gsed is really not required)
- adjust PORTSCOUD |
5.4_5 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
5.4_5 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
5.4_5 18 Jun 2013 20:46:01 |
ohauer |
- patch mod_auth_kerb.c from r150 to r157 from upstream repo
Special thanks to Hiroki Sato (hrs@) for testing the patch!
with had apache@
Obtained
from: http://modauthkerb.cvs.sourceforge.net/viewvc/modauthkerb/mod_auth_kerb/src/mod_auth_kerb.c?revision=1.157 |
5.4_4 28 Nov 2012 16:19:07 |
zi |
- Resolve run-time issues mentioned in these PRs by adding -lgssapi_krb5 to the
LDFLAGS list.
- Bump PORTREVISION
PR: ports/137729, ports/147282, ports/147282
Approved by: maintainer timeout (2+ years)
Feature safe: yes |
5.4_3 22 Sep 2012 21:15:51 |
ohauer |
- USE_APACHE= s/22+/22/
- adopt new Makefile header
Port build fails on local exp-run with apache24 with
error: 'conn_rec' has no member named 'remote_ip'
or various other apache22 specific functions/parameters
with hat apache@ |
5.4_3 18 Aug 2012 14:29:11 |
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@ |
5.4_3 20 Aug 2011 17:27:52 |
ohauer |
- bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined |
5.4_2 16 Jun 2011 09:13:37 |
girgen |
mod_auth_kerb2 needs gsed to build |
5.4_2 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
5.4_2 27 Nov 2010 00:29:39 |
pgollucci |
- Fix build against ports krb5
- Register dependencies correctly
- Bump PORTREVISION
PR: ports/149370
Submitted by: Benjamin Lee <ben@b1c1l1.com>
With Hat: apache@ |
5.4_1 16 Sep 2010 04:17:12 |
pgollucci |
- Fix pkg-plist
The default install calls apxs but without -a/-A
which confuses our std pkg-plist @exec/@unexec stanzas
Reported by: erwin via pointyhat |
5.4 06 Jun 2010 05:00:32 |
pgollucci |
- use %%AP_MODULE%% PLIST_SUB var in pkg-plist s
PR: ports/147143
Submitted by: pgollucci@ (myself)
Reviewed by: portmgr (pav) |
5.4 27 May 2010 21:27:03 |
pgollucci |
- 2/3:
- consistently use APACHE PLIST_SUB var %%AP_NAME%% in pkg-plists
PR: ports/147142
Reviewed by: portmgr (pav)
With Hat: apache@ |
5.4 27 May 2010 21:19:17 |
pgollucci |
- 1/3:
- apxs -a is install
- apxs -A is uninstall
PR: ports/147139
Reviewed by: portmgr (pav)
With Hat: apache@ |
5.4 25 May 2010 20:17:37 |
pgollucci |
Mk/bsd.apache.mk can not sufficiently alter things before Mk/bsd.options.mk
in Mk/bsd.ports.mk due to ordering in Mk/bsd.port.mk. This causes OPTIONSFILE
to be incorrectly set during some make phases as a result of the recent
PKGNAMEPREFIX for apache ports.
'Revert' some of the PKGNAMEPREFIX changes for apXX-.
- Must be manually requested in tbe port Makefile either by
a) AP_FAST_BUILD=yes
b) PKGNAMEPREFIX=${APACHE_PKGNAMEPREFIX}
- Going forward, we will only do this for ports where WITH_APACHE
is NOT optional, but required. mod_* ports are a good fit.
141 ports are mod_ ports
80 of those use AP_FAST_BUILD and thus are auto hooked by this patch [a].
61 remaining are then patched to mirror the other $lang frameworks [b].
PR: ports/146956
Reported by: Hans F. Nordhaug <Hans.F.Nordhaug@hiMolde.no>, several
Discussed with: pav, itectu on #bsdports
Tested by: P6 TB run
Approved by: portmgr (pav) |
5.4 22 Aug 2009 00:38:34 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with W |
5.4 17 May 2009 07:24:35 |
pgollucci |
- Mark SAFE apache@ ports MAKE_JOBS_SAFE=yes |
5.4 11 May 2009 07:42:53 |
pgollucci |
- Cleanup apxs -> APXS usage
- Clean up PLIST_SUB vars
- Use %%AP*%% in pkg-plist |
5.4 12 Jan 2009 02:06:50 |
pgollucci |
- set LATEST_LINK
- connect to the build
Requested by: bsam
PR: ports/130006 |
5.4 04 Jan 2009 17:58:36 |
pgollucci |
Forced commit to note repocopy from www/mod_auth_kerb
Repocopy by: marcus |