da8daef
%define quagga_uid  92
da8daef
%define quagga_gid  92
da8daef
%define vty_group   quaggavt
da8daef
%define vty_gid     85
da8daef
9de1505
%global _hardened_build 1
9de1505
da8daef
Name: quagga
278464f
Version: 0.99.22.4
63f996c
Release: 4%{?dist}
da8daef
Summary: Routing daemon
da8daef
License: GPLv2+
da8daef
Group: System Environment/Daemons
da8daef
URL: http://www.quagga.net
671d207
Source0: http://download.savannah.gnu.org/releases/quagga/%{name}-%{version}.tar.xz
da8daef
Source1: quagga-filter-perl-requires.sh
da8daef
Source2: quagga-tmpfs.conf
3087129
BuildRequires: systemd
da8daef
BuildRequires: net-snmp-devel
da8daef
BuildRequires: texinfo tetex libcap-devel texi2html
da8daef
BuildRequires: readline readline-devel ncurses ncurses-devel
da8daef
Requires: net-snmp ncurses
b2ec84e
Requires(post): systemd /sbin/install-info
b2ec84e
Requires(preun): systemd /sbin/install-info
da8daef
Requires(postun): systemd
06add1b
Provides: routingdaemon = %{version}-%{release}
1e60149
Obsoletes: quagga-sysvinit
cvsdist 2872495
fe94d73
Patch0: 0001-systemd-change-the-WantedBy-target.patch
63f996c
Patch1: 0001-zebra-raise-the-privileges-before-calling-socket.patch
fe94d73
da8daef
%define __perl_requires %{SOURCE1}
Adam Tkac 611000f
cvsdist 2872495
%description
7cb68b3
Quagga is free software that operates TCP/IP-based routing protocols. It takes
7cb68b3
a multi-server and multi-threaded approach to resolving the current complexity
7cb68b3
of the Internet.
cvsdist 2872495
70cee2f
Quagga supports Babel, BGP4, BGP4+, BGP4-, IS-IS (experimental), OSPFv2,
70cee2f
OSPFv3, RIPv1, RIPv2, and RIPng.
cvsdist 2872495
cvsdist 2872495
Quagga is intended to be used as a Route Server and a Route Reflector. It is
7cb68b3
not a toolkit; it provides full routing power under a new architecture.
cvsdist 2872495
Quagga by design has a process for each protocol.
cvsdist 2872495
cvsdist 2872495
Quagga is a fork of GNU Zebra.
cvsdist 2872495
cvsdist 2872495
%package contrib
1acef02
Summary: Contrib tools for quagga
cvsdist 2872495
Group: System Environment/Daemons
cvsdist 2872495
cvsdist 2872495
%description contrib
cvsdist 2872495
Contributed/3rd party tools which may be of use with quagga.
cvsdist 2872495
cvsdist 2872495
%package devel
cvsdist 2872495
Summary: Header and object files for quagga development
cvsdist 2872495
Group: System Environment/Daemons
8327935
Requires: %{name} = %{version}-%{release}
cvsdist 2872495
cvsdist 2872495
%description devel
1acef02
The quagga-devel package contains the header and object files necessary for
cvsdist 2872495
developing OSPF-API and quagga applications.
cvsdist 2872495
cvsdist 2872495
%prep
da8daef
%setup -q
24df282
fe94d73
%patch0 -p1
63f996c
%patch1 -p1
fe94d73
cvsdist 2872495
%build
fenlason 7714ba1
%configure \
da8daef
    --sysconfdir=%{_sysconfdir}/quagga \
da8daef
    --libdir=%{_libdir}/quagga \
da8daef
    --libexecdir=%{_libexecdir}/quagga \
da8daef
    --localstatedir=%{_localstatedir}/run/quagga \
06add1b
    --enable-ipv6=yes \
06add1b
    --enable-isisd=yes \
06add1b
    --enable-snmp=agentx \
da8daef
    --enable-multipath=64 \
06add1b
    --enable-opaque-lsa \
06add1b
    --enable-ospf-te \
06add1b
    --enable-vtysh=yes \
c17c7f3
    --enable-ospfclient=no \
c17c7f3
    --enable-ospfapi=no \
6d65f13
    --enable-user=quagga \
6d65f13
    --enable-group=quagga \
06add1b
    --enable-vty-group=%vty_group \
06add1b
    --enable-rtadv \
da8daef
    --disable-exampledir \
da8daef
    --enable-netlink
cvsdist 2872495
4301666
make %{?_smp_mflags} MAKEINFO="makeinfo --no-split" CFLAGS="%{optflags} -fno-strict-aliasing"
cvsdist 2872495
cvsdist 2872495
pushd doc
cvsdist 2872495
texi2html quagga.texi
cvsdist 2872495
popd
cvsdist 2872495
cvsdist 2872495
%install
da8daef
mkdir -p %{buildroot}/etc/{quagga,rc.d/init.d,sysconfig,logrotate.d} \
da8daef
         %{buildroot}/var/log/quagga %{buildroot}%{_infodir} \
da8daef
         %{buildroot}%{_unitdir}
