Hello community,

here is the log from the commit of package hiawatha for openSUSE:Factory 
checked in at 2015-06-23 11:59:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hiawatha (Old)
 and      /work/SRC/openSUSE:Factory/.hiawatha.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hiawatha"

Changes:
--------
--- /work/SRC/openSUSE:Factory/hiawatha/hiawatha.changes        2015-04-07 
09:30:02.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.hiawatha.new/hiawatha.changes   2015-06-23 
11:59:04.000000000 +0200
@@ -1,0 +2,21 @@
+Sat Jun 20 09:28:30 UTC 2015 - mplus...@suse.com
+
+- Fix rpmlint warnings
+  * add rcsymlink
+  * fix log directory permissions
+
+-------------------------------------------------------------------
+Mon Jun 15 22:07:08 UTC 2015 - fi...@opensuse.org
+
+- Update to 9.13:
+  * Renamed SSLcertFile to TLScertFile.
+  * Renamed RequireSSL to RequireTLS.
+  * Renamed SSL_* CGI environment variables to TLS_*.
+  * Renamed UrlToolkit option UseSSL to UseTLS.
+  * Replaced MinSSLversion by MinTLSversion.
+  * LogTimeouts option added.
+  * Added 'skip directories' parameter to reverse proxy.
+  * Failed logins sent to Hiawatha Monitor.
+  * Small bugfix and improvements.
+
+-------------------------------------------------------------------

Old:
----
  hiawatha-9.12.tar.gz

New:
----
  hiawatha-9.13.tar.gz

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

Other differences:
------------------
++++++ hiawatha.spec ++++++
--- /var/tmp/diff_new_pack.OxqjCh/_old  2015-06-23 11:59:05.000000000 +0200
+++ /var/tmp/diff_new_pack.OxqjCh/_new  2015-06-23 11:59:05.000000000 +0200
@@ -20,7 +20,7 @@
 %define webroot /srv/www
 
 Name:           hiawatha
-Version:        9.12
+Version:        9.13
 Release:        0
 Summary:        A secure and advanced webserver
 License:        GPL-2.0
@@ -68,7 +68,7 @@
     -DENABLE_IPV6=On \
     -DENABLE_MONITOR=On \
     -DENABLE_RPROXY=On \
-    -DENABLE_SSL=On \
+    -DENABLE_TLS=On \
     -DENABLE_TOMAHAWK=On \
     -DENABLE_TOOLKIT=On \
     -DENABLE_XSLT=On \
@@ -80,6 +80,7 @@
 %cmake_install
 install -D -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}
 install -D -m0644 %{SOURCE2} %{buildroot}%{_unitdir}/%{name}.service
+ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}
 
 # run as wwwrun user
 sed "s/#ServerId = www-data/ServerId = wwwrun/" -i 
%{buildroot}%{_sysconfdir}/hiawatha/hiawatha.conf
@@ -107,6 +108,7 @@
 %doc ChangeLog LICENSE README.md
 %{_bindir}/ssi-cgi
 %{_sbindir}/%{name}
+%{_sbindir}/rc%{name}
 %{_sbindir}/wigwam
 %attr(0755,root,root) %verify(not mode) %{_sbindir}/cgi-wrapper
 %{_unitdir}/%{name}.service
@@ -124,6 +126,6 @@
 %dir %{webroot}/%{name}/htdocs
 %{webroot}/%{name}/htdocs/index.html
 %dir %attr(-,wwwrun,www) %{_localstatedir}/lib/%{name}/
-%dir %attr(-,wwwrun,www) %{_localstatedir}/log/%{name}/
+%dir %attr(750,wwwrun,www) %{_localstatedir}/log/%{name}/
 
 %changelog

++++++ hiawatha-9.12.tar.gz -> hiawatha-9.13.tar.gz ++++++
++++ 4377 lines of diff (skipped)

++++++ hiawatha.logrotate ++++++
--- /var/tmp/diff_new_pack.OxqjCh/_old  2015-06-23 11:59:05.000000000 +0200
+++ /var/tmp/diff_new_pack.OxqjCh/_new  2015-06-23 11:59:05.000000000 +0200
@@ -1,4 +1,5 @@
 /var/log/hiawatha/*.log {
+  su wwwrun www
        compress
        dateext
        maxage 365


Reply via email to