Update pen to 0.18.0 (#3643)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@11692 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2008-07-06 11:53:00 +00:00
parent 2d8c1e8cc7
commit 4394a94595

View File

@ -9,14 +9,12 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=pen PKG_NAME:=pen
PKG_VERSION:=0.17.1 PKG_VERSION:=0.18.0
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=ftp://siag.nu/pub/pen/ PKG_SOURCE_URL:=ftp://siag.nu/pub/pen/
PKG_MD5SUM:=62548155d3bf42aea05b32227e132331 PKG_MD5SUM:=96f6d39e7e7cca11a647e795550f3829
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk
@ -29,10 +27,10 @@ define Package/pen
endef endef
define Package/pen/description define Package/pen/description
This is pen, a load balancer for "simple" tcp based protocols This is pen, a load balancer for "simple" tcp based protocols
such as http or smtp. It allows several servers to appear as such as http or smtp. It allows several servers to appear as
one to the outside and automatically detects servers that are one to the outside and automatically detects servers that are
down and distributes clients among the available servers. down and distributes clients among the available servers.
This gives high availability and scalable performance. This gives high availability and scalable performance.
endef endef