Mailinglist Archive: yast-commit (1339 mails)
| < Previous | Next > |
[yast-commit] r47222 - in /trunk/http-server: VERSION package/yast2-http-server.changes src/HttpServerWidgets.ycp
- From: mzugec@xxxxxxxxxxxxxxxx
- Date: Wed, 30 Apr 2008 12:00:27 -0000
- Message-id: <20080430120027.289C726510@xxxxxxxxxxxxxxxx>
Author: mzugec
Date: Wed Apr 30 14:00:26 2008
New Revision: 47222
URL: http://svn.opensuse.org/viewcvs/yast?rev=47222&view=rev
Log:
enable/disable https by firewall (bnc#384692)
Modified:
trunk/http-server/VERSION
trunk/http-server/package/yast2-http-server.changes
trunk/http-server/src/HttpServerWidgets.ycp
Modified: trunk/http-server/VERSION
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/http-server/VERSION?rev=47222&r1=47221&r2=47222&view=diff
==============================================================================
--- trunk/http-server/VERSION (original)
+++ trunk/http-server/VERSION Wed Apr 30 14:00:26 2008
@@ -1 +1 @@
-2.16.7
+2.16.8
Modified: trunk/http-server/package/yast2-http-server.changes
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/http-server/package/yast2-http-server.changes?rev=47222&r1=47221&r2=47222&view=diff
==============================================================================
--- trunk/http-server/package/yast2-http-server.changes (original)
+++ trunk/http-server/package/yast2-http-server.changes Wed Apr 30 14:00:26 2008
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Wed Apr 30 13:57:22 CEST 2008 - mzugec@xxxxxxx
+
+- enable/disable https by firewall (bnc#384692)
+- 2.16.8
+
+-------------------------------------------------------------------
Tue Apr 22 17:30:57 CEST 2008 - mzugec@xxxxxxx
- fixed Missing "Open Firewall Ports" checkbox in wizard expert
Modified: trunk/http-server/src/HttpServerWidgets.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/http-server/src/HttpServerWidgets.ycp?rev=47222&r1=47221&r2=47222&view=diff
==============================================================================
--- trunk/http-server/src/HttpServerWidgets.ycp (original)
+++ trunk/http-server/src/HttpServerWidgets.ycp Wed Apr 30 14:00:26 2008
@@ -786,7 +786,6 @@
else used[option["option"]:""]=$[];
});
});
-
if (mainhost) used = union(used, filter(string key,map val, popups, {
return(key!="SSL"); }));
else used = union(used, popups);
return used;
@@ -1403,7 +1402,7 @@
"help" : HELPS["server_enable"]:"",
],
"firewall_adapt" : CWMFirewallInterfaces::CreateOpenFirewallWidget
($[
- "services" : [ "service:apache2" ],
+ "services" : [ "service:apache2", "service:apache2-ssl" ],
"help" : HELPS["firewall_adapt"]:"",
"display_details" : true,
]),
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Wed Apr 30 14:00:26 2008
New Revision: 47222
URL: http://svn.opensuse.org/viewcvs/yast?rev=47222&view=rev
Log:
enable/disable https by firewall (bnc#384692)
Modified:
trunk/http-server/VERSION
trunk/http-server/package/yast2-http-server.changes
trunk/http-server/src/HttpServerWidgets.ycp
Modified: trunk/http-server/VERSION
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/http-server/VERSION?rev=47222&r1=47221&r2=47222&view=diff
==============================================================================
--- trunk/http-server/VERSION (original)
+++ trunk/http-server/VERSION Wed Apr 30 14:00:26 2008
@@ -1 +1 @@
-2.16.7
+2.16.8
Modified: trunk/http-server/package/yast2-http-server.changes
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/http-server/package/yast2-http-server.changes?rev=47222&r1=47221&r2=47222&view=diff
==============================================================================
--- trunk/http-server/package/yast2-http-server.changes (original)
+++ trunk/http-server/package/yast2-http-server.changes Wed Apr 30 14:00:26 2008
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Wed Apr 30 13:57:22 CEST 2008 - mzugec@xxxxxxx
+
+- enable/disable https by firewall (bnc#384692)
+- 2.16.8
+
+-------------------------------------------------------------------
Tue Apr 22 17:30:57 CEST 2008 - mzugec@xxxxxxx
- fixed Missing "Open Firewall Ports" checkbox in wizard expert
Modified: trunk/http-server/src/HttpServerWidgets.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/http-server/src/HttpServerWidgets.ycp?rev=47222&r1=47221&r2=47222&view=diff
==============================================================================
--- trunk/http-server/src/HttpServerWidgets.ycp (original)
+++ trunk/http-server/src/HttpServerWidgets.ycp Wed Apr 30 14:00:26 2008
@@ -786,7 +786,6 @@
else used[option["option"]:""]=$[];
});
});
-
if (mainhost) used = union(used, filter(string key,map val, popups, {
return(key!="SSL"); }));
else used = union(used, popups);
return used;
@@ -1403,7 +1402,7 @@
"help" : HELPS["server_enable"]:"",
],
"firewall_adapt" : CWMFirewallInterfaces::CreateOpenFirewallWidget
($[
- "services" : [ "service:apache2" ],
+ "services" : [ "service:apache2", "service:apache2-ssl" ],
"help" : HELPS["firewall_adapt"]:"",
"display_details" : true,
]),
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |