ser2net: bump to version 2.8
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Fri, 8 Mar 2013 08:22:32 +0000 (08:22 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sat, 9 Mar 2013 20:20:50 +0000 (21:20 +0100)
Bump ser2net to version 2.8.

Exclude for nommu (uses fork).
Version 2.7 also did, guess the autobuilders never caught it.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/ser2net/Config.in
package/ser2net/ser2net.mk

index 7eb3a6af778d4f5f3c064679170796ada6e021b8..e3b8870cb691654e815ea8fe3714fd837cdb4182 100644 (file)
@@ -1,8 +1,12 @@
 config BR2_PACKAGE_SER2NET
        bool "ser2net"
+       depends on BR2_USE_MMU # fork()
+       depends on BR2_INET_IPV6
        help
          Ser2net provides a way for a user to connect from a network
          connection to a serial port..
 
          http://ser2net.sourceforge.net
 
+comment "ser2net requires a toolchain with IPV6 support"
+       depends on !BR2_INET_IPV6
index e4ad340d0dff5453aeb2f7bbec72089c2d5ac973..378dc068b4ceebd5512f42509b15c79ff00463f8 100644 (file)
@@ -4,9 +4,8 @@
 #
 #############################################################
 
-SER2NET_VERSION = 2.7
-SER2NET_SOURCE = ser2net-$(SER2NET_VERSION).tar.gz
-SER2NET_SITE = http://downloads.sourceforge.net/project/ser2net/ser2net/$(SER2NET_VERSION)
+SER2NET_VERSION = 2.8
+SER2NET_SITE = http://downloads.sourceforge.net/project/ser2net/ser2net
 SER2NET_LICENSE = GPLv2+
 SER2NET_LICENSE_FILES = COPYING