From 9bedd610b8fb35bf88d4aba21cfef60d97805aca Mon Sep 17 00:00:00 2001 From: heil Date: Wed, 1 Dec 2010 00:05:38 +0000 Subject: [PATCH] [packages] haproxy: bump to version 1.4.10 due to critical bug git-svn-id: svn://svn.openwrt.org/openwrt/packages@24204 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/haproxy/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index 807ad7c97..bbc360b5d 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=haproxy -PKG_VERSION:=1.4.9 +PKG_VERSION:=1.4.10 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://haproxy.1wt.eu/download/1.4/src -PKG_MD5SUM:=2cbcc95b54c0d803edaa13e7b4aeec25 +PKG_MD5SUM:=c35a7b7820d6da6c34cfd952805b4e85 include $(INCLUDE_DIR)/package.mk