From owner-cvs-ports@FreeBSD.ORG Thu Sep 2 15:46:15 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BDE516A4CE; Thu, 2 Sep 2004 15:46:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 913C143D5D; Thu, 2 Sep 2004 15:46:15 +0000 (GMT) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i82FkFHi088357; Thu, 2 Sep 2004 15:46:15 GMT (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i82FkFvO088356; Thu, 2 Sep 2004 15:46:15 GMT (envelope-from roam) Message-Id: <200409021546.i82FkFvO088356@repoman.freebsd.org> From: Peter Pentchev Date: Thu, 2 Sep 2004 15:46:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/stunnel Makefileports/security/stunnel/files ssl-noengine.patch X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Sep 2004 15:46:15 -0000 roam 2004-09-02 15:46:15 UTC FreeBSD ports repository Modified files: security/stunnel Makefile Added files: security/stunnel/files ssl-noengine.patch Log: Fix the bus error on startup in -CURRENT and 5.x-BETA. It turns out that the OpenSSL ENGINE code is, well, somewhat less than stellar, especially in combo with malloc's 'j' option. Even without it, though, there are some problems that I don't have time to look into right now. So, disable the OpenSSL ENGINE activation on FreeBSD 5.x, unless the WITH_STUNNEL_SSL_ENGINE knob is turned on. Also, while I'm here, fix the CONFIGURE_TARGET so the GNU configure script does not complain quite so loudly. Bump PORTREVISION for the functionality change (well, I guess you could say "not working" -> "working" is a functionality change ;) Revision Changes Path 1.55 +21 -1 ports/security/stunnel/Makefile 1.1 +11 -0 ports/security/stunnel/files/ssl-noengine.patch (new)