[PATCH] www/mod_auth_cas: update to 1.0.9.1

Geoffroy Desvernay dgeo at centrale-marseille.fr
Tue Jun 5 12:02:42 UTC 2012


>Submitter-Id:	current-users
>Originator:	Geoffroy Desvernay
>Organization:	Ecole Centrale de Marseille
>Confidential:	no 
>Synopsis:	[PATCH] www/mod_auth_cas: update to 1.0.9.1
>Severity:	non-critical
>Priority:	low
>Category:	ports 
>Class:		update
>Release:	FreeBSD 9.0-STABLE amd64
>Environment:
System: FreeBSD dgeo.sysadm.ec-m.fr 9.0-STABLE FreeBSD 9.0-STABLE #0: Wed May  9 10:24:08 CEST
>Description:
- Update to 1.0.9.1
Upstream update, adding SAML validation + bug fixes
https://source.jasig.org/cas-clients/mod_auth_cas/tags/mod_auth_cas-1.0.9.1/README

- Change MASTER_SITE url (changed upstream)

upstream now use autotools, but it seems to work without so I simply added libcurl dependency 
and linking

Port maintainer (apache at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: suffix)
>How-To-Repeat:
>Fix:

--- ap22-mod_auth_cas-1.0.9.1.patch begins here ---
diff -ruN --exclude=CVS ../mod_auth_cas.orig/Makefile ./Makefile
--- ../mod_auth_cas.orig/Makefile	2011-08-20 19:27:38.000000000 +0200
+++ ./Makefile	2012-06-05 13:52:10.000000000 +0200
@@ -6,10 +6,9 @@
 #
 
 PORTNAME=	mod_auth_cas
-PORTVERSION=	1.0.8
-PORTREVISION=	1
+PORTVERSION=	1.0.9.1
 CATEGORIES=	www
-#MASTER_SITES=	https://www.ja-sig.org/svn/cas-clients/mod_auth_cas/tags/mod_auth_cas-1.0.8/src/
+MASTER_SITES=	https://source.jasig.org/cas-clients/mod_auth_cas/tags/mod_auth_cas-1.0.9.1/src/
 # SVN tags only, *sigh*
 DISTFILES=	mod_auth_cas.c mod_auth_cas.h
 DIST_SUBDIR=	mod_auth_cas
@@ -18,13 +17,18 @@
 MAINTAINER=	apache at FreeBSD.org
 COMMENT=	Apache 2.x module that supports the CASv1 and CASv2 protocols
 
-MAKE_JOBS_SAFE=	yes
+LICENSE=	AL2
+
+LIB_DEPENDS=	curl:${PORTSDIR}/ftp/curl
 
+MAKE_JOBS_SAFE=	yes
 NO_WRKSUBDIR=	yes
 
 USE_APACHE=	20+
 AP_FAST_BUILD=	yes
 AP_GENPLIST=	yes
+AP_LIB=		${LOCALBASE}/lib
+AP_EXTRAS=	-l ssl -l curl
 
 post-extract:
 	${CP} ${DISTDIR}/${DIST_SUBDIR}/mod_auth_cas.c ${WRKSRC}/mod_auth_cas.c
diff -ruN --exclude=CVS ../mod_auth_cas.orig/distinfo ./distinfo
--- ../mod_auth_cas.orig/distinfo	2011-03-19 13:34:31.000000000 +0100
+++ ./distinfo	2012-06-05 13:52:21.000000000 +0200
@@ -1,4 +1,4 @@
-SHA256 (mod_auth_cas/mod_auth_cas.c) = 0603d66013bac281067d67067a0400c00e036f63a1075ee8257afe049a70a683
-SIZE (mod_auth_cas/mod_auth_cas.c) = 67710
-SHA256 (mod_auth_cas/mod_auth_cas.h) = e0359ac88a290f9c8f9686b9d60ea61ec230f28146abf4ac6a3239feeadaad28
-SIZE (mod_auth_cas/mod_auth_cas.h) = 7409
+SHA256 (mod_auth_cas/mod_auth_cas.c) = ddff1d54d2824842b6abacc882c6105a9d006964b7e3b367c1e77c8e5b0a92c1
+SIZE (mod_auth_cas/mod_auth_cas.c) = 81903
+SHA256 (mod_auth_cas/mod_auth_cas.h) = 99518b262b1bc28c1d7d51e9e2cc8510b9c733b29b6d7af99fed145dcdc1af96
+SIZE (mod_auth_cas/mod_auth_cas.h) = 7630
--- ap22-mod_auth_cas-1.0.9.1.patch ends here ---



More information about the freebsd-apache mailing list