From: Gabriel Goller <g.goller@proxmox.com>
To: pve-devel@lists.proxmox.com
Cc: Thomas Lamprecht <t.lamprecht@proxmox.com>
Subject: [pve-devel] [PATCH 1/4] frr: bump from 8.5.2 to 10.2.1
Date: Fri, 7 Mar 2025 13:29:42 +0100 [thread overview]
Message-ID: <20250307122945.307426-1-g.goller@proxmox.com> (raw)
This includes a new frr-test-tools package that we are not interested in
(it's a testing package), so we ignore it with a BuildProfile.
Signed-off-by: Gabriel Goller <g.goller@proxmox.com>
---
Makefile | 2 +-
debian/control | 9 +++++++++
frr | 2 +-
3 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index 696a5b77e60f..74a66cc52cc4 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@ $(ORIG_SRC_TAR): $(BUILDDIR)
deb: $(DEBS)
$(OTHER_DEBS) $(DBG_DEBS): $(MAIN_DEB)
$(MAIN_DEB): $(BUILDDIR)
- cd $(BUILDDIR); dpkg-buildpackage -b -uc -us --build-profiles="pkg.frr.nortrlib"
+ cd $(BUILDDIR); dpkg-buildpackage -b -uc -us --build-profiles="pkg.frr.nortrlib,pkg.frr.notesttools"
lintian $(DEBS)
.PHONY: dsc
diff --git a/debian/control b/debian/control
index 1aeea3d1792c..d02dcf79adb8 100644
--- a/debian/control
+++ b/debian/control
@@ -88,6 +88,15 @@ Description: FRRouting suite - BGP RPKI support (rtrlib)
number.
Build-Profiles: <!pkg.frr.nortrlib>
+Package: frr-test-tools
+Architecture: linux-any
+Depends: frr (= ${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends}
+Description: FRRouting suite - Testing Tools
+ Adds FRR test tools, used in testing FRR.
+Build-Profiles: <!pkg.frr.notesttools>
+
Package: frr-doc
Section: doc
Architecture: all
diff --git a/frr b/frr
index 1622c2ece2f6..5f0beaa0fdd0 160000
--- a/frr
+++ b/frr
@@ -1 +1 @@
-Subproject commit 1622c2ece2f68e034b43fb037503514c2195aba5
+Subproject commit 5f0beaa0fdd00b7a60c1765067d1b6fa65ce96c0
--
2.39.5
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
next reply other threads:[~2025-03-07 12:30 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-07 12:29 Gabriel Goller [this message]
2025-03-07 12:29 ` [pve-devel] [PATCH 2/4] frr: port patches to latest stable version, add topotests Gabriel Goller
2025-03-07 12:29 ` [pve-devel] [PATCH 3/4] frr: add the dummy_as_loopback patch series, enable it by default Gabriel Goller
2025-03-07 12:29 ` [pve-devel] [PATCH 4/4] debian: update changelog Gabriel Goller
2025-03-07 12:31 ` [pve-devel] [PATCH 1/4] frr: bump from 8.5.2 to 10.2.1 Gabriel Goller
2025-03-11 10:56 ` DERUMIER, Alexandre via pve-devel
2025-03-11 13:27 ` Gabriel Goller
[not found] ` <b071a6e9d7e234a14eddabf4f7bd3ce1dbd6167c.camel@groupe-cyllene.com>
2025-03-11 14:11 ` Thomas Lamprecht
2025-03-11 16:16 ` DERUMIER, Alexandre via pve-devel
2025-03-07 14:06 ` [pve-devel] applied-series: " Thomas Lamprecht
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250307122945.307426-1-g.goller@proxmox.com \
--to=g.goller@proxmox.com \
--cc=pve-devel@lists.proxmox.com \
--cc=t.lamprecht@proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.