summaryrefslogtreecommitdiffstats
path: root/package/network/ipv6/6relayd/Makefile
diff options
context:
space:
mode:
authorcyrus <cyrus@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-02-18 12:50:36 +0000
committercyrus <cyrus@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-02-18 12:50:36 +0000
commitacfa9911c97e0406d70d4a5ff48aa9a7daaedd72 (patch)
tree0691f3ed7f224c5000bcb69d7d216f8c3def571f /package/network/ipv6/6relayd/Makefile
parentc85d43ce03a6e0d90e45d78981787ac328ac795e (diff)
6relayd: Workaround potential signal handling issue
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35665 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 8f5bb56de..314d1aa25 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-01
+PKG_VERSION:=2013-02-18
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:=8ac853fa186251ea3fb0d4b33373f25aa0ca9b05
+PKG_SOURCE_VERSION:=0b7f473690c669d300855a836585a98962518134
PKG_MAINTAINER:=Steven Barth <steven@midlink.org>