summaryrefslogtreecommitdiffstats
path: root/package/network/ipv6/6relayd/Makefile
diff options
context:
space:
mode:
authorcyrus <cyrus@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-02-28 16:37:20 +0000
committercyrus <cyrus@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-02-28 16:37:20 +0000
commitbe924180e6b6817dc0fc07c42f5587918139e6cb (patch)
treedd7d2d804a9744a784ee391bf7489176f1012022 /package/network/ipv6/6relayd/Makefile
parentdc2649b3bd730402319181240ef9d9841df0c70d (diff)
6relayd: Fix illegal memory accesses
Spurious errors when receiving netlink-messages lead to unhandled errors which caused SIGBUS. Thanks to tdavis for debugging git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35836 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/ipv6/6relayd/Makefile')
-rw-r--r--package/network/ipv6/6relayd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/ipv6/6relayd/Makefile b/package/network/ipv6/6relayd/Makefile
index bf3bdd4ca..1747a0cca 100644
--- a/package/network/ipv6/6relayd/Makefile
+++ b/package/network/ipv6/6relayd/Makefile
@@ -8,14 +8,14 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=6relayd
-PKG_VERSION:=2013-02-28
+PKG_VERSION:=2013-02-28.1
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:=e1448769c72058ae4b567aeeded8d4c36d6341bf
+PKG_SOURCE_VERSION:=be18c9722e8fa76ca96de16fb927b85bfe3197bc
PKG_MAINTAINER:=Steven Barth <steven@midlink.org>