X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by lists.alpinelinux.org (Postfix) with ESMTP id A1C721EBFF5 for ; Sat, 22 Jan 2011 18:35:52 +0000 (UTC) Received: by vws9 with SMTP id 9so1197979vws.13 for ; Sat, 22 Jan 2011 10:35:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:cc:subject:date:message-id:x-mailer; bh=F18uR1DWngdrj7Vfya7eQsGlg5D7LYrBt5O5j8NhDWo=; b=oL3m4Y1n08UMo8HharqyMz19nO2edWoAgFMznfOkssRr763P0kcZE/c92uB0zWjpxm 6YvoczGzsLbMFaTGYadDoLxnFOMyl9qFP8Jhjy9HJPwslCbchu8wsTFeilXeMXaa9fUA ZxNJmnz/UQ0uLUNorsIHOa0MvVuW3eHy/PET0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; b=DU/i+Hu5ulutkHOki9dyVDDpG+brXu+SfQsn2bmA/MKau7fpdJmPb+XhmG5+y10lxx 8MolVLxHnGPw0kbp5HBOLOE3yy2vrW/qOQAkgf+PDi4GRWMDXIWnM2+TyYl6VxHoGQ29 gW3F/O0J96shAVqWPhD3fNGjVteT3Ss2kNxb0= Received: by 10.220.179.203 with SMTP id br11mr561010vcb.264.1295721350826; Sat, 22 Jan 2011 10:35:50 -0800 (PST) Received: from localhost.localdomain (209.250.132.162.tor.pathcom.com [209.250.132.162]) by mx.google.com with ESMTPS id q5sm3642996vcr.39.2011.01.22.10.35.48 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 22 Jan 2011 10:35:49 -0800 (PST) From: Jeff Bilyk To: alpine-devel@lists.alpinelinux.org Cc: Jeff Bilyk Subject: [alpine-devel] [PATCH] testing/haproxy: update to 1.4.10 Date: Sat, 22 Jan 2011 18:35:36 +0000 Message-Id: <1295721336-29639-1-git-send-email-jbilyk@gmail.com> X-Mailer: git-send-email 1.7.3.5 X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: update to 1.4.10 --- testing/haproxy/APKBUILD | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/testing/haproxy/APKBUILD b/testing/haproxy/APKBUILD index 988569a..4c09b15 100644 --- a/testing/haproxy/APKBUILD +++ b/testing/haproxy/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Michael Mason # Maintainer: Michael Mason pkgname=haproxy -pkgver=1.3.20 -pkgrel=2 +pkgver=1.4.10 +pkgrel=0 pkgdesc="A TCP/HTTP reverse proxy for high availability environments" url="http://haproxy.1wt.eu" arch="all" @@ -11,7 +11,7 @@ depends="" makedepends="" install= subpackages="" -source="http://haproxy.1wt.eu/download/1.3/src/$pkgname-$pkgver.tar.gz +source="http://haproxy.1wt.eu/download/1.4/src/$pkgname-$pkgver.tar.gz haproxy.initd" build() { @@ -25,5 +25,5 @@ package() { install -m755 -D "$srcdir"/$pkgname.initd "$pkgdir"/etc/init.d/$pkgname } -md5sums="e37046e0cb2f407d92c41d7731d1dd10 haproxy-1.3.20.tar.gz +md5sums="c35a7b7820d6da6c34cfd952805b4e85 haproxy-1.4.10.tar.gz 7d26095c6f899b0ef00bedecaca58864 haproxy.initd" -- 1.7.3.5 --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---