From patchwork Thu Sep 14 14:23:55 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 813830 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=busybox.net (client-ip=140.211.166.138; helo=whitealder.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3xtLPt6RMMz9sRW for ; Fri, 15 Sep 2017 00:24:18 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 4E7C9897FC; Thu, 14 Sep 2017 14:24:15 +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 T25JQ5YmFrod; Thu, 14 Sep 2017 14:24:13 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id D9587897AB; Thu, 14 Sep 2017 14:24:12 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 54F751BF8B4 for ; Thu, 14 Sep 2017 14:24:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 50A00878F9 for ; Thu, 14 Sep 2017 14:24:11 +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 H82-rVG4K4fe for ; Thu, 14 Sep 2017 14:24:09 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout10.t-online.de (mailout10.t-online.de [194.25.134.21]) by hemlock.osuosl.org (Postfix) with ESMTPS id 9EA36867C5 for ; Thu, 14 Sep 2017 14:24:09 +0000 (UTC) Received: from fwd29.aul.t-online.de (fwd29.aul.t-online.de [172.20.26.134]) by mailout10.t-online.de (Postfix) with SMTP id 5FDD241E3F42 for ; Thu, 14 Sep 2017 16:24:07 +0200 (CEST) Received: from fli4l.lan.fli4l (bK17pqZrwhJTZCE5LJ4vUoBmYTNdWAAYRHjbq+uJNLwmWAV0KcIsDsugAkDP4X0gRJ@[79.228.1.99]) by fwd29.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1dsV3d-1HQesi0; Thu, 14 Sep 2017 16:23:57 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:45808 helo=kuhls.lan.fli4l) by fli4l.lan.fli4l with esmtp (Exim 4.89) (envelope-from ) id 1dsV3b-0006UJ-Vv for buildroot@buildroot.org; Thu, 14 Sep 2017 16:23:56 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Thu, 14 Sep 2017 16:23:55 +0200 Message-Id: <20170914142355.18173-1-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.11.0 X-ID: bK17pqZrwhJTZCE5LJ4vUoBmYTNdWAAYRHjbq+uJNLwmWAV0KcIsDsugAkDP4X0gRJ X-TOI-MSGID: a1ae08e2-bc49-43ca-bb75-6c8d1235e374 Subject: [Buildroot] [PATCH 1/1] package/olsr: bump version to 0.9.6.1 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 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" Signed-off-by: Bernd Kuhls --- package/olsr/olsr.hash | 4 ++-- package/olsr/olsr.mk | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/olsr/olsr.hash b/package/olsr/olsr.hash index c6b14153e3..6de0290559 100644 --- a/package/olsr/olsr.hash +++ b/package/olsr/olsr.hash @@ -1,2 +1,2 @@ -# From http://www.olsr.org/releases/0.9/SHA256SUM-0.9.0.3 -sha256 1f038ed3ea72e4f73dfc9701de83de7313f5049161c8df17b9aaeba8e9711e92 olsrd-0.9.0.3.tar.bz2 +# From http://www.olsr.org/releases/0.9/SHA256SUM-0.9.6.1 +sha256 9cac290e9bff5fc7422110b9ccd972853f10962c962d2f31a63de9c6d1520612 olsrd-0.9.6.1.tar.bz2 diff --git a/package/olsr/olsr.mk b/package/olsr/olsr.mk index 4ad5fc5720..faff2533d9 100644 --- a/package/olsr/olsr.mk +++ b/package/olsr/olsr.mk @@ -5,7 +5,7 @@ ################################################################################ OLSR_VERSION_MAJOR = 0.9 -OLSR_VERSION = $(OLSR_VERSION_MAJOR).0.3 +OLSR_VERSION = $(OLSR_VERSION_MAJOR).6.1 OLSR_SOURCE = olsrd-$(OLSR_VERSION).tar.bz2 OLSR_SITE = http://www.olsr.org/releases/$(OLSR_VERSION_MAJOR) OLSR_PLUGINS = arprefresh bmf dot_draw dyn_gw dyn_gw_plain httpinfo jsoninfo \