From owner-svn-ports-head@freebsd.org Sat Sep 10 19:10:09 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AA731BD5ACE; Sat, 10 Sep 2016 19:10:09 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 885C9D6C; Sat, 10 Sep 2016 19:10:09 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8AJA8qL075132; Sat, 10 Sep 2016 19:10:08 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8AJA8Nv075126; Sat, 10 Sep 2016 19:10:08 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201609101910.u8AJA8Nv075126@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 10 Sep 2016 19:10:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421727 - in head/www: . mod_auth_gssapi mod_auth_gssapi/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2016 19:10:09 -0000 Author: pi Date: Sat Sep 10 19:10:08 2016 New Revision: 421727 URL: https://svnweb.freebsd.org/changeset/ports/421727 Log: 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 Added: head/www/mod_auth_gssapi/ head/www/mod_auth_gssapi/Makefile (contents, props changed) head/www/mod_auth_gssapi/distinfo (contents, props changed) head/www/mod_auth_gssapi/files/ head/www/mod_auth_gssapi/files/240_mod_auth_gssapi.conf.sample.in (contents, props changed) head/www/mod_auth_gssapi/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sat Sep 10 18:53:56 2016 (r421726) +++ head/www/Makefile Sat Sep 10 19:10:08 2016 (r421727) @@ -411,6 +411,7 @@ SUBDIR += mod_auth_cas SUBDIR += mod_auth_cookie_mysql2 SUBDIR += mod_auth_external2 + SUBDIR += mod_auth_gssapi SUBDIR += mod_auth_imap2 SUBDIR += mod_auth_kerb2 SUBDIR += mod_auth_mysql2 Added: head/www/mod_auth_gssapi/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/mod_auth_gssapi/Makefile Sat Sep 10 19:10:08 2016 (r421727) @@ -0,0 +1,48 @@ +# $FreeBSD$ + +PORTNAME= mod_auth_gssapi +PORTVERSION= 1.4.1 +DISTVERSIONPREFIX= v +CATEGORIES= www +PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} + +MAINTAINER= chris@chrullrich.net +COMMENT= Apache module for authenticating users with GSSAPI + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + +USE_GITHUB= yes +GH_ACCOUNT= modauthgssapi + +USE_APACHE= 24+ +USES= autoreconf libtool ssl gssapi:mit,flags +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%% \ + %%APACHEMODDIR%%/mod_auth_gssapi.so + +SUB_FILES= ${APMOD_FILE} +APMOD_FILE= 240_${PORTNAME}.conf.sample +PLIST_SUB+= APMOD_FILE=${APMOD_FILE} + +.include + +.if ${OSVERSION} < 1000000 && ${SSL_DEFAULT} == base +IGNORE= mod_auth_gssapi requires OpenSSL 1.0.0+ +.elif ${SSL_DEFAULT:Mlibressl*} +IGNORE= mod_auth_gssapi currently only supports OpenSSL +.endif + +do-install: + @${MKDIR} ${STAGEDIR}${PREFIX}/${APACHEMODDIR} + ${APXS} -S LIBEXECDIR=${STAGEDIR}${PREFIX}/${APACHEMODDIR} \ + -i -n ${MODULENAME} ${WRKSRC}/src/${MODULENAME}.la + @${MKDIR} ${STAGEDIR}${PREFIX}/${APACHEETCDIR}/modules.d + ${INSTALL_DATA} ${WRKDIR}/${APMOD_FILE} ${STAGEDIR}${PREFIX}/${APACHEETCDIR}/modules.d + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${APACHEMODDIR}/${MODULENAME}.so + +.include Added: head/www/mod_auth_gssapi/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/mod_auth_gssapi/distinfo Sat Sep 10 19:10:08 2016 (r421727) @@ -0,0 +1,3 @@ +TIMESTAMP = 1473058147 +SHA256 (modauthgssapi-mod_auth_gssapi-v1.4.1_GH0.tar.gz) = bd2209f6b41d6334dd06d880d0c0ff3c06cebb3cd7457fc3fb5fc57b7b97803e +SIZE (modauthgssapi-mod_auth_gssapi-v1.4.1_GH0.tar.gz) = 102871 Added: head/www/mod_auth_gssapi/files/240_mod_auth_gssapi.conf.sample.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/mod_auth_gssapi/files/240_mod_auth_gssapi.conf.sample.in Sat Sep 10 19:10:08 2016 (r421727) @@ -0,0 +1,9 @@ +## $FreeBSD$ +## vim: set filetype=apache: +## +## module file for mod_auth_gssapi +## +## PROVIDE: mod_auth_gssapi +## REQUIRE: + +#LoadModule auth_gssapi_module %%APACHEMODDIR%%/mod_auth_gssapi.so Added: head/www/mod_auth_gssapi/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/mod_auth_gssapi/pkg-descr Sat Sep 10 19:10:08 2016 (r421727) @@ -0,0 +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