[packages] haproxy: update to 1.4.8, fix disabled keyword

git-svn-id: svn://svn.openwrt.org/openwrt/packages@22281 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
swalker 2010-07-18 17:35:51 +00:00
parent 2d6be69ef0
commit d97c223f59
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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