From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id 06D5E7C578 for ; Fri, 5 Nov 2021 09:17:16 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id F1D1C8681 for ; Fri, 5 Nov 2021 09:16:45 +0100 (CET) Received: from bastionodiso.odiso.net (bastionodiso.odiso.net [IPv6:2a0a:1580:2000::2d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS id 977458654 for ; Fri, 5 Nov 2021 09:16:44 +0100 (CET) Received: from kvmformation3.odiso.net (formationkvm3.odiso.net [10.3.94.12]) by bastionodiso.odiso.net (Postfix) with ESMTP id 58A739E82; Fri, 5 Nov 2021 09:16:44 +0100 (CET) Received: by kvmformation3.odiso.net (Postfix, from userid 0) id D7E8015118B; Fri, 5 Nov 2021 09:16:53 +0100 (CET) From: Alexandre Derumier To: pve-devel@lists.proxmox.com Date: Fri, 5 Nov 2021 09:16:52 +0100 Message-Id: <20211105081652.3191827-3-aderumier@odiso.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20211105081652.3191827-1-aderumier@odiso.com> References: <20211105081652.3191827-1-aderumier@odiso.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 0 AWL -0.230 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% HEADER_FROM_DIFFERENT_DOMAINS 0.249 From and EnvelopeFrom 2nd level mail domains are different KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment KAM_LAZY_DOMAIN_SECURITY 1 Sending domain does not have any anti-forgery methods KAM_NUMSUBJECT 0.5 Subject ends in numbers excluding current years NO_DNS_FOR_FROM 0.001 Envelope sender has no MX or A DNS records SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_NONE 0.001 SPF: sender does not publish an SPF Record Subject: [pve-devel] [PATCH frr 2/2] bump to 8.0.1 X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Nov 2021 08:17:16 -0000 Signed-off-by: Alexandre Derumier --- Makefile | 4 ++-- debian/changelog | 6 ++++++ debian/control | 56 ++++++++++++++++++++++++------------------------ 3 files changed, 36 insertions(+), 30 deletions(-) diff --git a/Makefile b/Makefile index dcd7d74..7123516 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ PACKAGE=frr -VER=7.5.1 -PKGREL=99+pve~really7.4 +VER=8.0.1 +PKGREL=1+pve SRCDIR=frr BUILDDIR=${SRCDIR}.tmp diff --git a/debian/changelog b/debian/changelog index 95bd693..18bdd8a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +frr (8.0.1-1+pve) bullseye; urgency=medium + + * Bump to 8.0.1 + + -- Proxmox Support Team Tue, 30 Oct 2021 9:32:01 +0200 + frr (7.5.1-99+pve~really7.4) bullseye; urgency=medium * Revert to 7.4 for now due to regressions in combination with evpn from the diff --git a/debian/control b/debian/control index fca6956..7484e0e 100644 --- a/debian/control +++ b/debian/control @@ -3,34 +3,34 @@ Section: net Priority: optional Maintainer: David Lamparter Uploaders: FRRouting-dev -Build-Depends: - autotools-dev, - bison, - chrpath, - debhelper (>= 9), - debhelper (>= 9.20160709) | dh-systemd , - dh-autoreconf, - flex, - gawk, - install-info, - libc-ares-dev, - libcap-dev, - libjson-c-dev | libjson0-dev, - libpam0g-dev | libpam-dev, - libpcre3-dev, - libpython3-dev, - libreadline-dev, - librtr-dev , - libsnmp-dev, - libssh-dev , - libsystemd-dev , - libyang-dev (>= 1.0.184), - pkg-config, - python3, - python3-dev, - python3-sphinx, - python3-pytest , - texinfo (>= 4.7) +Build-Depends: bison, + chrpath, + debhelper (>= 10~) | dh-systemd, + debhelper (>= 9.20150101~), + flex, + gawk, + install-info, + libc-ares-dev, + libcap-dev, + libelf-dev, + libjson-c-dev | libjson0-dev, + libpam0g-dev | libpam-dev, + libpcre2-dev, + libpython3-dev, + libreadline-dev, + librtr-dev , + libsnmp-dev, + libssh-dev , + libsystemd-dev , + libyang2-dev, + lsb-base, + pkg-config, + python3, + python3-dev, + python3-pytest , + python3-sphinx, + texinfo (>= 4.7), + liblua5.3-dev Standards-Version: 4.4.1 Homepage: https://www.frrouting.org/ Vcs-Browser: https://github.com/FRRouting/frr/tree/debian/master -- 2.30.2