[quagga] ospfd: disable ospfapi and ospfclient

Michal Sekletar msekleta at fedoraproject.org
Tue Jul 23 12:18:50 UTC 2013


commit c17c7f3c42845c0f6d17852a827cd2d71fe74c24
Author: Michal Sekletar <msekleta at redhat.com>
Date:   Tue Jul 16 15:02:28 2013 +0200

    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

 quagga.spec |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/quagga.spec b/quagga.spec
index 1474df3..01e4104 100644
--- a/quagga.spec
+++ b/quagga.spec
@@ -5,7 +5,7 @@
 
 Name: quagga
 Version: 0.99.22.1
-Release: 8%{?dist}
+Release: 9%{?dist}
 Summary: Routing daemon
 License: GPLv2+
 Group: System Environment/Daemons
@@ -75,8 +75,8 @@ developing OSPF-API and quagga applications.
     --enable-opaque-lsa \
     --enable-ospf-te \
     --enable-vtysh=yes \
-    --enable-ospfclient=yes \
-    --enable-ospfapi=yes \
+    --enable-ospfclient=no \
+    --enable-ospfapi=no \
     --enable-user=quagga \
     --enable-group=quagga \
     --enable-vty-group=%vty_group \
@@ -220,10 +220,12 @@ fi
 %{_includedir}/quagga/*.h
 %dir %{_includedir}/quagga/ospfd
 %{_includedir}/quagga/ospfd/*.h
-%dir %{_includedir}/quagga/ospfapi
-%{_includedir}/quagga/ospfapi/*.h
 
 %changelog
+* Mon Jul 22 2013 Michal Sekletar <msekleta at redhat.com> - 0.99.22.1-9
+- disable ospfapi and ospfclient
+- resolves : #984532
+
 * Thu Jul 18 2013 Petr Pisar <ppisar at redhat.com> - 0.99.22.1-8
 - Perl 5.18 rebuild
 


More information about the scm-commits mailing list