From owner-freebsd-ports@FreeBSD.ORG Thu Jul 24 19:35:40 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9AD2637B401 for ; Thu, 24 Jul 2003 19:35:40 -0700 (PDT) Received: from mx1.evo6.net (mx1.evo6.net [80.76.194.10]) by mx1.FreeBSD.org (Postfix) with SMTP id 455F643F93 for ; Thu, 24 Jul 2003 19:35:39 -0700 (PDT) (envelope-from andy@mx1.evo6.net) Received: (qmail 87451 invoked by uid 1001); 25 Jul 2003 02:35:37 -0000 Date: Fri, 25 Jul 2003 03:35:37 +0100 From: Andy Gilligan To: ports@freebsd.org Message-ID: <20030725023537.GA70903@vega.evo6.net> References: <20030724234451.58180.qmail@mail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <20030724234451.58180.qmail@mail.com> User-Agent: Mutt/1.4.1i X-Spam-Status: No, hits=-3.5 required=5.0 tests=IN_REP_TO,REFERENCES,USER_AGENT_MUTT version=2.55-evo6.net X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.55-evo6.net (1.174.2.19-2003-05-19-exp) Subject: Re: mod_ssl-2.8.15-1.3.28 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jul 2003 02:35:40 -0000 On Fri, Jul 25, 2003 at 12:44:51AM BST, Erdener Gonenc mumbled: > Hi, > > Can you please let me know if the port update to mod_ssl-2.8.15-1.3.28 will be done anytime soon? > > Thank you > -- If you're in a rush to update, the only changes needed are to edit the apache13-modssl Makefile, and change the version numbers. (around line 38) VERSION_APACHE= 1.3.28 VERSION_MODSSL= 2.8.15 The FreeBSD-specific patches apply cleanly. Be sure to run 'make makesum' in the apache13-modssl directory, if you do change the Makefile yourself. Best regards, -Andy