View | Details | Raw Unified | Return to bug 266083 | Differences between
and this patch

Collapse All | Expand All

(-)b/www/mod_auth_gssapi/Makefile (-3 / +3 lines)
Lines 1-5 Link Here
1
PORTNAME=	mod_auth_gssapi
1
PORTNAME=	mod_auth_gssapi
2
PORTVERSION=	1.6.3
2
PORTVERSION=	1.6.5
3
DISTVERSIONPREFIX=	v
3
DISTVERSIONPREFIX=	v
4
CATEGORIES=	www
4
CATEGORIES=	www
5
PKGNAMEPREFIX=	${APACHE_PKGNAMEPREFIX}
5
PKGNAMEPREFIX=	${APACHE_PKGNAMEPREFIX}
Lines 13-25 LICENSE_FILE= ${WRKSRC}/COPYING Link Here
13
USES=		autoreconf apache:2.4+ bison gssapi:mit,flags libtool ssl
13
USES=		autoreconf apache:2.4+ bison gssapi:mit,flags libtool ssl
14
USES+=		pkgconfig
14
USES+=		pkgconfig
15
USE_GITHUB=	yes
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	modauthgssapi
16
GH_ACCOUNT=	gssapi
17
GNU_CONFIGURE=	yes
17
GNU_CONFIGURE=	yes
18
CONFIGURE_ARGS+=	KRB5_CONFIG=${KRB5CONFIG}
18
CONFIGURE_ARGS+=	KRB5_CONFIG=${KRB5CONFIG}
19
CONFIGURE_ARGS+=	OPENSSL_CFLAGS=-I${OPENSSLINC}
19
CONFIGURE_ARGS+=	OPENSSL_CFLAGS=-I${OPENSSLINC}
20
CONFIGURE_ARGS+=	OPENSSL_LIBS=-lcrypto
20
CONFIGURE_ARGS+=	OPENSSL_LIBS=-lcrypto
21
21
22
PLIST_FILES=	@sample\ ${APACHEETCDIR}/modules.d/%%APMOD_FILE%% \
22
PLIST_FILES=	@sample\ ${APACHEETCDIR}/modules.d/${APMOD_FILE} \
23
		${APACHEMODDIR}/mod_auth_gssapi.so
23
		${APACHEMODDIR}/mod_auth_gssapi.so
24
24
25
SUB_FILES=	${APMOD_FILE}
25
SUB_FILES=	${APMOD_FILE}
(-)b/www/mod_auth_gssapi/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1596911982
1
TIMESTAMP = 1661791300
2
SHA256 (modauthgssapi-mod_auth_gssapi-v1.6.3_GH0.tar.gz) = 6172cf77a8531c7cdef93a2c66a95f70c06115a2a0d55c359e9bfc783c87af60
2
SHA256 (gssapi-mod_auth_gssapi-v1.6.5_GH0.tar.gz) = 8c61c04062d3fffadfad8e71e65783d8e5dffe806be76e8c9a097500a59a76eb
3
SIZE (modauthgssapi-mod_auth_gssapi-v1.6.3_GH0.tar.gz) = 121840
3
SIZE (gssapi-mod_auth_gssapi-v1.6.5_GH0.tar.gz) = 123448
(-)b/www/mod_auth_gssapi/pkg-descr (-1 / +1 lines)
Lines 1-4 Link Here
1
This module adds support for single-sign-on authentication via GSSAPI
1
This module adds support for single-sign-on authentication via GSSAPI
2
to the Apache httpd. It is intended as a successor to mod_auth_kerb.
2
to the Apache httpd. It is intended as a successor to mod_auth_kerb.
3
3
4
WWW: https://github.com/modauthgssapi/mod_auth_gssapi
4
WWW: https://github.com/gssapi/mod_auth_gssapi

Return to bug 266083