Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/2] package/cni-plugins: install omitted plugin and bump version
@ 2025-07-02 13:07 yann.morin
  2025-07-02 13:07 ` [Buildroot] [PATCH 1/2] package/cni-plugins: enable sbr yann.morin
  2025-07-02 13:07 ` [Buildroot] [PATCH 2/2] package/cni-plugins: bump to version 1.7.1 yann.morin
  0 siblings, 2 replies; 4+ messages in thread
From: yann.morin @ 2025-07-02 13:07 UTC (permalink / raw)
  To: buildroot; +Cc: Christian Stewart, Yann E . MORIN

From: "Yann E. MORIN" <yann.morin@orange.com>

Hello All!

This small series does just what it says on the tin: it builds and
installs a plugin that was previously omitted, and then it bumps to the
latest version.


Regards,
Yann E. MORIN.


The following changes since commit 533c0aac289a545d07efc69766227d71d2df9d80

  package/daq: fix build with GCC14 (2025-07-01 23:39:58 +0200)


are available as patches in this mail series,

for you to apply patches up to 45b9b1cc3eac6c9834c5bd9f06463694ffae638b

  package/cni-plugins: bump to version 1.7.1 (2025-07-02 15:01:16 +0200)


----------------------------------------------------------------
Yann E. MORIN (2):
      package/cni-plugins: enable sbr
      package/cni-plugins: bump to version 1.7.1

 package/cni-plugins/cni-plugins.hash | 2 +-
 package/cni-plugins/cni-plugins.mk   | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

-- 
                                        ____________
.-----------------.--------------------:       _    :------------------.
|  Yann E. MORIN  | Real-Time Embedded |    __/ )   | /"\ ASCII RIBBON |
|                 | Software  Designer |  _/ - /'   | \ / CAMPAIGN     |
| +33 638.411.245 '--------------------: (_    `--, |  X  AGAINST      |
| yann.morin (at) orange.com           |_="    ,--' | / \ HTML MAIL    |
'--------------------------------------:______/_____:------------------'

____________________________________________________________________________________________________________
Ce message et ses pieces jointes peuvent contenir des informations confidentielles ou privilegiees et ne doivent donc
pas etre diffuses, exploites ou copies sans autorisation. Si vous avez recu ce message par erreur, veuillez le signaler
a l'expediteur et le detruire ainsi que les pieces jointes. Les messages electroniques etant susceptibles d'alteration,
Orange decline toute responsabilite si ce message a ete altere, deforme ou falsifie. Merci.

This message and its attachments may contain confidential or privileged information that may be protected by law;
they should not be distributed, used or copied without authorisation.
If you have received this email in error, please notify the sender and delete this message and its attachments.
As emails may be altered, Orange is not liable for messages that have been modified, changed or falsified.
Thank you.

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH 1/2] package/cni-plugins: enable sbr
  2025-07-02 13:07 [Buildroot] [PATCH 0/2] package/cni-plugins: install omitted plugin and bump version yann.morin
@ 2025-07-02 13:07 ` yann.morin
  2025-07-02 19:25   ` Julien Olivain via buildroot
  2025-07-02 13:07 ` [Buildroot] [PATCH 2/2] package/cni-plugins: bump to version 1.7.1 yann.morin
  1 sibling, 1 reply; 4+ messages in thread
From: yann.morin @ 2025-07-02 13:07 UTC (permalink / raw)
  To: buildroot; +Cc: yann.morin, Christian Stewart

From: "Yann E. MORIN" <yann.morin@orange.com>

Signed-off-by: Yann E. MORIN <yann.morin@orange.com>
Cc: Christian Stewart <christian@aperture.us>
---
 package/cni-plugins/cni-plugins.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/cni-plugins/cni-plugins.mk b/package/cni-plugins/cni-plugins.mk
index bccc1674aa..6d6260fa7c 100644
--- a/package/cni-plugins/cni-plugins.mk
+++ b/package/cni-plugins/cni-plugins.mk
@@ -25,6 +25,7 @@ CNI_PLUGINS_BUILD_TARGETS = \
 	plugins/meta/bandwidth \
 	plugins/meta/firewall \
 	plugins/meta/portmap \
+	plugins/meta/sbr \
 	plugins/meta/tuning \
 	plugins/meta/vrf
 CNI_PLUGINS_INSTALL_BINS = $(CNI_PLUGINS_BUILD_TARGETS)
-- 
2.34.1

____________________________________________________________________________________________________________
Ce message et ses pieces jointes peuvent contenir des informations confidentielles ou privilegiees et ne doivent donc
pas etre diffuses, exploites ou copies sans autorisation. Si vous avez recu ce message par erreur, veuillez le signaler
a l'expediteur et le detruire ainsi que les pieces jointes. Les messages electroniques etant susceptibles d'alteration,
Orange decline toute responsabilite si ce message a ete altere, deforme ou falsifie. Merci.

This message and its attachments may contain confidential or privileged information that may be protected by law;
they should not be distributed, used or copied without authorisation.
If you have received this email in error, please notify the sender and delete this message and its attachments.
As emails may be altered, Orange is not liable for messages that have been modified, changed or falsified.
Thank you.

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH 2/2] package/cni-plugins: bump to version 1.7.1
  2025-07-02 13:07 [Buildroot] [PATCH 0/2] package/cni-plugins: install omitted plugin and bump version yann.morin
  2025-07-02 13:07 ` [Buildroot] [PATCH 1/2] package/cni-plugins: enable sbr yann.morin
