mirror of
https://git.proxmox.com/git/frr
synced 2025-05-27 23:21:37 +00:00
bump to 7.2
This release fix last evpn bugs. (need to update proxmox frr mirror to frr-7.2 tag)
This commit is contained in:
parent
009b4da9b7
commit
987198a5e2
2
Makefile
2
Makefile
@ -1,5 +1,5 @@
|
|||||||
PACKAGE=frr
|
PACKAGE=frr
|
||||||
VER=6.0.1
|
VER=7.2
|
||||||
PKGREL=0+pve
|
PKGREL=0+pve
|
||||||
|
|
||||||
SRCDIR=frr
|
SRCDIR=frr
|
||||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
frr (7.2-0+pve) RELEASED; urgency=medium
|
||||||
|
|
||||||
|
* Bump to 7.2
|
||||||
|
|
||||||
|
-- Alexandre Derumier <aderumier@odiso.com> Fri, 15 Nov 2010 02:01:00 +0200
|
||||||
|
|
||||||
frr (6.0.1-0+pve) RELEASED; urgency=medium
|
frr (6.0.1-0+pve) RELEASED; urgency=medium
|
||||||
|
|
||||||
* Bump to 6.0.1
|
* Bump to 6.0.1
|
||||||
|
18
debian/control
vendored
18
debian/control
vendored
@ -15,7 +15,7 @@ Build-Depends:
|
|||||||
install-info,
|
install-info,
|
||||||
libc-ares-dev,
|
libc-ares-dev,
|
||||||
libcap-dev,
|
libcap-dev,
|
||||||
libjson0-dev | libjson-c-dev,
|
libjson-c-dev | libjson0-dev,
|
||||||
libpam0g-dev | libpam-dev,
|
libpam0g-dev | libpam-dev,
|
||||||
libpcre3-dev,
|
libpcre3-dev,
|
||||||
libpython3-dev,
|
libpython3-dev,
|
||||||
@ -24,6 +24,7 @@ Build-Depends:
|
|||||||
libsnmp-dev,
|
libsnmp-dev,
|
||||||
libssh-dev <!pkg.frr.nortrlib>,
|
libssh-dev <!pkg.frr.nortrlib>,
|
||||||
libsystemd-dev <!pkg.frr.nosystemd>,
|
libsystemd-dev <!pkg.frr.nosystemd>,
|
||||||
|
libyang-dev (>= 0.16.74),
|
||||||
pkg-config,
|
pkg-config,
|
||||||
python3,
|
python3,
|
||||||
python3-dev,
|
python3-dev,
|
||||||
@ -45,7 +46,19 @@ Depends:
|
|||||||
Pre-Depends: adduser
|
Pre-Depends: adduser
|
||||||
Recommends: frr-pythontools
|
Recommends: frr-pythontools
|
||||||
Suggests: frr-doc
|
Suggests: frr-doc
|
||||||
Conflicts: zebra, zebra-pj, quagga
|
Conflicts:
|
||||||
|
zebra,
|
||||||
|
zebra-pj,
|
||||||
|
pimd,
|
||||||
|
quagga,
|
||||||
|
quagga-bgpd,
|
||||||
|
quagga-core,
|
||||||
|
quagga-isisd,
|
||||||
|
quagga-ospf6d,
|
||||||
|
quagga-ospfd,
|
||||||
|
quagga-pimd,
|
||||||
|
quagga-ripd,
|
||||||
|
quagga-ripngd
|
||||||
Replaces: zebra, zebra-pj
|
Replaces: zebra, zebra-pj
|
||||||
Description: FRRouting suite of internet protocols (BGP, OSPF, IS-IS, ...)
|
Description: FRRouting suite of internet protocols (BGP, OSPF, IS-IS, ...)
|
||||||
FRRouting implements the routing protocols commonly used in the
|
FRRouting implements the routing protocols commonly used in the
|
||||||
@ -96,6 +109,7 @@ Depends:
|
|||||||
libjs-jquery,
|
libjs-jquery,
|
||||||
libjs-underscore
|
libjs-underscore
|
||||||
Suggests: frr
|
Suggests: frr
|
||||||
|
Conflicts: quagga-doc
|
||||||
Description: FRRouting suite - user manual
|
Description: FRRouting suite - user manual
|
||||||
This provides the FRR user manual in HTML form. This is the official
|
This provides the FRR user manual in HTML form. This is the official
|
||||||
manual maintained as part of the package and is also available online
|
manual maintained as part of the package and is also available online
|
||||||
|
Loading…
Reference in New Issue
Block a user