X-Original-To: alpine-announce@lists.alpinelinux.org Received: from newmail.tetrasec.net (unknown [172.21.74.12]) by lists.alpinelinux.org (Postfix) with ESMTP id 51E7A5C433B; Mon, 10 Oct 2016 20:33:47 +0000 (GMT) Received: from ncopa-desktop.copa.dup.pw (229.63.200.37.customer.cdi.no [37.200.63.229]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: n@tanael.org) by newmail.tetrasec.net (Postfix) with ESMTPSA id 860EE5A1314; Mon, 10 Oct 2016 20:33:46 +0000 (GMT) Date: Mon, 10 Oct 2016 22:33:41 +0200 From: Natanael Copa To: alpine-devel@lists.alpinelinux.org Cc: Alpine Announce Subject: [alpine-announce] Alpine edge has switched to libressl Message-ID: <20161010223341.72ae918a@ncopa-desktop.copa.dup.pw> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.28; x86_64-alpine-linux-musl) X-Mailinglist: alpine-announce Precedence: list List-Id: Alpine announceopment List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Hi! We decided to replace openssl with libressl because we believe it is a better library. While OpenSSL is trying to fix the broken code, libressl has simply removed it. As a result (almost) everything linked to openssl has been rebuilt. This is a major change that needs to be thoroughly tested. When you upgrade make sure that you don't have any packages that depends on openssl, libcrypto1.0 or libssl1.0. If you have built software from source yourself that uses openssl and link against other 3rd party libraries that uses openssl, then you will have to rebuild. Otherwise will you have a mix of openssl and libressl and that will not end well. Generally, if you use `openssl-dev` package, you will have to replace it with `libressl-dev` and rebuild. Feel free to ask questions on #alpine-linux IRC channel on FreeNode. -nc --- Unsubscribe: alpine-announce+unsubscribe@lists.alpinelinux.org Help: alpine-announce+help@lists.alpinelinux.org ---