From owner-freebsd-questions@FreeBSD.ORG Tue Nov 4 23:32:51 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AFFC181B for ; Tue, 4 Nov 2014 23:32:51 +0000 (UTC) Received: from mail-pd0-x22c.google.com (mail-pd0-x22c.google.com [IPv6:2607:f8b0:400e:c02::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8B0B81D7 for ; Tue, 4 Nov 2014 23:32:51 +0000 (UTC) Received: by mail-pd0-f172.google.com with SMTP id r10so14711313pdi.3 for ; Tue, 04 Nov 2014 15:32:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=5ObDvybMOcBI8UNT9HGHe4hkQSzxtgEJLBYYBSx5vtE=; b=NbUfMatNKuU0xEmOcZlE1ZUyhw8+oObLpXHFW2kSLj5Lrg0EGtAUMjOz8JXCBoIyxe c2i5xS6S9zIvl7VERKcujeHpG1CZ+zz0J7Dp7M3ujCvxhylkfCTaX3NyRrE0udLMCc/s wbr5jm6PpFYrVlHUsHidXZpi3PEZCXvlaabie7N2yG8qsauWyaLdm+rY4PT2YLvQDjmI V5xXUKtIRZWbV8NKBEgSxgDwTRKs0Gu5mbAXISAfc4hXOoUn0PnfQ/jNRUUWdv/OaSMM EyCSEGiClBzvCEFjeUANYoCq6ETGj+u9d63AyBjKhYpSROxS/E35VXzVAaIB5SsPKEZa s+7w== MIME-Version: 1.0 X-Received: by 10.68.236.168 with SMTP id uv8mr52685150pbc.5.1415143970963; Tue, 04 Nov 2014 15:32:50 -0800 (PST) Received: by 10.70.37.143 with HTTP; Tue, 4 Nov 2014 15:32:50 -0800 (PST) Date: Tue, 4 Nov 2014 23:32:50 +0000 Message-ID: Subject: Question about the update of openssl From: Eduardo Duarte To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Nov 2014 23:32:51 -0000 Hello, I work for a company that was several servers using freebsd and for the last couple of days a question is on our mind... I understand that freebsd can have 2 versions of openssl installed. The base one and one that is installed from ports. My question is why openssl cannot be update through ports or another system? I understand that some times this update can be a problem and not a solution but sometimes (Example:Heartbleed bug) it can be useful and also sometimes we really want to update the machine to the last version before put it into production! If someone can answer I will be really happy and also if the question as been asked already can someone point me to the answer and sorry for the duplicate. Best regards, Eduardo Duarte