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 F00F4DC0A15 for ; Tue, 19 Jan 2016 09:27:50 +0000 (UTC) Received: from mail-lb0-f171.google.com (mail-lb0-f171.google.com [209.85.217.171]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 85B99DC0268 for ; Tue, 19 Jan 2016 09:27:50 +0000 (UTC) Received: by mail-lb0-f171.google.com with SMTP id bc4so359006412lbc.2 for ; Tue, 19 Jan 2016 01:27:50 -0800 (PST) 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=At8CoFwq2topn647BnauycYJydeolwpEwyOLQqcshGE=; b=k4DajIQBs2llwSba3rOTlyPayfKoioRdTmoQ8TNsPeirXVyGcv4YXZenPAD5gv4i2z /GvcgTspCfozW5H5LebuDZGWMrapI9gs6dsS6DF6RYJZTMmsQnsdSRsIOS0lAb/ADtev EPYqKLtAWmBRT5dG1ATRnA4DBwJPwqtT10VxYXp0X7xpKY9y50VJO+Jf4CGAQvjuF9ir CEwXL5+hjFQ7arGbvp8x0FSdd/H8YJkqIgbLDNDJooEG+m+3wFicl7Cdx9fxjhH0+5o2 nnLtAM+zgm5FGmHaCUYbhBFd5M1INQqnMQf15ZcPx2uI5HrXkH7Od6oyTCtcVO89HEDe iLFg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :in-reply-to:references:mime-version:content-type :content-transfer-encoding; bh=At8CoFwq2topn647BnauycYJydeolwpEwyOLQqcshGE=; b=CdwJSlf7o4kIeTGQWEo6+sf+OAKNwSn2tRh6Yi1OYBOdKcV2zbfEYUBxwi8lsDVowb gxD92scB4OWueRi1Rqqw3ksqna2GrSb6WTlxunKlpoTRgTDlJAtk0O1GQ/VSFlNIQlZ2 IGByuLlp5j14pT3poId5frDwm8YPW3oSxUm1p7JySYsQyurkRg+otAa9A4hqyT9jlCnE PNWfRL7onOpBiv6EaWQA+K5dGBIp2Zbxo9NSVX+i6K1iDH3IfsQzCqZUyfMA0KbqtBlb 2uG7o2U+9K/YO4InVxOLwG/pNgqb7Xo/bIDrhA33l/vgwaJM5HKsY8fStLCCjw38Zmu2 t4XQ== X-Gm-Message-State: ALoCoQmbPvK29Z+7yHIftTDDYEz2B6u3GkYuhs1WpDlJL5DJQbrm7V2kP2pPBcuzWCUeet8GDHVotJuVfFd3FB54xup00T+Lcw== X-Received: by 10.112.167.37 with SMTP id zl5mr10617437lbb.60.1453195668158; Tue, 19 Jan 2016 01:27:48 -0800 (PST) Received: from vostro ([83.145.235.201]) by smtp.gmail.com with ESMTPSA id ug1sm3773465lbb.43.2016.01.19.01.27.47 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 19 Jan 2016 01:27:47 -0800 (PST) Sender: =?UTF-8?Q?Timo_Ter=C3=A4s?= Date: Tue, 19 Jan 2016 11:27:42 +0200 From: Timo Teras To: "L. Tosser" Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH] main/supervisor: Upgrade Message-ID: <20160119112742.7e1eb6df@vostro> In-Reply-To: <1453188091-11663-1-git-send-email-loic.tosser@aswat-telecom.com> References: <1453188091-11663-1-git-send-email-loic.tosser@aswat-telecom.com> X-Mailer: Claws Mail 3.13.1 (GTK+ 2.24.28; 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=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: ClamAV using ClamSMTP On Tue, 19 Jan 2016 07:21:31 +0000 "L. Tosser" wrote: > From: Lo=C3=AFc Tosser >=20 > Upgrade to the last supervisord version (3.2.0) > --- > main/supervisor/APKBUILD | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/main/supervisor/APKBUILD b/main/supervisor/APKBUILD > index 9bac99b..eeec414 100644 > --- a/main/supervisor/APKBUILD > +++ b/main/supervisor/APKBUILD > @@ -1,7 +1,7 @@ > # Contributor: Peter Bui > # Maintainer: Peter Bui > pkgname=3Dsupervisor > -pkgver=3D3.1.3 > +pkgver=3D3.2.0 > pkgrel=3D1 pkgrel is reset to zero when pkgver changes. > pkgdesc=3D"A system for controlling process state under UNIX" > url=3D"http://supervisord.org" and 'abuild checksum' is used to update the tarball version numbers. I did these and applied. Thanks. --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---