GNU bug report logs - #34434
[PATCH] gnu: Add frrouting.

Previous Next

Package: guix-patches;

Reported by: Gábor Boskovits <boskovits <at> gmail.com>

Date: Mon, 11 Feb 2019 14:04:01 UTC

Severity: normal

Tags: patch

Done: Ricardo Wurmus <rekado <at> elephly.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ricardo Wurmus <rekado <at> elephly.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#34434: closed ([PATCH] gnu: Add frrouting.)
Date: Tue, 12 Feb 2019 21:26:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 12 Feb 2019 22:25:02 +0100
with message-id <87va1oitsh.fsf <at> elephly.net>
and subject line Re: [bug#34434] [PATCH v2] gnu: Add frrouting.
has caused the debbugs.gnu.org bug report #34434,
regarding [PATCH] gnu: Add frrouting.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
34434: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=34434
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Gábor Boskovits <boskovits <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Gábor Boskovits <boskovits <at> gmail.com>
Subject: [PATCH] gnu: Add frrouting.
Date: Mon, 11 Feb 2019 14:48:36 +0100
* gnu/packages/networking.scm (frrouting): New variable.
---
 gnu/packages/networking.scm | 38 ++++++++++++++++++++++++++++++++++++-
 1 file changed, 37 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index c71ae4a24d..f58e1d7548 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -16,7 +16,7 @@
 ;;; Copyright © 2017 Leo Famulari <leo <at> famulari.name>
 ;;; Copyright © 2017, 2018, 2019 Efraim Flashner <efraim <at> flashner.co.il>
 ;;; Copyright © 2017, 2018, 2019 Rutger Helling <rhelling <at> mykolab.com>
-;;; Copyright © 2017 Gábor Boskovits <boskovits <at> gmail.com>
+;;; Copyright © 2017, 2018 Gábor Boskovits <boskovits <at> gmail.com>
 ;;; Copyright © 2017 Thomas Danckaert <post <at> thomasdanckaert.be>
 ;;; Copyright © 2018 Adam Van Ymeren <adam <at> vany.ca>
 ;;; Copyright © 2018 Fis Trivial <ybbs.daans <at> hotmail.com>
@@ -98,6 +98,7 @@
   #:use-module (gnu packages textutils)
   #:use-module (gnu packages tls)
   #:use-module (gnu packages valgrind)
+  #:use-module (gnu packages web)
   #:use-module (gnu packages wm)
   #:use-module (gnu packages wxwidgets)
   #:use-module (gnu packages xml)
@@ -2367,3 +2368,38 @@ communication over HTTP.")
 be used to manage peer-to-peer network connections as needed for real time
 communication.")
     (license license:gpl3+)))
+
+(define-public frrouting
+  (package
+    (name "frrouting")
+    (version "6.0.2")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/FRRouting/frr.git")
+                    (commit (string-append "frr-" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "15ycl0maak55n9xvlz3zbsskqc7901sy5h67jz0068hxc0kh6jpj"))))
+    (build-system gnu-build-system)
+    (inputs
+     `(("c-ares" ,c-ares)
+       ("json-c" ,json-c)
+       ("readline" ,readline)))
+    (native-inputs
+     `(("autoconf" ,autoconf)
+       ("automake" ,automake)
+       ("bison" ,bison)
+       ("flex" ,flex)
+       ("libtool" ,libtool)
+       ("perl" ,perl)
+       ("pkg-config" ,pkg-config)
+       ("python" ,python-wrapper)
+       ("python-pytest" ,python-pytest)))
+    (home-page "https://frrouting.org/")
+    (synopsis "IP routing protocol suite")
+    (description "FRRouting (FRR) is an IP routing protocol suite for Linux and
+Unix platforms which includes protocol daemons for BGP, IS-IS, LDP, OSPF, PIM,
+and RIP. ")
+    (license license:gpl2+)))
-- 
2.20.1



[Message part 3 (message/rfc822, inline)]
From: Ricardo Wurmus <rekado <at> elephly.net>
To: Gábor Boskovits <boskovits <at> gmail.com>
Cc: 34434-done <at> debbugs.gnu.org
Subject: Re: [bug#34434] [PATCH v2] gnu: Add frrouting.
Date: Tue, 12 Feb 2019 22:25:02 +0100
Gábor Boskovits <boskovits <at> gmail.com> writes:

> * gnu/packages/networking.scm (frrouting): New variable.

Thanks!  Pushed to the master branch with commit dbf87ecb5.

-- 
Ricardo



This bug report was last modified 6 years and 98 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.