Hello community,

here is the log from the commit of package quagga for openSUSE:Factory checked 
in at 2017-04-12 17:37:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/quagga (Old)
 and      /work/SRC/openSUSE:Factory/.quagga.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "quagga"

Wed Apr 12 17:37:33 2017 rev:51 rq:487325 version:1.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/quagga/quagga.changes    2017-04-11 
09:46:11.920304462 +0200
+++ /work/SRC/openSUSE:Factory/.quagga.new/quagga.changes       2017-04-12 
18:21:49.206411910 +0200
@@ -1,0 +2,10 @@
+Tue Apr 11 11:55:39 UTC 2017 - [email protected]
+
+- Disabled passwords in default zebra.conf config file, causing
+  to disable vty telnet interface by default. The vty interface
+  is available via "vtysh" utility using pam authentication to
+  permit management access for root without password (bsc#1021669).
+- Changed owner of /etc/quagga to quagga:quagga to permit to manage
+  quagga via vty interface.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ quagga.spec ++++++
--- /var/tmp/diff_new_pack.JgBDoZ/_old  2017-04-12 18:21:49.870318029 +0200
+++ /var/tmp/diff_new_pack.JgBDoZ/_new  2017-04-12 18:21:49.874317463 +0200
@@ -215,9 +215,11 @@
 install -m 0644 %{SOURCE7} %{buildroot}%{_sysconfdir}/logrotate.d/quagga
 rm -f %{buildroot}%{_sysconfdir}/quagga/*.sample*
 cat > %{buildroot}%{_sysconfdir}/quagga/zebra.conf << __EOF__
-hostname quagga
-password quagga
-enable password quagga
+!hostname quagga
+
+!password quagga
+!enable password quagga
+
 log file %{_localstatedir}/log/quagga/zebra.log
 __EOF__
 cat > %{buildroot}%{_sysconfdir}/quagga/vtysh.conf << __EOF__
@@ -277,8 +279,8 @@
 %defattr(-,root,root)
 %doc */*.sample* AUTHORS COPYING* ChangeLog NEWS README REPORTING-BUGS 
SERVICES TODO
 %{_sbindir}/*
-%dir %attr(750,root,quagga) %{_sysconfdir}/quagga/
-%config(noreplace) %attr(640,root,quagga) %{_sysconfdir}/%{name}/*.conf
+%dir %attr(750,quagga,quagga) %{_sysconfdir}/quagga/
+%config(noreplace) %attr(640,quagga,quagga) %{_sysconfdir}/%{name}/*.conf
 %config(noreplace) %{_sysconfdir}/logrotate.d/*
 %{_localstatedir}/adm/fillup-templates/sysconfig.quagga
 %if %{with systemd}




Reply via email to