summaryrefslogtreecommitdiff
path: root/package/radvd
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2012-08-28 10:24:00 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2012-08-28 10:24:00 +0200
commit3d7ed6451a4e0dc19fb9db3d2f53bbdddf1c5ff2 (patch)
treecc909c0ccf0029d6b904767a9391d15ee7d7960d /package/radvd
parent2d179f5e1b0a048db01ff650ff6e2b58b54a9a76 (diff)
update to latest upstream version
Diffstat (limited to 'package/radvd')
-rw-r--r--package/radvd/Makefile7
-rw-r--r--package/radvd/patches/no-libfl.patch12
-rw-r--r--package/radvd/patches/patch-Makefile_in12
3 files changed, 4 insertions, 27 deletions
diff --git a/package/radvd/Makefile b/package/radvd/Makefile
index e4fbeee04..d9e0a48d3 100644
--- a/package/radvd/Makefile
+++ b/package/radvd/Makefile
@@ -4,12 +4,13 @@
include ${TOPDIR}/rules.mk
PKG_NAME:= radvd
-PKG_VERSION:= 1.5
+PKG_VERSION:= 1.9.1
PKG_RELEASE:= 1
-PKG_MD5SUM:= 78598b60ed9d64920739189c3dc0934d
+PKG_MD5SUM:= e807ad7e9a76d46b6133df391385cd31
PKG_DESCR:= Routing Advertisement Daemon for IPv6
PKG_SECTION:= ipv6
-PKG_DEPENDS:= kmod-ipv6
+PKG_DEPENDS:= kmod-ipv6 libdaemon
+PKG_BUILDDEP:= libdaemon
PKG_URL:= http://www.litech.org/radvd/
PKG_SITES:= http://v6web.litech.org/radvd/dist/
diff --git a/package/radvd/patches/no-libfl.patch b/package/radvd/patches/no-libfl.patch
deleted file mode 100644
index 31af2d789..000000000
--- a/package/radvd/patches/no-libfl.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -urN radvd-0.7.3.old/scanner.l radvd-0.7.3/scanner.l
---- radvd-1.2.orig/scanner.l 2008-10-14 13:34:09.000000000 +0200
-+++ radvd-1.2/scanner.l 2009-05-30 17:06:39.028934539 +0200
-@@ -21,6 +21,8 @@
-
- extern char *conf_file;
-
-+int yywrap(void) { return 1; }
-+
- int num_lines = 1;
- %}
-
diff --git a/package/radvd/patches/patch-Makefile_in b/package/radvd/patches/patch-Makefile_in
deleted file mode 100644
index 3825f23f1..000000000
--- a/package/radvd/patches/patch-Makefile_in
+++ /dev/null
@@ -1,12 +0,0 @@
-$Id: update-patches 24 2008-08-31 14:56:13Z wbx $
---- radvd-1.2.orig/Makefile.in 2008-10-28 17:38:37.000000000 +0100
-+++ radvd-1.2/Makefile.in 2009-05-30 17:07:08.814794942 +0200
-@@ -222,7 +222,7 @@ COMMON_SRC = log.c socket.c recv.c util.
- radvd_SOURCES = $(COMMON_SRC) radvd.c timer.c send.c process.c interface.c \
- device.c device-common.c privsep.c gram.y gram.h scanner.l
-
--radvd_LDADD = -lfl
-+radvd_LDADD =
- EXTRA_radvd_SOURCES = device-linux.c device-bsd44.c privsep-linux.c privsep-bsd44.c
- YFLAGS = -d
- radvdump_SOURCES = $(COMMON_SRC) radvdump.c