mirror_frr/debian
Jafar Al-Gharaibeh d55c06ff26 FRR Release 8.5.3
Bug Fixes:

bgpd
    Add peers back to peer hash when peer_xfer_conn fails
    Do not explicitly print maxttl value for ebgp-multihop vty output
    Do not process nlris if the attribute length is zero
    Do not try to redistribute routes if we are shutting down
    Don't read the first byte of orf header if we are ahead of stream
    Evpn code was not properly unlocking rd_dest
    Fix `show bgp all rpki notfound`
    Fix session reset issue caused by malformed core attributes
    Free bgp vpn policy
    Free previously dup'ed aspath attribute for aggregate routes
    Free temporary memory after using argv_concat()
    Intern attributes before putting into rib-out
    Make sure we have enough data to read two bytes when validating aigp
    Prevent use after free
    Rfapi memleak fixes, clean ce tables at exit
    Unlock dest if we return earlier for aggregate install
    Use treat-as-withdraw for tunnel encapsulation attribute

lib
    Allow unsetting walltime-warning and cpu-warning
    Skip route-map optimization if !af_inet(6)
    Use max_bitlen instead of magic number

ospf6d
    Fix crash because neighbor structure was freed
    Stop crash in ospf6_write

ospfd
    Check for nulls in vty code
    Prevent use after free( and crash of ospf ) when no router ospf

pbrd
    Fix crash with match command

pimd
    Prevent crash when receiving register message when the rp() is unknown
    When receiving a packet be more careful with length in pim_pim_packet

ripd, ripngd
    Revert "Cleanup memory allocations on shutdown"

tools
    Add what frr thinks as the fib routes for support_bundle

vtysh
    Print uniq lines when parsing `no service ...`

zebra
    Abstract `dplane_ctx_route_init` to init route without copying
    Fix crash when `dplane_fpm_nl` fails to process received routes
    Further handle route replace semantics
    Fix command ipv6 nht xxx
    Fix evpn nexthop config order

Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
2023-09-01 23:19:44 -05:00
..
source Change the source format from git to quilt to use git-buildpackage 2020-09-26 09:22:23 +02:00
tests debian: Make the autopkgtest more resilient (Closes: #980111) 2021-07-03 17:02:37 +02:00
.gitignore debian: include frr@.service in deb 2022-03-04 13:10:08 +02:00
changelog FRR Release 8.5.3 2023-09-01 23:19:44 -05:00
compat Convert the package to dh compat level 10 2020-09-26 09:22:43 +02:00
control debian: remove bogus "iproute" dependency 2023-01-24 18:19:42 +01:00
copyright debian: update debian/copyright 2019-11-03 18:36:18 +01:00
frr-doc.doc-base debian: fix texinfo figure installation directory 2023-01-24 18:19:42 +01:00
frr-doc.info debian: make cross-compile work 2023-01-24 18:19:42 +01:00
frr-doc.install debian: fix texinfo figure installation directory 2023-01-24 18:19:42 +01:00
frr-doc.lintian-overrides debian: make package "official" 2019-02-19 21:30:54 +01:00
frr-pythontools.install ospfclient: add ospfclient api python class 2022-06-02 16:37:16 -04:00
frr-pythontools.lintian-overrides debian: make package "official" 2019-02-19 21:30:54 +01:00
frr-rpki-rtrlib.install debian: make package "official" 2019-02-19 21:30:54 +01:00
frr-rpki-rtrlib.lintian-overrides debian: make package "official" 2019-02-19 21:30:54 +01:00
frr-snmp.install debian: make package "official" 2019-02-19 21:30:54 +01:00
frr-snmp.lintian-overrides debian: make package "official" 2019-02-19 21:30:54 +01:00
frr.conf Sync frr-doc.doc-base, d/frr.conf and d/frr.install with debian/master branch 2020-09-26 09:24:02 +02:00
frr.dirs *: remove *.conf.sample files 2021-04-09 13:14:30 -04:00
frr.docs Use wrap-and-sort -a to unify debian/ wrapping and sorting 2020-09-26 09:23:39 +02:00
frr.install packaging: Reuse frr.logrotate for Debian and Redhat builds 2022-11-08 11:17:56 +02:00
frr.lintian-overrides debian: fiddle with lintian spellcheck overrides 2023-01-24 18:19:42 +01:00
frr.manpages debian: make cross-compile work 2023-01-24 18:19:42 +01:00
frr.pam pam: declare root as sufficient frr pam account 2022-11-11 15:55:09 +01:00
frr.postinst debian: egrep is deprecated 2022-06-24 09:59:30 -03:00
frr.postrm debian: keep working nicely with split config 2019-02-19 21:34:06 +01:00
frr.preinst packaging: Add pathd to logrotate 2022-04-19 19:13:19 +03:00
frr.tmpfile Use dh_installinit capabilities to install frr.tmpfile 2020-09-26 09:22:23 +02:00
gbp.conf debian: Update the tools/build-debian-package.sh to be example build script 2021-07-03 17:02:37 +02:00
not-installed debian: make package "official" 2019-02-19 21:30:54 +01:00
README.Debian build, doc: extricate --enable-systemd 2021-06-29 17:57:09 +02:00
README.Maintainer debian: make package "official" 2019-02-19 21:30:54 +01:00
rules debian: fix python3 shebang in new files 2023-01-24 18:19:42 +01:00
watch debian: point watch file at git tarball 2023-01-24 18:19:42 +01:00

#
# TODO
#

- check that tests/{control,daemons} actually do something useful and sensible
- /usr/share/doc/frr-doc should be named just frr?
- debian/watch pgpsigurlmangle / signing-key
- multiarch for DSOs?
- frr try-restart

#
# To check if the patches still apply on new upstream versions:
#
for i in debian/patches/*.diff; do echo -e "#\n# $i\n#"; patch --fuzz=3 --dry-run -p1 < $i; done

#
# Filename transition from zebra to frr
#

Files that keep their names
	/usr/bin/vtysh

Files that got an -pj suffix
	/etc/default/zebra	-> /etc/frr/daemons.conf
	/etc/init.d/zebra	-> /etc/init.d/frr
	/etc/zebra/		-> /etc/frr/
	/usr/share/doc/zebra/	-> /usr/share/doc/frr/
	/var/log/zebra/		-> /var/log/frr/
	/var/run/ 		-> /var/run/frr/

Files that were moved
	/usr/sbin/*		-> /usr/lib/frr/