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