Logoj0ke.net Open Build Service > Projects > server:routing > quagga > quagga.spec
Sign Up | Log In

File quagga.spec of Package quagga (Revision d4a26ea817c90074cfd34048796d1457)

Currently displaying revision d4a26ea817c90074cfd34048796d1457, show latest

x
 
1
#
2
# spec file for package quagga (Version 0.99.19)
3
#
4
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
5
#
6
# All modifications and additions to the file contributed by third parties
7
# remain the property of their copyright owners, unless otherwise agreed
8
# upon. The license for this file, and modifications and additions to the
9
# file, is the same license as for the pristine package itself (unless the
10
# license for the pristine package is not an Open Source License, in which
11
# case the license is the MIT License). An "Open Source License" is a
12
# license that conforms to the Open Source Definition (Version 1.9)
13
# published by the Open Source Initiative.
14
15
# Please submit bugfixes or comments via http://bugs.opensuse.org/
16
#
17
18
# norootforbuild
19
20
21
Name:           quagga
22
BuildRequires:  net-snmp-devel pam-devel readline-devel
23
Version:        0.99.19
24
Release:        1
25
PreReq:         %insserv_prereq %fillup_prereq
26
PreReq:         %install_info_prereq
27
# pwdutils for useradd and groupadd
28
PreReq:         pwdutils
29
Provides:       zebra
30
Obsoletes:      zebra
31
AutoReqProv:    on
32
License:        LGPL v2.1 or later
33
Group:          Productivity/Networking/Routing
34
Url:            http://www.quagga.net
35
Summary:        Free Routing Software (for BGP, OSPF and RIP, for example)
36
Source:         %{name}-%{version}.tar.bz2
37
Source1:        %{name}-SUSE.tar.bz2
38
Source2:        quagga.pam
39
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
40
41
%description
42
Quagga is a routing software suite, providing implementations of
43
OSPFv2, OSPFv3, RIP v1 and v2, RIPv3 and BGPv4 for Unix platforms,
44
particularly FreeBSD and Linux and also NetBSD, to mention a few.
45
Quagga is a fork of GNU Zebra which was developed by Kunihiro Ishiguro.
46
The Quagga tree aims to build a more involved community around Quagga
47
than the current centralised model of GNU Zebra.
48
49
50
51
Authors:
52
--------
53
    Kunihiro Ishiguro <kunihiro@zebra.org>
54
    Toshiaki Takada <takada@zebra.org>
55
    Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
56
    Alex D. Zinin <azinin@hotmail.com>
57
    Gleb Natapov <gleb@nbase.co.il>
58
    Akihiro Mizutani <mizutani@dml.com>
59
60
%package      devel
61
License:        LGPL v2.1 or later
62
Summary:        Free Routing Software (for BGP, OSPF and RIP, for example)
63
Requires:       %{name} = %{version}
64
Group:          Productivity/Networking/Routing
65
66
%description devel
67
Quagga is a routing software suite, providing implementations of
68
OSPFv2, OSPFv3, RIP v1 and v2, RIPv3 and BGPv4 for Unix platforms,
69
particularly FreeBSD and Linux and also NetBSD, to mention a few.
70
Quagga is a fork of GNU Zebra which was developed by Kunihiro Ishiguro.
71
The Quagga tree aims to build a more involved community around Quagga
72
than the current centralised model of GNU Zebra.
73
74
75
76
Authors:
77
--------
78
    Kunihiro Ishiguro <kunihiro@zebra.org>
79
    Toshiaki Takada <takada@zebra.org>
80
    Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
81
    Alex D. Zinin <azinin@hotmail.com>
82
    Gleb Natapov <gleb@nbase.co.il>
83
    Akihiro Mizutani <mizutani@dml.com>
84
85
%prep
86
%setup -q -a 1
87
88
%build
89
if ! ls /proc/net/{dev,route,snmp} >/dev/null; then
90
    echo "ERROR: /proc is not mounted" >&2;
91
    exit 1;
92
fi
93
rm -f m4/libtool.m4 m4/lt*.m4
94
autoreconf --force --install
95
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
96
%configure --disable-static --with-pic \
97
    --enable-vtysh \
98
    --enable-rtadv \
99
    --enable-snmp \
100
    --enable-ipv6 \
101
    --with-libpam \
102
    --enable-netlink \
103
    --sysconfdir=%{_sysconfdir}/quagga \
104
    --localstatedir=/var/run/quagga \
105
    --enable-multipath=0
