From 33743daa4611b0d332aac9cdbf3ace8f62c06ae7 Mon Sep 17 00:00:00 2001 From: Stephen Walker Date: Sun, 18 Jul 2010 17:35:51 +0000 Subject: [PATCH] [packages] haproxy: update to 1.4.8, fix disabled keyword SVN-Revision: 22281 --- net/haproxy/Makefile | 6 +++--- net/haproxy/files/haproxy.cfg | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index 9c0c09403e..0f09b536d1 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=haproxy -PKG_VERSION:=1.4.7 +PKG_VERSION:=1.4.8 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://haproxy.1wt.eu/download/1.4/src/ -PKG_MD5SUM:=a2c57fbc61cbdbef2a6e60514e4d01c2 +PKG_SOURCE_URL:=http://haproxy.1wt.eu/download/1.4/src +PKG_MD5SUM:=104f4985b37bd9bac7a33e20fb6aaadf include $(INCLUDE_DIR)/package.mk diff --git a/net/haproxy/files/haproxy.cfg b/net/haproxy/files/haproxy.cfg index 09ca45c673..60bcb5ba04 100644 --- a/net/haproxy/files/haproxy.cfg +++ b/net/haproxy/files/haproxy.cfg @@ -66,7 +66,7 @@ listen my_http_proxy listen my_smtp_proxy # Disable this instance without commenting out the section. - disable + disabled # Bind to port 25 and 587 on localhost bind 127.0.0.1:25,127.0.0.1:587 -- 2.30.2