X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail-iw0-f170.google.com (mail-iw0-f170.google.com [209.85.214.170]) by lists.alpinelinux.org (Postfix) with ESMTP id 520C21EBFF0 for ; Sun, 12 Dec 2010 02:32:40 +0000 (UTC) Received: by iwn6 with SMTP id 6so7515162iwn.29 for ; Sat, 11 Dec 2010 18:32:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:date :message-id:x-mailer; bh=hbQ7utoeu+BuRVHYDGe9KwO/++SpT9poH5LYeeLO2PU=; b=Y0uyyvqTQmSswQP0eFnCj5e0AbKAzkTYHFbAfpwLUnCeol39PMmVeyISrXMcnscNtF PN2hB34wMMpGakB238tMoRGc8qvqBSPaYPUmffdSXA2LwjeaqL2kuS2C8EtAlv8BjNk1 stPNNAZNzIZJc9qbR8K+e4DvPbUiwd5fjqkOw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; b=mKMuZPg4dXXzzAtxBwZ2mn23b3HFr4FxnBb/GAhZj4fJC4TAmw5eNmcyVvKioBw3AG wVTWoPsuLnc6psiWQXk7MeUkWQnu0eSwOmJAlIlTkI3gcaVAY/LTbzjhn+7MQWobV6Bv R8cZvyl/iTJPqMEgLqxvGJZ0ELBu283nUyHZc= Received: by 10.231.31.2 with SMTP id w2mr768973ibc.117.1292121158504; Sat, 11 Dec 2010 18:32:38 -0800 (PST) Received: from localhost.localdomain (209.250.132.162.tor.pathcom.com [209.250.132.162]) by mx.google.com with ESMTPS id 8sm4415989iba.16.2010.12.11.18.32.36 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 11 Dec 2010 18:32:37 -0800 (PST) From: Jeff Bilyk To: alpine-devel@lists.alpinelinux.org Cc: Jeff Bilyk Subject: [alpine-devel] [PATCH 1/2] testing/haproxy: bump pkgrel to update dependencies (removing uclibc) Date: Sat, 11 Dec 2010 20:32:36 +0000 Message-Id: <1292099558-15632-1-git-send-email-jbilyk@gmail.com> X-Mailer: git-send-email 1.7.3.2 X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: bump pkgrel since current package depends on uclibc package --- testing/haproxy/APKBUILD | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/testing/haproxy/APKBUILD b/testing/haproxy/APKBUILD index eadcabd..bf56ec3 100644 --- a/testing/haproxy/APKBUILD +++ b/testing/haproxy/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Michael Mason pkgname=haproxy pkgver=1.3.20 -pkgrel=1 +pkgrel=2 pkgdesc="A TCP/HTTP reverse proxy for high availability environments" url="http://haproxy.1wt.eu" license="GPL" -- 1.7.3.2 --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---