[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/10: gnu: openvswitch: Update to 3.4.0.
From: |
guix-commits |
Subject: |
09/10: gnu: openvswitch: Update to 3.4.0. |
Date: |
Wed, 6 Nov 2024 17:14:03 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 72310bf9739a301cfc4ba013d04f747420c74985
Author: Nicolas Graves <ngraves@ngraves.fr>
AuthorDate: Sun Oct 27 19:31:34 2024 +0100
gnu: openvswitch: Update to 3.4.0.
* gnu/packages/networking.scm (openvswitch): Update to 3.4.0.
[properties]: Add lint-hidden-cve property.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/networking.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index ebb12c7312..01975eb048 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -2882,7 +2882,7 @@ procedure calls (RPCs).")
(define-public openvswitch
(package
(name "openvswitch")
- (version "3.2.0")
+ (version "3.4.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -2890,7 +2890,7 @@ procedure calls (RPCs).")
version ".tar.gz"))
(sha256
(base32
- "1i0lb40lwbakmmqklmfcgr01l1ymsawgdi7k9a1zzp8ariw7x4ff"))))
+ "10g84h6lis6fafyjhvmdrs8r539xcar04cc3rsk448gs6848hsqr"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags
@@ -2966,7 +2966,9 @@ massive network automation through programmatic
extension, while still
supporting standard management interfaces and protocols (e.g. NetFlow, sFlow,
IPFIX, RSPAN, CLI, LACP, 802.1ag).")
(properties
- '((release-monitoring-url . "https://www.openvswitch.org/download/")))
+ '((release-monitoring-url . "https://www.openvswitch.org/download/")
+ ;; This CVE is fixed since 3.2.0.
+ (lint-hidden-cve . ("CVE-2023-5366"))))
(license ; see debian/copyright for detail
(list license:lgpl2.1 ; xenserver and utilities/bugtool
license:gpl2 ; datapath
- branch master updated (ba9466481d -> f0ac12fa1a), guix-commits, 2024/11/06
- 03/10: gnu: librewolf: Update to 132.0-1 [security fixes]., guix-commits, 2024/11/06
- 06/10: gnu: libgda: Rename patch for guix lint., guix-commits, 2024/11/06
- 01/10: gnu: openmpix: Add dependency on zlib., guix-commits, 2024/11/06
- 02/10: gnu: nss-rapid: Update to 3.105., guix-commits, 2024/11/06
- 04/10: gnu: emacs-eldev: Update to 1.10.3., guix-commits, 2024/11/06
- 09/10: gnu: openvswitch: Update to 3.4.0.,
guix-commits <=
- 10/10: gnu: quagga: Fix build and hide CVE., guix-commits, 2024/11/06
- 08/10: gnu: sylpheed: Add release-monitoring-url property., guix-commits, 2024/11/06
- 07/10: gnu: upx: Update to 4.2.4., guix-commits, 2024/11/06
- 05/10: gnu: gerbv: Add lint-hidden-cve property., guix-commits, 2024/11/06