ospfd: disable ospfapi and ospfclient
Disable those features during configuration of package build since they present security risk and never really worked properly anyway. http://lists.quagga.net/pipermail/quagga-dev/2013-July/010622.html
This commit is contained in:
parent
843dacf9cf
commit
c17c7f3c42
12
quagga.spec
12
quagga.spec
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Name: quagga
|
Name: quagga
|
||||||
Version: 0.99.22.1
|
Version: 0.99.22.1
|
||||||
Release: 8%{?dist}
|
Release: 9%{?dist}
|
||||||
Summary: Routing daemon
|
Summary: Routing daemon
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -75,8 +75,8 @@ developing OSPF-API and quagga applications.
|
|||||||
--enable-opaque-lsa \
|
--enable-opaque-lsa \
|
||||||
--enable-ospf-te \
|
--enable-ospf-te \
|
||||||
--enable-vtysh=yes \
|
--enable-vtysh=yes \
|
||||||
--enable-ospfclient=yes \
|
--enable-ospfclient=no \
|
||||||
--enable-ospfapi=yes \
|
--enable-ospfapi=no \
|
||||||
--enable-user=quagga \
|
--enable-user=quagga \
|
||||||
--enable-group=quagga \
|
--enable-group=quagga \
|
||||||
--enable-vty-group=%vty_group \
|
--enable-vty-group=%vty_group \
|
||||||
@ -220,10 +220,12 @@ fi
|
|||||||
%{_includedir}/quagga/*.h
|
%{_includedir}/quagga/*.h
|
||||||
%dir %{_includedir}/quagga/ospfd
|
%dir %{_includedir}/quagga/ospfd
|
||||||
%{_includedir}/quagga/ospfd/*.h
|
%{_includedir}/quagga/ospfd/*.h
|
||||||
%dir %{_includedir}/quagga/ospfapi
|
|
||||||
%{_includedir}/quagga/ospfapi/*.h
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 22 2013 Michal Sekletar <msekleta@redhat.com> - 0.99.22.1-9
|
||||||
|
- disable ospfapi and ospfclient
|
||||||
|
- resolves : #984532
|
||||||
|
|
||||||
* Thu Jul 18 2013 Petr Pisar <ppisar@redhat.com> - 0.99.22.1-8
|
* Thu Jul 18 2013 Petr Pisar <ppisar@redhat.com> - 0.99.22.1-8
|
||||||
- Perl 5.18 rebuild
|
- Perl 5.18 rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user