106
make %{?jobs:-j%jobs}
107
108
%install
109
rm -r doc/quagga.info
110
make DESTDIR=$RPM_BUILD_ROOT install
111
rm -rf $RPM_BUILD_ROOT%{_libdir}/lib{ospf,zebra}.la
112
install -d $RPM_BUILD_ROOT/etc/{init.d,quagga,pam.d,logrotate.d}
113
install -m 755 SUSE/* $RPM_BUILD_ROOT%{_sysconfdir}/init.d/
114
install -m 644 %{S:2} $RPM_BUILD_ROOT%{_sysconfdir}/pam.d/quagga
115
install -d -m 750 $RPM_BUILD_ROOT/var/log/quagga
116
install -d -m 751 $RPM_BUILD_ROOT/var/run/quagga
117
install -m 644 redhat/quagga.logrotate $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/quagga
118
ln -sf %{_sysconfdir}/init.d/zebra  $RPM_BUILD_ROOT%{_sbindir}/rczebra
119
ln -sf %{_sysconfdir}/init.d/bgpd   $RPM_BUILD_ROOT%{_sbindir}/rcbgpd
120
ln -sf %{_sysconfdir}/init.d/ospf6d $RPM_BUILD_ROOT%{_sbindir}/rcospf6d
121
ln -sf %{_sysconfdir}/init.d/ospfd  $RPM_BUILD_ROOT%{_sbindir}/rcospfd
122
ln -sf %{_sysconfdir}/init.d/ripngd $RPM_BUILD_ROOT%{_sbindir}/rcripngd
123
ln -sf %{_sysconfdir}/init.d/ripd   $RPM_BUILD_ROOT%{_sbindir}/rcripd
124
rm -f $RPM_BUILD_ROOT%{_sysconfdir}/quagga/*.sample*
125
cat > $RPM_BUILD_ROOT%{_sysconfdir}/quagga/zebra.conf << __EOF__
126
hostname quagga
127
password quagga
128
enable password quagga
129
log file /var/log/quagga/quagga.log
130
__EOF__
131
touch $RPM_BUILD_ROOT%{_sysconfdir}/quagga/vtysh.conf
132
133
%pre
134
%{_sbindir}/groupadd -r quagga 2> /dev/null || :
135
%{_sbindir}/useradd -r -g quagga -s %{_bindir}/false \
136
                  -c "Quagga routing daemon" \
137
                  -d /var/run/quagga quagga 2> /dev/null || :
138
139
%post
140
/sbin/ldconfig
141
%fillup_and_insserv
142
%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
143
144
%preun
145
%stop_on_removal zebra bgpd ospf6d ospfd ripd ripngd
146
147
%postun
148
%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
149
%restart_on_update zebra bgpd ospf6d ospfd ripd ripngd
150
%insserv_cleanup
151
/sbin/ldconfig
152
153
%clean
154
rm -rf $RPM_BUILD_ROOT
155
156
%files
157
%defattr(-,root,root)
158
%doc */*.sample* AUTHORS COPYING* ChangeLog NEWS README REPORTING-BUGS SERVICES TODO
159
%{_sbindir}/*
160
%config %{_sysconfdir}/quagga/
161
%config(noreplace) %{_sysconfdir}/logrotate.d/*
162
%config %{_sysconfdir}/init.d/*
163
%config (noreplace)%{_sysconfdir}/pam.d/*
164
%{_bindir}/*
165
%dir %attr(-,quagga,quagga) /var/log/quagga
166
%dir %attr(-,quagga,quagga) /var/run/quagga
167
%{_infodir}/quagga.info*
168
%{_mandir}/man?/*
169
%attr(755,root,root) %{_libdir}/lib*.so.*
170
171
%files devel
172
%defattr(644,root,root,755)
173
%{_libdir}/*.so
174
%dir %{_includedir}/%{name}
175
%{_includedir}/%{name}/*.h
176
%dir %{_includedir}/%{name}/ospfd
177
%{_includedir}/%{name}/ospfd/*.h
178
179
%changelog
180
* Tue Sep 27 2011 Carsten Schoene <cs@linux-administrator.com> - 0.99.19-1
181
- update to release 0.99.19
182
183
* Thu Apr 14 2011 Carsten Schoene <cs@linux-administrator.com> - 0.99.18-1
184
- update to release 0.99.18
185
186
* Sat Sep 18 2010 Carsten Schoene <cs@linux-administrator.com> - 0.99.17-1
187
- update to release 0.99.17
188
189
* Sat Aug 29 2009 Carsten Schoene <cs@linux-administrator.com> - 0.99.15-1
190
- release: 0.99.15
191
- ospf6d: bug #529, fix endianness problem in earlier commit
192
- bgpd: fix md5 set on listen sockets
193
- lib/trivial: str2prefix checks return of inet_pton in fragile way
194
- zebra: Add an example config file for testzebra
195
- zebra: test_main.c should be a bit more helpful about its usage
196
- lib: if_lookup_by_name should be more robust to null argument
197
- ospfd: Make sure priority is respected.
198
- ospfd: Tighten up the connected check for redistribution
199
- all: check return value from daemon() call
200
- bgp: missing pieces from listener patch
201
- bgp: compiler warning fix
202
- ospfd: fix performance problem with redistribute delete
203
- ospfd: Make sure route table is recalculated.
204
- ospfd: Make "Packet ... received on wrong link" conditional on debug
205
- bgpd: Fix mistakes in applying 'allow inbound connections to non-default view'
206
- ospfd: neuter some compiler warnings
207
- ospfd: update some comments
208
- ospfd: Discriminate better when selecting links between vertices in SPF
209
- bgpd: Workaround for invalid MBGP next hop
210
- ospfd: Make ospf_if_lookup_recv_if() find the right unnumbered i/f
211
- ospfd: export ospf_if_table_lookup() and use it in ospf_network_run_interface()
212
- bgpd/trivial: Fix indentation in previous
213
- bgpd: Allow inbound connections to non-default view
214
- bgpd: fd leak in bgpd
215
- bgpd: Delete AS_CONFED_SEQUENCE when prepending an AS_SEQUENCE type segment
216
- bgpd: Implement BGP confederation error handling (RFC5065, Par. 5)
217
- bgpd: start listener on first instance
218
- bgpd: peer action table static/const
219
- bgpd.c: (various tables) only used in one place and are immutable.
220
- ripd: set IP TOS for control socket
221
222
* Tue Jul 21 2009 Carsten Schoene <cs@linux-administrator.com> - 0.99.12-1
223
- This release contains a regression fix for ospf6d
224
- various small fixes
225
- some hopefully very significant bgpd stability fixes
226
227
* Tue May 12 2009 Carsten Schoene <cs@linux-administrator.com> - 0.99.12-1
228
- This release fixes an urgent bug in bgpd where it could hit an
229
  assert if it received a long AS_PATH with a 4-byte ASN.
230
231
* Mon Jan 19 2009 prusnak@suse.cz
232
- updated to 0.99.11
233
  * bgpd:
234
    - Document the FSM dummy-peer race that sometimes afflicts
235
  session setup
236
    - Fix definition of an rsclient command
237
    - Fix double-free crash in bgp_table_finish, seen with rs-client
238
    - Fix triggerable crash when compiled with --disable-bgp-announce
239
    - TCP-MD5: password vty configuration and initial Linux support
240
  * isisd:
241
    - Try open vanity-named DLPI dev before style 1,2
242
    - Fix packet filtering with DLPI
243
    - Switch to lib/ Fletcher checksum, fixing bug in isisd
244
  * lib:
245
    - Add fletcher checksum implementation
246
    - Add support for a 'restricted mode' with anonymous vty
247
  connections
248
    - Allow delete during password entry
249
    - CMD_AS_RANGE accidently quoted and so not expanded in vty
250
  * ospfd:
251
    - Default route needs to be refreshed after neighbour state change
252
    - Fix SEGV during startup introduced in recent commit
253
    - Move passive interface check
254
    - Restructure opsf_if_update() and ospf_network_run()
255
    - Fix SEGV in ip ospf neighbor all
256
    - Ignore host routes to self.
257
    - Set destination for PtP links to OSPF_ALLSPFROUTERS
258
  * zebra:
259
    - Filter out unwanted netlink messages by PID
260
    - clean up blocking setting of netlink sockets
261
    - netlink buffer size tweaking only needed on receive socket
262
    - netlink: no need to change privs for receive
263
    - netlink: quiet harmless errors
264
    - Set proto/scope on all route update messages
265
    - Make BSD link-state deal more gracefully with GIFMEDIA ioctl
266
  error
267
    - ignore dead routes in RIB update
268
* Fri Sep 12 2008 crrodriguez@suse.de
269
- disable static libraries
270
* Thu Aug 28 2008 cthiel@suse.de
271
- fix init scripts
272
* Mon Jul 28 2008 prusnak@suse.cz
273
- updated to 0.99.10
274
  * [bgpd] 4-byte AS support added
275
  * [bgpd] MRT format changes to version 2.
276
  Those relying on bgpd MRT table dumps may need to update their tools.
277
  * [bgpd] Added new route-map set statement: "as-path exclude"
278
  * Zebra RIB updates queue has evolved into a multi-level structure
279
  to address RIB consistency issues.
280
- removed obsoleted patch:
281
  * badshift.patch (included in update)
282
* Tue Jan 08 2008 prusnak@suse.cz
283
- fixed bad left shift (badshift.patch) [#351517]
284
* Tue Sep 25 2007 prusnak@suse.cz
285
- updated to 0.99.9
286
  * added support for separate link-layer access mechanisms in isisd
287
  * add back check for inet_aton, which got dropped somehow
288
  in previous jumbo patch
289
  * use AC_GNU_SOURCE to define _GNU_SOURCE, rather than having
290
  lib/zebra.h do it
291
  * AC_FUNC_STRNLEN has side-effects with latest autoconf,
292
  use AC_CHECK_FUNC on strnlen instead
293
  * general cleanup of header and type checks, introducing an internal
294
  define, QUAGGA_INCLUDES, to build up a list of stuff to include so
295
  as to avoid 'present but cant be compiled' warnings
296
  * misc additional checks of things missing according to autoscan
297
  * add LIBM, for bgpd's use of libm, so as to avoid burdening LIBS,
298
  and all the binaries, with libm linkage
299
  * remove the bad practice of using m4 changequote(),
300
  just quote the []'s in the case statements properly
301
  * update all HAVE_* to the standard autoconf namespaced HAVE_* defines
302
  (i.e. HAVE_SA_LEN->HAVE_STRUCT_SOCKADDR_SA_LEN)
303
  * add LIBM to bgpd's LDADD, for pow()
304
  * change gcc CFLAGS from '-std=c99' to '-std=gnu99' to improve
305
  portability
306
- dropped obsolete patches:
307
  * strcmp.patch (included in update)
308
* Thu Sep 13 2007 prusnak@suse.cz
309
- backported security fixes for bgpd from 0.99.9 [#310166]
310
* Thu Jun 07 2007 prusnak@suse.cz
311
- removed broken strict-aliasing.patch
312
- added -fno-strict-aliasing to CFLAGS
313
* Wed Jun 06 2007 prusnak@suse.cz
314
- updated to 0.99.7
315
- added mandatory LSB tags Short-Description to init files
316
- added %%run_ldconfig to %%post and %%postun sections
317
- cleaned spec file
318
- dropped obsolete patches:
319
  * CVE-2007-1995.patch (included in update)
320
* Tue Apr 24 2007 anosek@suse.cz
321
- updated to version 0.99.6
322
  * bgpd
323
  o Bug #302, bgpd can get stuck in state Clearing
324
  o Implement 'debug bgp zebra' to log all messages to and from zebra.
325
  o Fix bug where a deleted route that was quickly re-added was being lost
326
  o trivial: non C99 u_int.._t should be uint.._t
327
  o struct peer must have bgp field valid (redistribute crash)
328
  o Coverity CID #64: Needless NULL check, CID #64: Deref of potentially NULL pointer.
329
  o CID#73, potential crash in bgp statistics if called for AFI/SAFI with emtpy table
330
  o Bug #302 fixes. ClearingCompleted event gets flushed, leaving peers stuck in Clearing.
331
  o Trivial fix of printf format/arg mismatch
332
  o reduce the process queue hold time to something more sensible
333
  o RIB statistics address space size shouldnt double count space
334
  o simplify peer refcounts, squash slow peer leak
335
  o Fix 0.99 shutdown regression, introduce Clearing and Deleted states
336
  o Add RIB reporting commands, show bgp ... statistics
337
  o Handle pcount as flags are changed, fixing pcount issues
338
  o Add 'show ... neighbor .... prefix-counts' command
339
  * ospfd
340
  o Consider all connected addresses when creating ospf interfaces
341
  o Add debug messages for a few zebra messages that had been overlooked
342
  o Fix bug in passive-interface default commands.
343
  o Stop losing subsequent default-information originate 'always' info
344
  o Add passive-interface default support
345
  o Improve some warning messages.
346
  o Fix assertion in DB-exchange fix, hit by ogier-db-ex-opt commit
347
  * isisd: Fix compiler warnings and allow v4-only compilation
348
  * zebra
349
  o Changes of nexthops of static routes didnt take effect
350
  o Compile fix for PF_ROUTE
351
  * ripd
352
  o bug #293: routemap set metric doesn't check for underflow correctly
353
  o bug #278: remove gratuitous use of mid-function declaration
354
  * general
355
  o [daemon startup] Add --dry-run/-C argument to daemons, to check config file syntax
356
  o Handle upgrade from SUNWzebra to Quagga for 'interface fooX:Y' commands
357
  o [snmp] Fix asn_build calls to pass correct variable sizes (fixes 64-bit issues)
358
  o [doc] Add recent NetBSD/FreeBSD versions to list of what ought to work.
359
- dropped obsolete patches snmp.diff, nextnode.diff
360
- fixed VUL-0: quagga DoS [#266100] (CVE-2007-1995.patch)
361
* Tue Jan 23 2007 prusnak@suse.cz
362
- fixed insufficient strcmp.diff
363
* Wed Dec 20 2006 prusnak@suse.cz
364
- fixed "nextnode" misuse
365
* Tue Dec 19 2006 prusnak@suse.cz
366
- fixed "comparison with string literal" [#228420]
367
* Mon Aug 21 2006 kukuk@suse.de
368
- Fix PAM config to work on lib64 archs.
369
* Thu Aug 03 2006 mmarek@suse.cz
370
- updated to version 0.98.6
371
  * comtains latest security fixes, obsoleting CVE-2006-2223-4.patch
372
  * some ospfd bugfixes
373
- dropped netlink-fix.diff, which has been obsolete for some time
374
* Fri Jun 16 2006 schwab@suse.de
375
- Remove old and broken libtool macros.
376
* Fri May 12 2006 mmarek@suse.cz
377
- fixed ripd not configurable to protect routing table from
378
  malicious updates (CVE-2006-2223, CVE-2006-2224)
379
  [#173828] (CVE-2006-2223-4.patch)
380
* Wed Jan 25 2006 mls@suse.de
381
- converted neededforbuild to BuildRequires
382
* Tue Jan 24 2006 mmarek@suse.cz
383
- use $RPM_OPT_FLAGS (missing backslash)
384
- check for /proc/net/{dev,route,snmp} before build
385
* Tue Nov 22 2005 mmarek@suse.cz
386
- don't try to create fake directories under /proc (we don't build
387
  as root since Fri Jan 16 13:23:46 CET 2004), but print an error
388
  instead.
389
* Tue Oct 11 2005 mmarek@suse.cz
390
- better strict aliasing fix
391
* Mon Oct 10 2005 mmarek@suse.cz
392
- update to 0.98.5
393
* Tue Sep 20 2005 mmarek@suse.cz
394
- fixx gcc warnings
395
* Mon Aug 01 2005 anicka@suse.cz
396
- update to 0.98.4
397
* Tue Apr 19 2005 postadal@suse.de
398
- updated to version 0.98.3
399
- removed obsoleted patch config.diff
400
- use parallel make
401
* Thu Jan 13 2005 postadal@suse.cz
402
- updated to version 0.98.0
403
  * some commands may have been removed or have had their syntax changed
404
- removed obsoleted patch gcc-warnings-fix.diff
405
* Fri Nov 26 2004 postadal@suse.cz
406
- fixed lib64 path
407
* Thu Nov 25 2004 postadal@suse.cz
408
- updated to version 0.97.3
409
- fixed gcc warnings
410
- created subpackage "quagga-devel"
411
* Wed Aug 11 2004 postadal@suse.cz
412
- updated to version 0.96.5
413
* Thu Jun 17 2004 postadal@suse.cz
414
- enabled multipath for High Availability scenario [#41789]
415
* Wed Feb 11 2004 postadal@suse.cz
416
- updated to version 0.96.4
417
- fixed instalation problems [#33015]
418
- added quagga user/group
419
- removed obsoleted patch vty_telnet_option-fix
420
* Mon Jan 19 2004 postadal@suse.cz
421
- fixed security bug [#33993] (CAN-2003-0858): local users could send malicious
422
  netlink messages that cause DoS condition
423
- fixed DoS condition, which exists in zebra when layer 3 access is possible
424
  to the telnet management port 2601/tcp. (CAN-2003-0795) [#32656]
425
* Fri Jan 16 2004 kukuk@suse.de
426
- Add pam-devel to neededforbuild
427
- Build as user
428
* Mon Nov 10 2003 ro@suse.de
429
- use net-snmp instead of ucdsnmp
430
* Fri Nov 07 2003 postadal@suse.cz
431
- fixed DoS condition, which exists in zebra when layer 3 access is possible
432
  to the telnet management port 2601/tcp. (CAN-2003-0795) [#32656]
433
* Tue Aug 26 2003 postadal@suse.cz
434
- updated to bugfix version 0.96.2
435
  * fixed a small but very annoying ospfd bug
436
  * command.c newline fix
437
* Mon Aug 25 2003 postadal@suse.cz
438
- Zebra-pj has now forked from GNU Zebra. The new name is Quagga.
439
- update to version 0.96.1
440
- use new stop_on_removal/restart_on_upate macros
441
* Mon Jul 28 2003 postadal@suse.cz
442
- fixed ripngd init script [#27097]
443
* Fri Jul 25 2003 mludvig@suse.cz
444
- Update to Paul Jakma's Zebra fork. This is the only
445
  Zebra version currently maintained.
446
* Thu Apr 24 2003 ro@suse.de
447
- fix install_info --delete call and move from preun to postun
448
* Thu Feb 13 2003 mmj@suse.de
449
- Use %%install_info macro [#23478]
450
* Wed Nov 27 2002 postadal@suse.cz
451
- added kame-fix patch of mludvig@suse.cz
452
- bzipped source and rc.* moved to rc.tar.bz2 (init/SuSE/*)
453
* Thu Sep 26 2002 mludvig@suse.cz
454
- Upgrade to zebra-0.93b
455
- Added pam script
456
* Fri Aug 16 2002 postadal@suse.cz
457
- added %%insserv_prereq and %%fillup_prereq to PreReq [#18024]
458
* Sat Jul 27 2002 adrian@suse.de
459
- do not source rc.config
460
* Wed May 15 2002 schwab@suse.de
461
- Use autoreconf.
462
* Mon Feb 25 2002 postadal@suse.cz
463
- modified copyright of files in /etc/init.d
464
* Thu Jan 10 2002 egmont@suselinux.hu
465
- changed /sbin/init.d to /etc/init.d in init script comments
466
* Tue Dec 11 2001 cihlar@suse.cz
467
- removed START_* variables
468
- fixed init scripts to fit skeleton
469
- fixed file list
470
* Tue Nov 06 2001 cihlar@suse.cz
471
- fixed to compile with automake 1.5
472
* Mon Aug 27 2001 dan@suse.cz
473
- update to 0.92a release
474
  * Fix community-list "^$" matching bug
475
  * -lsnmp check problem fixed
476
- build root added, spec file clean-up
477
- installing info pages fixed
478
* Tue Aug 14 2001 ro@suse.de
479
- up to 0.91a and fixed for current autoconf
480
* Mon May 14 2001 lmuelle@suse.de
481
- fix typo in ripd startscript
482
- bzip2 sources
483
* Tue May 08 2001 strbac@suse.de
484
- remove init scripts and symlinks for vtysh (it's not a daemon)
485
* Fri Feb 23 2001 ro@suse.de
486
- added readline/readline-devel to neededforbuild (split from bash)
487
* Wed Jan 17 2001 bk@suse.de
488
- updated to 0.90a, fixes serious bug of bgpd when receiving routes
489
- fixed a bug in configure(.in) to detect *-suse-linux as linux
490
- replaced ipv6 configure diff with the configure option --enable-ipv6
491
- call autoconf to generate the fixed confgure (never patch configure)
492
- set CFLAGS to RPM_OPT_FLAGS for configure
493
- folded up configure argument list to make it more readable
494
* Thu Jan 11 2001 smueller@suse.de
495
- make it compile with IPv6 even if there is no IPv6 in the
496
  running kernel
497
* Thu Jan 11 2001 smueller@suse.de
498
- update to zebra 0.90
499
- enabled snmp support
500
* Thu Dec 21 2000 smueller@suse.de
501
- rc.config injection corrected
502
* Wed Dec 20 2000 smueller@suse.de
503
- changed absolut path names to relative in %%post
504
* Tue Dec 05 2000 bjacke@suse.de
505
- bzipped sources
506
- cleaned up spec file
507
- enabled IPv6 support
508
* Mon Dec 04 2000 smueller@suse.de
509
- initial version for 7.1
510