From unknown Sun Jun 15 08:40:48 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#38756 <38756@debbugs.gnu.org> To: bug#38756 <38756@debbugs.gnu.org> Subject: Status: [PATCH] Add perl-net-bgp module. Reply-To: bug#38756 <38756@debbugs.gnu.org> Date: Sun, 15 Jun 2025 15:40:48 +0000 retitle 38756 [PATCH] Add perl-net-bgp module. reassign 38756 guix-patches submitter 38756 Stephen Scheck severity 38756 normal tag 38756 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Dec 26 16:08:45 2019 Received: (at submit) by debbugs.gnu.org; 26 Dec 2019 21:08:45 +0000 Received: from localhost ([127.0.0.1]:56306 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ikaNB-0006YK-C6 for submit@debbugs.gnu.org; Thu, 26 Dec 2019 16:08:45 -0500 Received: from lists.gnu.org ([209.51.188.17]:37640) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ika8x-00069d-MH for submit@debbugs.gnu.org; Thu, 26 Dec 2019 15:54:04 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:48312) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ika8w-0002Ak-2S for guix-patches@gnu.org; Thu, 26 Dec 2019 15:54:03 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,FREEMAIL_FROM, HTML_MESSAGE,URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ika8u-000842-Gg for guix-patches@gnu.org; Thu, 26 Dec 2019 15:54:01 -0500 Received: from mail-lj1-x22d.google.com ([2a00:1450:4864:20::22d]:37828) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ika8u-00083a-6Y for guix-patches@gnu.org; Thu, 26 Dec 2019 15:54:00 -0500 Received: by mail-lj1-x22d.google.com with SMTP id o13so14154514ljg.4 for ; Thu, 26 Dec 2019 12:53:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=CbAWIIJMcS8lL4XMIxjTmAg7zon8kSUD03QZ+YDhtfo=; b=Tslrdr1TDYTzsB8xjAOdVL8KVN771mP9pO+VNYekpQzhx2FM9HBbKuw6D+n/9feDlB HEQ8mVgu2B9a17+DyqG5AUBQEMHd/gdEuJOAYAPrOciiLYukNXB4zJgpoaRL56GBiLeg XBUoOFpQfMjbCWgD81brMP+kdRMEI1p688EbQD7xAdKGPyzVlwlQSNve5c0MejunZ1YC 8hXz9kbTWl/llr8NB5mkykz2AZBZpuAC9MOzMtgCkXcxmmrtEN6XfnisaXuPyrsT5d4J s1hLGcLHVkeLripC1AOjT2jd77+n/k2X4GLxiEsEEFGbRWR/LkEWrR1i5LH8xZYy3+c8 wZqg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=CbAWIIJMcS8lL4XMIxjTmAg7zon8kSUD03QZ+YDhtfo=; b=QIJ18h0NNd9Wam3oR40YtoLGenMB2yxAq7KdNLap6GTQG8QDVsi6Nn0ICSPdPetMvT EPMFMjY7tFVzkfZvMqzmTf7DSo4ddZyOKuB1rKokq/KFba0OGPZmDdxVzB6p+rRB7K90 mUAGD6aov8rlxw/q+z0DXXR04H43yEWxzKhScuWENwZPGwR+2i52idkohNRdIPqldc1Q zIt6gNoU4PplZUnq6bKblf3VKpDHKXDi5UP3b46w+ZmKARcKjYHL+7tcm3XiVr0pSE8x OAaBykw9yCXvYf5Gq0z55o6hms4gqoujo8tD9+q4jhFDIn7dth4dxD9vqJPDPuNWJDAG fD6Q== X-Gm-Message-State: APjAAAVNzvkgnoxIeoCUtXuZtF5Z/bLtJCaHPS3cGF3zOmDJhFLt53W6 zB7C2fDEUEKHIzjayIY8/Zdk3R6ZUaFotYfP94JlM16i X-Google-Smtp-Source: APXvYqz+bFIqtzT/DhTs0qesJ6Q7YJ+gajVgw5XbxJrgou6VS5d28ugqWHiFfnLFVB2/+hFRbThGRwFJn05BcaVVweY= X-Received: by 2002:a2e:e12:: with SMTP id 18mr17768389ljo.123.1577393637881; Thu, 26 Dec 2019 12:53:57 -0800 (PST) MIME-Version: 1.0 From: Stephen Scheck Date: Thu, 26 Dec 2019 14:53:46 -0600 Message-ID: Subject: [PATCH] Add perl-net-bgp module. To: guix-patches@gnu.org Content-Type: multipart/alternative; boundary="00000000000074fc99059aa19334" X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2a00:1450:4864:20::22d X-Spam-Score: 0.7 (/) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Thu, 26 Dec 2019 16:08:44 -0500 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) --00000000000074fc99059aa19334 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable --- gnu/packages/perl.scm | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index f732c0ed46..44b764618b 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -22,6 +22,7 @@ ;;; Copyright =C2=A9 2018, 2019 Pierre Neidhardt ;;; Copyright =C2=A9 2018 Kei Kebreau ;;; Copyright =C2=A9 2019 Alex Griffin +;;; Copyright =C2=A9 2019 Stephen J. Scheck ;;; ;;; This file is part of GNU Guix. ;;; @@ -6697,6 +6698,31 @@ cycle. Functions called in the package itself will still be bound by their name, but they won't show up as methods on your class or instances.") (license (package-license perl)))) +(define-public perl-net-bgp + (package + (name "perl-net-bgp") + (version "0.17") + (source + (origin + (method url-fetch) + (uri (string-append + "mirror://cpan/authors/id/S/SS/SSCHECK/Net-BGP-" version ".tar.gz")) + (sha256 (base32 "0za8x9cn5n2hasb14p7dr537lggvrcsl23pgldxf5y03wmk6h35y")))) + (build-system perl-build-system) + (home-page "https://metacpan.org/release/Net-BGP") + (synopsis "Object-oriented API to the BGP protocol") + (description + "This module is an implementation of the BGP-4 inter-domain routing protocol. +It encapsulates all of the functionality needed to establish and maintain = a +BGP peering session and exchange routing update information with the peer. +It aims to provide a simple API to the BGP protocol for the purposes of +automation, logging, monitoring, testing, and similar tasks using the +power and flexibility of perl. The module does not implement the +functionality of a RIB (Routing Information Base) nor does it modify the +kernel routing table of the host system. However, such operations could b= e +implemented using the API provided by the module.") + (license perl-license))) + (define-public perl-net-dns-native (package (name "perl-net-dns-native") --=20 2.21.0 (Apple Git-122.2) --00000000000074fc99059aa19334 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
---
=C2=A0gnu/packages/perl.scm | 26 ++++++++++++++++++= ++++++++
=C2=A01 file changed, 26 insertions(+)

