From owner-freebsd-apache@FreeBSD.ORG Mon Jul 8 11:40:57 2013 Return-Path: Delivered-To: apache@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 75EEC438 for ; Mon, 8 Jul 2013 11:40:57 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 68E0E1392 for ; Mon, 8 Jul 2013 11:40:57 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r68BeXcq053981 for ; Mon, 8 Jul 2013 11:40:57 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r68B69tV045656 for apache@FreeBSD.org; Mon, 8 Jul 2013 11:06:09 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 8 Jul 2013 11:06:09 GMT Message-Id: <201307081106.r68B69tV045656@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: apache@FreeBSD.org Subject: Current problem reports assigned to apache@FreeBSD.org X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Jul 2013 11:40:57 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/180248 apache [patch] www/apache22: update to 2.2.25, drop warnings o ports/179710 apache port www/mod_fastcgi extra patch to support apache24 a ports/176659 apache www/apache22 2.2.24 build error o ports/165809 apache add mod_proxy patch to www/apache22 o ports/157554 apache www/apache22: Apache RLimitNPROC does not work as inte o ports/125183 apache www/apache22 wrong SUEXEC_DOCROOT o ports/124375 apache security/heimdal: www/mod_auth_kerb doesn't compile ag 7 problems total. From owner-freebsd-apache@FreeBSD.ORG Wed Jul 10 19:10:01 2013 Return-Path: Delivered-To: apache@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 922A3591 for ; Wed, 10 Jul 2013 19:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 70F57164E for ; Wed, 10 Jul 2013 19:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r6AJA1rv092227 for ; Wed, 10 Jul 2013 19:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r6AJA1w6092212; Wed, 10 Jul 2013 19:10:01 GMT (envelope-from gnats) Date: Wed, 10 Jul 2013 19:10:01 GMT Message-Id: <201307101910.r6AJA1w6092212@freefall.freebsd.org> To: apache@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/180248: commit references a PR X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jul 2013 19:10:01 -0000 The following reply was made to PR ports/180248; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/180248: commit references a PR Date: Wed, 10 Jul 2013 19:01:53 +0000 (UTC) Author: ohauer Date: Wed Jul 10 19:01:44 2013 New Revision: 322728 URL: http://svnweb.freebsd.org/changeset/ports/322728 Log: - update to apache-2.2.25 - update vuxml with additional CVE-2013-1896 entry Changes with Apache 2.2.25 http://www.apache.org/dist/httpd/CHANGES_2.2.25 *) SECURITY: CVE-2013-1896 (cve.mitre.org) mod_dav: Sending a MERGE request against a URI handled by mod_dav_svn with the source href (sent as part of the request body as XML) pointing to a URI that is not configured for DAV will trigger a segfault. [Ben Reser ] *) SECURITY: CVE-2013-1862 (cve.mitre.org) mod_rewrite: Ensure that client data written to the RewriteLog is escaped to prevent terminal escape sequences from entering the log file. [Eric Covener, Jeff Trawick, Joe Orton] *) core: Limit ap_pregsub() to 64MB and add ap_pregsub_ex() for longer strings. The default limit for ap_pregsub() can be adjusted at compile time by defining AP_PREGSUB_MAXLEN. [Stefan Fritsch, Jeff Trawick] *) core: Support the SINGLE_LISTEN_UNSERIALIZED_ACCEPT optimization on Linux kernel versions 3.x and above. PR 55121. [Bradley Heilbrun ] *) mod_setenvif: Log error on substitution overflow. [Stefan Fritsch] *) mod_ssl/proxy: enable the SNI extension for backend TLS connections [Kaspar Brand] *) mod_proxy: Use the the same hostname for SNI as for the HTTP request when forwarding to SSL backends. PR 53134. [Michael Weiser , Ruediger Pluem] *) mod_ssl: Quiet FIPS mode weak keys disabled and FIPS not selected emits in the error log to debug level. [William Rowe] *) mod_ssl: Catch missing, mismatched or encrypted client cert/key pairs with SSLProxyMachineCertificateFile/Path directives. PR 52212, PR 54698. [Keith Burdis , Joe Orton, Kaspar Brand] *) mod_proxy_balancer: Added balancer parameter failontimeout to allow server admin to configure an IO timeout as an error in the balancer. [Daniel Ruggeri] *) mod_authnz_ldap: Allow using exec: calls to obtain LDAP bind password. [Daniel Ruggeri] *) htdigest: Fix buffer overflow when reading digest password file with very long lines. PR 54893. [Rainer Jung] *) mod_dav: Ensure URI is correctly uriencoded on return. PR 54611 [Timothy Wood ] *) mod_dav: Make sure that when we prepare an If URL for Etag comparison, we compare unencoded paths. PR 53910 [Timothy Wood ] *) mod_dav: Sending an If or If-Match header with an invalid ETag doesn't result in a 412 Precondition Failed for a COPY operation. PR54610 [Timothy Wood ] *) mod_dav: When a PROPPATCH attempts to remove a non-existent dead property on a resource for which there is no dead property in the same namespace httpd segfaults. PR 52559 [Diego Santa Cruz ] *) mod_dav: Do not fail PROPPATCH when prop namespace is not known. PR 52559 [Diego Santa Cruz ] *) mod_dav: Do not segfault on PROPFIND with a zero length DBM. PR 52559 [Diego Santa Cruz ] PR: ports/180248 Submitted by: Jason Helfman jgh@ Deleted: head/www/apache22/files/patch-modules__mappers__mod_rewrite.c Modified: head/security/vuxml/vuln.xml head/www/apache22/Makefile head/www/apache22/Makefile.modules head/www/apache22/distinfo Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Jul 10 17:57:38 2013 (r322727) +++ head/security/vuxml/vuln.xml Wed Jul 10 19:01:44 2013 (r322728) @@ -121,27 +121,27 @@ Note: Please add new entries to the beg - apache22 -- mod_rewrite vulnerability + apache22 -- several vulnerabilities apache22 - 2.2.02.2.24_1 + 2.2.02.2.25 apache22-event-mpm - 2.2.02.2.24_1 + 2.2.02.2.25 apache22-itk-mpm - 2.2.02.2.24_1 + 2.2.02.2.25 apache22-peruser-mpm - 2.2.02.2.24_1 + 2.2.02.2.25 apache22-worker-mpm - 2.2.02.2.24_1 + 2.2.02.2.25 @@ -153,16 +153,21 @@ Note: Please add new entries to the beg non-printable characters, which might allow remote attackers to execute arbitrary commands via an HTTP request containing an escape sequence for a terminal emulator.

