X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 82C2BDC037B for ; Wed, 6 May 2015 19:08:39 +0000 (UTC) Received: from mail-la0-f45.google.com (mail-la0-f45.google.com [209.85.215.45]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 1B2ADDC0063 for ; Wed, 6 May 2015 19:08:33 +0000 (UTC) Received: by layy10 with SMTP id y10so14677420lay.0 for ; Wed, 06 May 2015 12:08:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=aE9z/JTXfbY15j7ZCLpjJZHoKSZOPlR7pIiUo6f+eVo=; b=yCzHicWOmhwJnI0GFRBf3gq7m5zp6jY8bRnzn0a1kQaEX51/FkEfwYoLRIEceG5iTo 5e1f1XNu3L6yLstyHg/zhb+dXZG6Kx/xCTR2yykcZ3CJWsxVWImdasXWyMY6J6brejoO V4g5YvLvgzlGd3HlclHXUOiv/2ArM9LF3x3tpRcHcf+uMyKvdsiFA4UDNpIYQaWhx6Jq TZ5rZx1Q4Ariegn3LaxMXUwvU4Qf795CF1FpCzvbQcXoifBpynIiy2oNxB0fEtbEgcSN 1CqHEdayBFmiahmvLNLSTlM9jNrS9GSjmsOVvIamUVIad2Pr1+qYpIt3JaUf3mDNcHgA ilHw== X-Received: by 10.152.88.80 with SMTP id be16mr141531lab.39.1430939311449; Wed, 06 May 2015 12:08:31 -0700 (PDT) Received: from vostro ([83.145.235.202]) by mx.google.com with ESMTPSA id l3sm539870lbj.46.2015.05.06.12.08.31 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 06 May 2015 12:08:31 -0700 (PDT) Sender: =?UTF-8?Q?Timo_Ter=C3=A4s?= Date: Wed, 6 May 2015 22:07:22 +0300 From: Timo Teras To: Andy Shinn Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH] main/ca-certificates: fix bug in processing of local CA certificates Message-ID: <20150506220722.66ee2158@vostro> In-Reply-To: References: X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.25; x86_64-alpine-linux-musl) X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Hi, On Wed, 6 May 2015 12:17:54 -0500 Andy Shinn wrote: > We were only grabbing the index of the certlist table, which was > making the filename appear as a number. It would seem like the seem > like the second variables from the pairs() function is the actual > name we want. --- > main/ca-certificates/APKBUILD | 8 ++++---- > main/ca-certificates/update-ca-certificates | 3 +-- > 2 files changed, 5 insertions(+), 6 deletions(-) Thanks, applied with minor changes. Also the patch was white-space mangled so I did the changes manually. /Timo --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---