From patchwork Tue Apr 21 07:30:45 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexandru Ardelean X-Patchwork-Id: 463006 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from arrakis.dune.hu (arrakis.dune.hu [78.24.191.176]) (using TLSv1.1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 8BE8514011D for ; Tue, 21 Apr 2015 17:32:00 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="verification failed; unprotected key" header.d=gmail.com header.i=@gmail.com header.b=dDv4M5sK; dkim-adsp=none (unprotected policy); dkim-atps=neutral Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id 2FD6C28B405; Tue, 21 Apr 2015 09:30:12 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on arrakis.dune.hu X-Spam-Level: X-Spam-Status: No, score=-1.5 required=5.0 tests=BAYES_00,FREEMAIL_FROM, T_DKIM_INVALID autolearn=unavailable version=3.3.2 Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id 2ED70280143 for ; Tue, 21 Apr 2015 09:30:01 +0200 (CEST) X-policyd-weight: using cached result; rate: -8.5 Received: from mail-wg0-f41.google.com (mail-wg0-f41.google.com [74.125.82.41]) by arrakis.dune.hu (Postfix) with ESMTPS for ; Tue, 21 Apr 2015 09:29:59 +0200 (CEST) Received: by wgin8 with SMTP id n8so203282273wgi.0 for ; Tue, 21 Apr 2015 00:30:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=luOEK+3KaPqZJrZBSKefmLoiT+leNZnd9MSH7gM65ps=; b=dDv4M5sKcqSfH65R23dIJJ1PxaRAomTjTaDPEWSCNAgopFk6+7mjfwvXLA3ym7H1le atvgiGLAwXa7FFFtrXhNSugkEHGD2zJemU+dpXdWF9k+nWZxSzExt23PvoIbAlQAueOC Ec+AdOELEm4t6C18GE5fWwyGiZh+wWnFwd2wMG+K06th7yPLsbdI5CSh4PAVKs0a0Z88 09hlk4q/KqIhJJWmDHqxiS68BRTiDDZRe5lEIfT9hrp2jYLdMqrvSa4In6wY4/HNMSKO pBXfifasJLZnbbmbnidWCGvjbYvsFDkcMnFLZ1UzKwY8kI6LHx4+UgZkTKH3eJZjwKTy ixgQ== X-Received: by 10.194.184.68 with SMTP id es4mr38919979wjc.0.1429601456924; Tue, 21 Apr 2015 00:30:56 -0700 (PDT) Received: from orion.local ([194.105.29.179]) by mx.google.com with ESMTPSA id dx11sm1338851wjb.23.2015.04.21.00.30.55 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 21 Apr 2015 00:30:56 -0700 (PDT) From: Alexandru Ardelean To: openwrt-devel@lists.openwrt.org Date: Tue, 21 Apr 2015 10:30:45 +0300 Message-Id: <1429601445-2905-2-git-send-email-ardeleanalex@gmail.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1429601445-2905-1-git-send-email-ardeleanalex@gmail.com> References: <1429601445-2905-1-git-send-email-ardeleanalex@gmail.com> Subject: [OpenWrt-Devel] [PATCH 2/2] lldpd: update to version 0.7.14 X-BeenThere: openwrt-devel@lists.openwrt.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: OpenWrt Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: openwrt-devel-bounces@lists.openwrt.org Sender: "openwrt-devel" Signed-off-by: Alexandru Ardelean --- package/network/services/lldpd/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/network/services/lldpd/Makefile b/package/network/services/lldpd/Makefile index d80840e..c759c4f 100644 --- a/package/network/services/lldpd/Makefile +++ b/package/network/services/lldpd/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=lldpd -PKG_VERSION:=0.7.13 -PKG_RELEASE:=2 +PKG_VERSION:=0.7.14 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://media.luffy.cx/files/lldpd -PKG_MD5SUM:=13e8be761753eac9a8e12128acba40b4 +PKG_MD5SUM:=66462f85e56895256fa77ea1ab53bfbc PKG_MAINTAINER:=Jo-Philipp Wich PKG_LICENSE:=ISC