Browse Source

update to latest upstream version

Waldemar Brodkorb 11 years ago
parent
commit
3d7ed6451a

+ 4 - 3
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/
 

+ 0 - 12
package/radvd/patches/no-libfl.patch

@@ -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;
- %}
- 

+ 0 - 12
package/radvd/patches/patch-Makefile_in

@@ -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