notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
mod_auth_gssapi Apache module for authenticating users with GSSAPI
1.6.5 www on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.6.5Version of this port present on the latest quarterly branch.
Maintainer: chris@chrullrich.net search for ports maintained by this maintainer
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:: dovecot, gsasl
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (5 items)
Collapse this list.
  1. @sample etc/apache24/modules.d/240_mod_auth_gssapi.conf.sample
  2. libexec/apache24/mod_auth_gssapi.so
  3. /usr/local/share/licenses/ap24-mod_auth_gssapi-1.6.5/catalog.mk
  4. /usr/local/share/licenses/ap24-mod_auth_gssapi-1.6.5/LICENSE
  5. /usr/local/share/licenses/ap24-mod_auth_gssapi-1.6.5/MIT
Collapse this list.
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):
ap24-mod_auth_gssapi
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.6.51.6.51.6.31.6.51.6.5-1.6.3-
FreeBSD:13:quarterly1.6.51.6.51.6.51.6.51.6.51.6.51.6.51.6.5
FreeBSD:14:latest1.6.51.6.51.6.51.6.51.6.51.6.5-1.6.5
FreeBSD:14:quarterly1.6.51.6.5-1.6.51.6.51.6.51.6.51.6.5
FreeBSD:15:latest1.6.51.6.5n/a1.6.5n/a1.6.51.6.51.6.5
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. apxs : www/apache24
  2. bison : devel/bison
  3. libkrb5support.so : security/krb5
  4. pkgconf>=1.3.0_1 : devel/pkgconf
  5. autoconf>=2.71 : devel/autoconf
  6. automake>=1.16.5 : devel/automake
  7. libtoolize : devel/libtool
Runtime dependencies:
  1. apxs : www/apache24
  2. 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:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/gssapi/mod_auth_gssapi/tar.gz/v1.6.5?dummy=/
Collapse this list.

Number of commits found: 19

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.6.5
25 Jan 2023 17:54:07
commit hash: 40843b1ccb8f70cca82dd115a71a46ae2a97a450commit hash: 40843b1ccb8f70cca82dd115a71a46ae2a97a450commit hash: 40843b1ccb8f70cca82dd115a71a46ae2a97a450commit hash: 40843b1ccb8f70cca82dd115a71a46ae2a97a450 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
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
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
1.6.5
30 Aug 2022 11:10:25
commit hash: 747116fce0f8fb468d5662a8897eed2bc903d89fcommit hash: 747116fce0f8fb468d5662a8897eed2bc903d89fcommit hash: 747116fce0f8fb468d5662a8897eed2bc903d89fcommit hash: 747116fce0f8fb468d5662a8897eed2bc903d89f files touched by this commit
Nuno Teixeira (eduardo) search for other commits by this committer
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
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
1.6.3
06 Apr 2021 14:31:13
commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
all: Remove all other $FreeBSD keywords.
1.6.3
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.6.3
10 Aug 2020 07:50:33
Revision:544600Original commit files touched by this commit
joneum search for other commits by this committer
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
Revision:533117Original commit files touched by this commit
joneum search for other commits by this committer
Update to 1.6.2

PR:		245962
Sponsored by:	Netzkommune GmbH
1.6.1
16 Jan 2019 12:02:12
Revision:490474Original commit files touched by this commit
swills search for other commits by this committer
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
Revision:468269Original commit files touched by this commit
joneum search for other commits by this committer
www/mod_auth_gssapi: Update to 1.6.1

PR:		227736
Submitted by:	maintainer
1.6.0
11 Mar 2018 17:38:46
Revision:464189Original commit files touched by this commit
brnrd search for other commits by this committer
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
Revision:454085Original commit files touched by this commit
dbaio search for other commits by this committer
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
Revision:438518Original commit files touched by this commit
mat search for other commits by this committer
Rename (BROKEN|IGNORE)_OPENSSL to \1_SSL.

Suggested by:	sunpoet
Sponsored by:	Absolight
1.5.1
13 Apr 2017 16:52:09
Revision:438453Original commit files touched by this commit
mat search for other commits by this committer
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
Revision:436344Original commit files touched by this commit
krion search for other commits by this committer
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
Revision:433724Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Update to 1.5.0

PR:		216170
Submitted by:	chris@chrullrich.net (maintainer)
1.4.1
09 Jan 2017 13:16:50
Revision:430947Original commit files touched by this commit
amdmi3 search for other commits by this committer
- 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
Revision:421727Original commit files touched by this commit
pi search for other commits by this committer
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

Number of commits found: 19