From: Florian Fainelli Date: Sun, 6 Jul 2008 11:44:34 +0000 (+0000) Subject: Update ipcad to 3.7.3 (#3648) X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=dd6db03c6f4797ffb4686ac81220edc3eb0e0247;p=openwrt%2Fsvn-archive%2Fpackages.git Update ipcad to 3.7.3 (#3648) SVN-Revision: 11689 --- diff --git a/net/ipcad/Makefile b/net/ipcad/Makefile index 55a4e9fcb..ee11205b6 100644 --- a/net/ipcad/Makefile +++ b/net/ipcad/Makefile @@ -9,15 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ipcad -PKG_VERSION:=3.7 +PKG_VERSION:=3.7.3 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/ipcad -PKG_MD5SUM:=34c542c99593dfe9d5b408deffcfe70e - -PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) -PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install +PKG_MD5SUM:=125605249958894148ec26d3c88189f5 include $(INCLUDE_DIR)/package.mk @@ -31,7 +28,7 @@ endef define Package/ipcad/description This daemon listens for traffic on the specified interfaces. - It has the built-in RSH and NetFlow engines to allow exporting + It has the built-in RSH and NetFlow engines to allow exporting the accounting data the same way as Cisco routers do. endef diff --git a/net/ipcad/patches/001-honor_cppflags.patch b/net/ipcad/patches/001-honor_cppflags.patch index 55f988841..41d532dba 100644 --- a/net/ipcad/patches/001-honor_cppflags.patch +++ b/net/ipcad/patches/001-honor_cppflags.patch @@ -1,6 +1,5 @@ -diff -ruN ipcad-3.7-old/Makefile.in ipcad-3.7-new/Makefile.in ---- ipcad-3.7-old/Makefile.in 2005-11-21 05:41:07.000000000 +0100 -+++ ipcad-3.7-new/Makefile.in 2005-12-20 10:27:07.000000000 +0100 +--- a/Makefile.in ++++ b/Makefile.in @@ -9,6 +9,7 @@ LDFLAGS+= @LDFLAGS@ LIBS+= @LIBS@