Hello community, here is the log from the commit of package privoxy for openSUSE:Factory checked in at 2014-08-25 11:03:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/privoxy (Old) and /work/SRC/openSUSE:Factory/.privoxy.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "privoxy" Changes: -------- --- /work/SRC/openSUSE:Factory/privoxy/privoxy.changes 2014-07-10 14:55:46.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.privoxy.new/privoxy.changes 2014-08-25 11:04:45.000000000 +0200 @@ -1,0 +2,5 @@ +Tue Aug 19 14:17:32 UTC 2014 - [email protected] + +- added config file for SuSEfirewall2 + +------------------------------------------------------------------- New: ---- privoxy.firewall ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ privoxy.spec ++++++ --- /var/tmp/diff_new_pack.v0fMyp/_old 2014-08-25 11:04:46.000000000 +0200 +++ /var/tmp/diff_new_pack.v0fMyp/_new 2014-08-25 11:04:46.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package privoxy # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %if 0%{?suse_version} > 1210 %define with_systemd 1 %else @@ -61,6 +62,7 @@ %endif Source2: %{name}-3.0.16-init.suse Source3: %{name}.service +Source4: %{name}.firewall Patch1: %{name}-3.0.21-config.patch Patch2: %{name}-3.0.17-utf8.patch %if %{with_systemd} @@ -136,6 +138,9 @@ ln -s ../../log $RPM_BUILD_ROOT/%chroot/var/log/privoxy ln -sf %chroot/etc/ $RPM_BUILD_ROOT/etc/privoxy +# firewall config +install -m 644 -D %{SOURCE4} %{buildroot}/%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%{name} + %pre %if %{with_systemd} mkdir -p /var/lib/systemd/migrated || : @@ -244,6 +249,7 @@ %endif /usr/sbin/rcprivoxy /etc/privoxy +%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%{name} %files doc %defattr(-,root,root) ++++++ privoxy.firewall ++++++ # Do not edit this file as it's just a template and will be # overwritten on package updates! Copy to a new file instead. # Fill in the required variables and delete the unused ones. # If in doubt ask [email protected] # # Only the variables TCP, UDP, RPC, IP, BROADCAST, RELATED and # MODULES are allowed. More may be supported in the future. # # For a more detailed description of the individual variables see # the comments for FW_SERVICES_*_EXT in /etc/sysconfig/SuSEfirewall2 # ## Name: privoxy ## Description: Opens ports for privoxy. # space separated list of allowed TCP ports TCP="privoxy" # space separated list of allowed UDP ports UDP="" # 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]
