[package] wifidog: update to revision 1464
authorFlorian Fainelli <florian@openwrt.org>
Tue, 16 Oct 2012 15:55:37 +0000 (15:55 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Tue, 16 Oct 2012 15:55:37 +0000 (15:55 +0000)
This patch update wifidog to the latest svn version
It correct a bufferoverflow and some segfaults

Tested on openwrt x86 kvm

Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
SVN-Revision: 33790

net/wifidog/Makefile

index 72bf1a66c2e83b6c8b12957e0e9c26f08ee6e363..24cb56cea18da02f02a5476bbc9c1c1210313123 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2006,2008 OpenWrt.org
+# Copyright (C) 2006,2012 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -8,12 +8,16 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=wifidog
-PKG_VERSION:=20090925
+PKG_REV:=1464
+PKG_VERSION:=r$(PKG_REV)
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:= @SF/$(PKG_NAME)
-PKG_MD5SUM:=e3ecacba67a91b6ea3c1072ba6c5a0b4
+PKG_SOURCE_URL:=https://dev.wifidog.org/svn/trunk/wifidog
+PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
+PKG_SOURCE_VERSION:=$(PKG_REV)
+PKG_SOURCE_PROTO:=svn
+PKG_SOURCE_MIRROR:=0
 
 PKG_FIXUP:=autoreconf
 PKG_INSTALL:=1