From patchwork Thu Dec 5 14:04:17 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 297145 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id BFEEA2C008A for ; Fri, 6 Dec 2013 01:04:37 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id D5D0F8C50D; Thu, 5 Dec 2013 14:04:36 +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 7u4hMYDaIFr6; Thu, 5 Dec 2013 14:04:35 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 2ED168C48F; Thu, 5 Dec 2013 14:04:35 +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 C9D461CE869 for ; Thu, 5 Dec 2013 14:04:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id C58678BEBD for ; Thu, 5 Dec 2013 14:04:33 +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 hLQ-CSEhh+EN for ; Thu, 5 Dec 2013 14:04:31 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [78.46.79.162]) by whitealder.osuosl.org (Postfix) with ESMTPS id 960058C48F for ; Thu, 5 Dec 2013 14:04:31 +0000 (UTC) Received: from asgard (host197.190-137-239.telecom.net.ar [190.137.239.197]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.7/8.14.7) with ESMTP id rB5E4OgZ007575 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 5 Dec 2013 14:04:26 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1386252268; bh=9ToAHicqIrfRgMNjfNK6ZvMU8vcZ5seixms30grymtY=; h=From:To:Cc:Subject:Date; b=DTgAf/AV/5V3AweuzFoRGFQwprEhibg3njtAfIPSr4UWNxtIguMvXaIwdGm6s9Fsm Bc3txbdqY8/mNm0gZSL7BIaZsLH5jlHwQmI5F/P2ApdmP61TwOLe2pt9SX5sC2U4bk YgZAG1EV9EGY+xnQO/kCCBlBTCFY+r5LL16qtrmU= Received: by asgard (sSMTP sendmail emulation); Thu, 05 Dec 2013 11:04:18 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Thu, 5 Dec 2013 11:04:17 -0300 Message-Id: <1386252258-7793-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.8.3.2 X-Virus-Scanned: clamav-milter 0.98 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH 1/2] radvd: bump to version 1.9.7 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/radvd.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/radvd/radvd.mk b/package/radvd/radvd.mk index c1c4e41..27ce7e7 100644 --- a/package/radvd/radvd.mk +++ b/package/radvd/radvd.mk @@ -4,7 +4,7 @@ # ################################################################################ -RADVD_VERSION = 1.9.5 +RADVD_VERSION = 1.9.7 RADVD_SITE = http://www.litech.org/radvd/dist RADVD_DEPENDENCIES = host-bison flex libdaemon host-flex host-pkgconf