X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail-ed1-f48.google.com (mail-ed1-f48.google.com [209.85.208.48]) by lists.alpinelinux.org (Postfix) with ESMTP id 902215C5B7C for ; Wed, 14 Nov 2018 17:01:54 +0000 (GMT) Received: by mail-ed1-f48.google.com with SMTP id 14so5115822eds.8 for ; Wed, 14 Nov 2018 09:01:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:mime-version:subject:message-id:date:to; bh=Zp/izN7+2AQbx7i9EKgtR7PJ56uaboM04H4v5eIqn6w=; b=WG5S5jKuLunqN8VnBzPcx1+qtJDsevB5hr2D0CA0Wz4KtL3VOBGes9ky+FWDUygq37 2x5DRMsxK5r/x1mhHTnmi/7/NbB26bgokpNdcd7YZv7S5NtI2CL924MWXQmD8ex50OAg I8OmygflfS04bAn+hwHs4C0lkECQ3Lri/NstO0mx0oe8Y7TJPjAxJ7ACsUPWBXqHFFqu wwthkMogNwX00rEyaaVkSiBC7qSpWx8WaPqXv4PJ+PUwkYyAZy6a1nEHwbPWEx0vyd1j 4vcm91MrfUM+8M8ZADv40hAOTB/m3wyOCXs/tTvt2TYNuvczrUBhKrwGi2HMs+Qvn5uB nJew== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:mime-version:subject:message-id:date:to; bh=Zp/izN7+2AQbx7i9EKgtR7PJ56uaboM04H4v5eIqn6w=; b=JBvEDR+PDAF1iaaW/HTKRG2cl8yHR7aH7Ohk4+f7nivjv2/qVu2wY5+H38S+tAO7yK 3pgzwjlZVXpQc34XUqvvyytcjTRo/zz5x3SVxp1YOr+Vput239l78I+rdwzIcO/HLMKC vJIe+5wEKyMeNxZvh5BC7+wwLSYDqo1AzHxLeoG+s4SRveAnTKSqLZCCdo3bJYSJRb4/ GGcYRCujsNmL+g8I3qDelWL+A2OIwqOgAeghbqJErIoMkmuJrV+bxK/3OjZkzniY/6eC Unfr3p+ckJQcT5uSDlRoISvltLmsvls/icVn7aaDFZ5IHynpBhM6DCP0xhRJ9YIA8cOE X7/Q== X-Gm-Message-State: AGRZ1gIvv/bmt9JsT+W7ppw+Ht9dhVpXnNHO9UJZ25tgnNw3CK0bUee8 aR30xLy+V6dfp4FoPjukxIX5Yccu X-Google-Smtp-Source: AJdET5fCZIdzzzJj+nLeQ21X0nNFHiSPO5Ln27ZIqdLTaYe6U/JyKeDvXGfv26IlMH/jc+wp7nLgRg== X-Received: by 2002:a17:906:7c98:: with SMTP id w24-v6mr2643063ejo.131.1542214913489; Wed, 14 Nov 2018 09:01:53 -0800 (PST) Received: from [192.168.166.20] ([194.73.212.3]) by smtp.gmail.com with ESMTPSA id b42-v6sm7392396edd.81.2018.11.14.09.01.52 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 14 Nov 2018 09:01:52 -0800 (PST) From: Roni Colling Content-Type: multipart/alternative; boundary="Apple-Mail=_72A71597-F1E1-419F-BC01-5F99CC2DAAB2" X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: [alpine-aports] Issue on node: alpine package Message-Id: Date: Wed, 14 Nov 2018 17:01:50 +0000 To: alpine-aports@lists.alpinelinux.org X-Mailer: Apple Mail (2.3273) --Apple-Mail=_72A71597-F1E1-419F-BC01-5F99CC2DAAB2 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 There has been an update to the libcrypto package, now at version 1.1. = Have tried to include this in my .gitlab-ci.yml thus: apk add --no-cache --repository = http://dl-cdn.alpinelinux.org/alpine/edge/testing/ libcrypto1.1 Trying to use openssl-dev package but this is including libcrypto1.0, = colleague has explained this is causing a breaking change. As a result our pipeline build stage is failing with: $ apk add --no-cache --repository = http://dl-cdn.alpinelinux.org/alpine/edge/testing/ libcrypto fetch = http://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz fetch = http://dl-cdn.alpinelinux.org/alpine/v3.8/main/x86_64/APKINDEX.tar.gz fetch = http://dl-cdn.alpinelinux.org/alpine/v3.8/community/x86_64/APKINDEX.tar.gz= ERROR: unsatisfiable constraints: libcrypto (missing): required by: world[libcrypto] Can you please address and/or advise how to address the missing = packages? My Github username is roni3103, I couldn=E2=80=99t see anywhere on your = GitHub page to raise this as an issue. If you need more information = please contact me at this email address. Thanks Roni= --Apple-Mail=_72A71597-F1E1-419F-BC01-5F99CC2DAAB2 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=utf-8 There has been an update to the libcrypto package, now at = version 1.1.  Have tried to include this in my .gitlab-ci.yml = thus:

apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/ = libcrypto1.1

Trying to use openssl-dev package but this is including = libcrypto1.0, colleague has explained this is causing a breaking = change.

As a = result our pipeline build stage is failing with:


Can you please address = and/or advise how to address the missing packages?

My Github username is = roni3103, I couldn=E2=80=99t see anywhere on your GitHub page to raise = this as an issue.  If you need more information please contact me = at this email address.

Thanks

Roni
= --Apple-Mail=_72A71597-F1E1-419F-BC01-5F99CC2DAAB2-- --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---