From owner-freebsd-ports@FreeBSD.ORG Sat Apr 10 21:23:47 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E7307106564A; Sat, 10 Apr 2010 21:23:47 +0000 (UTC) (envelope-from svysh@pn.sinp.msu.ru) Received: from vivaldi.pn.sinp.msu.ru (vivaldi.pn.sinp.msu.ru [213.131.11.26]) by mx1.freebsd.org (Postfix) with ESMTP id 74D5B8FC13; Sat, 10 Apr 2010 21:23:47 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by vivaldi.pn.sinp.msu.ru (8.14.4/8.14.4) with ESMTP id o3AL7aoN031138; Sun, 11 Apr 2010 01:07:36 +0400 (MSD) (envelope-from svysh@pn.sinp.msu.ru) Message-ID: <4BC0E89E.6040401@pn.sinp.msu.ru> Date: Sun, 11 Apr 2010 01:07:42 +0400 From: Sergei Vyshenski User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: freebsd-ports@freebsd.org, dinoex@freebsd.org Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamav-milter 0.95.3 at vivaldi.pn.sinp.msu.ru X-Virus-Status: Clean Cc: Subject: openssl port versioning X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Apr 2010 21:23:48 -0000 Hi, There is a bunch of ports related to PKI (security/p5-openxpki*) which requires exactly openssl-0.9.8x, because: - openssl-0.9.8x version (unlike openssl-0.9.7x) has full support for utf-8, which is essential for complex PKI software. - this bunch of ports is huge and complex, heavily uses low-level functions of openssl-0.9.8x, and it will take quite some time to adapt for openssl-1.0.0+ But today we have openssl from port with version 1.0.0 only. Freebsd-6 or less has base openssl-0.9.7 which is bad for security/p5-openxpki*. Seems like we have to stop compiling this port on freebsd-6 or less altogether. Do you think if it is possible to return openssl-0.9.8x to the ports, just to make people with FreeBSD-6 happy. Regards, Sergei