]> git.proxmox.com Git - mirror_frr.git/blame - changelog-auto.in
zebra: update local ns_id field
[mirror_frr.git] / changelog-auto.in
CommitLineData
a3a9715b
DL
1frr (@VERSION@-0) UNRELEASED; urgency=medium
2
3 * autoconf changelog entry -- for git autobuilds only.
4 remove and replace when creating releases!
5 (tools/tarsource.sh will handle this)
6
7 -- FRRouting-Dev <dev@lists.frrouting.org> Thu, 25 Oct 2018 16:36:50 +0200
8
9frr (6.0-2) testing; urgency=medium
10
11 * add install-info to build deps
12 * remove trailing whitespace from control
13 * cleanup tcp-zebra configure options
14 * drop unused SMUX client OID MIBs
15 * remove /proc check
16 * remove --enable-poll
17 * remove libtool .la files
18 * drop texlive-latex-base, texlive-generic-recommended build deps
19 * consistently allow python2 or python3
20 * remove bad USE_* options, add WERROR
21 * drop libncurses5 dep
22 * remove backports mechanism
23 * use better dependency for pythontools (binNMU compatible)
24 * remove bogus shlib:Depends on frr-dbg
25 * create frr-snmp and frr-rpki-rtrlib
26 * make frr-pythontools a "Recommends:"
27 * use redistclean target
28 * update to Debian Policy version 4.2.1
29 * raise debhelper compat level to 9
30 * ditch development-only files
31 * modernise dh_missing and use fail mode
32 * disable zeromq and FPM
33 * always install /etc/init.d/frr
34 * put frr-doc package in 'doc' section
35 * install HTML docs, drop tools/
36 * fix install for {frr,rfptest,ospfclient}
37 * add watch file
38 * change python dependency and shebang to python3:any
39 * use set -e in maintscripts
40 * put myself in as maintainer
41 * update copyright file
42 * closes: #863249
43
44 -- David Lamparter <equinox-debian@diac24.net> Thu, 25 Oct 2018 16:36:50 +0200
45
46frr (6.0-1) RELEASED; urgency=medium
4952d0f0 47
c8c24278
MW
48 * Staticd: New daemon responsible for management of static routes
49 * ISISd: Implement dst-src routing as per draft-ietf-isis-ipv6-dst-src-routing
50 * BFDd: new daemon for BFD (Bidrectional Forwarding Detection). Responsible
51 for notifying link changes to make routing protocols converge faster.
52 * various bug fixes
53
54 -- FRRouting-Dev <dev@lists.frrouting.org> Sun, 7 Oct 2018 08:10:00 -0700
55
56frr (5.0.1-0) RELEASED; urgency=medium
57
58 * Support Automake 1.16.1
59 * BGPd: Support for flowspec ICMP, DSCP, packet length, fragment and tcp flags
60 * BGPd: fix rpki validation for ipv6
61 * VRF: Workaround for kernel bug on Linux 4.14 and newer
62 * Zebra: Fix interface based routes from zebra not marked up
63 * Zebra: Fix large zebra memory usage when redistribute between protocols
64 * Zebra: Allow route-maps to match on source instance
65 * BGPd: Backport peer-attr overrides, peer-level enforce-first-as and filtered-routes fix
66 * BGPd: fix for crash during display of filtered-routes
67 * BGPd: Actually display labeled unicast routes received
68 * Label Manager: Fix to work correctly behind a label manager proxy
69 * Debian Pkg: Fix build dependency for install-info
70
71 -- FRRouting-Dev <dev@lists.frrouting.org> Thu, 5 Jul 2018 00:38:00 -0700
72
73frr (5.0-0) RELEASED; urgency=medium
74
75 * PIM: Add a Multicast Trace Command draft-ietf-idmr-traceroute-ipm-05
76 * IS-IS: Implement Three-Way Handshake as per RFC5303
77 * BGPD: Implement VPN-VRF route leaking per RFC4364.
78 * BGPD: Implement VRF with NETNS backend
79 * BGPD: Flowspec
80 * PBRD: Add a new Policy Based Routing Daemon
81
82 -- FRRouting-Dev <dev@lists.frrouting.org> Thu, 7 Jun 2018 17:47:00 -0700
83
84frr (4.0-0) RELEASED; urgency=medium
85
86 * ISIS-MT - https://tools.ietf.org/html/rfc5120
87 * BGP - RPKI (RFC 6810)
88 * BGP - v4 labeled unicast as per RFC 3107
89 * BGP/Zebra - Type 2 and 3 EVPN with symmetric and asymmetric routing
90 * EIGRP - https://tools.ietf.org/html/rfc7868
91 * FRR - Tab completion for iface names, prefix-lists, route-maps, BGP peers
92 * BABEL - https://tools.ietf.org/html/rfc6126
93 * PIM VRF - Added the ability to work with VRF’s to PIM
94 * OSPFv2 VRF - Added the ability to work with VRF’s to OSPFv2
95 * OSPFv2 Experimental SR - draft-ietf-ospf-segment-routing-extensions-24
96 * ZEBRA - Add ability to create a static route that leaks across VRF’s.
97
98 -- FRRouting-Dev <dev@lists.frrouting.org> Sun, 11 Mar 2018 17:22:20 -0700
99
100frr (3.0.3-1) RELEASED; urgency=medium
101
4952d0f0
DS
102 * New Enabled: PIM draft Unnumbered
103
3ecea1b4 104 -- FRRouting-Dev <dev@lists.frrouting.org> Wed, 18 Oct 2017 17:01:42 -0700
4952d0f0 105
0d14a9ef
MW
106frr (3.0-1) RELEASED; urgency=medium
107
108 * Added Debian 9 Backport
a3a9715b 109
0d14a9ef
MW
110 -- FRRouting-Dev <dev@lists.frrouting.org> Mon, 16 Oct 2017 03:28:00 -0700
111
5eee7099 112frr (3.0-0) RELEASED; urgency=medium
4952d0f0
DS
113
114 * New Enabled: BGP Shutdown Message
115 * New Enabled: BGP Large Community
116 * New Enabled: BGP RFC 7432 Partial Support w/ Ethernet VPN
117 * New Enabled: BGP EVPN RT-5
118 * New Enabled: LDP RFC 5561
119 * New Enabled: LDP RFC 5918
120 * New Enabled: LDP RFC 5919
121 * New Enabled: LDP RFC 6667
122 * New Enabled: LDP RFC 7473
123 * New Enabled: OSPF RFC 4552
124 * New Enabled: ISIS SPF Backoff draft
125 * New Enabled: PIM Unnumbered Interfaces
126 * New Enabled: PIM RFC 4611
127 * New Enabled: PIM Sparse Mode
128 * New Enabled: NHRP RFC 2332
129 * New Enabled: Label Manager
a3a9715b 130 * Switched from hardening-wrapper to dpkg-buildflags.
4952d0f0 131
0d14a9ef 132 -- FRRouting-Dev <dev@lists.frrouting.org> Fri, 13 Oct 2017 16:17:26 -0700
4952d0f0 133
5eee7099 134frr (2.0-0) RELEASED; urgency=medium
d8e4c438
DS
135
136 * Switchover to FRR
137
3ecea1b4 138 -- FRRouting-Dev <dev@lists.frrouting.org> Mon, 23 Jan 2017 16:30:22 -0400
8a2a3732 139
8ceb45dc
DS
140quagga (0.99.24+cl3u5) RELEASED; urgency=medium
141
142 * Closes: CM-12846 - Resolve Memory leaks in 'show ip bgp neighbor json'
143 * Closes: CM-5878 - Display all ospf peers with 'show ip ospf neighbor detail all'
144 * Closes: CM-5794 - Add support for IPv6 static to null0
145 * Closes: CM-13060 - Reduce JSON memory usage.
146 * Closes: CM-10394 - protect 'could not get instance' error messages with debug
147 * Closes: CM-11173 - Move netlink error messages undeer a debug
148 * Closes: CM-13328 - Fixes route missing in hardware after reboot
149
150 -- dev-support <dev-support@cumulusnetworks.com> Fri, 11 Nov 2016 22:13:29 -0400
151
e544fa85
DS
152quagga (0.99.24+cl3u4) RELEASED; urgency=medium
153
154 * Closes: CM-12687 - Buffer overflow in zebra RA code
155
156 -- dev-support <dev-support@cumulusnetworks.com> Wed, 31 Aug 2016 12:36:10 -0400
157
a79fb1aa 158quagga (0.99.24+cl3u3) RELEASED; urgency=medium
473b996b
DS
159
160 * New Enabled: Merge up-to 0.99.24 code from upstream
161 * New Enabled: Additional CLI simplification
162 * New Enabled: Various Bug Fixes
163
a79fb1aa
JB
164 -- dev-support <dev-support@cumulusnetworks.com> Thu, 04 Aug 2016 08:43:36 -0700
165
166quagga (0.99.23.1-1+cl3u2) RELEASED; urgency=medium
4d916382 167
a3a9715b 168 * New Enabled: VRF - See Documentation for how to use
dc181091
DS
169 * New Enabled: Improved interface statistics
170 * New Enabled: Various vtysh improvements
171 * New Enabled: Numerous compile warnings and SA fixes
172 * New Enabled: Improved priviledge handlingA
173 * New Enabled: Various OSPF CLI fixes
174 * New Enabled: Prefix-list Performance Improvements.
175 * New Enabled: Allow more than 1k peers in Quagga
176 and Performance Improvements
177 * New Enabled: Systemd integration
178 * New Enabled: Various ISIS fixes
179 * New Enabled: BGP MRT improvements
180 * New Enabled: Lowered default MRAI timers
181 * New Enabled: Lowered default 'timers connect'
182 * New Enabled: 'bgp log-neighbor-changes' enabled by default
183 * New Enabled: BGP default keepalive to 3s and holdtime to 9s
184 * New Enabled: OSPF spf timers are now '0 50 5000' by default
185 * New Enabled: BGP hostname is displayed by default
a3a9715b 186 * New Enabled: BGP 'no-as-set' is the default for
dc181091
DS
187 'bgp as-path multipath-relax"
188 * New Enabled: RA is on by default if using 5549 on an interface
189 * New Enabled: peer-group restrictions relaxed, update-groups determine
190 outbund policy anyway
191 * New Enabled: BGP enabled 'maximum-paths 64' by default
192 * New Enabled: OSPF "log-adjacency-changes" on by default
193 * New Enabled: Zebra: Add IPv6 protocol filtering support
194 * and setting src of IPv6 routes.
195 * New Enabled: BGP and OSPF JSON commands added.
196 * New Enabled: BGP Enable multiple instances support by default
197 * New Enabled: 'banner motd file' command
198 * New Enabled: Remove bad default passwords from default conf
199 * New Enabled: BGP addpath TX
200 * New Enabled: Simplified configuration for BGP Unnumbered
4d916382 201
dc181091
DS
202 * New Deprecated: Remove unused 'show memory XXX' functionality
203 * New Deprecated: Remove babel protocol
204
205 * Closes: CM-10435 Addition on hidden command
206 "bfd multihop/singlehop" and "ptm-enable" per interface command
0904161c 207 * Closes: CM-9974 Get route counts right for show ip route summary
0904161c 208 * Closes: CM-9786 BGP memory leak in peer hostname
0904161c 209 * Closes: CM-9340 BGP: Ensure correct sequence of processing at exit
a3a9715b
DL
210 * Closes: CM-9270 ripd: Fix crash when a default route is passed to rip
211 * Closes: CM-9255 BGPD crash around bgp_config_write ()
dc181091
DS
212 * Closes: CM-9134 ospf6d: Fix for crash when non area 0 network
213 entered first
a3a9715b 214 * Closes: CM-8934 OSPFv3: Check area before scheduling SPF
0904161c 215 * Closes: CM-8514 zebra: Crash upon disabling a link
0904161c 216 * Closes: CM-8295 BGP crash in group_announce_route_walkcb
0904161c 217 * Closes: CM-8191 BGP: crash in update_subgroup_merge()
0904161c 218 * Closes: CM-8015 lib: Memory reporting fails over 2GB
0904161c 219 * Closes: CM-7926 BGP: crash from not NULLing freed pointers
0904161c
DS
220
221 -- dev-support <dev-support@cumulusnetworks.com> Wed, 04 May 2016 16:22:52 -0700
4d916382
DS
222
223quagga (0.99.23.1-1) unstable; urgency=medium
224
225 * New upstream release
226 * Added .png figures for info files to quagga-doc package.
227 * Changed dependency from iproute to iproute2 (thanks to Andreas
228 Henriksson). Closes: #753736
229 * Added texlive-fonts-recommended to build-depends to get ecrm1095 font
230 (thanks to Christoph Biedl). Closes: #651545
231
232 -- Christian Brunotte <ch@debian.org> Tue, 30 Sep 2014 00:20:12 +0200
233
234quagga (0.99.23-1) unstable; urgency=low
235
236 * New upstream release
237 * Removed debian/patches/readline-6.3.diff which was already in upstream.
238
239 -- Christian Hammers <ch@debian.org> Tue, 08 Jul 2014 09:15:48 +0200
240
241quagga (0.99.22.4-4) unstable; urgency=medium
242
243 * Fix build failure with readline-6.3 (thanks to Matthias Klose).
244 Closes: #741774
245
246 -- Christian Hammers <ch@debian.org> Sun, 23 Mar 2014 15:28:42 +0100
247
248quagga (0.99.22.4-3) unstable; urgency=low
249
a3a9715b 250 * Added status to init script (thanks to Peter J. Holzer). Closes: #730625
4d916382 251 * Init script now sources /lib/lsb/init-functions.
a3a9715b 252 * Switched from hardening-wrapper to dpkg-buildflags.
4d916382
DS
253
254 -- Christian Hammers <ch@debian.org> Wed, 01 Jan 2014 19:12:01 +0100
255
256quagga (0.99.22.4-2) unstable; urgency=low
257
a3a9715b 258 * Fixed typo in package description (thanks to Davide Prina).
4d916382
DS
259 Closes: #625860
260 * Added Italian Debconf translation (thanks to Beatrice Torracca)
261 Closes: #729798
262
263 -- Christian Hammers <ch@debian.org> Tue, 26 Nov 2013 00:47:11 +0100
264
265quagga (0.99.22.4-1) unstable; urgency=high
266
267 * SECURITY:
268 "ospfd: CVE-2013-2236, stack overrun in apiserver
269
270 the OSPF API-server (exporting the LSDB and allowing announcement of
271 Opaque-LSAs) writes past the end of fixed on-stack buffers. This leads
272 to an exploitable stack overflow.
a3a9715b 273
4d916382
DS
274 For this condition to occur, the following two conditions must be true:
275 - Quagga is configured with --enable-opaque-lsa
276 - ospfd is started with the "-a" command line option
a3a9715b 277
4d916382
DS
278 If either of these does not hold, the relevant code is not executed and
279 the issue does not get triggered."
280 Closes: #726724
a3a9715b 281
4d916382
DS
282 * New upstream release
283 - ospfd: protect vs. VU#229804 (malformed Router-LSA)
284 (Quagga is said to be non-vulnerable but still adds some protection)
285
286 -- Christian Hammers <ch@debian.org> Thu, 24 Oct 2013 22:58:37 +0200
287
288quagga (0.99.22.1-2) unstable; urgency=low
289
a3a9715b 290 * Added autopkgtests (thanks to Yolanda Robla). Closes: #710147
4d916382
DS
291 * Added "status" command to init script (thanks to James Andrewartha).
292 Closes: #690013
293 * Added "libsnmp-dev" to Build-Deps. There not needed for the official
294 builds but for people who compile Quagga themselves to activate the
295 SNMP feature (which for licence reasons cannot be done by Debian).
296 Thanks to Ben Winslow). Closes: #694852
297 * Changed watchquagga_options to an array so that quotes can finally
a3a9715b 298 be used as expected. Closes: #681088
4d916382
DS
299 * Fixed bug that prevented restarting only the watchquagga daemon
300 (thanks to Harald Kappe). Closes: #687124
301
302 -- Christian Hammers <ch@debian.org> Sat, 27 Jul 2013 16:06:25 +0200
303
304quagga (0.99.22.1-1) unstable; urgency=low
305
306 * New upstream release
307 - ospfd restore nexthop IP for p2p interfaces
308 - ospfd: fix LSA initialization for build without opaque LSA
309 - ripd: correctly redistribute ifindex routes (BZ#664)
310 - bgpd: fix lost passwords of grouped neighbors
311 * Removed 91_ld_as_needed.diff as it was found in the upstream source.
312
313 -- Christian Hammers <ch@debian.org> Mon, 22 Apr 2013 22:21:20 +0200
314
315quagga (0.99.22-1) unstable; urgency=low
316
a3a9715b 317 * New upstream release.
4d916382
DS
318 - [bgpd] The semantics of default-originate route-map have changed.
319 The route-map is now used to advertise the default route conditionally.
320 The old behaviour which allowed to set attributes on the originated
321 default route is no longer supported.
322 - [bgpd] this version of bgpd implements draft-idr-error-handling. This was
323 added in 0.99.21 and may not be desirable. If you need a version
324 without this behaviour, please use 0.99.20.1. There will be a
325 runtime configuration switch for this in future versions.
326 - [isisd] is in "beta" state.
327 - [ospf6d] is in "alpha/experimental" state
328 - More changes are documented in the upstream changelog!
a3a9715b 329 * debian/watch: Adjusted to new savannah.gnu.org site, thanks to Bart
4d916382
DS
330 Martens.
331 * debian/patches/99_CVE-2012-1820_bgp_capability_orf.diff removed as its
332 in the changelog.
333 * debian/patches/99_distribute_list.diff removed as its in the changelog.
334 * debian/patches/10_doc__Makefiles__makeinfo-force.diff removed as it
335 was just for Debian woody.
336
337 -- Christian Hammers <ch@debian.org> Thu, 14 Feb 2013 00:22:00 +0100
338
339quagga (0.99.21-4) unstable; urgency=medium
340
341 * Fixed regression bug that caused OSPF "distribute-list" statements to be
342 silently ignored. The patch has already been applied upstream but there
343 has been no new Quagga release since then.
344 Thanks to Hans van Kranenburg for reporting. Closes: #697240
345
346 -- Christian Hammers <ch@debian.org> Sun, 06 Jan 2013 15:50:32 +0100
347
348quagga (0.99.21-3) unstable; urgency=high
349
350 * SECURITY:
351 CVE-2012-1820 - Quagga contained a bug in BGP OPEN message handling.
352 A denial-of-service condition could be caused by an attacker controlling
353 one of the pre-configured BGP peers. In most cases this means, that the
354 attack must be originated from an adjacent network. Closes: #676510
355
356 -- Christian Hammers <ch@debian.org> Fri, 08 Jun 2012 01:15:32 +0200
357
358quagga (0.99.21-2) unstable; urgency=low
359
360 * Renamed babeld.8 to quagga-babeld.8 as it conflicted with the
361 original mapage of the babeld package which users might want to
362 install in parallel as it is slightly more capable. Closes: #671916
363
364 -- Christian Hammers <ch@debian.org> Thu, 10 May 2012 07:53:01 +0200
365
366quagga (0.99.21-1) unstable; urgency=low
367
368 * New upstream release
369 - [bgpd] BGP multipath support has been merged
370 - [bgpd] SAFI (Multicast topology) support has been extended to propagate
371 the topology to zebra.
372 - [bgpd] AS path limit functionality has been removed
373 - [babeld] a new routing daemon implementing the BABEL ad-hoc mesh routing
374 protocol has been merged.
375 - [isisd] a major overhaul has been picked up. Please note that isisd is
a3a9715b 376 STILL NOT SUITABLE FOR PRODUCTION USE.
4d916382
DS
377 - a lot of bugs have been fixed
378 * Added watchquagga daemon.
379 * Added DEP-3 conforming patch comments.
380
381 -- Christian Hammers <ch@debian.org> Sun, 06 May 2012 15:33:33 +0200
382
383quagga (0.99.20.1-1) unstable; urgency=high
384
385 * SECURITY:
386 CVE-2012-0249 - Quagga ospfd DoS on malformed LS-Update packet
387 CVE-2012-0250 - Quagga ospfd DoS on malformed Network-LSA data
388 CVE-2012-0255 - Quagga bgpd DoS on malformed OPEN message
389 * New upstream release. Closes: #664033
390
391 -- Christian Hammers <ch@debian.org> Fri, 16 Mar 2012 22:14:05 +0100
392
393quagga (0.99.20-4) unstable; urgency=low
394
395 * Switch to dpkg-source 3.0 (quilt) format.
396 * Switch to changelog-format-1.0.
397
398 -- Christian Hammers <ch@debian.org> Sat, 25 Feb 2012 18:52:06 +0100
399
400quagga (0.99.20-3) unstable; urgency=low
401
402 * Added --sysconfdir back to the configure options (thanks to Sven-Haegar
403 Koch). Closes: #645649
404
405 -- Christian Hammers <ch@debian.org> Tue, 18 Oct 2011 00:24:37 +0200
406
407quagga (0.99.20-2) unstable; urgency=low
408
409 * Bumped standards version to 0.9.2.
410 * Migrated to "dh" build system.
a3a9715b 411 * Added quagga-dbg package.
4d916382
DS
412
413 -- Christian Hammers <ch@debian.org> Fri, 14 Oct 2011 23:59:26 +0200
414
415quagga (0.99.20-1) unstable; urgency=low
416
417 * New upstream release:
418 "The primary focus of this release is a fix of SEGV regression in ospfd,
a3a9715b 419 which was introduced in 0.99.19. It also features a series of minor
4d916382
DS
420 improvements, including better RFC compliance in bgpd, better support
421 of FreeBSD and some enhancements to isisd."
422 * Fixes off-by-one bug (removed 20_ospf6_area_argv.dpatch). Closes: #519488
423
424 -- Christian Hammers <ch@debian.org> Fri, 30 Sep 2011 00:59:24 +0200
425
426quagga (0.99.19-1) unstable; urgency=high
427
428 * SECURITY:
429 "This release provides security fixes, which address assorted
430 vulnerabilities in bgpd, ospfd and ospf6d (CVE-2011-3323,
431 CVE-2011-3324, CVE-2011-3325, CVE-2011-3326 and CVE-2011-3327).
432 * New upstream release.
433 * Removed incorporated debian/patches/92_opaque_lsa_enable.dpatch.
434 * Removed incorporated debian/patches/93_opaque_lsa_fix.dpatch.
435 * Removed obsolete debian/README.Debian.Woody and README.Debian.MD5.
436
437 -- Christian Hammers <ch@debian.org> Tue, 27 Sep 2011 00:16:27 +0200
438
439quagga (0.99.18-1) unstable; urgency=low
440
441 * SECURITY:
442 "This release fixes 2 denial of services in bgpd, which can be remotely
443 triggered by malformed AS-Pathlimit or Extended-Community attributes.
a3a9715b 444 These issues have been assigned CVE-2010-1674 and CVE-2010-1675.
4d916382
DS
445 Support for AS-Pathlimit has been removed with this release."
446 * Added Brazilian Portuguese debconf translation. Closes: #617735
447 * Changed section for quagga-doc from "doc" to "net".
448 * Added patch to fix FTBFS with latest GCC. Closes: #614459
449
450 -- Christian Hammers <ch@debian.org> Tue, 22 Mar 2011 23:13:34 +0100
451
452quagga (0.99.17-4) unstable; urgency=low
453
a3a9715b 454 * Added comment to init script (thanks to Marc Haber). Closes: #599524
4d916382
DS
455
456 -- Christian Hammers <ch@debian.org> Thu, 13 Jan 2011 23:53:29 +0100
457
458quagga (0.99.17-3) unstable; urgency=low
459
460 * Fix FTBFS with ld --as-needed (thanks to Matthias Klose at Ubuntu).
461 Closes: #609555
462
463 -- Christian Hammers <ch@debian.org> Thu, 13 Jan 2011 23:27:06 +0100
464
465quagga (0.99.17-2) unstable; urgency=low
466
a3a9715b 467 * Added Danisch Debconf translation (thanks to Joe Dalton). Closes: #596259
4d916382
DS
468
469 -- Christian Hammers <ch@debian.org> Sat, 18 Sep 2010 12:20:07 +0200
470
471quagga (0.99.17-1) unstable; urgency=high
472
473 * SECURITY:
474 "This release provides two important bugfixes, which address remote crash
475 possibility in bgpd discovered by CROSS team.":
476 1. Stack buffer overflow by processing certain Route-Refresh messages
477 CVE-2010-2948
478 2. DoS (crash) while processing certain BGP update AS path messages
479 CVE-2010-2949
480 Closes: #594262
481
482 -- Christian Hammers <ch@debian.org> Wed, 25 Aug 2010 00:52:48 +0200
483
484quagga (0.99.16-1) unstable; urgency=low
485
a3a9715b 486 * New upstream release. Closes: #574527
4d916382
DS
487 * Added chrpath to debian/rules to fix rpath problems that lintian spottet.
488
489 -- Christian Hammers <ch@debian.org> Sun, 21 Mar 2010 17:05:40 +0100
490
491quagga (0.99.15-2) unstable; urgency=low
492
493 * Applied patch for off-by-one bug in ospf6d that caused a segmentation
494 fault when using the "area a.b.c.d filter-list prefix" command (thanks
495 to Steinar H. Gunderson). Closes: 519488
496
497 -- Christian Hammers <ch@debian.org> Sun, 14 Feb 2010 20:02:03 +0100
498
499quagga (0.99.15-1) unstable; urgency=low
500
501 * New upstream release
502 "This fixes some annoying little ospfd and ospf6d regressions, which made
a3a9715b
DL
503 0.99.14 a bit of a problem release (...) This release still contains a
504 regression in the "no ip address ..." command, at least on Linux.
505 See bug #486, which contains a workaround patch. This release should be
4d916382
DS
506 considered a 1.0.0 release candidate. Please test this release as widely
507 as possible."
a3a9715b 508 * Fixed wrong port number in zebra.8 (thanks to Thijs Kinkhorst).
4d916382 509 Closes: #517860
a3a9715b 510 * Added Russian Debconf tanslation (thanks to Yuri Kozlov).
4d916382 511 Closes: #539464
a3a9715b 512 * Removed so-version in build-dep to libreadline-dev on request of
4d916382
DS
513 Matthias Klose.
514 * Added README.source with reference to dpatch as suggested by lintian.
515 * Bumped standards versionto 3.8.3.
516
517 -- Christian Hammers <ch@debian.org> Sun, 13 Sep 2009 18:12:06 +0200
518
519quagga (0.99.14-1) unstable; urgency=low
520
521 * New upstream release
522 "This release contains a regression fix for ospf6d, various small fixes
523 and some hopefully very significant bgpd stability fixes.
524 This release should be considered a 1.0.0 release candidate. Please test
525 this release as widely as possible."
526 * Fixes bug with premature LSA aging in ospf6d. Closes: #535030
527 * Fixes section number in zebra.8 manpage. Closes: #517860
528
529 -- Christian Hammers <ch@debian.org> Sat, 25 Jul 2009 00:40:38 +0200
530
531quagga (0.99.13-2) unstable; urgency=low
532
a3a9715b
DL
533 * Added Japanese Debconf translation (thanks to Hideki Yamane).
534 Closes: #510714
4d916382
DS
535 * When checking for obsoleted config options in preinst, print filename
536 where it occures (thanks to Michael Bussmann). Closes: #339489
537
538 -- Christian Hammers <ch@debian.org> Sun, 19 Jul 2009 17:13:23 +0200
539
540quagga (0.99.13-1) unstable; urgency=low
541
542 * New upstream release
543 "This release is contains a number of small fixes, for potentially
544 irritating issues, as well as small enhancements to vtysh and support
545 for linking to PCRE (a much faster regex library)."
546 * Added build-dep to gawk as configure required it for memtypes.awk
547 * Replaced build-dep to gs-gpl with ghostscript as requested by lintian
548 * Minor changes to copyright and control files to make lintian happy.
549
550 -- Christian Hammers <ch@debian.org> Wed, 24 Jun 2009 17:53:28 +0200
551
552quagga (0.99.12-1) unstable; urgency=high
553
554 * New upstream release
555 "This release fixes an urgent bug in bgpd where it could hit an assert
556 if it received a long AS_PATH with a 4-byte ASN." Noteworthy bugfixes:
557 + [bgpd] Fix bgp ipv4/ipv6 accept handling
a3a9715b 558 + [bgpd] AS4 bugfix by Chris Caputo
4d916382
DS
559 + [bgpd] Allow accepted peers to progress even if realpeer is in Connect
560 + [ospfd] Switch Fletcher checksum back to old ospfd version
561
562 -- Christian Hammers <ch@debian.org> Mon, 22 Jun 2009 00:16:33 +0200
563
564quagga (0.99.11-1) unstable; urgency=low
565
566 * New upstream release
567 "Most regressions in 0.99 over 0.98 are now believed to be fixed. This
568 release should be considered a release-candidate for a new stable series."
569 + bgpd: Preliminary UI and Linux-IPv4 support for TCP-MD5 merged
570 + zebra: ignore dead routes in RIB update
571 + [ospfd] Default route needs to be refreshed after neighbour state change
572 + [zebra:netlink] Set proto/scope on all route update messages
573 * Removed debian/patches/20_*bgp*md5*.dpatch due to upstream support.
574
575 -- Christian Hammers <ch@debian.org> Thu, 09 Oct 2008 22:56:38 +0200
576
577quagga (0.99.10-1) unstable; urgency=medium
578
579 * New upstream release
580 + bgpd: 4-Byte AS Number support
581 + Sessions were incorrectly reset if a partial AS-Pathlimit attribute
582 was received.
a3a9715b 583 + Advertisement of Multi-Protocol prefixes (i.e. non-IPv4) had been
4d916382
DS
584 broken in the 0.99.9 release. Closes: #467656
585
586 -- Christian Hammers <ch@debian.org> Tue, 08 Jul 2008 23:32:42 +0200
587
588quagga (0.99.9-6) unstable; urgency=low
589
590 * Fixed FTBFS by adding a build-dep to libpcre3-dev (thanks to Luk Claes).
591 Closes: #469891
592
593 -- Christian Hammers <ch@debian.org> Sat, 12 Apr 2008 12:53:51 +0200
594
595quagga (0.99.9-5) unstable; urgency=low
596
597 * C.J. Adams-Collier and Paul Jakma suggested to build against libpcre3
598 which is supposed to be faster.
599
600 -- Christian Hammers <ch@debian.org> Sun, 02 Mar 2008 13:19:42 +0100
601
602quagga (0.99.9-4) unstable; urgency=low
603
604 * Added hardening-wrapper to the build-deps (thanks to Moritz Muehlenhoff).
605
606 -- Christian Hammers <ch@debian.org> Tue, 29 Jan 2008 22:33:56 +0100
607
608quagga (0.99.9-3) unstable; urgency=low
609
610 * Replaced the BGP patch by a new one so that the package builds again
611 with kernels above 2.6.21!
612 * debian/control:
613 + Moved quagga-doc to section doc to make lintian happy.
614 * Added Spanish debconf translation (thanks to Carlos Galisteo de Cabo).
615 Closes: #428574
616 * debian/control: (thanks to Marco Rodrigues)
617 + Bump Standards-Version to 3.7.3 (no changes needed).
a3a9715b 618 + Add Homepage field.
4d916382
DS
619
620 -- Christian Hammers <ch@debian.org> Mon, 28 Jan 2008 22:29:18 +0100
621
622quagga (0.99.9-2.1) unstable; urgency=low
623
624 * Non-maintainer upload.
625 * debian/rules: fixed bashisms. (Closes: #459122)
626
627 -- Miguel Angel Ruiz Manzano <debianized@gmail.com> Tue, 22 Jan 2008 14:37:21 -0300
628
629quagga (0.99.9-2) unstable; urgency=low
630
631 * Added CVE id for the security bug to the last changelog entry.
632 Closes: 442133
633
634 -- Christian Hammers <ch@debian.org> Tue, 25 Sep 2007 22:01:31 +0200
635
636quagga (0.99.9-1) unstable; urgency=high
637
638 * SECURITY:
639 "This release fixes two potential DoS conditions in bgpd, reported by Mu
640 Security, where a bgpd could be crashed if a peer sent a malformed OPEN
641 message or a malformed COMMUNITY attribute. Only configured peers can do
642 this, hence we consider these issues to be very low impact." CVE-2007-4826
643
644 -- Christian Hammers <ch@debian.org> Wed, 12 Sep 2007 21:12:41 +0200
645
646quagga (0.99.8-1) unstable; urgency=low
647
a3a9715b 648 * New upstream version.
4d916382
DS
649
650 -- Christian Hammers <ch@debian.org> Fri, 17 Aug 2007 00:07:04 +0200
651
652quagga (0.99.7-3) unstable; urgency=medium
653
654 * Applied patch for FTBFS with linux-libc-dev (thanks to Andrew J. Schorr
655 and Lucas Nussbaum). Closes: #429003
656
657 -- Christian Hammers <ch@debian.org> Fri, 22 Jun 2007 21:34:55 +0200
658
659quagga (0.99.7-2) unstable; urgency=low
660
661 * Added Florian Weimar as co-maintainer. Closes: 421977
662 * Added Dutch debconf translation (thanks to Bart Cornelis).
663 Closes: #420932
664 * Added Portuguese debconf translation (thanks to Rui Branco).
665 Closes: #421185
666 * Improved package description (thanks to Reuben Thomas).
667 Closes: #418933
668 * Added CVE Id to 0.99.6-5 changelog entry.
669
670 -- Christian Hammers <ch@debian.org> Wed, 02 May 2007 20:27:12 +0200
671
672quagga (0.99.7-1) unstable; urgency=low
673
a3a9715b 674 * New upstream release. Closes: #421553
4d916382
DS
675
676 -- Christian Hammers <ch@debian.org> Mon, 30 Apr 2007 14:22:34 +0200
677
678quagga (0.99.6-6) unstable; urgency=medium
679
680 * Fixes FTBFS with tetex-live. Closes: #420468
681
682 -- Christian Hammers <ch@debian.org> Mon, 23 Apr 2007 21:34:13 +0200
683
684quagga (0.99.6-5) unstable; urgency=high
685
686 * SECURITY:
687 The bgpd daemon was vulnerable to a Denial-of-Service. Configured peers
a3a9715b 688 could cause a Quagga bgpd to, typically, assert() and abort. The DoS
4d916382
DS
689 could be triggered by peers by sending an UPDATE message with a crafted,
690 malformed Multi-Protocol reachable/unreachable NLRI attribute.
691 This is CVE-2007-1995 and Quagga Bug#354. Closes: #418323
692
693 -- Christian Hammers <ch@debian.org> Thu, 12 Apr 2007 23:21:58 +0200
694
695quagga (0.99.6-4) unstable; urgency=low
696
a3a9715b
DL
697 * Improved note in README.Debian for SNMP self-builders (thanks to Matthias
698 Wamser). Closes: #414788
4d916382
DS
699
700 -- Christian Hammers <ch@debian.org> Wed, 14 Mar 2007 02:18:57 +0100
701
702quagga (0.99.6-3) unstable; urgency=low
703
704 * Updated German Debconf translation (thanks to Matthias Julius).
705 Closes: #409327
706
707 -- Christian Hammers <ch@debian.org> Sat, 10 Feb 2007 15:06:16 +0100
708
709quagga (0.99.6-2) unstable; urgency=low
710
711 * Updated config.guess/config.sub as suggested by lintian.
712 * Corrected README.Debian text regarding the WANT_SNMP flag.
713
714 -- Christian Hammers <ch@debian.org> Sun, 17 Dec 2006 01:45:37 +0100
715
716quagga (0.99.6-1) unstable; urgency=low
717
718 * New upstream release. Closes: #402361
719
720 -- Christian Hammers <ch@debian.org> Mon, 11 Dec 2006 00:28:09 +0100
721
722quagga (0.99.5-5) unstable; urgency=high
723
724 * Changed Depends on adduser to Pre-Depends to avoid uninstallability
a3a9715b 725 in certain cases (thanks to Steve Langasek, Lucas Nussbaum).
4d916382
DS
726 Closes: #398562
727
728 -- Christian Hammers <ch@debian.org> Wed, 15 Nov 2006 17:46:34 +0100
729
730quagga (0.99.5-4) unstable; urgency=low
731
732 * Added default PAM file and some explanations regarding PAM authentication
a3a9715b 733 of vtysh which could prevent the start at boot-time when used wrong.
4d916382
DS
734 Now PAM permits anybody to access the vtysh tool (a malicious user could
735 build his own vtysh without PAM anyway) and the access is controled by
736 the read/write permissions of the vtysh socket which are only granted to
737 users belonging to the quaggavty group (thanks to Wakko Warner).
738 Closes: #389496
739 * Added "case" to prerm script so that the Debconf question is not called a
740 second time in e.g. "new-prerm abort-upgrade" after being NACKed in the
741 old-prerm.
742
743 -- Christian Hammers <ch@debian.org> Fri, 3 Nov 2006 01:22:15 +0100
744
745quagga (0.99.5-3) unstable; urgency=medium
746
747 * Backport CVS fix for an OSPF DD Exchange regression (thanks to Matt
748 Brown). Closes: #391040
749
750 -- Christian Hammers <ch@debian.org> Wed, 25 Oct 2006 19:47:11 +0200
751
752quagga (0.99.5-2) unstable; urgency=medium
753
a3a9715b 754 * Added LSB info section to initscript.
4d916382
DS
755 * Removed unnecessary depends to libncurses5 to make checklib happy.
756 The one to libcap should remain though as it is just temporarily
757 unused.
758
759 -- Christian Hammers <ch@debian.org> Thu, 21 Sep 2006 00:04:07 +0200
760
761quagga (0.99.5-1) unstable; urgency=low
762
763 * New upstream release. Closes: #38704
764 * Upstream fixes ospfd documentary inconsistency. Closes: #347897
765 * Changed debconf question in prerm to "high" (thanks to Rafal Pietrak).
766
767 -- Christian Hammers <ch@debian.org> Mon, 11 Sep 2006 23:43:42 +0200
768
769quagga (0.99.4-4) unstable; urgency=low
770
771 * Recreate /var/run if not present because /var is e.g. on a tmpfs
772 filesystem (thanks to Martin Pitt). Closes: #376142
773 * Removed nonexistant option from ospfd.8 manpage (thanks to
774 David Medberry). Closes: 378274
775
776 -- Christian Hammers <ch@debian.org> Sat, 15 Jul 2006 20:22:12 +0200
777
778quagga (0.99.4-3) unstable; urgency=low
779
780 * Removed invalid semicolon from rules file (thanks to Philippe Gramoulle).
781
782 -- Christian Hammers <ch@debian.org> Tue, 27 Jun 2006 23:36:07 +0200
783
784quagga (0.99.4-2) unstable; urgency=high
785
786 * Set urgency to high as 0.99.4-1 fixes a security problem!
787 * Fixed building of the info file.
788
789 -- Christian Hammers <ch@debian.org> Sun, 14 May 2006 23:04:28 +0200
790
791quagga (0.99.4-1) unstable; urgency=low
792
793 * New upstream release to fix a security problem in the telnet interface
794 of the BGP daemon which could be used for DoS attacks (CVE-2006-2276).
795 Closes: 366980
796
797 -- Christian Hammers <ch@debian.org> Sat, 13 May 2006 19:54:40 +0200
798
799quagga (0.99.3-3) unstable; urgency=low
800
a3a9715b 801 * Added CVE numbers for the security patch in 0.99.3-2.
4d916382
DS
802
803 -- Christian Hammers <ch@debian.org> Sat, 6 May 2006 17:14:22 +0200
804
805quagga (0.99.3-2) unstable; urgency=high
806
807 * SECURITY:
808 Added security bugfix patch from upstream BTS for security problem
809 that could lead to injected routes when using RIPv1.
810 CVE-2006-2223 - missing configuration to disable RIPv1 or require
811 plaintext or MD5 authentication
812 CVE-2006-2224 - lack of enforcement of RIPv2 authentication requirements
a3a9715b 813 Closes: #365940
4d916382
DS
814 * First amd64 upload.
815
816 -- Christian Hammers <ch@debian.org> Thu, 4 May 2006 00:22:09 +0200
817
818quagga (0.99.3-1) unstable; urgency=low
819
820 * New upstream release
821
822 -- Christian Hammers <ch@debian.org> Wed, 25 Jan 2006 13:37:27 +0100
823
824quagga (0.99.2-1) unstable; urgency=low
825
826 * New upstream release
827 Closes: #330248, #175553
828
829 -- Christian Hammers <ch@debian.org> Wed, 16 Nov 2005 00:25:52 +0100
830
831quagga (0.99.1-7) unstable; urgency=low
832
833 * Changed debian/rules check for mounted /proc directory to check
834 for /proc/1 as not all systems (e.g. 2.6 arm kernels) have
835 /proc/kcore which is a optional feature only (thanks to Lennert
836 Buytenhek). Closes: #335695
837 * Added Swedish Debconf translation (thanks to Daniel Nylander).
838 Closes: #331367
839
840 -- Christian Hammers <ch@debian.org> Thu, 27 Oct 2005 20:53:19 +0200
841
842quagga (0.99.1-6) unstable; urgency=low
843
a3a9715b 844 * Fixed debconf dependency as requested by Joey Hess.
4d916382
DS
845
846 -- Christian Hammers <ch@debian.org> Mon, 26 Sep 2005 20:47:35 +0200
847
848quagga (0.99.1-5) unstable; urgency=low
849
850 * Rebuild with libreadline5-dev as build-dep as requested by
851 Matthias Klose. Closes: #326306
852 * Made initscript more fault tolerant against missing lines in
853 /etc/quagga/daemons (thanks to Ralf Hildebrandt). Closes: #323774
854 * Added dependency to adduser.
855
856 -- Christian Hammers <ch@debian.org> Tue, 13 Sep 2005 21:42:17 +0200
857
858quagga (0.99.1-4) unstable; urgency=low
859
860 * Added French Debconf translation (thanks to Mohammed Adnene Trojette).
861 Closes: #319324
862 * Added Czech Debconf translation (thanks to Miroslav Kure).
863 Closes: #318127
864
865 -- Christian Hammers <ch@debian.org> Sun, 31 Jul 2005 04:19:41 +0200
866
867quagga (0.99.1-3) unstable; urgency=low
868
869 * A Debconf question now asks the admin before upgrading if the daemon
870 should really be stopped as this could lead to the loss of network
871 connectivity or BGP flaps (thanks to Michael Horn and Achilleas Kotsis).
872 Also added a hint about setting Quagga "on hold" to README.Debian.
873 Closes: #315467
874 * Added patch to build on Linux/ARM.
875
876 -- Christian Hammers <ch@debian.org> Sun, 10 Jul 2005 22:19:38 +0200
877
878quagga (0.99.1-2) unstable; urgency=low
879
880 * Fixed SNMP enabled command in debian/rules (thanks to Christoph Kluenter).
881 Closes: #306840
882
883 -- Christian Hammers <ch@debian.org> Sat, 4 Jun 2005 14:04:01 +0200
884
885quagga (0.99.1-1) unstable; urgency=low
886
887 * New upstream version. Among others:
888 - BGP graceful restart and "match ip route-source" added
889 - support for interface renaming
890 - improved threading for better responsivness under load
891 * Switched to dpatch to make diffs cleaner.
892 * Made autoreconf unnecessary.
893 * Replaced quagga.dvi and quagga.ps by quagga.pdf in quagga-doc.
894 (the PostScript would have needed Makefile corrections and PDF
895 is more preferable anyway)
896 * Added isisd to the list of daemons in /etc/init.d/quagga (thanks
897 to Ernesto Elbe).
898 * Added hint for "netlink-listen: overrun" messages (thanks to
899 Hasso Tepper).
900 * Added preinst check that bails out if old smux options are in use
901 as Quagga would not start up else anyway (thanks to Bjorn Mork).
902 Closes: #308320
903
904 -- Christian Hammers <ch@debian.org> Fri, 13 May 2005 01:18:24 +0200
905
906quagga (0.98.3-7) unstable; urgency=high
907
908 * Removed SNMP support as linking against NetSNMP introduced a dependency
909 to OpenSSL which is not compatible to the GPL which governs this
910 application (thanks to Faidon Liambotis). See README.Debian for more
911 information. Closes: #306840
912 * Changed listening address of ospf6d and ripngd from 127.0.0.1 to "::1".
913 * Added build-dep to groff to let drafz-zebra-00.txt build correctly.
914
915 -- Christian Hammers <ch@debian.org> Wed, 4 May 2005 20:08:14 +0200
916
917quagga (0.98.3-6) testing-proposed-updates; urgency=high
918
919 * Removed "Recommends kernel-image-2.4" as aptitude then
920 installes a kernel-image for an arbitrary architecture as long
921 as it fullfill that recommendation which can obviously fatal
922 at the next reboot :) Also it is a violation of the policy
923 which mandates a reference to real packages (thanks to Holger Levsen).
924 Closes: #307281
925
926 -- Christian Hammers <ch@debian.org> Tue, 3 May 2005 22:53:39 +0200
927
928quagga (0.98.3-5) unstable; urgency=high
929
930 * The patch which tried to remove the OpenSSL dependency, which is
931 not only unneccessary but also a violation of the licence and thus RC,
932 stopped working a while ago, since autoreconf is no longer run before
933 building the binaries. So now ./configure is patched directly (thanks
934 to Faidon Liambotis for reporting). Closes: #306840
935 * Raised Debhelper compatibility level from 3 to 4. Nothing changed.
936 * Added build-dep to texinfo (>= 4.7) to ease work for www.backports.org.
937
938 -- Christian Hammers <ch@debian.org> Fri, 29 Apr 2005 02:31:03 +0200
939
940quagga (0.98.3-4) unstable; urgency=low
941
942 * Removed Debconf upgrade note as it was considered a Debconf abuse
943 and apart from that so obvious that it was not even worth to be
944 put into NEWS.Debian (thanks to Steve Langasek). Closes: #306384
945
946 -- Christian Hammers <ch@debian.org> Wed, 27 Apr 2005 00:10:24 +0200
947
948quagga (0.98.3-3) unstable; urgency=medium
949
950 * Adding the debconf module due to a lintian suggestion is a very
951 bad idea if no db_stop is called as the script hangs then (thanks
952 to Tore Anderson for reporting). Closes: #306324
953
954 -- Christian Hammers <ch@debian.org> Mon, 25 Apr 2005 21:55:58 +0200
955
956quagga (0.98.3-2) unstable; urgency=low
957
958 * Added debconf confmodule to postinst as lintian suggested.
959
960 -- Christian Hammers <ch@debian.org> Sun, 24 Apr 2005 13:16:00 +0200
961
962quagga (0.98.3-1) unstable; urgency=low
963
a3a9715b 964 * New upstream release.
4d916382
DS
965 Mmost notably fixes last regression in bgpd (reannounce of prefixes
966 with changed attributes works again), race condition in netlink
967 handling while using IPv6, MTU changes handling in ospfd and several
968 crashes in ospfd, bgpd and ospf6d.
969
970 -- Christian Hammers <ch@debian.org> Mon, 4 Apr 2005 12:51:24 +0200
971
972quagga (0.98.2-2) unstable; urgency=low
973
974 * Added patch to let Quagga compile with gcc-4.0 (thanks to
975 Andreas Jochens). Closes: #300949
976
977 -- Christian Hammers <ch@debian.org> Fri, 25 Mar 2005 19:33:30 +0100
978
979quagga (0.98.2-1) unstable; urgency=medium
980
981 * Quoting the upstream announcement:
982 The 0.98.1 release unfortunately was a brown paper bag release with
a3a9715b
DL
983 respect to ospfd. [...] 0.98.2 has been released, with one crucial change
984 to fix the unfortunate mistake in 0.98.1, which caused problems if
985 ospfd became DR.
4d916382
DS
986 * Note: the upstream tarball had a strange problem, apparently redhat.spec
987 was twice in it? At least debuild gave a strange error message so I
988 unpacked it by hand. No changes were made to the .orig.tar.gz!
989
990 -- Christian Hammers <ch@debian.org> Fri, 4 Feb 2005 01:31:36 +0100
991
992quagga (0.98.1-1) unstable; urgency=medium
993
994 * New upstream version
995 "fixing a fatal OSPF + MD5 auth regression, and a non-fatal high-load
996 regression in bgpd which were present in the 0.98.0 release."
997 * Upstream version fixes bug in ospfd that could lead to crash when OSPF
998 packages had a MTU > 1500. Closes: #290566
999 * Added notice regarding capability kernel support to README.Debian
1000 (thanks to Florian Weimer). Closes: #291509
1001 * Changed permission setting in postinst script (thanks to Bastian Blank).
1002 Closes: #292690
1003
1004 -- Christian Hammers <ch@debian.org> Tue, 1 Feb 2005 02:01:27 +0100
1005
1006quagga (0.98.0-3) unstable; urgency=low
1007
a3a9715b 1008 * Fixed problem in init script. Closes: #290317
4d916382
DS
1009 * Removed obsolete "smux peer enable" patch.
1010
1011 -- Christian Hammers <ch@debian.org> Fri, 14 Jan 2005 17:37:27 +0100
1012
1013quagga (0.98.0-2) unstable; urgency=low
1014
1015 * Updated broken TCP MD5 patch for BGP (thanks to John P. Looney
1016 for telling me).
1017
1018 -- Christian Hammers <ch@debian.org> Thu, 13 Jan 2005 02:03:54 +0100
1019
1020quagga (0.98.0-1) unstable; urgency=low
1021
1022 * New upstream release
1023 * Added kernel-image-2.6 as alternative to 2.4 to the recommends
1024 (thanks to Faidon Liambotis). Closes: #289530
1025
1026 -- Christian Hammers <ch@debian.org> Mon, 10 Jan 2005 19:36:17 +0100
1027
1028quagga (0.97.5-1) unstable; urgency=low
1029
a3a9715b 1030 * New upstream version.
4d916382
DS
1031 * Added Czech debconf translation (thanks to Miroslav Kure).
1032 Closes: #287293
1033 * Added Brazilian debconf translation (thanks to Andre Luis Lopes).
1034 Closes: #279352
1035
1036 -- Christian Hammers <ch@debian.org> Wed, 5 Jan 2005 23:49:57 +0100
1037
1038quagga (0.97.4-2) unstable; urgency=low
1039
a3a9715b 1040 * Fixed quagga.info build problem.
4d916382
DS
1041
1042 -- Christian Hammers <ch@debian.org> Wed, 5 Jan 2005 22:38:01 +0100
1043
1044quagga (0.97.4-1) unstable; urgency=low
1045
1046 * New upstream release.
1047
1048 -- Christian Hammers <ch@debian.org> Tue, 4 Jan 2005 01:45:22 +0100
1049
1050quagga (0.97.3-2) unstable; urgency=low
1051
1052 * Included isisd in the daemon list.
1053 * Wrote an isisd manpage.
1054 * It is now ensured that zebra is always the last daemon to be stopped.
1055 * (Thanks to Hasso Tepper for mailing me a long list of suggestions
1056 which lead to this release)
1057
1058 -- Christian Hammers <ch@debian.org> Sat, 18 Dec 2004 13:14:55 +0100
1059
1060quagga (0.97.3-1) unstable; urgency=medium
1061
1062 * New upstream version.
1063 - Fixes important OSPF bug.
1064 * Added ht-20040911-smux.patch regarding Quagga bug #112.
1065 * Updated ht-20041109-0.97.3-bgp-md5.patch for BGP with TCP MD5
1066 (thanks to Matthias Wamser).
1067
1068 -- Christian Hammers <ch@debian.org> Tue, 9 Nov 2004 17:45:26 +0100
1069
1070quagga (0.97.2-4) unstable; urgency=low
1071
1072 * Added Portuguese debconf translation (thanks to Andre Luis Lopes).
1073 Closes: #279352
a3a9715b 1074 * Disabled ospfapi server by default on recommendation of Paul Jakma.
4d916382
DS
1075
1076 -- Christian Hammers <ch@debian.org> Sun, 7 Nov 2004 15:07:05 +0100
1077
1078quagga (0.97.2-3) unstable; urgency=low
1079
1080 * Added Andrew Schorrs VTY Buffer patch from the [quagga-dev 1729].
1081
1082 -- Christian Hammers <ch@debian.org> Tue, 2 Nov 2004 00:46:56 +0100
1083
1084quagga (0.97.2-2) unstable; urgency=low
1085
1086 * Changed file and directory permissions and ownerships according to a
1087 suggestion from Paul Jakma. Still not perfect though.
1088 * Fixed upstream vtysh.conf.sample file.
1089 * "ip ospf network broadcast" is now saved correctly. Closes: #244116
a3a9715b 1090 * Daemon options are now in /etc/quagga/debian.conf to be user
4d916382
DS
1091 configurable (thanks to Simon Raven and Hasso Tepper). Closes: #266715
1092
1093 -- Christian Hammers <ch@debian.org> Tue, 26 Oct 2004 23:35:45 +0200
1094
1095quagga (0.97.2-1) unstable; urgency=low
1096
a3a9715b 1097 * New upstream version.
4d916382
DS
1098 Closes: #254541
1099 * Fixed warning on unmodular kernels (thanks to Christoph Biedl).
1100 Closes: #277973
1101
1102 -- Christian Hammers <ch@debian.org> Mon, 25 Oct 2004 00:47:04 +0200
1103
1104quagga (0.97.1-2) unstable; urgency=low
1105
1106 * Version 0.97 introduced shared libraries. They are now included.
1107 (thanks to Raf D'Halleweyn). Closes: #277446
1108
1109 -- Christian Hammers <ch@debian.org> Wed, 20 Oct 2004 15:32:06 +0200
1110
1111quagga (0.97.1-1) unstable; urgency=low
1112
a3a9715b 1113 * New upstream version.
4d916382
DS
1114 * Removed some obsolete files from debian/patches.
1115 * Added patch from upstream bug 113. Closes: #254541
1116 * Added patch from upstream that fixes a compilation problem in the
1117 ospfclient code (thanks to Hasso Tepper).
1118 * Updated German debconf translation (thanks to Jens Nachtigall)
1119 Closes: #277059
1120
1121 -- Christian Hammers <ch@debian.org> Mon, 18 Oct 2004 01:16:35 +0200
1122
1123quagga (0.96.5-11) unstable; urgency=low
1124
1125 * Fixed /tmp/buildd/* paths in binaries.
1126 For some unknown reason the upstream Makefile modified a .h file at
1127 the end of the "debian/rules build" target. During the following
1128 "make install" one library got thus be re*compiled* - with /tmp/buildd
1129 paths as sysconfdir (thanks to Peder Chr. Norgaard). Closes: #274050
1130
1131 -- Christian Hammers <ch@debian.org> Fri, 1 Oct 2004 01:21:02 +0200
1132
1133quagga (0.96.5-10) unstable; urgency=medium
1134
1135 * The BGP routing daemon might freeze on network disturbances when
1136 their peer is also a Quagga/Zebra router.
1137 Applied patch from http://bugzilla.quagga.net/show_bug.cgi?id=102
1138 which has been confirmed by the upstream author.
1139 (thanks to Gunther Stammwitz)
1140 * Changed --enable-pam to --with-libpam (thanks to Hasso Tepper).
1141 Closes: #264562
1142 * Added patch for vtysh (thanks to Hasso Tepper). Closes: #215919
1143
1144 -- Christian Hammers <ch@debian.org> Mon, 9 Aug 2004 15:33:02 +0200
1145
1146quagga (0.96.5-9) unstable; urgency=low
1147
1148 * Rewrote the documentation chapter about SNMP support. Closes: #195653
a3a9715b 1149 * Added MPLS docs.
4d916382
DS
1150
1151 -- Christian Hammers <ch@debian.org> Thu, 29 Jul 2004 21:01:52 +0200
1152
1153quagga (0.96.5-8) unstable; urgency=low
1154
1155 * Adjusted a grep in the initscript to also match a modprobe message
1156 from older modutils packages (thanks to Faidon Paravoid).
1157
1158 -- Christian Hammers <ch@debian.org> Wed, 28 Jul 2004 21:19:02 +0200
1159
1160quagga (0.96.5-7) unstable; urgency=low
1161
1162 * Added a "cd /etc/quagga/" to the init script as quagga tries to load
1163 the config file first from the current working dir and then from the
1164 config dir which could lead to confusion (thanks to Marco d'Itri).
1165 Closes: #255078
1166 * Removed warning regarding problems with the Debian kernels from
1167 README.Debian as they are no longer valid (thanks to Raphael Hertzog).
1168 Closes: #257580
1169 * Added patch from Hasso Tepper that makes "terminal length 0" work
1170 in vtysh (thanks to Matthias Wamser). Closes: #252579
1171
1172 -- Christian Hammers <ch@debian.org> Thu, 8 Jul 2004 21:53:21 +0200
1173
1174quagga (0.96.5-6) unstable; urgency=low
1175
a3a9715b 1176 * Try to load the capability module as it is needed now.
4d916382
DS
1177
1178 -- Christian Hammers <ch@debian.org> Tue, 8 Jun 2004 23:25:29 +0200
1179
1180quagga (0.96.5-5) unstable; urgency=low
1181
1182 * Changed the homedir of the quagga user to /etc/quagga/ to allow
1183 admins to put ~/.ssh/authorized_keys there (thanks to Matthias Wamser).
1184 Closes: #252577
1185
1186 -- Christian Hammers <ch@debian.org> Sat, 5 Jun 2004 14:47:31 +0200
1187
1188quagga (0.96.5-4) unstable; urgency=medium
1189
1190 * Fixed rules file to use the renamed ./configure option --enable-tcp-md5
1191 (thanks to Matthias Wamser). Closes: #252141
1192
1193 -- Christian Hammers <ch@debian.org> Tue, 1 Jun 2004 22:58:32 +0200
1194
1195quagga (0.96.5-3) unstable; urgency=low
1196
1197 * Provided default binary package name to all build depends that were
1198 virtual packages (thanks to Goswin von Brederlow). Closes: #251625
1199
1200 -- Christian Hammers <ch@debian.org> Sat, 29 May 2004 22:48:53 +0200
1201
1202quagga (0.96.5-2) unstable; urgency=low
1203
1204 * New upstream version.
a3a9715b 1205 * New md5 patch version (thanks to Niklas Jakobsson and Hasso Tepper).
4d916382 1206 Closes: #250985
a3a9715b 1207 * Fixes info file generation (thanks to Peder Chr. Norgaard).
4d916382
DS
1208 Closes: #250992
1209 * Added catalan debconf translation (thanks to Aleix Badia i Bosch).
1210 Closes: #250118
1211 * PATCHES:
1212 This release contains BGP4 MD5 support which requires a kernel patch
1213 to work. See /usr/share/doc/quagga/README.Debian.MD5.
1214 (The patch is ht-20040525-0.96.5-bgp-md5.patch from Hasso Tepper)
1215
1216 -- Christian Hammers <ch@debian.org> Thu, 27 May 2004 20:09:37 +0200
1217
1218quagga (0.96.5-1) unstable; urgency=low
1219
1220 * New upstream version.
1221 * PATCHES:
1222 This release contains BGP4 MD5 support which also requires a kernel patch.
1223 See /usr/share/doc/quagga/README.Debian.MD5 and search for CAN-2004-0230.
1224
1225 -- Christian Hammers <ch@debian.org> Sun, 16 May 2004 17:40:40 +0200
1226
1227quagga (0.96.4x-10) unstable; urgency=low
1228
1229 * SECURITY:
1230 This release contains support for MD5 for BGP which is one suggested
1231 prevention of the actually long known TCP SYN/RST attacks which got
1232 much news in the last days as ideas were revealed that made them much
1233 easier probable agains especially the BGP sessions than commonly known.
1234 There are a lot of arguments agains the MD5 approach but some ISPs
1235 started to require it.
1236 See: CAN-2004-0230, http://www.us-cert.gov/cas/techalerts/TA04-111A.html
1237 * PATCHES:
a3a9715b 1238 This release contains the MD5 patch from Hasso Tepper. It also seems to
4d916382
DS
1239 required a kernel patch. See /usr/share/doc/quagga/README.Debian.MD5.
1240
1241 -- Christian Hammers <ch@debian.org> Thu, 29 Apr 2004 01:01:38 +0200
1242
1243quagga (0.96.4x-9) unstable; urgency=low
1244
a3a9715b 1245 * Fixed daemon loading order (thanks to Matt Kemner).
4d916382
DS
1246 * Fixed typo in init script (thanks to Charlie Brett). Closes: #238582
1247
1248 -- Christian Hammers <ch@debian.org> Sun, 4 Apr 2004 15:32:18 +0200
1249
1250quagga (0.96.4x-8) unstable; urgency=low
1251
1252 * Patched upstream source so that quagga header files end up in
a3a9715b 1253 /usr/include/quagga/. Closes: #233792
4d916382
DS
1254
1255 -- Christian Hammers <ch@debian.org> Mon, 23 Feb 2004 01:42:53 +0100
1256
1257quagga (0.96.4x-7) unstable; urgency=low
1258
1259 * Fixed info file installation (thanks to Holger Dietze). Closes: #227579
1260 * Added Japanese translation (thanks to Hideki Yamane). Closes: #227812
1261
1262 -- Christian Hammers <ch@debian.org> Sun, 18 Jan 2004 17:28:29 +0100
1263
1264quagga (0.96.4x-6) unstable; urgency=low
1265
a3a9715b
DL
1266 * Added dependency to iproute.
1267 * Initscript now checks not only for the pid file but also for the
4d916382
DS
1268 daemons presence (thanks to Phil Gregory). Closes: #224389
1269 * Added my patch to configure file permissions.
1270
1271 -- Christian Hammers <ch@debian.org> Mon, 15 Dec 2003 22:34:29 +0100
1272
1273quagga (0.96.4x-5) unstable; urgency=low
1274
1275 * Added patch which gives bgpd the CAP_NET_RAW capability to allow it
1276 to bind to special IPv6 link-local interfaces (Thanks to Bastian Blank).
1277 Closes: #222930
1278 * Made woody backport easier by applying Colin Watsons po-debconf hack.
1279 Thanks to Marc Haber for suggesting it. Closes: #223527
1280 * Made woody backport easier by applying a patch that removes some
1281 obscure whitespaces inside an C macro. (Thanks to Marc Haber).
1282 Closes: #223529
1283 * Now uses /usr/bin/pager. Closes: #204070
a3a9715b 1284 * Added note about the "official woody backports" on my homepage.
4d916382
DS
1285
1286 -- Christian Hammers <ch@debian.org> Mon, 15 Dec 2003 20:39:06 +0100
1287
1288quagga (0.96.4x-4) unstable; urgency=high
1289
a3a9715b 1290 * SECURITY:
4d916382
DS
1291 Fixes another bug that was originally reported against Zebra.
1292 .
1293 http://rhn.redhat.com/errata/RHSA-2003-307.html
1294 Herbert Xu reported that Zebra can accept spoofed messages sent on the
1295 kernel netlink interface by other users on the local machine. This could
1296 lead to a local denial of service attack. The Common Vulnerabilities and
1297 Exposures project (cve.mitre.org) has assigned the name CAN-2003-0858 to
1298 this issue.
1299
1300 * Minor improvements to init script (thanks to Iustin Pop).
1301 Closes: #220938
1302
1303 -- Christian Hammers <ch@debian.org> Sat, 22 Nov 2003 13:27:57 +0100
1304
1305quagga (0.96.4x-3) unstable; urgency=low
1306
1307 * Changed "more" to "/usr/bin/pager" as default pager if $PAGER or
1308 $VTYSH_PAGER is not set (thanks to Bastian Blank). Closes: #204070
1309 * Made the directory (but not the config/log files!) world accessible
1310 again on user request (thanks to Anand Kumria)). Closes: #213129
1311 * No longer providing sample configuration in /etc/quagga/. They are
a3a9715b 1312 now only available in /usr/share/doc/quagga/ to avoid accidently
4d916382
DS
1313 using them without changing the adresses (thanks to Marc Haber).
1314 Closes: #215918
1315
1316 -- Christian Hammers <ch@debian.org> Sun, 16 Nov 2003 16:59:30 +0100
1317
1318quagga (0.96.4x-2) unstable; urgency=low
1319
1320 * Fixed permission problem with pidfile (thanks to Kir Kostuchenko).
a3a9715b 1321 Closes: #220938
4d916382
DS
1322
1323 -- Christian Hammers <ch@debian.org> Sun, 16 Nov 2003 14:24:08 +0100
1324
1325quagga (0.96.4x-1) unstable; urgency=low
1326
a3a9715b 1327 * Reupload of 0.96.4. Last upload-in-a-hurry produced a totally
4d916382
DS
1328 crappy .tar.gz file. Closes: #220621
1329
1330 -- Christian Hammers <ch@debian.org> Fri, 14 Nov 2003 19:45:57 +0100
1331
1332quagga (0.96.4-1) unstable; urgency=high
1333
1334 * SECURITY: Remote DoS of protocol daemons.
1335 Fix for a remote triggerable crash in vty layer. The management
1336 ports ("telnet myrouter ospfd") should not be open to the internet!
a3a9715b 1337
4d916382
DS
1338 * New upstream version.
1339 - OSPF bugfixes.
1340 - Some improvements for bgp and rip.
1341
1342 -- Christian Hammers <ch@debian.org> Thu, 13 Nov 2003 11:52:27 +0100
1343
1344quagga (0.96.3-3) unstable; urgency=low
1345
1346 * Fixed pid file generation by substituting the daemons "-d" by the
1347 start-stop-daemon option "--background" (thanks to Micha Gaisser).
1348 Closes: #218103
1349
1350 -- Christian Hammers <ch@debian.org> Wed, 29 Oct 2003 05:17:49 +0100
1351
1352quagga (0.96.3-2) unstable; urgency=low
1353
a3a9715b 1354 * Readded GNOME-PRODUCT-ZEBRA-MIB.
4d916382
DS
1355
1356 -- Christian Hammers <ch@debian.org> Thu, 23 Oct 2003 06:17:03 +0200
1357
1358quagga (0.96.3-1) unstable; urgency=medium
1359
1360 * New upstream version.
1361 * Removed -u and -e in postrm due to problems with debhelper and userdel
1362 (thanks to Adam Majer and Jaakko Niemi). Closes: #216770
1363 * Removed SNMP MIBs as they are now included in libsnmp-base (thanks to
1364 David Engel and Peter Gervai). Closes: #216138, #216086
1365 * Fixed seq command in init script (thanks to Marc Haber). Closes: #215915
1366 * Improved /proc check (thanks to Marc Haber). Closes: #212331
1367
1368 -- Christian Hammers <ch@debian.org> Thu, 23 Oct 2003 03:42:02 +0200
1369
1370quagga (0.96.2-9) unstable; urgency=medium
1371
1372 * Removed /usr/share/info/dir.* which were accidently there and prevented
1373 the installation by dpkg (thanks to Simon Raven). Closes: #212614
1374 * Reworded package description (thanks to Anand Kumria). Closes: #213125
1375 * Added french debconf translation (thanks to Christian Perrier).
1376 Closes: #212803
1377
1378 -- Christian Hammers <ch@debian.org> Tue, 7 Oct 2003 13:26:58 +0200
1379
1380quagga (0.96.2-8) unstable; urgency=low
1381
1382 * debian/rules now checks if /proc is mounted as ./configure needs
1383 it but just fails with an obscure error message if it is absent.
1384 (Thanks to Norbert Tretkowski). Closes: #212331
1385
1386 -- Christian Hammers <ch@debian.org> Tue, 23 Sep 2003 12:57:38 +0200
1387
1388quagga (0.96.2-7) unstable; urgency=low
1389
1390 * Last build was rejected due to a buggy dpkg-dev version. Rebuild.
1391
1392 -- Christian Hammers <ch@debian.org> Mon, 22 Sep 2003 20:34:12 +0200
1393
1394quagga (0.96.2-6) unstable; urgency=low
1395
1396 * Fixed init script so that is is now possible to just start
1397 the bgpd but not the zebra daemon. Also daemons are now actually
1398 started in the order defined their priority. (Thanks to Thomas Kaehn
1399 and Jochen Friedrich) Closes: #210924
1400
1401 -- Christian Hammers <ch@debian.org> Fri, 19 Sep 2003 21:17:02 +0200
1402
1403quagga (0.96.2-5) unstable; urgency=low
1404
1405 * For using quagga as BGP route server or similar, it is not
1406 wanted to have the zebra daemon running too. For this reason
1407 it can now be disabled in /etc/quagga/daemons, too.
1408 (Thanks to Jochen Friedrich). Closes: #210924
1409 * Attached *unapplied* patch for the ISIS protocol. I did not dare
1410 to apply it as long as upstream does not do it but this way give
1411 users the possibilities to use it if they like to.
1412 (Thanks to Remco van Mook)
1413
1414 -- Christian Hammers <ch@debian.org> Wed, 17 Sep 2003 19:57:31 +0200
1415
1416quagga (0.96.2-4) unstable; urgency=low
1417
1418 * Enabled IPV6 router advertisement feature by default on user request
1419 (thanks to Jochen Friedrich and Hasso Tepper). Closes: #210732
1420 * Updated GNU autoconf to let it build on hppa/parisc64 (thanks to
1421 lamont). Closes: #210492
1422
1423 -- Christian Hammers <ch@debian.org> Sat, 13 Sep 2003 14:11:13 +0200
1424
1425quagga (0.96.2-3) unstable; urgency=medium
1426
1427 * Removed unnecessary "-lcrypto" to avoid dependency against OpenSSL
1428 which would require further copyright addtions.
1429
1430 -- Christian Hammers <ch@debian.org> Wed, 10 Sep 2003 01:37:28 +0200
1431
1432quagga (0.96.2-2) unstable; urgency=low
1433
1434 * Added note that config files of quagga are in /etc/quagga and
1435 not /etc/zebra for the zebra users that migrate to quagga.
1436 (Thanks to Roberto Suarez Soto for the idea)
1437 * Fixed setgid rights in /etc/quagga.
1438
1439 -- Christian Hammers <ch@debian.org> Wed, 27 Aug 2003 14:05:39 +0200
1440
1441quagga (0.96.2-1) unstable; urgency=low
1442
1443 * This package has formally been known as "zebra-pj"!
1444 * New upstream release.
1445 Fixes "anoying OSPF problem".
1446 * Modified group ownerships so that vtysh can now be used by normal
1447 uses if they are in the quaggavty group.
1448
1449 -- Christian Hammers <ch@debian.org> Mon, 25 Aug 2003 23:40:14 +0200
1450
1451quagga (0.96.1-1) unstable; urgency=low
1452
1453 * Zebra-pj, the fork of zebra has been renamed to quagga as the original
1454 upstream author asked the new project membed not to use "zebra" in the
1455 name. zebra-pj is obsolete.
1456
1457 -- Christian Hammers <ch@debian.org> Mon, 18 Aug 2003 23:37:20 +0200
1458
1459zebra-pj (0.94+cvs20030721-1) unstable; urgency=low
1460
1461 * New CVS build.
1462 - OSPF changes (integration of the OSPF API?)
1463 - code cleanups (for ipv6?)
1464 * Tightened Build-Deps to gcc-2.95 as 3.x does not compile a stable ospfd.
1465 This is a known problem and has been discussed on the mailing list.
1466 No other solutions so far.
1467
1468 -- Christian Hammers <ch@debian.org> Mon, 21 Jul 2003 23:52:00 +0200
1469
1470zebra-pj (0.94+cvs20030701-1) unstable; urgency=low
1471
1472 * Initial Release.
1473
1474 -- Christian Hammers <ch@debian.org> Tue, 1 Jul 2003 01:58:06 +0200