Jiri Skala bbfb695
da8daef
make DESTDIR=%{buildroot} INSTALL="install -p" CP="cp -p" install
cvsdist 2872495
cvsdist 2872495
# Remove this file, as it is uninstalled and causes errors when building on RH9
da8daef
rm -rf %{buildroot}/usr/share/info/dir
da8daef
da8daef
install -p -m 644 %{_builddir}/%{name}-%{version}/redhat/zebra.service %{buildroot}%{_unitdir}/zebra.service
da8daef
install -p -m 644 %{_builddir}/%{name}-%{version}/redhat/isisd.service %{buildroot}%{_unitdir}/isisd.service
da8daef
install -p -m 644 %{_builddir}/%{name}-%{version}/redhat/ripd.service %{buildroot}%{_unitdir}/ripd.service
da8daef
install -p -m 644 %{_builddir}/%{name}-%{version}/redhat/ospfd.service %{buildroot}%{_unitdir}/ospfd.service
da8daef
install -p -m 644 %{_builddir}/%{name}-%{version}/redhat/bgpd.service %{buildroot}%{_unitdir}/bgpd.service
da8daef
install -p -m 644 %{_builddir}/%{name}-%{version}/redhat/babeld.service %{buildroot}%{_unitdir}/babeld.service
da8daef
install -p -m 644 %{_builddir}/%{name}-%{version}/redhat/ospf6d.service %{buildroot}%{_unitdir}/ospf6d.service
da8daef
install -p -m 644 %{_builddir}/%{name}-%{version}/redhat/ripngd.service %{buildroot}%{_unitdir}/ripngd.service
da8daef
da8daef
install -p -m 644 %{_builddir}/%{name}-%{version}/redhat/quagga.sysconfig %{buildroot}/etc/sysconfig/quagga
da8daef
install -p -m 644 %{_builddir}/%{name}-%{version}/redhat/quagga.logrotate %{buildroot}/etc/logrotate.d/quagga
da8daef
da8daef
install -d -m 770  %{buildroot}/var/run/quagga
da8daef
6221d91
install -d -m 755 %{buildroot}/%{_tmpfilesdir}
6221d91
install -p -m 644 %{SOURCE2} %{buildroot}/%{_tmpfilesdir}/quagga.conf
da8daef
da8daef
rm %{buildroot}%{_libdir}/quagga/*.a
da8daef
rm %{buildroot}%{_libdir}/quagga/*.la
8327935
cvsdist 2872495
%pre
da8daef
getent group %vty_group >/dev/null 2>&1 || groupadd -r -g %vty_gid %vty_group >/dev/null 2>&1 || :
da8daef
getent group quagga >/dev/null 2>&1 || groupadd -g %quagga_gid quagga >/dev/null 2>&1 || :
da8daef
getent passwd quagga >/dev/null 2>&1 || useradd -u %quagga_uid -g %quagga_gid -M -r -s /sbin/nologin \
da8daef
 -c "Quagga routing suite" -d %{_localstatedir}/run/quagga quagga >/dev/null 2>&1 || :
cvsdist 2872495
cvsdist 2872495
%post
da8daef
%systemd_post zebra.service
da8daef
%systemd_post isisd.service
da8daef
%systemd_post ripd.service
da8daef
%systemd_post ospfd.service
da8daef
%systemd_post bgpd.service
da8daef
%systemd_post babeld.service
da8daef
%systemd_post ospf6d.service
da8daef
%systemd_post ripngd.service
be647ac
a0891a6
if [ -f %{_infodir}/%{name}.inf* ]; then
a0891a6
    install-info %{_infodir}/quagga.info %{_infodir}/dir || :
a0891a6
fi
cvsdist 2872495
cvsdist 2872495
# Create dummy files if they don't exist so basic functions can be used.
da8daef
if [ ! -e %{_sysconfdir}/quagga/zebra.conf ]; then
da8daef
    echo "hostname `hostname`" > %{_sysconfdir}/quagga/zebra.conf
da8daef
    chown quagga:quagga %{_sysconfdir}/quagga/zebra.conf
06d201d
    chmod 640 %{_sysconfdir}/quagga/zebra.conf
cvsdist 2872495
fi
cvsdist 2872495
da8daef
if [ ! -e %{_sysconfdir}/quagga/vtysh.conf ]; then
da8daef
    touch %{_sysconfdir}/quagga/vtysh.conf
da8daef
    chmod 640 %{_sysconfdir}/quagga/vtysh.conf
da8daef
    chown quagga:%{vty_group} %{_sysconfdir}/quagga/vtysh.conf
0e32d5d
fi
0e32d5d
da8daef
%postun
da8daef
%systemd_postun_with_restart zebra.service
da8daef
%systemd_postun_with_restart isisd.service
da8daef
%systemd_postun_with_restart ripd.service
da8daef
%systemd_postun_with_restart ospfd.service
da8daef
%systemd_postun_with_restart bgpd.service
da8daef
%systemd_postun_with_restart babeld.service
da8daef
%systemd_postun_with_restart ospf6d.service
da8daef
%systemd_postun_with_restart ripngd.service
cvsdist 2872495
a0891a6
if [ -f %{_infodir}/%{name}.inf* ]; then
a0891a6
    install-info --delete %{_infodir}/quagga.info %{_infodir}/dir || :
a0891a6
fi
a0891a6
cvsdist 2872495
%preun
da8daef
%systemd_preun zebra.service
da8daef
%systemd_preun isisd.service
da8daef
%systemd_preun ripd.service
da8daef
%systemd_preun ospfd.service
da8daef
%systemd_preun bgpd.service
da8daef
%systemd_preun babeld.service
da8daef
%systemd_preun ospf6d.service
da8daef
%systemd_preun ripngd.service
da8daef
cvsdist 2872495
%files
cvsdist 2872495
%defattr(-,root,root)
ebcf8bb
%doc AUTHORS COPYING
ebcf8bb
%doc zebra/zebra.conf.sample
ebcf8bb
%doc isisd/isisd.conf.sample
ebcf8bb
%doc ripd/ripd.conf.sample
ebcf8bb
%doc bgpd/bgpd.conf.sample*
ebcf8bb
%doc ospfd/ospfd.conf.sample
70cee2f
%doc babeld/babeld.conf.sample
ebcf8bb
%doc ospf6d/ospf6d.conf.sample
ebcf8bb
%doc ripngd/ripngd.conf.sample
cvsdist 2872495
%doc doc/quagga.html
cvsdist 2872495
%doc doc/mpls
cvsdist 2872495
%doc ChangeLog INSTALL NEWS README REPORTING-BUGS SERVICES TODO
da8daef
%dir %attr(750,quagga,quagga) %{_sysconfdir}/quagga
da8daef
%dir %attr(750,quagga,quagga) /var/log/quagga
da8daef
%dir %attr(750,quagga,quagga) /var/run/quagga
cvsdist 2872495
%{_infodir}/*info*
cvsdist 2872495
%{_mandir}/man*/*
70cee2f
%exclude %{_mandir}/man*/watchquagga.*
cvsdist 2872495
%{_sbindir}/*
70cee2f
%exclude %{_sbindir}/watchquagga
cvsdist 2872495
%{_bindir}/*
da8daef
%dir %{_libdir}/quagga
da8daef
%{_libdir}/quagga/*.so.*
fenlason 80eed1d
%config(noreplace) %attr(640,root,root) /etc/logrotate.d/quagga
06add1b
%config(noreplace) /etc/sysconfig/quagga
6221d91
%{_tmpfilesdir}/quagga.conf
da8daef
%{_unitdir}/*.service
cvsdist 2872495
cvsdist 2872495
%files contrib
cvsdist 2872495
%defattr(-,root,root)
8327935
%doc AUTHORS COPYING %attr(0644,root,root) tools
cvsdist 2872495
cvsdist 2872495
%files devel
cvsdist 2872495
%defattr(-,root,root)
8327935
%doc AUTHORS COPYING
b2ec84e
%dir %{_libdir}/quagga/
da8daef
%{_libdir}/quagga/*.so
cvsdist 51567ae
%dir %{_includedir}/quagga
cvsdist 51567ae
%{_includedir}/quagga/*.h
fenlason 80eed1d
%dir %{_includedir}/quagga/ospfd
fenlason 80eed1d
%{_includedir}/quagga/ospfd/*.h
cvsdist 2872495
cvsdist 2872495
%changelog
63f996c
* Mon May 26 2014 Michal Sekletar <msekleta@redhat.com> - 0.99.22.4-4
63f996c
- raise privileges before creating netlink socket (#1097684)
63f996c
671d207
* Thu Jan 29 2014 Michal Sekletar <msekleta@redhat.com> - 0.99.22.4-3
671d207
- fix source url
2e3aea7
- fix date in the changelog
671d207
2e3aea7
* Mon Jan 06 2014 Michal Sekletar <msekleta@redhat.com> - 0.99.22.4-2
935ba73
- reference pidfiles in service files (#1025798)
935ba73
278464f
* Fri Sep 13 2013 Michal Sekletar <msekleta@redhat.com> - 0.99.22.4-1
278464f
- update to 0.99.22.4
278464f
5f75efb
* Sat Aug 03 2013 Petr Pisar <ppisar@redhat.com> - 0.99.22.3-2
5f75efb
- Perl 5.18 rebuild
5f75efb
9479f8b
* Tue Jul 30 2013 Michal Sekletar <msekleta@redhat.com> - 0.99.22.3-1
9479f8b
- update to 0.99.22.3
9479f8b
6d1f509
* Tue Jul 30 2013 Michal Sekletar <msekleta@redhat.com> - 0.99.22.2-2
9de1505
- enabled hardened build
9de1505
9de1505
* Tue Jul 30 2013 Michal Sekletar <msekleta@redhat.com> - 0.99.22.2-1
6130a74
- update to 0.99.22.2
6130a74
c17c7f3
* Mon Jul 22 2013 Michal Sekletar <msekleta@redhat.com> - 0.99.22.1-9
c17c7f3
- disable ospfapi and ospfclient
eb8f08b
- fix bogus dates in changelog
c17c7f3
- resolves : #984532
c17c7f3
843dacf
* Thu Jul 18 2013 Petr Pisar <ppisar@redhat.com> - 0.99.22.1-8
843dacf
- Perl 5.18 rebuild
843dacf
fe94d73
* Fri Jun 21 2013 Michal Sekletar <msekleta@redhat.com> - 0.99.22.1-7
fe94d73
- quagga is service which might implement networking, thus it should not have
fe94d73
  WantedBy=network.target in its systemd configuration
fe94d73
- resolves: #976883
fe94d73
1e60149
* Mon Jun 10 2013 Michal Sekletar <msekleta@redhat.com> - 0.99.22.1-6
1e60149
- obsolete quagga-sysvinit subpackage
6221d91
- use macro to specify location where to install tmpfiles configuration file
a0891a6
- fix rpm scripts handling documentation in info format
1e60149
6d65f13
* Thu Jun 06 2013 Michal Sekletar <msekleta@redhat.com> - 0.99.22.1-5
6d65f13
- configure quagga using correct user
6d65f13
06d201d
* Tue May 28 2013 Michal Sekletar <msekleta@redhat.com> - 0.99.22.1-4
06d201d
- call chmod on correct path
06d201d
4301666
* Mon May 27 2013 Michal Sekletar <msekleta@redhat.com> - 0.99.22.1-3
4301666
- build package with required compiler flags
4301666
b2ec84e
* Fri May 17 2013 Michal Sekletar <msekleta@redhat.com> - 0.99.22.1-2
b2ec84e
- claim ownership of libdir/quagga directory
b2ec84e
- fix dependencies
b2ec84e
da8daef
* Fri Apr 19 2013 Michal Sekletar <msekleta@redhat.com> - 0.99.22.1-1
da8daef
- update to 0.99.22.1
da8daef
- install tmpfiles dropping configuration to proper location
da8daef
- drop sysv subpackage and initscripts support
da8daef
Adam Tkac 611000f
* Tue Mar 26 2013 Adam Tkac <atkac redhat com> - 0.99.22-2
Adam Tkac 611000f
- fix typo in ipv6.texi documentation
Adam Tkac 611000f
Adam Tkac a26f9ae
* Wed Feb 20 2013 Adam Tkac <atkac redhat com> - 0.99.22-1
Adam Tkac a26f9ae
- update to 0.99.22
Adam Tkac a26f9ae
- quagga-CVE-2012-1820.patch has been merged
Adam Tkac a26f9ae
- explicitly enable SMNP AgentX interface
Adam Tkac a26f9ae
ed23ed1
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.99.21-5
ed23ed1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
ed23ed1
b588cea
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.99.21-4
b588cea
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
b588cea
Adam Tkac f24af48
* Thu Jul 12 2012 Adam Tkac <atkac redhat com> 0.99.21-3
Adam Tkac f24af48
- build with -fno-strict-aliasing
Adam Tkac f24af48
Adam Tkac dd793e2
* Thu Jun 07 2012 Adam Tkac <atkac redhat com> 0.99.21-2
Adam Tkac dd793e2
- fix CVE-2012-1820
Adam Tkac dd793e2
Adam Tkac 3e4599a
* Thu May 03 2012 Adam Tkac <atkac redhat com> 0.99.21
Adam Tkac 3e4599a
- update to 0.99.21
Adam Tkac 3e4599a
- various packaging fixes
Adam Tkac 3e4599a
Jiri Skala 7176483
* Thu Mar 15 2012 Jiri Skala <jskala@redhat.com> - 0.99.20.1-1
Jiri Skala 7176483
- updated to latest upstream version 0.99.20.1
Jiri Skala 7176483
797d5e9
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.99.20-5
797d5e9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
797d5e9
Jiri Skala 23b84de
* Wed Nov 23 2011 Jiri Skala <jskala@redhat.com> - 0.99.20-4
Jiri Skala 23b84de
- modified permissions of var dirs (fixes #755491)
Jiri Skala 23b84de
faf70d9
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.99.20-3
faf70d9
- Rebuilt for glibc bug#747377
faf70d9
Jiri Skala 157ad9c
* Tue Oct 18 2011 Jiri Skala <jskala@redhat.com> - 0.99.20-2
Jiri Skala 157ad9c
- fixes #746886 - severe memory leak in quagga 0.99.{19,20}
Jiri Skala 157ad9c
Jiri Skala 55e2f58
* Fri Sep 30 2011 Jiri Skala <jskala@redhat.com> - 0.99.20-1
Jiri Skala 55e2f58
- updated to latest upstream version 0.99.20
Jiri Skala 55e2f58
- fixes #741343 - CVE-2011-3325 corrected fix
Jiri Skala 55e2f58
Jiri Skala 9a3ca68
* Thu Sep 29 2011 Jiri Skala <jskala@redhat.com> - 0.99.19-1
Jiri Skala 9a3ca68
- fixes #741343 - CVE-2011-3323 CVE-2011-3324 CVE-2011-3325 CVE-2011-3326 CVE-2011-3327
Jiri Skala 9a3ca68
- fixes #741580 - updated to latest upstream version 0.99.19
Jiri Skala 9a3ca68
Jiri Skala a30d90c
* Thu Aug 18 2011 Jiri Skala <jskala@redhat.com> - 0.99.18-9
Jiri Skala a30d90c
- rebuild for rpm
Jiri Skala a30d90c
Jiri Skala ab6960e
* Mon Aug 01 2011 Jiri Skala <jskala@redhat.com> - 0.99.18-8
Jiri Skala ab6960e
- rebuild for libcap
Jiri Skala ab6960e
Jiri Skala 33acfe2
* Tue Jul 19 2011 Jiri Skala <jskala@redhat.com> - 0.99.18-7
Jiri Skala 33acfe2
- fixes #716561 - isisd binary is not included in quagga
Jiri Skala 33acfe2
Jiri Skala bbfb695
* Tue Jul 19 2011 Jiri Skala <jskala@redhat.com> - 0.99.18-6
Jiri Skala bbfb695
- fixes #719610 - add unit files, SysV initscripts moved to subpackage
Jiri Skala bbfb695
Jiri Skala 7a6a644
* Mon Jul 11 2011 Jiri Skala <jskala@redhat.com> - 0.99.18-5
Jiri Skala 7a6a644
- rebuild with new snmp
Jiri Skala 7a6a644
Jiri Skala a460f0e
* Wed Jun 08 2011 Jiri Skala <jskala@redhat.com> - 0.99.18-4
Jiri Skala a460f0e
- removed conflicts tag
Jiri Skala a460f0e
Jiri Skala 0a907a0
* Thu Apr 28 2011 Jiri Skala <jskala@redhat.com> - 0.99.18-3
Jiri Skala 0a907a0
- fixes Requires /sbin/{chkconfig, install-info} (#226352 - Merge review)
Jiri Skala 0a907a0
Jiri Skala 19b45b8
* Thu Mar 31 2011 Jiri Skala <jskala@redhat.com> - 0.99.18-2
Jiri Skala 19b45b8
- rebuild to keep correct nvr rule F15 vers. F16
Jiri Skala 19b45b8
Jiri Skala 2e0a992
* Wed Mar 23 2011 Jiri Skala <jskala@redhat.com> - 0.99.18-1
Jiri Skala 2e0a992
- fixes #689852 - CVE-2010-1674 CVE-2010-1675 quagga various flaws
Jiri Skala 2e0a992
- fixes #690087 - ripd fails to start
Jiri Skala 2e0a992
- fixes #689763 - updated to latest upstream version 0.99.18
Jiri Skala 2e0a992
5cc314d
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.99.17-5
5cc314d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
5cc314d
eb8f08b
* Wed Dec 08 2010 Jiri Skala <jskala@redhat.com> - 0.99.17-4
Jiri Skala f6a68ad
- #656681 - using tmpfiles.d
Jiri Skala f6a68ad
Jiri Skala 55e8a7e
* Thu Dec 02 2010 Jiri Skala <jskala@redhat.com> - 0.99.17-3
Jiri Skala 55e8a7e
- fixes #656681 - using %ghost on files in /var/run and /var/lock
Jiri Skala 55e8a7e
- removed unused script from spec
Jiri Skala 55e8a7e
- corrected installing /etc/pam.d
Jiri Skala 55e8a7e
Jiri Skala 2240220
* Mon Nov 01 2010 Jiri Skala <jskala@redhat.com> - 0.99.17-2
Jiri Skala 2240220
- rebuild for net-snmp
Jiri Skala 2240220
Jiri Skala bf8ff14
* Tue Aug 31 2010 Jiri Skala <jskala@redhat.com> - 0.99.17-1
Jiri Skala bf8ff14
- update to latest upstream
Jiri Skala bf8ff14
- fixes #628981 - CVE-2010-2948 and CVE-2010-2949
Jiri Skala bf8ff14
be647ac
* Tue Jul 20 2010 Jiri Skala <jskala@redhat.com> - 0.99.16-5
be647ac
- fixes #525666 - Missing man-pages
be647ac
- fixed and added initscript of watchquagga daemon
be647ac
8327935
* Mon Jul 12 2010 Jiri Skala <jskala@redhat.com> - 0.99.16-4
8327935
- added license text to subpackages
8327935
- fixes #609931 - quagga : does not adhere to Static Library Packaging Guidelines
8327935
a3a6f10
* Thu Jul 01 2010 Jiri Skala <jskala@redhat.com> - 0.99.16-3
a3a6f10
- fixes #609616 - does not adhere to Static Library Packaging Guidelines
a3a6f10
eb8f08b
* Fri Jun 11 2010 Jiri Skala <jskala@redhat.com> - 0.99.16-2
10e21d5
- pam.d is disabled
10e21d5
24df282
* Wed Mar 17 2010 Jiri Skala <jskala@redhat.com> - 0.99.16-1
24df282
- latest upstream version
24df282
- merged initscript patches
24df282
1acef02
* Tue Jan 26 2010 Jiri Skala <jskala@redhat.com> - 0.99.15-2
1acef02
- changes in spec file and init scritps (#226352)
1acef02
aeff236
* Mon Oct 19 2009 Jiri Skala <jskala@redhat.com> - 0.99.15-1
aeff236
- bump to latest upstream
aeff236
- fixed #527734 - posix compliant init scripts
aeff236
11e48ac
* Mon Sep 14 2009 Jiri Skala <jskala@redhat.com> - 0.99.12-3
11e48ac
- fixed #516005 - Errors installing quagga-0.99.11-2.fc11.i586 with --excludedocs
11e48ac
- fixed #522787 - quagga: build future versions without PAM
11e48ac
e003da5
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:0.99.12-3
e003da5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
e003da5
2b30b8d
* Tue Jul 14 2009 Jiri Skala <jskala@redhat.com> - 0.99.12-2
2b30b8d
- replaced Obsoletes by Conflicts
2b30b8d
c61197d
* Wed May 20 2009 Jiri Skala <jskala@redhat.com> - 0.99.12-1
c61197d
- update to latest upstream version
c61197d
- fix #499960 - BGPd in Quagga prior to 0.99.12 has a serious assert problem crashing with ASN4's
c61197d
ba58ff5
* Mon May 04 2009 Jiri Skala <jskala@redhat.com> - 0.99.11-3
f2fbba6
- fix #498832 - bgpd crashes on as paths containing more 6 digit as numbers
ba58ff5
- corrected release number
f2fbba6
3e53a34
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:0.99.11-2
3e53a34
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
3e53a34
19af0ec
* Tue Jan 06 2009 Jiri Skala <jskala@redhat.com> - 0.99.11-1
19af0ec
- bump to latest upstream version 0.99.11
19af0ec
ab5af64
* Wed Sep  3 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.99.10-2
ab5af64
- fix license tag
ab5af64
adb2c8f
* Wed Jun 11 2008 Martin Nagy <mnagy@redhat.com> - 0.99.10-1
adb2c8f
- upgrade to new upstream 0.99.10
adb2c8f
a31d110
* Wed Mar 05 2008 Martin Nagy <mnagy@redhat.com> - 0.99.9-6
a31d110
- fix vtysh.conf owner and group (#416121)
a31d110
- fix bpgd IPv6 advertisements, patch from upstream (#429448)
a31d110
613b0ea
* Mon Feb 11 2008 Martin Nagy <mnagy@redhat.com> - 0.99.9-5
613b0ea
- rebuild for gcc-4.3
613b0ea
897a62e
* Tue Jan 29 2008 Martin Nagy <mnagy@redhat.com> - 0.99.9-4
897a62e
- check port number range when using -P or -p (#206071)
897a62e
36287c1
* Wed Jan 23 2008 Martin Nagy <mnagy@redhat.com> - 0.99.9-3
36287c1
- rebuild
36287c1
3926e83
* Mon Nov 12 2007 Martin Bacovsky <mbacovsk@redhat.com> - 0.99.9-2
3926e83
- resolves: #376821: ospfd init script looks for ospf6 configuration and lock file
3926e83
- resolves: #376841: Usage string in ospf6d init script incorrect
3926e83
c5adbda
* Mon Sep 17 2007 Martin Bacovsky <mbacovsk@redhat.com> - 0.99.9-1
c5adbda
- upgrade to new upstream 0.99.9
c5adbda
- Resolves: #292841: CVE-2007-4826 quagga bgpd DoS
c5adbda
bad5a82
* Fri Sep 14 2007 Martin Bacovsky <mbacovsk@redhat.com> - 0.99.8-1.1
bad5a82
- rebuild
bad5a82
0e32d5d
* Mon Jul 30 2007 Martin Bacovsky <mbacovsk@redhat.com> - 0.99.8-1
0e32d5d
- upgrade to new upstream version 0.99.8
0e32d5d
- resolves: #249423: scripts in /etc/rc.d/init.d/* are marked as config files in specfile
0e32d5d
- resolves: #247040: Initscript Review
0e32d5d
- resolves: #249538: Inconsistencies in init scripts
0e32d5d
- resolves: #220531: quagga: non-failsafe install-info usage, info files removed from index on update
0e32d5d
5e9ee4c
* Tue Jul  3 2007 Martin Bacovsky <mbacovsk@redhat.com> - 0.99.7-1
5e9ee4c
- upgrade to new upstream 0.99.7
5e9ee4c
- resolves: #240488: CVE-2007-1995 Quagga bgpd DoS
5e9ee4c
ccf1ac7
* Wed Mar 28 2007 Martin Bacovsky <mbacovsk@redhat.com> - 0.99.6-1
ccf1ac7
- upgrade to new upstream 0.99.6
ccf1ac7
- Resolves: #233909: quagga: unowned directory
ccf1ac7
- removed redundant patches (#226352)
ccf1ac7
ccf1ac7
* Mon Jan 22 2007 Martin Bacovsky <mbacovsk@redhat.com> - 0.98.6-3
7709fc0
- Resolves: #172548 - quagga.spec defines with_vtysh 1 but vtysh is not enabled in the build
7709fc0
98228ef
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0:0.98.6-2.1
98228ef
- rebuild
98228ef
fenlason ca82ec0
* Mon May 8 2006 Jay Fenlason <fenlason@redhat.com> 0:0.98.6-2
fenlason ca82ec0
- Upgrade to new upstream version, closing security problems:
fenlason ca82ec0
  bz#191081 CVE-2006-2223 Quagga RIPd information disclosure
fenlason ca82ec0
  bz#191085 CVE-2006-2224 Quagga RIPd route injection
fenlason ca82ec0
d9063d8
* Wed Mar  8 2006 Bill Nottingham <notting@redhat.com> - 0:0.98.5-4
d9063d8
- use an assigned gid for quaggavt
d9063d8
63f8cf7
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0:0.98.5-3.2.1
63f8cf7
- bump again for double-long bug on ppc(64)
63f8cf7
befd6a7
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0:0.98.5-3.2
befd6a7
- rebuilt for new gcc4.1 snapshot and glibc changes
befd6a7
f6686fc
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
f6686fc
- rebuilt
f6686fc
fenlason 18cfb48
* Wed Oct 19 2005 Jay Fenlason <fenlason@redhat.com> 0.98.5-3
fenlason 3ef1d00
- add the -pie patch, to make -fPIE compiling actually work on all platforms.
fenlason 7714ba1
- Include -pam patch to close
fenlason 7714ba1
  bz#170256 ? pam_stack is deprecated
fenlason 7714ba1
- Change ucd-snmp to net-snmp to close
fenlason 7714ba1
  bz#164333 ? quagga 0.98.4-2 requires now obsolete package ucd-snmp-devel
fenlason 7714ba1
- also fix duplicate line mentioned in bz#164333
fenlason 7714ba1
fenlason e6c3df2
* Mon Aug 29 2005 Jay Fenlason <fenlason@redhat.com> 0.98.5-2
fenlason e6c3df2
- New upstream version.
fenlason e6c3df2
fenlason 43f96eb
* Mon Jun 27 2005 Jay Fenlason <fenlason@redhat.com> 0.98.4-2
fenlason 43f96eb
- New upstream version.
fenlason 43f96eb
fenlason bf230d0
* Mon Apr 4 2005 Jay Fenlason <fenlason@redhat.com> 0.98.3-2
fenlason bf230d0
- new upstream verison.
fenlason bf230d0
- remove the -bug157 patch.
fenlason bf230d0
fenlason 5f8df6c
* Tue Mar 8 2005 Jay Fenlason <fenlason@redhat.com> 0.98.2-2
fenlason 5f8df6c
- New upstream version, inclues my -gcc4 patch, and a patch from
fenlason 5f8df6c
  Vladimir Ivanov <wawa@yandex-team.ru>
fenlason 5f8df6c
fenlason 80eed1d
* Sun Jan 16 2005 Jay Fenlason <fenlason@redhat.com> 0.98.0-2
fenlason 80eed1d
- New upstream version.  This fixes bz#143796
fenlason 80eed1d
- --with-rtadv needs to be --enable-rtadv according to configure.
fenlason 80eed1d
  (but it was enabled by default, so this is a cosmetic change only)
fenlason 80eed1d
  Change /etc/logrotate.d/* to /etc/logrotate.d/quagga in this spec file.
fenlason 80eed1d
- Modify this spec file to move the .so files to the base package
fenlason 80eed1d
  and close bz#140894
1acef02
- Modify this spec file to separate out macro <_includedir>/quagga/ospfd
1acef02
  from .../*.h and macro <_includedir>/quagga/ospfapi from .../*.h
1acef02
  Rpmbuild probably shouldn't allow macro <dir> of a plain file.
fenlason 80eed1d
d66861b
* Wed Jan 12 2005 Tim Waugh <twaugh@redhat.com> 0.97.3-3
d66861b
- Rebuilt for new readline.
04ffa8a
- Don't explicitly require readline.  The correct dependency is automatically
04ffa8a
  picked up by linking against it.
04ffa8a
Florian La Roche 12deb74
* Fri Nov 26 2004 Florian La Roche <laroche@redhat.com>
Florian La Roche 12deb74
- remove target buildroot again to not waste disk space
Florian La Roche 12deb74
fenlason 9c6c42d
* Wed Nov 10 2004 Jay Fenlason <fenlason@redhat.com> 0.97.3-1
fenlason 9c6c42d
- New upstream version.
fenlason 9c6c42d
fenlason 9c6c42d
* Tue Oct 12 2004 Jay Fenlason <fenlason@redhat.com> 0.97.2-1
fenlason 17e0079
- New upstream version.
fenlason 17e0079
fenlason 2bf0bc6
* Fri Oct 8 2004 Jay Fenlason <fenlason@redhat.com> 0.97.0-1
fenlason 2bf0bc6
- New upstream version.  This obsoletes the -lib64 patch.
fenlason 2bf0bc6
fenlason 2bf0bc6
* Wed Oct 6 2004 Jay Fenlason <fenlason@redhat.com>
fenlason 2bf0bc6
- Change the permissions of /var/run/quagga to 771 and /var/log/quagga to 770
fenlason 2bf0bc6
  This closes #134793
fenlason 2bf0bc6
0e32022
* Thu Sep  9 2004 Bill Nottingham <notting@redhat.com> 0.96.5-2
0e32022
- don't run by default
0e32022
cvsdist 627847f
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 627847f
- rebuilt
cvsdist 627847f
cvsdist 51567ae
* Tue May 4 2004 Jay Fenlason <fenlason@redhat.com> 0.96.5-0
cvsdist 51567ae
- New upstream version
cvsdist 51567ae
- Change includedir
cvsdist 51567ae
- Change the pre scriptlet to fail if the useradd command fails.
cvsdist 51567ae
- Remove obsolete patches from this .spec file and renumber the two
cvsdist 51567ae
  remaining ones.
cvsdist 51567ae
cvsdist 0cc33d3
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 0cc33d3
- rebuilt
cvsdist 0cc33d3
cvsdist 51567ae
* Fri Feb 13 2004 Jay Fenlason <fenlason@redhat.com>
cvsdist 51567ae
- Add --enable-rtadv, to turn ipv6 router advertisement back on.  Closes
cvsdist 51567ae
  bugzilla #114691
cvsdist 51567ae
cvsdist 0cc33d3
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 0cc33d3
- rebuilt
cvsdist 0cc33d3
cvsdist 749b7ff
* Mon Nov 3 2003 Jay Fenlason <fenlason@redhat.com> 0.96.4-0
cvsdist 749b7ff
- New upstream version
cvsdist 749b7ff
- include .h files in the -devel package.
cvsdist 749b7ff
cvsdist d3aa9a9
* Wed Oct 15 2003 Jay Fenlason <fenlason@redhat.com> 0.96.3-1
cvsdist d3aa9a9
- Patch a remote DoS attack (#107140)
cvsdist d3aa9a9
- New upstream version
cvsdist d3aa9a9
- Removed the .libcap patch, which was applied upstream
cvsdist d3aa9a9
- Renamed the vty group from quaggavty to quaggavt because quaggavty is
cvsdist d3aa9a9
  too long for NIS.
cvsdist d3aa9a9
- Patch the spec file to fix #106857: /etc/quagga/zebra.conf is created with
cvsdist d3aa9a9
  the wrong owner.
cvsdist d3aa9a9
- Removed the "med" part of the 0.96.1-warnings patch for . . .
cvsdist d3aa9a9
- Add a new warnings patch with a fix for #106315.  This also updates
cvsdist d3aa9a9
  the "med" part of the previous warnings patch.
cvsdist d3aa9a9
cvsdist d3aa9a9
* Mon Sep 22 2003 Jay Fenlason <fenlason@redhat.com> 0.96.2-5
cvsdist d3aa9a9
- merge sysconfig patch from 3E branch.  This patch is from Kaj J. Niemi
cvsdist d3aa9a9
  (kajtzu@basen.net), and puts Quagga configuration options in
cvsdist d3aa9a9
  /etc/sysconfig/quagga, and defaults Quagga to listening on 127.0.0.1 only.
cvsdist d3aa9a9
  This closes #104376
cvsdist d3aa9a9
- Use /sbin/nologin for the shell of the quagga user.  This closes #103320
cvsdist d3aa9a9
- Update the quagga-0.96.1-warnings.patch patch to kill a couple more
cvsdist d3aa9a9
  warnings.
cvsdist d3aa9a9
cvsdist d3aa9a9
* Mon Sep 22 2003 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 2872495
- Remove the directory part of paths for PAM modules in quagga.pam, allowing
cvsdist 2872495
  libpam to search its default directory (needed if a 64-bit libpam needs to
cvsdist d3aa9a9
  look in /lib64/security instead of /lib/security).
cvsdist 2872495
cvsdist d3aa9a9
* Tue Aug 26 2003 Jay Fenlason <fenlason@redhat.com> 0.96.2-1
cvsdist d3aa9a9
- New upstream version
cvsdist 2872495
cvsdist d3aa9a9
* Tue Aug 19 2003 Jay Fenlason <fenlason@redhat.com> 0.96.1-3
cvsdist d3aa9a9
- Merge from quagga-3E-branch, with a fix for #102673 and a couple
cvsdist d3aa9a9
  more compiler warnings quashed.
cvsdist 2872495
cvsdist d3aa9a9
* Wed Aug 13 2003 Jay Fenlason <fenlason@redhat.com> 0.96-1
cvsdist 2872495
- added a patch (libwrap) to allow the generated Makefiles for zebra/
cvsdist 2872495
  and lib/ to work on AMD64 systems.  For some reason make there does
cvsdist 2872495
  not like a dependency on -lcap
cvsdist 2872495
- added a patch (warnings) to shut up warnings about an undefined
cvsdist 2872495
  structure type in some function prototypes and quiet down all the
cvsdist 2872495
  warnings about assert(ptr) on x86_64.
cvsdist 2872495
- Modified the upstream quagga-0.96/readhat/quagga.spec to work as an
cvsdist 2872495
  official Red Hat package (remove user and group creation and changes
cvsdist 2872495
  to services)
cvsdist 2872495
- Trimmed changelog.  See the upstream .spec file for previous
cvsdist 2872495
  changelog entries.