[system-config-firewall] - Added msa and ntp services (RHBZ#758826) Thanks to Philip Prindeville

Thomas Woerner twoerner at fedoraproject.org
Tue Nov 26 16:28:28 UTC 2013


commit bf26a47a7285a86f5f6daaa9c6fa569d08846128
Author: Thomas Woerner <twoerner at redhat.com>
Date:   Tue Nov 26 17:27:31 2013 +0100

    - Added msa and ntp services (RHBZ#758826)
      Thanks to Philip Prindeville

 system-config-firewall-1.2.29-rhbz#758826.patch |   21 +++++++++++++++++++++
 system-config-firewall.spec                     |    9 ++++++++-
 2 files changed, 29 insertions(+), 1 deletions(-)
---
diff --git a/system-config-firewall-1.2.29-rhbz#758826.patch b/system-config-firewall-1.2.29-rhbz#758826.patch
new file mode 100644
index 0000000..27cda1a
--- /dev/null
+++ b/system-config-firewall-1.2.29-rhbz#758826.patch
@@ -0,0 +1,21 @@
+diff -up system-config-firewall-1.2.29/src/fw_services.py.rhbz#758826 system-config-firewall-1.2.29/src/fw_services.py
+--- system-config-firewall-1.2.29/src/fw_services.py.rhbz#758826	2011-01-04 17:15:26.000000000 +0100
++++ system-config-firewall-1.2.29/src/fw_services.py	2013-11-26 17:19:57.334530177 +0100
+@@ -205,6 +205,17 @@ service_list = [
+                "machine management with TLS encryption, x509 certificates "
+                "and optional SASL authentication. The libvirtd service is "
+                "needed for this option to be useful.")),
++
++    _Service("msa", _("Mail Submission Agent"), [ ("587", "tcp"), ],
++             _("This option allows a mail user agent to submit mails to the "
++               "MSA for further delivery. The use of an MSA is in common more "
++               "secure, because a MUA need to be authorized and authenticated "
++               "to use the mail submission service.")),
++
++    _Service("ntp", _("Network Time Protocol"), [ ("123", "udp"), ],
++             _("The Network Time Protocol is used to synchronize hardware "
++               "clocks to one or more high-precision reference clocks (GPS, "
++               "WWVB, atomic, etc).")),
+     ]
+ 
+ def getByKey(key):
diff --git a/system-config-firewall.spec b/system-config-firewall.spec
index 0e3597e..81860dc 100644
--- a/system-config-firewall.spec
+++ b/system-config-firewall.spec
@@ -16,7 +16,7 @@
 Summary: A graphical interface for basic firewall setup
 Name: system-config-firewall
 Version: 1.2.29
-Release: 10%{?dist}
+Release: 11%{?dist}
 URL: http://fedorahosted.org/system-config-firewall
 License: GPLv2+
 ExclusiveOS: Linux
@@ -28,6 +28,8 @@ Source0: https://fedorahosted.org/released/system-config-firewall/%{name}-%{vers
 Patch0: system-config-firewall-1.2.27-rhbz#717985.patch
 # always allow ipv6-dhcp
 Patch1: system-config-firewall-1.2.29-ipv6-dhcp.patch
+# msa and ntp services
+Patch2: system-config-firewall-1.2.29-rhbz#758826.patch
 BuildRequires: desktop-file-utils
 BuildRequires: gettext
 BuildRequires: intltool
@@ -83,6 +85,7 @@ system-config-firewall-tui is a text user interface for basic firewall setup.
 %setup -q
 %patch0 -p1 -b .rhbz#717985
 %patch1 -p1 -b .ipv6-dhcp
+%patch2 -p1 -b .rhbz#758826
 
 %build
 %configure %{?with_usermode: --enable-usermode} \
@@ -181,6 +184,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/system-config-firewall/fw_tui.*
 
 %changelog
+* Tue Nov 26 2013 Thomas Woerner <twoerner at redhat.com> 1.2.29-11
+- Added msa and ntp services (RHBZ#758826)
+  Thanks to Philip Prindeville
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.29-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list