diff --git a/gnu/= packages/perl.scm b/gnu/packages/perl.scm
index f732c0ed46..44b764618b 1= 00644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -= 22,6 +22,7 @@
=C2=A0;;; Copyright =C2=A9 2018, 2019 Pierre Neidhardt <= ;mail@ambrevar.xyz>
=C2=A0;;= ; Copyright =C2=A9 2018 Kei Kebreau <kkebreau@posteo.net>
=C2=A0;;; Copyright =C2=A9 2019 Alex Gri= ffin <a@ajgrf.com>
+;;; Copyrig= ht =C2=A9 2019 Stephen J. Scheck <ss= check@cpan.org>
=C2=A0;;;
=C2=A0;;; This file is part of GNU G= uix.
=C2=A0;;;
@@ -6697,6 +6698,31 @@ cycle.=C2=A0 Functions called i= n the package itself will still be bound by their
=C2=A0name, but they w= on't show up as methods on your class or instances.")
=C2=A0 = =C2=A0 =C2=A0(license (package-license perl))))
=C2=A0
+(define-publi= c perl-net-bgp
+ =C2=A0(package
+ =C2=A0 =C2=A0(name "perl-net-b= gp")
+ =C2=A0 =C2=A0(version "0.17")
+ =C2=A0 =C2=A0(s= ource
+ =C2=A0 =C2=A0 =C2=A0(origin
+ =C2=A0 =C2=A0 =C2=A0 =C2=A0(met= hod url-fetch)
+ =C2=A0 =C2=A0 =C2=A0 =C2=A0(uri (string-append
+ =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 "mirror://cpan/authors/i= d/S/SS/SSCHECK/Net-BGP-" version ".tar.gz"))
+ =C2=A0 =C2= =A0 =C2=A0 =C2=A0(sha256 (base32 "0za8x9cn5n2hasb14p7dr537lggvrcsl23pg= ldxf5y03wmk6h35y"))))
+ =C2=A0 =C2=A0(build-system perl-build-syste= m)
+ =C2=A0 =C2=A0(home-page "https://metacpan.org/release/Net-BGP")
+ =C2=A0 =C2= =A0(synopsis "Object-oriented API to the BGP protocol")
+ =C2= =A0 =C2=A0(description
+ =C2=A0 =C2=A0 =C2=A0"This module is an imp= lementation of the BGP-4 inter-domain routing protocol.
+It encapsulates= all of the functionality needed to establish and maintain a
+BGP peerin= g session and exchange routing update information with the peer.
+It aim= s to provide a simple API to the BGP protocol for the purposes of
+autom= ation, logging, monitoring, testing, and similar tasks using the
+power = and flexibility of perl.=C2=A0 The module does not implement the
+functi= onality of a RIB (Routing Information Base) nor does it modify the
+kern= el routing table of the host system.=C2=A0 However, such operations could b= e
+implemented using the API provided by the module.")
+ =C2=A0(= license perl-license)))
+
=C2=A0(define-public perl-net-dns-native=C2=A0 =C2=A0(package
=C2=A0 =C2=A0 =C2=A0(name "perl-net-dns-nati= ve")
--
2.21.0 (Apple Git-122.2)

--00000000000074fc99059aa19334-- From debbugs-submit-bounces@debbugs.gnu.org Mon Dec 30 17:17:50 2019 Received: (at 38756-done) by debbugs.gnu.org; 30 Dec 2019 22:17:50 +0000 Received: from localhost ([127.0.0.1]:33593 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1im3ME-0004DR-BB for submit@debbugs.gnu.org; Mon, 30 Dec 2019 17:17:50 -0500 Received: from eggs.gnu.org ([209.51.188.92]:57222) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1im3MC-0004DF-OM for 38756-done@debbugs.gnu.org; Mon, 30 Dec 2019 17:17:49 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:42189) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1im3M7-0006pQ-Ks; Mon, 30 Dec 2019 17:17:43 -0500 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=44616 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1im3M6-0006uh-Mb; Mon, 30 Dec 2019 17:17:43 -0500 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Stephen Scheck Subject: Re: [bug#38756] [PATCH] Add perl-net-bgp module. References: Date: Mon, 30 Dec 2019 23:17:41 +0100 In-Reply-To: (Stephen Scheck's message of "Thu, 26 Dec 2019 14:53:46 -0600") Message-ID: <87h81hzce2.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 38756-done Cc: 38756-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi, Stephen Scheck skribis: > +(define-public perl-net-bgp > + (package > + (name "perl-net-bgp") Applied with a commit log that follows our conventions, thanks! The patch had been mangled over email; I=E2=80=99d recommend sending it as = an attachment in the future to avoid such issues. Ludo=E2=80=99. From unknown Sun Jun 15 08:40:48 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 28 Jan 2020 12:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator