From 4a53d191697f829b08e87d2464d335a7837f4c77 Mon Sep 17 00:00:00 2001 From: heil Date: Mon, 5 Sep 2011 20:00:27 +0000 Subject: [PATCH] package: haproxy - bugfixes from upstream results in version 1.4.17 git-svn-id: svn://svn.openwrt.org/openwrt/packages@28179 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 df9722bf4..d499e1a6d 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=haproxy -PKG_VERSION:=1.4.16 +PKG_VERSION:=1.4.17 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://haproxy.1wt.eu/download/1.4/src -PKG_MD5SUM:=6480a02f97db6561bf297979e08fda83 +PKG_MD5SUM:=7f82319fdb53956b14f2088b654be341 include $(INCLUDE_DIR)/package.mk