X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail-wm1-f66.google.com (mail-wm1-f66.google.com [209.85.128.66]) by lists.alpinelinux.org (Postfix) with ESMTP id 78B8BF83220 for ; Wed, 3 Apr 2019 12:56:01 +0000 (UTC) Received: by mail-wm1-f66.google.com with SMTP id c1so7267608wml.4 for ; Wed, 03 Apr 2019 05:56:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding:content-language; bh=7UyKsyqtSMGDf1CVK4w2WbKdKf8cmRjJ3+GGK3ugmPM=; b=sJpJkcBnW4Mzkb+WdcsuwKODPfFqWXmQKLmjZFaQY/UrTcTEdPCxa3oqBman0VV0Sz PLLBZ9aS0paVc7hnJtlp9Ey1AdgwMh/sIYFliYpoZG9j2mHyaL/sH3sfwKQavwzEIlKo j9KR2jwaCTLvkNFLYsPGbXE0B/nE2S5cSul10s1dwx5onyIVlwcOGO3/2dIS0EU0lkai uHDesLjzWwx43Lpbh5BprQQwlrdcNWLeUJyduDJZUyuQUCvBeKYdV6aSFL2ZKM1fPI7l I+btjXlPdXdEgzdw7YhwyKBj7hFEyNRmQTDLO3HYtvqv4GT8IEk8O4mrn0yHjwK0BSy9 wQwg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding :content-language; bh=7UyKsyqtSMGDf1CVK4w2WbKdKf8cmRjJ3+GGK3ugmPM=; b=b/IjVEFAigiwKAYeFCyahMjzjMfokVuYDRUGkPZJf6F0UZGDRJiwwxyhAuzV27+vF7 IiSwDPCZd6YrTSh13YR7Vn+IuDqRpr6+IncUWi88skpwRu3lrpomFeC2ixTIk2yh9/nh qlvMDdi0l/EeTZnSC1Eeqza5ruzWcq1Ad8rpn6nD9s70DTX5QaAbAHtNl4q6aanGCX/k sTtj7MbncjMOfkY89x/p1/tBzA25wTTaL+7ovM+aVePCShZqbVGsp9KiSOfWmG7xsCRL x7NeiPCdjhdZHGGxvz5rVUbwtPYQ39HIoqXwrOSXdE3iu68Qlu8bFgIyUfXJbDIAlFSl dbaw== X-Gm-Message-State: APjAAAVBDcKDkLdVdhNadHTvOlIz/gKZT9OV4t9zOcDbOl/vLUBLoePN DuCB7Li+uAvBHiffDyz7shRFDqy/ X-Google-Smtp-Source: APXvYqwe28jeE+E4KZaKnMsak6DG2U+60foL/Ked+UEMgulRIelKcGI4x347fpU6Wp9BDG1+av+rnA== X-Received: by 2002:a7b:c147:: with SMTP id z7mr82921wmi.67.1554296160210; Wed, 03 Apr 2019 05:56:00 -0700 (PDT) Received: from [10.36.8.20] ([89.202.239.221]) by smtp.gmail.com with ESMTPSA id h9sm13954390wmb.5.2019.04.03.05.55.59 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 03 Apr 2019 05:55:59 -0700 (PDT) Subject: Re: [alpine-aports] [PATCH] testing/go-dkim: new APKBUILD To: Drew DeVault , alpine-aports@lists.alpinelinux.org References: <20190312002211.10110-1-sir@cmpwn.com> From: Leonardo Message-ID: <5e42d736-364b-2984-6562-378a40836c2f@gmail.com> Date: Wed, 3 Apr 2019 14:55:58 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 In-Reply-To: <20190312002211.10110-1-sir@cmpwn.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Hi, On 3/12/19 1:22 AM, Drew DeVault wrote: > --- > I'm not great at openrc scripts, feedback welcome. it looks good to me. You can avoid writing start() and stop() functions using "command_args" and "start_stop_daemon_args" to pass custom options. > > testing/go-dkim/APKBUILD | 42 +++++++++++++++++++++++++ > testing/go-dkim/dkim-milter.confd | 16 ++++++++++ > testing/go-dkim/dkim-milter.initd | 46 ++++++++++++++++++++++++++++ > testing/go-dkim/go-dkim.post-install | 3 ++ > 4 files changed, 107 insertions(+) > create mode 100644 testing/go-dkim/APKBUILD > create mode 100644 testing/go-dkim/dkim-milter.confd > create mode 100644 testing/go-dkim/dkim-milter.initd > create mode 100644 testing/go-dkim/go-dkim.post-install It seems that the build is not reproducible, since it seems to download some dependencies during the build process: go: downloading github.com/emersion/go-milter v0.0.0-20190311184326-c3095a41a6fe go: downloading github.com/emersion/go-msgauth v0.0.0-20190307192406-8646172ce7a5 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 Am I mistaken? Thanks! /eo --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---