fastd: Update to 17
Message ID | 1458723703-790-1-git-send-email-alexander.marx@ipfire.org |
---|---|
State | Accepted |
Commit | faff1ffe8c05edffc1090dd52a5d7fc583fd2c25 |
Headers |
Return-Path: <development-bounces@lists.ipfire.org> Received: from mail01.ipfire.org (hedwig.ipfire.org [172.28.1.200]) by web02.ipfire.org (Postfix) with ESMTP id 7B64B60A01 for <patchwork@ipfire.org>; Wed, 23 Mar 2016 10:01:51 +0100 (CET) Received: from mail01.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id BFDB11F89; Wed, 23 Mar 2016 10:01:50 +0100 (CET) Received: from ipfire.localdomain.localdomain (ip1f126212.dynamic.kabel-deutschland.de [31.18.98.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 3216E1F86; Wed, 23 Mar 2016 10:01:47 +0100 (CET) From: Alexander Marx <alexander.marx@ipfire.org> To: development@lists.ipfire.org Subject: [PATCH] fastd: Update to 17 Date: Wed, 23 Mar 2016 10:01:43 +0100 Message-Id: <1458723703-790-1-git-send-email-alexander.marx@ipfire.org> X-Mailer: git-send-email 2.6.3 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: IPFire development talk <development.lists.ipfire.org> List-Unsubscribe: <http://lists.ipfire.org/mailman/options/development>, <mailto:development-request@lists.ipfire.org?subject=unsubscribe> List-Archive: <http://lists.ipfire.org/pipermail/development/> List-Post: <mailto:development@lists.ipfire.org> List-Help: <mailto:development-request@lists.ipfire.org?subject=help> List-Subscribe: <http://lists.ipfire.org/mailman/listinfo/development>, <mailto:development-request@lists.ipfire.org?subject=subscribe> Errors-To: development-bounces@lists.ipfire.org Sender: "Development" <development-bounces@lists.ipfire.org> |
Message
Alexander Marx
March 23, 2016, 8:01 p.m. UTC
Signed-off-by: Alexander Marx <alexander.marx@ipfire.org>
---
fastd/fastd.nm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
Comments
Hi, a quick update on dependencies: You added libuecc >= 5 which works, because libuecc-devel cannot be installed in an older version when libuecc >= 5 is installed. However we usually write "libuecc-devel >= 5". Just because it is shorter... Will you send an updated patch? Best, -Michael On Wed, 2016-03-23 at 10:01 +0100, Alexander Marx wrote: > Signed-off-by: Alexander Marx <alexander.marx@ipfire.org> > --- > fastd/fastd.nm | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) > > diff --git a/fastd/fastd.nm b/fastd/fastd.nm > index 23563cf..80bd695 100644 > --- a/fastd/fastd.nm > +++ b/fastd/fastd.nm > @@ -4,7 +4,7 @@ > ############################################################################# > ## > > name = fastd > -version = 16 > +version = 17 > release = 1 > > groups = Networking/VPN > @@ -17,16 +17,18 @@ description > to run on embedded devices. > end > > -source_dl = > +source_dl = https://projects.universe-factory.net/attachments/download/81/ > sources = %{thisapp}.tar.xz > > build > requires > bison >= 2.5 > cmake >= 3.0 > + doxygen > json-c-devel > libcap-devel > libsodium-devel > + libuecc >= 5 > libuecc-devel > openssl-devel > end