From bfd01c9e964ef26df2815a0d5b22c71e692c2722 Mon Sep 17 00:00:00 2001 From: Alexandre Derumier Date: Fri, 5 Nov 2021 09:16:52 +0100 Subject: [PATCH] bump to 8.0.1 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