+

mod_dav: Sending a MERGE request against a URI handled by + mod_dav_svn with the source href (sent as part of the request + body as XML) pointing to a URI that is not configured for DAV + will trigger a segfault.

CVE-2013-1862 + CVE-2013-1896 2013-06-21 2013-07-05 - 2013-07-06 + 2013-07-10
Modified: head/www/apache22/Makefile ============================================================================== --- head/www/apache22/Makefile Wed Jul 10 17:57:38 2013 (r322727) +++ head/www/apache22/Makefile Wed Jul 10 19:01:44 2013 (r322728) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= apache22 -PORTVERSION= 2.2.24 -PORTREVISION?= 1 +PORTVERSION= 2.2.25 +#PORTREVISION?= 1 CATEGORIES= www ipv6 MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD} DISTNAME= httpd-${PORTVERSION} @@ -98,7 +98,7 @@ IGNORE= suEXEC resource limit patch req .endif .if ${PORT_OPTIONS:MSUEXEC_USERDIR} -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-suexec_userdir +EXTRA_PATCHES+= ${FILESDIR}/extra-patch-suexec_userdir . if empty(PORT_OPTIONS:MSUEXEC) IGNORE= suEXEC UserDir patch requires mod_suexec.\ Please (re)run 'make config' and choose SUEXEC option also Modified: head/www/apache22/Makefile.modules ============================================================================== --- head/www/apache22/Makefile.modules Wed Jul 10 17:57:38 2013 (r322727) +++ head/www/apache22/Makefile.modules Wed Jul 10 19:01:44 2013 (r322728) @@ -72,7 +72,7 @@ LATEST_LINK= apache22-${WITH_MPM}-mpm .if ${WITH_MPM} == "worker" || ${WITH_MPM} == "event" PORT_OPTIONS+= CGID .if ${PORT_OPTIONS:MCGI} -IGNORE= When using a multi-threaded MPM, the module CGID should be used in place CGI. \ +IGNORE= When using a multi-threaded MPM, the module CGID should be used in place CGI. \ Please de-select CGI and select CGID instead. \ See http://httpd.apache.org/docs/2.2/mod/mod_cgi.html .endif Modified: head/www/apache22/distinfo ============================================================================== --- head/www/apache22/distinfo Wed Jul 10 17:57:38 2013 (r322727) +++ head/www/apache22/distinfo Wed Jul 10 19:01:44 2013 (r322728) @@ -1,2 +1,2 @@ -SHA256 (apache22/httpd-2.2.24.tar.bz2) = 0453f5d2d7e3b1975a1c6a8a22b6d6ff768715a3b0a89b51e5f7b5851628fad7 -SIZE (apache22/httpd-2.2.24.tar.bz2) = 5490439 +SHA256 (apache22/httpd-2.2.25.tar.bz2) = 4bcaf3524796a514b31aa5c64ce80b0cdb484bab5735416de29d00f6d50fa65a +SIZE (apache22/httpd-2.2.25.tar.bz2) = 5524905 _______________________________________________ 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" From owner-freebsd-apache@FreeBSD.ORG Wed Jul 10 19:12:30 2013 Return-Path: Delivered-To: apache@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 4AFB05DC; Wed, 10 Jul 2013 19:12:30 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 23E601668; Wed, 10 Jul 2013 19:12:30 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r6AJCTQD093859; Wed, 10 Jul 2013 19:12:30 GMT (envelope-from ohauer@freefall.freebsd.org) Received: (from ohauer@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r6AJCTFJ093858; Wed, 10 Jul 2013 19:12:29 GMT (envelope-from ohauer) Date: Wed, 10 Jul 2013 19:12:29 GMT Message-Id: <201307101912.r6AJCTFJ093858@freefall.freebsd.org> To: jgh@FreeBSD.org, ohauer@FreeBSD.org, apache@FreeBSD.org From: ohauer@FreeBSD.org Subject: Re: ports/180248: [patch] www/apache22: update to 2.2.25, drop warnings on WITH/WITHOUT X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jul 2013 19:12:30 -0000 Synopsis: [patch] www/apache22: update to 2.2.25, drop warnings on WITH/WITHOUT State-Changed-From-To: open->closed State-Changed-By: ohauer State-Changed-When: Wed Jul 10 19:12:08 UTC 2013 State-Changed-Why: Committed, Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=180248 From owner-freebsd-apache@FreeBSD.ORG Wed Jul 10 20:42:00 2013 Return-Path: Delivered-To: apache@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 12522838; Wed, 10 Jul 2013 20:42:00 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id DF3541AAA; Wed, 10 Jul 2013 20:41:59 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r6AKfxap011963; Wed, 10 Jul 2013 20:41:59 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r6AKfxY0011962; Wed, 10 Jul 2013 20:41:59 GMT (envelope-from edwin) Date: Wed, 10 Jul 2013 20:41:59 GMT Message-Id: <201307102041.r6AKfxY0011962@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, apache@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/180444: Update www/mod_rivet port to latest version X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jul 2013 20:42:00 -0000 Synopsis: Update www/mod_rivet port to latest version Responsible-Changed-From-To: freebsd-ports-bugs->apache Responsible-Changed-By: edwin Responsible-Changed-When: Wed Jul 10 20:41:59 UTC 2013 Responsible-Changed-Why: apache@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=180444 From owner-freebsd-apache@FreeBSD.ORG Wed Jul 10 20:42:01 2013 Return-Path: Delivered-To: apache@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id BF9BA83C; Wed, 10 Jul 2013 20:42:01 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 9A7721AAB; Wed, 10 Jul 2013 20:42:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r6AKg1I0012041; Wed, 10 Jul 2013 20:42:01 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r6AKg1TG012040; Wed, 10 Jul 2013 20:42:01 GMT (envelope-from edwin) Date: Wed, 10 Jul 2013 20:42:01 GMT Message-Id: <201307102042.r6AKg1TG012040@freefall.freebsd.org> To: jeff.lawson@flightaware.com, edwin@FreeBSD.org, apache@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/180444: Update www/mod_rivet port to latest version X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jul 2013 20:42:01 -0000 Synopsis: Update www/mod_rivet port to latest version State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Wed Jul 10 20:42:01 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=180444 From owner-freebsd-apache@FreeBSD.ORG Wed Jul 10 20:50:01 2013 Return-Path: Delivered-To: apache@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 5A828CAE for ; Wed, 10 Jul 2013 20:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 4BED91B28 for ; Wed, 10 Jul 2013 20:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r6AKo1GP012758 for ; Wed, 10 Jul 2013 20:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r6AKo1YD012728; Wed, 10 Jul 2013 20:50:01 GMT (envelope-from gnats) Date: Wed, 10 Jul 2013 20:50:01 GMT Message-Id: <201307102050.r6AKo1YD012728@freefall.freebsd.org> To: apache@FreeBSD.org From: Edwin Groothuis Subject: Re: ports/180444: Update www/mod_rivet port to latest version X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Edwin Groothuis List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jul 2013 20:50:01 -0000 The following reply was made to PR ports/180444; it has been noted by GNATS. From: Edwin Groothuis To: cowbert@gmail.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/180444: Update www/mod_rivet port to latest version Date: Wed, 10 Jul 2013 20:42:00 UT Maintainer of www/mod_rivet, Please note that PR ports/180444 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/180444 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-apache@FreeBSD.ORG Wed Jul 10 21:39:04 2013 Return-Path: Delivered-To: apache@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D1C7CD2C; Wed, 10 Jul 2013 21:39:04 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id ABAF01D22; Wed, 10 Jul 2013 21:39:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r6ALd4qt022596; Wed, 10 Jul 2013 21:39:04 GMT (envelope-from ohauer@freefall.freebsd.org) Received: (from ohauer@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r6ALd4fF022595; Wed, 10 Jul 2013 21:39:04 GMT (envelope-from ohauer) Date: Wed, 10 Jul 2013 21:39:04 GMT Message-Id: <201307102139.r6ALd4fF022595@freefall.freebsd.org> To: cowbert@gmail.com, ohauer@FreeBSD.org, apache@FreeBSD.org, ohauer@FreeBSD.org From: ohauer@FreeBSD.org Subject: Re: ports/180444: Update www/mod_rivet port to latest version X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jul 2013 21:39:04 -0000 Synopsis: Update www/mod_rivet port to latest version Responsible-Changed-From-To: apache->ohauer Responsible-Changed-By: ohauer Responsible-Changed-When: Wed Jul 10 21:36:48 UTC 2013 Responsible-Changed-Why: I'll take it. >From Rivet 2.1: Release Notes > Rivet 2.1 works with the Apache Webserver version 2.x > (running the prefork MPM) and requires Tcl >= 8.5.11 So the required TCL version should be adjusted. -USE_TCL= 84+ +USE_TCL= 85+ http://www.freebsd.org/cgi/query-pr.cgi?pr=180444 From owner-freebsd-apache@FreeBSD.ORG Thu Jul 11 12:18:25 2013 Return-Path: Delivered-To: apache@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 2DC8188E; Thu, 11 Jul 2013 12:18:25 +0000 (UTC) (envelope-from pluknet@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 08DEA1943; Thu, 11 Jul 2013 12:18:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r6BCIOW2073871; Thu, 11 Jul 2013 12:18:24 GMT (envelope-from pluknet@freefall.freebsd.org) Received: (from pluknet@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r6BCIORL073870; Thu, 11 Jul 2013 12:18:24 GMT (envelope-from pluknet) Date: Thu, 11 Jul 2013 12:18:24 GMT Message-Id: <201307111218.r6BCIORL073870@freefall.freebsd.org> To: pluknet@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, apache@FreeBSD.org From: pluknet@FreeBSD.org Subject: Re: ports/180458: [patch] www/apache2[24]: typo in pkg-message X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jul 2013 12:18:25 -0000 Synopsis: [patch] www/apache2[24]: typo in pkg-message Responsible-Changed-From-To: freebsd-ports-bugs->apache Responsible-Changed-By: pluknet Responsible-Changed-When: Thu Jul 11 12:17:41 UTC 2013 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=180458 From owner-freebsd-apache@FreeBSD.ORG Fri Jul 12 02:28:37 2013 Return-Path: Delivered-To: apache@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 2AFCC48B for ; Fri, 12 Jul 2013 02:28:37 +0000 (UTC) (envelope-from bil2l@system9b.info) Received: from mail.system9b.info (mail.system9b.info [184.82.173.111]) by mx1.freebsd.org (Postfix) with ESMTP id C5EC31292 for ; Fri, 12 Jul 2013 02:28:36 +0000 (UTC) Received: from ([127.0.0.1]) with MailEnable ESMTP; Fri, 12 Jul 2013 02:27:15 -0400 Message-Id: <0thbfObRmW07E5ErwsGYA1O7afOb1u01WCcTt6JetVAb@system9b.info> Mime-Version: 1.0 From: "bill" To: "" Subject: Are you taking on any new clients? Date: Thu, 11 Jul 2013 22:27:10 -0400 X-Bounce-Tracking-Info: Content-type: text/plain; charset=iso-8859-1; format=flowed Content-transfer-encoding: quoted-printable X-ME-Bayesian: 0.000000 X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: bill@system9b.info List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Jul 2013 02:28:37 -0000 If you sell any kind of advertising service then this will be of interest t= o you=2E I have a list of 10,000 + people who are interested in online adve= rtising and have bought some variation of it before=2E I can contact these = people with your offer for a low one time fee=2E After you see the results,= I'm positive you will want us to do more campaigns for you=2E Please reply= back for more details=2E Bill D=2E BTW: If you would like to stop receiving my emails please click this: mailt= o:outofthelist@system9b=2Einfo?SUBJECT=3Doffthelist