Date: Tue, 5 Mar 2013 22:10:01 GMT From: dfilter@FreeBSD.ORG (dfilter service) To: apache@FreeBSD.org Subject: Re: ports/176659: commit references a PR Message-ID: <201303052210.r25MA1iJ001205@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/176659; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/176659: commit references a PR Date: Tue, 5 Mar 2013 22:00:21 +0000 (UTC) Author: ohauer Date: Tue Mar 5 22:00:14 2013 New Revision: 313481 URL: http://svnweb.freebsd.org/changeset/ports/313481 Log: - disable new ab SSL extensions until a better way is found. only builds with OpenSSL from ports are affected which is not default, so no version bump. Noted on the apache@ list by Jukka A. Ukkonen <jau@iki.fi> and per PR by Arnis Rozentals <admin@liepajaport.lv> PR: 176659 Modified: head/www/apache22/files/patch-support__ab.c Modified: head/www/apache22/files/patch-support__ab.c ============================================================================== --- head/www/apache22/files/patch-support__ab.c Tue Mar 5 20:47:17 2013 (r313480) +++ head/www/apache22/files/patch-support__ab.c Tue Mar 5 22:00:14 2013 (r313481) @@ -1,5 +1,17 @@ --- ./support/ab.c.orig 2010-01-07 10:11:53.000000000 -0500 +++ ./support/ab.c 2010-05-06 19:37:54.262732305 -0400 +@@ -200,9 +200,11 @@ + #else + #define AB_SSL_CIPHER_CONST + #endif ++/* prevent build issues with openssl from ports + #ifdef SSL_OP_NO_TLSv1_2 + #define HAVE_TLSV1_X + #endif ++*/ + #endif + + #include <math.h> @@ -221,13 +221,18 @@ /* maximum number of requests on a time limited test */ #define MAX_REQUESTS (INT_MAX > 50000 ? 50000 : INT_MAX) _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303052210.r25MA1iJ001205>