From patchwork Sun Jul 15 13:47:41 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 171061 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 92B532C00B7 for ; Sun, 15 Jul 2012 23:48:19 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 850CEA0330; Sun, 15 Jul 2012 13:48:18 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8ieIF4PQIOb3; Sun, 15 Jul 2012 13:48:10 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 56996A02BF; Sun, 15 Jul 2012 13:48:02 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 74E138F753 for ; Sun, 15 Jul 2012 13:48:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 6A7E68D019 for ; Sun, 15 Jul 2012 13:48:01 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QCrghDK4Itm1 for ; Sun, 15 Jul 2012 13:48:00 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [74.118.36.95]) by whitealder.osuosl.org (Postfix) with ESMTPS id CB6548CEF3 for ; Sun, 15 Jul 2012 13:47:59 +0000 (UTC) Received: from asgard (host153.200-117-169.telecom.net.ar [200.117.169.153]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.5/8.14.5) with ESMTP id q6FDlsi1001284 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 15 Jul 2012 10:47:56 -0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1342360078; bh=MDw4uBZgc6lRuEGzTEPFP2RSXUjWYuect0KeLe2ayOo=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=vI3V80wrxhnyal/CbXJZy00IdZtit4hfVAZdSlxs6yZaiud7MMdWZqHi3ze/usCMX LMdaxTeL3r8PhBqaTIBK7mmEzT7bDAV0alhxFXCGIygB2gDYw3OSRVQPl5lp2UfwqM sesxoBkDSe23FXofnvjbB91IjaueYMerMxu47vXA= Received: by asgard (sSMTP sendmail emulation); Sun, 15 Jul 2012 10:47:53 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Sun, 15 Jul 2012 10:47:41 -0300 Message-Id: <1342360065-10106-2-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.8.6 In-Reply-To: <1342360065-10106-1-git-send-email-gustavo@zacarias.com.ar> References: <1342360065-10106-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.97.3 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH 2/6] radvd: bump to version 1.9.1 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Gustavo Zacarias --- package/radvd/Config.in | 1 + package/radvd/radvd-configure.ac-fix-bashism.patch | 31 -------------------- package/radvd/radvd.mk | 4 +- 3 files changed, 3 insertions(+), 33 deletions(-) delete mode 100644 package/radvd/radvd-configure.ac-fix-bashism.patch diff --git a/package/radvd/Config.in b/package/radvd/Config.in index 20e7e55..90c1fd4 100644 --- a/package/radvd/Config.in +++ b/package/radvd/Config.in @@ -2,6 +2,7 @@ config BR2_PACKAGE_RADVD bool "radvd" select BR2_PACKAGE_FLEX select BR2_PACKAGE_FLEX_LIBFL + select BR2_PACKAGE_LIBDAEMON depends on BR2_INET_IPV6 help IPv6 Router Advertisement Daemon. diff --git a/package/radvd/radvd-configure.ac-fix-bashism.patch b/package/radvd/radvd-configure.ac-fix-bashism.patch deleted file mode 100644 index a635cf8..0000000 --- a/package/radvd/radvd-configure.ac-fix-bashism.patch +++ /dev/null @@ -1,31 +0,0 @@ -From ce34738107678cb76e3da34cd16dc9a34d8dd242 Mon Sep 17 00:00:00 2001 -From: Peter Korsgaard -Date: Mon, 18 Jun 2012 23:12:05 +0200 -Subject: [PATCH] configure.ac: fix bashism - -'==' is a bashism, breaking configure on systems where /bin/sh isn't bash -(E.G. Ubuntu). Fixes: - -http://autobuild.buildroot.net/results/c3d0d04f8b3df63b3206cecf54dfdd67a4c7ccfb/build-end.log - -Signed-off-by: Peter Korsgaard ---- - configure.ac | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/configure.ac b/configure.ac -index 3ab6667..c3b907b 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -176,7 +176,7 @@ dnl Checks for library functions. - AC_CHECK_FUNCS(getopt_long) - - CONDITIONAL_SOURCES="device-${arch}.${OBJEXT} ${CONDITIONAL_SOURCES}" --if test x${arch} == xlinux ; then -+if test x${arch} = xlinux ; then - CONDITIONAL_SOURCES="privsep-${arch}.${OBJEXT} ${CONDITIONAL_SOURCES}" - AC_DEFINE(USE_PRIVSEP, 1, [Use privsep]) - fi --- -1.7.10 - diff --git a/package/radvd/radvd.mk b/package/radvd/radvd.mk index 474a299..3471f9d 100644 --- a/package/radvd/radvd.mk +++ b/package/radvd/radvd.mk @@ -4,9 +4,9 @@ # ############################################################# -RADVD_VERSION = 1.8.5 +RADVD_VERSION = 1.9.1 RADVD_SITE = http://www.litech.org/radvd/dist -RADVD_DEPENDENCIES = flex host-flex +RADVD_DEPENDENCIES = flex libdaemon host-flex host-pkg-config RADVD_AUTORECONF = YES define RADVD_INSTALL_INITSCRIPT