From owner-freebsd-questions@FreeBSD.ORG Wed Mar 17 23:36:27 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC48F16A4CE for ; Wed, 17 Mar 2004 23:36:27 -0800 (PST) Received: from mail1.interlite.net (ns1.interlite.net [62.119.93.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id D80B843D2F for ; Wed, 17 Mar 2004 23:36:24 -0800 (PST) (envelope-from pelle@spd.nu) Received: (qmail 31691 invoked by uid 89); 18 Mar 2004 08:28:18 +0100 Received: from unknown (HELO pelle) (62.119.94.78) by mail1.interlite.net with SMTP; 18 Mar 2004 08:28:18 +0100 From: "Pelle Andersson (SPD Systems AB)" To: Date: Thu, 18 Mar 2004 08:36:19 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2727.1300 Thread-Index: AcQMu7Qv3sg/QB71RhCAlNwlboJGXQ== X-Spam-DCC: : X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server1.interlite.net X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.63 Message-Id: <20040318073624.D80B843D2F@mx1.FreeBSD.org> Subject: FreeBSD-SA-04:05.openssl > Question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: pelle@spd.nu List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Mar 2004 07:36:28 -0000 Hi again list! Please have indulgence with this question ;) [QUOTE] Note that any statically linked applications that are not part of the base system (i.e. from the Ports Collection or other 3rd-party sources) must be recompiled. [/QUOTE] Does this mean I need to: 1. Apply the patch 2. Recompile the kernel 3. 'make deinstall' to the following application I have installed from ports? Qpopper (<- Using SSL) Apache2 (<- Using SSL) Postfix (<- Using SSL) ProFTPD (<- Using SSL) MySQL (<- Using SSL) #OpenSSL (In basesystem, do nothing) And then 'make install clean' again for all these application? Or can I just upgrade all there is with?: *default host=cvsup.ca.FreeBSD.org *default release=cvs *default base=/usr *default prefix=/usr *default delete use-rel-suffix *default tag=RELENG_4_9 src-all And then recompile the kernel? Sorry for not understanding this to 100% Still learning... Thanks!