@ 2025-07-02 13:07 ` yann.morin
  1 sibling, 0 replies; 4+ messages in thread
From: yann.morin @ 2025-07-02 13:07 UTC (permalink / raw)
  To: buildroot; +Cc: yann.morin, Christian Stewart

From: "Yann E. MORIN" <yann.morin@orange.com>

Signed-off-by: Yann E. MORIN <yann.morin@orange.com>
Cc: Christian Stewart <christian@aperture.us>
---
 package/cni-plugins/cni-plugins.hash | 2 +-
 package/cni-plugins/cni-plugins.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/cni-plugins/cni-plugins.hash b/package/cni-plugins/cni-plugins.hash
index 5de05b8ba1..48d3ab214d 100644
--- a/package/cni-plugins/cni-plugins.hash
+++ b/package/cni-plugins/cni-plugins.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  f9871b9f6ccb51d2b264532e96521e44f926928f91434b56ce135c95becf2901  cni-plugins-1.3.0-go2.tar.gz
+sha256  95b639f8ccbb714da98e331ef8813f790d447fce5417f2f8a575f3c62bfb1474  cni-plugins-1.7.1-go2.tar.gz
 sha256  b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1  LICENSE
diff --git a/package/cni-plugins/cni-plugins.mk b/package/cni-plugins/cni-plugins.mk
index 6d6260fa7c..d682053e75 100644
--- a/package/cni-plugins/cni-plugins.mk
+++ b/package/cni-plugins/cni-plugins.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-CNI_PLUGINS_VERSION = 1.3.0
+CNI_PLUGINS_VERSION = 1.7.1
 CNI_PLUGINS_SITE = $(call github,containernetworking,plugins,v$(CNI_PLUGINS_VERSION))
 CNI_PLUGINS_LICENSE = Apache-2.0
 CNI_PLUGINS_LICENSE_FILES = LICENSE
-- 
2.34.1

____________________________________________________________________________________________________________
Ce message et ses pieces jointes peuvent contenir des informations confidentielles ou privilegiees et ne doivent donc
pas etre diffuses, exploites ou copies sans autorisation. Si vous avez recu ce message par erreur, veuillez le signaler
a l'expediteur et le detruire ainsi que les pieces jointes. Les messages electroniques etant susceptibles d'alteration,
Orange decline toute responsabilite si ce message a ete altere, deforme ou falsifie. Merci.

This message and its attachments may contain confidential or privileged information that may be protected by law;
they should not be distributed, used or copied without authorisation.
If you have received this email in error, please notify the sender and delete this message and its attachments.
As emails may be altered, Orange is not liable for messages that have been modified, changed or falsified.
Thank you.

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [Buildroot] [PATCH 1/2] package/cni-plugins: enable sbr
  2025-07-02 13:07 ` [Buildroot] [PATCH 1/2] package/cni-plugins: enable sbr yann.morin
@ 2025-07-02 19:25   ` Julien Olivain via buildroot
  0 siblings, 0 replies; 4+ messages in thread
From: Julien Olivain via buildroot @ 2025-07-02 19:25 UTC (permalink / raw)
  To: yann.morin; +Cc: buildroot, Christian Stewart

On 02/07/2025 15:07, yann.morin@orange.com wrote:
> From: "Yann E. MORIN" <yann.morin@orange.com>
> 
> Signed-off-by: Yann E. MORIN <yann.morin@orange.com>
> Cc: Christian Stewart <christian@aperture.us>

Series applied to master, thanks.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-07-02 19:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-02 13:07 [Buildroot] [PATCH 0/2] package/cni-plugins: install omitted plugin and bump version yann.morin
2025-07-02 13:07 ` [Buildroot] [PATCH 1/2] package/cni-plugins: enable sbr yann.morin
2025-07-02 19:25   ` Julien Olivain via buildroot
2025-07-02 13:07 ` [Buildroot] [PATCH 2/2] package/cni-plugins: bump to version 1.7.1 yann.morin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox