diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2023-01-24 15:56:57 +0100 | 
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2023-01-24 18:19:42 +0100 | 
| commit | feba3f15d1119c03950574bd60219be8b95daca8 (patch) | |
| tree | 8809194fbcfd28d3d6c665fdc59afe9def54963d /debian | |
| parent | e01401981c5015d2ed85cde8f5237367991ab36f (diff) | |
debian: merge changelogs
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 49 | 
1 files changed, 46 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index e3b6634594..fae7924c16 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,42 @@ frr (8.5~dev-1) UNRELEASED; urgency=medium   -- Donatas Abraitis <donatas@opensourcerouting.org>  Tue, 04 Oct 2022 16:00:00 +0500 +frr (8.4.2-1) unstable; urgency=medium + +  * new upstream release FRR 8.4.2 +  * drop all patches in debian/patches/, they got merged upstream + + -- David Lamparter <equinox-debian@diac24.net>  Mon, 23 Jan 2023 17:32:02 +0100 + +frr (8.4.1-2) unstable; urgency=medium + +  * commit to git tarball as source instead of dist tarball +  * ditch unneeded sphinx missing files patch +  * fix clippy symbol lookup issue (build SEGV on mips64el) +  * correctly mark :native for libelf-dev & libpython3-dev to fix cross-build +  * use mutex for zserv stats (atomic uint64_t is too wide for 32-bit archs) + + -- David Lamparter <equinox-debian@diac24.net>  Fri, 06 Jan 2023 14:59:57 +0100 + +frr (8.4.1-1) unstable; urgency=medium + +  * New upstream release FRR 8.4.1 (closes: #1017518) +  * New frr@ systemd service unit to run inside network namespace +  * egrep to grep -E +  * upstream fix ospfd crash (PR 8876) (closes: #981139) +  * upstream fix isisd parsing issues CVE-2022-26125, CVE-2022-26126 and +    babeld parsing issues CVE-2022-26127, CVE-2022-26128, CVE-2022-26129 +    (closes: #1008010) +  * upstream fix bgpd out-of-bounds read CVE-2022-37032 (closes: #1021016) +  * upstream fix bgpd UAF CVE-2022-37035 (closes: #1016978) +  * libyang-related pcre3 dep replaced with pcre2 (closes: #1000032) +  * disable ELF magic on mips64el +  * fixed texinfo figure installation directory +  * enable dh_sphinxdoc to get rid of embedded javascript in frr-doc +  * removed bogus iproute dependency choice + + -- David Lamparter <equinox-debian@diac24.net>  Mon, 02 Jan 2023 14:46:06 +0100 +  frr (8.4-0) unstable; urgency=medium    * New upstream release FRR 8.4 @@ -22,6 +58,13 @@ frr (8.2-0) unstable; urgency=medium   -- Jafar Al-Gharaibeh <jafar@atcorp.com>  Tue, 01 Mar 2022 10:00:00 +0500 +frr (8.1-1) unstable; urgency=medium + +  * New upstream release FRR 8.1 +  * Upload to unstable. + + -- Ondřej Surý <ondrej@debian.org>  Sat, 13 Nov 2021 13:32:48 +0100 +  frr (8.1-0) unstable; urgency=medium    * New upstream release FRR 8.1 @@ -1007,7 +1050,7 @@ quagga (0.98.3-6) testing-proposed-updates; urgency=high  quagga (0.98.3-5) unstable; urgency=high    * The patch which tried to remove the OpenSSL dependency, which is -    not only unnecessary but also a violation of the licence and thus RC, +    not only unneccessary but also a violation of the licence and thus RC,      stopped working a while ago, since autoreconf is no longer run before      building the binaries. So now ./configure is patched directly (thanks      to Faidon Liambotis for reporting). Closes: #306840 @@ -1388,7 +1431,7 @@ quagga (0.96.4x-3) unstable; urgency=low    * Made the directory (but not the config/log files!) world accessible      again on user request (thanks to Anand Kumria)). Closes: #213129    * No longer providing sample configuration in /etc/quagga/. They are -    now only available in /usr/share/doc/quagga/ to avoid accidentally +    now only available in /usr/share/doc/quagga/ to avoid accidently      using them without changing the adresses (thanks to Marc Haber).      Closes: #215918 @@ -1448,7 +1491,7 @@ quagga (0.96.3-1) unstable; urgency=medium  quagga (0.96.2-9) unstable; urgency=medium -  * Removed /usr/share/info/dir.* which were accidentally there and prevented +  * Removed /usr/share/info/dir.* which were accidently there and prevented      the installation by dpkg (thanks to Simon Raven). Closes: #212614    * Reworded package description (thanks to Anand Kumria). Closes: #213125    * Added french debconf translation (thanks to Christian Perrier).  | 
