6relayd: Fix possible memory corruption issue
authorSteven Barth <cyrus@openwrt.org>
Tue, 19 Feb 2013 12:04:41 +0000 (12:04 +0000)
committerSteven Barth <cyrus@openwrt.org>
Tue, 19 Feb 2013 12:04:41 +0000 (12:04 +0000)
SVN-Revision: 35673

package/network/ipv6/6relayd/Makefile

index 314d1aa25f610229ac51ea95474b029a1355b0da..5bc9d4dafcd4793a931751ae647c6e22d5699523 100644 (file)
@@ -8,14 +8,14 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=6relayd
-PKG_VERSION:=2013-02-18
+PKG_VERSION:=2013-02-19
 PKG_RELEASE=$(PKG_SOURCE_VERSION)
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
 PKG_SOURCE_URL:=git://github.com/sbyx/6relayd.git
 PKG_SOURCE_PROTO:=git
-PKG_SOURCE_VERSION:=0b7f473690c669d300855a836585a98962518134
+PKG_SOURCE_VERSION:=186ebf632dfe48aa7df76f256949eea88067394d
 
 PKG_MAINTAINER:=Steven Barth <steven@midlink.org>