ports/185775: update www/mod_authnz_crowd to 2.2.2
Vivek Khera
vivek at khera.org
Tue Jan 14 16:40:03 UTC 2014
>Number: 185775
>Category: ports
>Synopsis: update www/mod_authnz_crowd to 2.2.2
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Tue Jan 14 16:40:02 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator: Vivek Khera
>Release: FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD projects.int.kcilink.com 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243864: Tue Dec 4 12:09:48 EST 2012 khera at yertle.int.kcilink.com:/usr/obj/u/yertle1/sources/usr9/src/sys/KCI64 amd64
>Description:
upgrade www/mod_authnz_crowd to newest version 2.2.2
>How-To-Repeat:
>Fix:
diff -Nru mod_authnz_crowd.old/Makefile mod_authnz_crowd/Makefile
--- mod_authnz_crowd.old/Makefile 2013-12-30 15:55:18.000000000 -0500
+++ mod_authnz_crowd/Makefile 2014-01-14 11:10:19.417288356 -0500
@@ -2,7 +2,7 @@
# $FreeBSD: www/mod_authnz_crowd/Makefile 338168 2013-12-30 20:55:18Z ohauer $
PORTNAME= mod_authnz_crowd
-PORTVERSION= 2.0.2
+PORTVERSION= 2.2.2
CATEGORIES= www
MASTER_SITES= http://downloads.atlassian.com/software/crowd/downloads/cwdapache/
DIST_SUBDIR= apache2
diff -Nru mod_authnz_crowd.old/distinfo mod_authnz_crowd/distinfo
--- mod_authnz_crowd.old/distinfo 2013-08-18 17:15:26.000000000 -0400
+++ mod_authnz_crowd/distinfo 2014-01-14 11:10:34.382287142 -0500
@@ -1,2 +1,2 @@
-SHA256 (apache2/mod_authnz_crowd-2.0.2.tar.gz) = 941edf2aea51528ef85c4f9897561f36178e8143ba717309c133134ec05299ac
-SIZE (apache2/mod_authnz_crowd-2.0.2.tar.gz) = 25398
+SHA256 (apache2/mod_authnz_crowd-2.2.2.tar.gz) = 7399dd6b266d7e9186e492015f4f8faf7581d3b057288648347d0c79bebdf046
+SIZE (apache2/mod_authnz_crowd-2.2.2.tar.gz) = 30782
diff -Nru mod_authnz_crowd.old/files/patch-src__Makefile.am mod_authnz_crowd/files/patch-src__Makefile.am
--- mod_authnz_crowd.old/files/patch-src__Makefile.am 2013-08-18 17:15:26.000000000 -0400
+++ mod_authnz_crowd/files/patch-src__Makefile.am 2014-01-14 11:21:44.198288022 -0500
@@ -1,5 +1,5 @@
---- ./src/Makefile.am.orig 2011-03-29 07:51:32.000000000 +0200
-+++ ./src/Makefile.am 2013-08-18 22:37:41.000000000 +0200
+--- src/Makefile.am-dist 2013-09-25 02:41:53.000000000 -0400
++++ src/Makefile.am 2014-01-14 11:20:54.178664699 -0500
@@ -3,9 +3,9 @@
lib_LTLIBRARIES = mod_authnz_crowd.la
mod_authnz_crowd_la_SOURCES = mod_authnz_crowd.c mod_authnz_crowd.h crowd_client.c crowd_client.h cache.c cache.h util.c util.h
@@ -7,8 +7,8 @@
-AM_CFLAGS = `apr-1-config --cflags`
+AM_CFLAGS = `apr-1-config --cflags | sed -e 's/O[[:digit:]]/O1/'`
AM_CPPFLAGS = -I at APACHE_INCLUDE_DIR@ `apr-1-config --cppflags --includes` `xml2-config --cflags`
--CFLAGS=-g -O1 # -O2 causes mysterious crashes
-+#CFLAGS=-g -O1 # -O2 causes mysterious crashes
+-CFLAGS=-g -Wmissing-prototypes -O1 # -O2 causes mysterious crashes
++#CFLAGS=-g -Wmissing-prototypes -O1 # -O2 causes mysterious crashes
TESTS = test.py
TESTS_ENVIRONMENT = APACHE_BIN_DIR=@APACHE_BIN_DIR@
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list