Hello community,

here is the log from the commit of package rsyslog for openSUSE:Factory checked 
in at 2014-09-18 08:00:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rsyslog (Old)
 and      /work/SRC/openSUSE:Factory/.rsyslog.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rsyslog"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rsyslog/rsyslog.changes  2014-09-01 
16:59:50.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rsyslog.new/rsyslog.changes     2014-09-18 
08:02:48.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Sep 17 09:40:40 UTC 2014 - [email protected]
+
+- added firewall template file
+
+-------------------------------------------------------------------

New:
----
  rsyslog.firewall

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

Other differences:
------------------
++++++ rsyslog.spec ++++++
--- /var/tmp/diff_new_pack.x314fb/_old  2014-09-18 08:02:49.000000000 +0200
+++ /var/tmp/diff_new_pack.x314fb/_new  2014-09-18 08:02:49.000000000 +0200
@@ -181,6 +181,7 @@
 Source12:       module-snmp
 Source13:       module-udpspoof
 Source14:       
http://www.rsyslog.com/files/download/rsyslog/rsyslog-doc-%{upstream_version}.tar.gz
+Source15:       rsyslog.firewall
 
 # PATCH-FIX-OPENSUSE rsyslog-unit.patch [email protected] Customize 
upstream systemd unit for openSUSE needs.
 Patch0:         rsyslog-unit.patch
@@ -733,6 +734,9 @@
   install -m0640 %{SOURCE13} %{buildroot}%{APPARMOR_PROFILE_PATH}/rsyslog.d/
 %endif
 
+# firewall config
+install -m 644 -D %{SOURCE15} 
%{buildroot}/%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%{name}
+
 %clean
 if [ -n "%{buildroot}" ] && [ "%{buildroot}" != "/" ] ; then
        rm -rf "%{buildroot}"
@@ -941,6 +945,7 @@
 %endif
 %{APPARMOR_PROFILE_PATH_DIR_COMMANDS}
 %config %{APPARMOR_PROFILE_PATH}/usr.sbin.rsyslogd
+%config(noreplace) %attr(0644,root,root) 
%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%{name}
 
 %files doc
 %defattr(-,root,root)

++++++ rsyslog.firewall ++++++
## Name: Syslog Server
## Description: Opens ports to accept remote syslog entries.

# space separated list of allowed TCP ports
TCP=""

# space separated list of allowed UDP ports
UDP="syslog"

# space separated list of allowed RPC services
RPC=""

# space separated list of allowed IP protocols
IP=""

# space separated list of allowed UDP ports that accept broadcasts
BROADCAST=""

### variables below are only needed in very special cases

# space separated list of net,protocol[,sport[,dport]]
# see FW_SERVICES_ACCEPT_RELATED_EXT
# net 0/0 means IPv4 and IPv6. If this sevice should only work for
# IPv4 use 0.0.0.0/0
RELATED=""

# additional kernel modules needed for this service
# see FW_LOAD_MODULES
MODULES=""
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to