Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id AD77FA646F for ; Wed, 12 Feb 2014 23:16:24 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 2163F14A2A6; Wed, 12 Feb 2014 23:16:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4649B14A2A5 for ; Wed, 12 Feb 2014 23:16:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 37nUyhm3K4db for ; Wed, 12 Feb 2014 23:16:21 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id B746414A2A1 for ; Wed, 12 Feb 2014 23:16:21 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id B1D6396; Wed, 12 Feb 2014 23:16:21 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 12 Feb 2014 23:16:21 +0000 From: "Matthias Scheler" Subject: CVS commit: pkgsrc/security/openssl To: pkgsrc-changes@NetBSD.org Reply-To: tron@netbsd.org X-Mailer: log_accum Message-Id: <20140212231621.B1D6396@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: tron Date: Wed Feb 12 23:16:21 UTC 2014 Modified Files: pkgsrc/security/openssl: buildlink3.mk Log Message: Set minimum required API version of OpenSSL to 1.0.1c: 1.) OpenSSL 0.9.8* doesn't support TLS 1.2, Elliptic curve cryptography and other modern TLS features. 2.) Supporting OpenSSL 0.9.8* causes extra maintenance overhead. As a result NetBSD 5.*, all versions of Mac OS X and possibly other platforms will now use OpenSSL from "pkgsrc". To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 pkgsrc/security/openssl/buildlink3.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.