X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by lists.alpinelinux.org (Postfix) with ESMTP id 599713617A20 for ; Fri, 14 May 2010 08:53:20 +0000 (UTC) Received: by fxm17 with SMTP id 17so1344270fxm.13 for ; Fri, 14 May 2010 01:53:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=ndSNUNruZRupxQPDscWzSrTXJOTSKwPwPZ9CTUqcp+k=; b=oMC7QOqj1XjSzHygM94WBGq5AKXS5h5H9iC9g00ie/LQ6HPkk/9Gyge81NcAWZveCe Ucrrg6Lb1g2dV4xLia5JNPI5UmguYOz9r37LqrOckRRKUZLLYTrIJqFu/7H7HfiMNOUQ pu21OZLksoDwK9Qu10+crgHRnA6ijH7U5ZXKs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=qUnCMSRb/EuHqmzcuPOokbJEuRg9SUmlNHy5BaFO69o8Rsoqj2nxqglyMJ2ijG9PjD sJWtSHxV5rJ/BQ3/q2VzTSvAEI4Pcr00nKFootj/6xVKORBOFujvLqh7cQKntJpuiAxo 2/fEPHlgRRJtquYvmsOLN7jvvEYvKRhweBrNg= X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Received: by 10.204.152.17 with SMTP id e17mr525582bkw.105.1273827199316; Fri, 14 May 2010 01:53:19 -0700 (PDT) Received: by 10.204.55.4 with HTTP; Fri, 14 May 2010 01:53:19 -0700 (PDT) Date: Fri, 14 May 2010 10:53:19 +0200 Message-ID: Subject: [alpine-devel] openssl-1.0.0 upgrade From: Natanael Copa To: Alpine Developers Content-Type: text/plain; charset=ISO-8859-1 Seems like uclibc nptl is more or less working so I take the opportunity to break the edge build again and upgrade openssl. since many apps depends on openssl and critical packages (abuild, apk-tools, git) we need be somewhat careful on the upgrade. We have 2 options: 1. create new package names for new package (libcrypto1.0 + libssl1.0) and allow them to be installed side-by-side. 2. temporarily build static apk-tools and abuild, (possibly git too), push to build-edge, upgrade openssl, and rebuild all packages linked to libcrypto or openssl. I think we will try option #1. We will try avoid break edge but this is a high-risk operation so be prepared for edge breakages during the day. Thanks for your patience. -- Natanael Copa --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---