X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-vx0-f182.google.com (mail-vx0-f182.google.com [209.85.220.182]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 8E23A1DEFE8B for ; Fri, 28 Oct 2011 10:07:58 +0000 (UTC) Received: by vcbfo13 with SMTP id fo13so4993770vcb.13 for ; Fri, 28 Oct 2011 03:07:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=y1G02I9OwHPD6JpEbQ/spbl3i8NMPsqY9/yndfepV+M=; b=aCx8vFpU/oCCWZ/faUOAhulbX7pAm23D/hXcs521AVW5BNc3/1pOUvX6vzkRYBw8h6 QjYFbsTOqZRhcsUGEIuXvn3M3GttK8XaOUHXoLu2C0rm9eH9WIYm2243JK2zlNZ4tFFa IY0gM6POebtdvP8MXG+C+qEhuPujWnHqOySkU= 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.182.73.71 with SMTP id j7mr397682obv.55.1319796476053; Fri, 28 Oct 2011 03:07:56 -0700 (PDT) Received: by 10.182.144.9 with HTTP; Fri, 28 Oct 2011 03:07:56 -0700 (PDT) In-Reply-To: <1319751176-9658-4-git-send-email-jlyo@jlyo.org> References: <1319751176-9658-1-git-send-email-jlyo@jlyo.org> <1319751176-9658-4-git-send-email-jlyo@jlyo.org> Date: Fri, 28 Oct 2011 12:07:56 +0200 Message-ID: Subject: Re: [alpine-devel] [PATCH 4/4] main/nginx: upgrade to 1.0.5 From: Carlo Landmeter To: Jesse Young Cc: Alpine Development Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Thu, Oct 27, 2011 at 11:32 PM, Jesse Young wrote: > Signed-off-by: Jesse Young > --- > =A0main/nginx/APKBUILD | =A0 =A04 ++-- > =A01 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/main/nginx/APKBUILD b/main/nginx/APKBUILD > index c2a9dda..f38e7d1 100644 > --- a/main/nginx/APKBUILD > +++ b/main/nginx/APKBUILD > @@ -1,7 +1,7 @@ > =A0# Contributor: Jeff Bilyk > =A0# Maintainer: Cameron Banta > =A0pkgname=3Dnginx > -pkgver=3D1.0.4 > +pkgver=3D1.0.5 > =A0pkgrel=3D0 > =A0pkgdesc=3D"nginx [engine x] is a HTTP and reverse proxy server" > =A0url=3D"http://www.nginx.org" > @@ -57,7 +57,7 @@ package() { > =A0 =A0 =A0 =A0install -m644 -D LICENSE "$pkgdir"/usr/share/licenses/$pkg= name/LICENSE > =A0} > > -md5sums=3D"d23f6e6b07b57ac061e790b1ed64bb98 =A0nginx-1.0.4.tar.gz > +md5sums=3D"373c7761a7c682b92b164c8ee3d6d243 =A0nginx-1.0.5.tar.gz > =A0b06f6e23753385be0076539ba1806cb6 =A0nginx.initd > =A08823274a834332d3db4f62bf7dd1fb7d =A0nginx.logrotate > =A039352885998d36ea3415cd50d0d5049b =A0ipv6.patch" > -- > 1.7.4.5 > > > > --- > Unsubscribe: =A0alpine-devel+unsubscribe@lists.alpinelinux.org > Help: =A0 =A0 =A0 =A0 alpine-devel+help@lists.alpinelinux.org > --- > > Applied the ipv6 patch and updated to 1.0.5 Again please check checksums and pkgrel when you commit. thx! --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---