disable logging by default in ufw.conf [release 0.35-3mamba;Thu Nov 10 2016]
This commit is contained in:
parent
ce785a2cd7
commit
251ca85d76
9
ufw-0.35-disable_logging_by_default.patch
Normal file
9
ufw-0.35-disable_logging_by_default.patch
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
diff -Nru ufw-0.35.orig/conf/ufw.conf ufw-0.35/conf/ufw.conf
|
||||||
|
--- ufw-0.35.orig/conf/ufw.conf 2016-11-10 17:48:07.085533563 +0100
|
||||||
|
+++ ufw-0.35/conf/ufw.conf 2016-11-10 17:48:27.403684323 +0100
|
||||||
|
@@ -7,4 +7,4 @@
|
||||||
|
|
||||||
|
# Please use the 'ufw' command to set the loglevel. Eg: 'ufw logging medium'.
|
||||||
|
# See 'man ufw' for details.
|
||||||
|
-LOGLEVEL=low
|
||||||
|
+LOGLEVEL=off
|
7
ufw.spec
7
ufw.spec
@ -2,7 +2,7 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
Name: ufw
|
Name: ufw
|
||||||
Version: 0.35
|
Version: 0.35
|
||||||
Release: 2mamba
|
Release: 3mamba
|
||||||
Summary: ufw is Uncomplicated Firewall a cli front end to iptables
|
Summary: ufw is Uncomplicated Firewall a cli front end to iptables
|
||||||
Group: System/Libraries/Python
|
Group: System/Libraries/Python
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -14,6 +14,7 @@ Source1: ufw.service
|
|||||||
Patch0: %{name}-0.30.1-initscript-chkconfig.patch
|
Patch0: %{name}-0.30.1-initscript-chkconfig.patch
|
||||||
Patch1: %{name}-0.30.1-enabled_by_default.patch
|
Patch1: %{name}-0.30.1-enabled_by_default.patch
|
||||||
Patch2: %{name}-0.30.1-load_netbios_ipt_module.patch
|
Patch2: %{name}-0.30.1-load_netbios_ipt_module.patch
|
||||||
|
Patch3: ufw-0.35-disable_logging_by_default.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython-devel
|
BuildRequires: libpython-devel
|
||||||
@ -34,6 +35,7 @@ Ufw stands for Uncomplicated Firewall, and is program for managing a netfilter f
|
|||||||
#%patch0 -p1
|
#%patch0 -p1
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
#%patch2 -p1
|
#%patch2 -p1
|
||||||
|
%patch3 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__python} setup.py build
|
%{__python} setup.py build
|
||||||
@ -100,6 +102,9 @@ fi
|
|||||||
%{_datadir}/ufw/messages/*.mo
|
%{_datadir}/ufw/messages/*.mo
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 10 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.35-3mamba
|
||||||
|
- disable logging by default in ufw.conf
|
||||||
|
|
||||||
* Wed May 18 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.35-2mamba
|
* Wed May 18 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.35-2mamba
|
||||||
- move user rules from /lib/ufw to /etc/ufw
|
- move user rules from /lib/ufw to /etc/ufw
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user