Skip to content

Commit

Permalink
www/mod_auth_gssapi: Update to 1.6.5
Browse files Browse the repository at this point in the history
 - GH_ACCOUNT changed: modauthgssapi -> gssapi
 - update WWW url

ChangeLog:	https://github.com/gssapi/mod_auth_gssapi/releases/tag/v1.6.5
PR:		266083
  • Loading branch information
chrullrich authored and nunotexbsd committed Aug 30, 2022
1 parent e278b0d commit 747116f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions www/mod_auth_gssapi/Makefile
@@ -1,5 +1,5 @@
PORTNAME= mod_auth_gssapi
PORTVERSION= 1.6.3
PORTVERSION= 1.6.5
DISTVERSIONPREFIX= v
CATEGORIES= www
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
Expand All @@ -13,13 +13,13 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USES= autoreconf apache:2.4+ bison gssapi:mit,flags libtool ssl
USES+= pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= modauthgssapi
GH_ACCOUNT= gssapi
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= KRB5_CONFIG=${KRB5CONFIG}
CONFIGURE_ARGS+= OPENSSL_CFLAGS=-I${OPENSSLINC}
CONFIGURE_ARGS+= OPENSSL_LIBS=-lcrypto

PLIST_FILES= @sample\ ${APACHEETCDIR}/modules.d/%%APMOD_FILE%% \
PLIST_FILES= @sample\ ${APACHEETCDIR}/modules.d/${APMOD_FILE} \
${APACHEMODDIR}/mod_auth_gssapi.so

SUB_FILES= ${APMOD_FILE}
Expand Down
6 changes: 3 additions & 3 deletions www/mod_auth_gssapi/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1596911982
SHA256 (modauthgssapi-mod_auth_gssapi-v1.6.3_GH0.tar.gz) = 6172cf77a8531c7cdef93a2c66a95f70c06115a2a0d55c359e9bfc783c87af60
SIZE (modauthgssapi-mod_auth_gssapi-v1.6.3_GH0.tar.gz) = 121840
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
2 changes: 1 addition & 1 deletion www/mod_auth_gssapi/pkg-descr
@@ -1,4 +1,4 @@
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
WWW: https://github.com/gssapi/mod_auth_gssapi

0 comments on commit 747116f

Please sign in to comment.