0.3.1
- Use explicit file lists for make dist - New rich rule validation check code - New global check_port and check_address functions - Allow source white and black listing with the rich rule - Fix error handling in case of unsupported family in rich rule - Enable ip_forwarding in masquerade and forward-port - New functions to read and write simple files using filename and content - Add --enable-sysconfig to install Fedora-specific sysconfig config file. - Add chains for security table (RHBZ#927015) - firewalld.spec: no need to specify --with-systemd-unitdir - firewalld.service: remove syslog.target and dbus.target - firewalld.service: replace hard-coded paths - Move bash-completion to new location.
This commit is contained in:
parent
7b258f3cda
commit
c802b43c04
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@
|
|||||||
/firewalld-0.2.11.tar.bz2
|
/firewalld-0.2.11.tar.bz2
|
||||||
/firewalld-0.2.12.tar.bz2
|
/firewalld-0.2.12.tar.bz2
|
||||||
/firewalld-0.3.0.tar.bz2
|
/firewalld-0.3.0.tar.bz2
|
||||||
|
/firewalld-0.3.1.tar.bz2
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: A firewall daemon with D-BUS interface providing a dynamic firewall
|
Summary: A firewall daemon with D-BUS interface providing a dynamic firewall
|
||||||
Name: firewalld
|
Name: firewalld
|
||||||
Version: 0.3.0
|
Version: 0.3.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
URL: http://fedorahosted.org/firewalld
|
URL: http://fedorahosted.org/firewalld
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -77,7 +77,7 @@ firewalld.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --with-systemd-unitdir=%{_unitdir}
|
%configure --enable-sysconfig
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=%{buildroot}
|
make install DESTDIR=%{buildroot}
|
||||||
@ -143,8 +143,8 @@ fi
|
|||||||
%{_sbindir}/firewalld
|
%{_sbindir}/firewalld
|
||||||
%{_bindir}/firewall-cmd
|
%{_bindir}/firewall-cmd
|
||||||
%{_bindir}/firewall-offline-cmd
|
%{_bindir}/firewall-offline-cmd
|
||||||
%dir %{_sysconfdir}/bash_completion.d
|
%dir %{_datadir}/bash-completion/completions
|
||||||
%{_sysconfdir}/bash_completion.d/firewall-cmd-bash-completion.sh
|
%{_datadir}/bash-completion/completions/firewall-cmd
|
||||||
%defattr(0640,root,root)
|
%defattr(0640,root,root)
|
||||||
%attr(0750,root,root) %dir %{_prefix}/lib/firewalld
|
%attr(0750,root,root) %dir %{_prefix}/lib/firewalld
|
||||||
%attr(0750,root,root) %dir %{_prefix}/lib/firewalld/icmptypes
|
%attr(0750,root,root) %dir %{_prefix}/lib/firewalld/icmptypes
|
||||||
@ -194,6 +194,27 @@ fi
|
|||||||
%{_datadir}/icons/hicolor/*/apps/firewall-config*.*
|
%{_datadir}/icons/hicolor/*/apps/firewall-config*.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 28 2013 Thomas Woerner <twoerner@redhat.com> 0.3.1-1
|
||||||
|
- Use explicit file lists for make dist
|
||||||
|
- New rich rule validation check code
|
||||||
|
- New global check_port and check_address functions
|
||||||
|
- Allow source white and black listing with the rich rule
|
||||||
|
- Fix error handling in case of unsupported family in rich rule
|
||||||
|
- Enable ip_forwarding in masquerade and forward-port
|
||||||
|
- New functions to read and write simple files using filename and content
|
||||||
|
- Add --enable-sysconfig to install Fedora-specific sysconfig config file.
|
||||||
|
- Add chains for security table (RHBZ#927015)
|
||||||
|
- firewalld.spec: no need to specify --with-systemd-unitdir
|
||||||
|
- firewalld.service: remove syslog.target and dbus.target
|
||||||
|
- firewalld.service: replace hard-coded paths
|
||||||
|
- Move bash-completion to new location.
|
||||||
|
- Revert "Added configure for new build env"
|
||||||
|
- Revert "Added Makefile.in files"
|
||||||
|
- Revert "Added po/Makefile.in.in"
|
||||||
|
- Revert "Added po/LINGUAS"
|
||||||
|
- Revert "Added aclocal.m4"
|
||||||
|
- Amend zone XML Schema
|
||||||
|
|
||||||
* Wed Mar 20 2013 Thomas Woerner <twoerner@redhat.com> 0.3.0-1
|
* Wed Mar 20 2013 Thomas Woerner <twoerner@redhat.com> 0.3.0-1
|
||||||
- Added rich language support
|
- Added rich language support
|
||||||
- Added lockdown feature
|
- Added lockdown feature
|
||||||
@ -245,6 +266,7 @@ fi
|
|||||||
- Default zone in firewalld.conf was reseted with every restart (RHBZ#902845)
|
- Default zone in firewalld.conf was reseted with every restart (RHBZ#902845)
|
||||||
- Add icon cache related scriptlets for firewall-config (RHBZ#902680)
|
- Add icon cache related scriptlets for firewall-config (RHBZ#902680)
|
||||||
- Fix typo in firewall-config (RHBZ#895812)
|
- Fix typo in firewall-config (RHBZ#895812)
|
||||||
|
- Fix few mistakes in firewall-cmd(1) man page
|
||||||
|
|
||||||
* Mon Jan 14 2013 Thomas Woerner <twoerner@redhat.com> 0.2.12-1
|
* Mon Jan 14 2013 Thomas Woerner <twoerner@redhat.com> 0.2.12-1
|
||||||
- firewall-cmd: use -V instead of -v for version info (RHBZ#886477)
|
- firewall-cmd: use -V instead of -v for version info (RHBZ#886477)
|
||||||
|
Loading…
Reference in New Issue
Block a user