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