/[smeserver]/rpms/smeserver-manager/sme10/smeserver-manager-0.1.0-portforwarding-rule-comment-missing.patch
ViewVC logotype

Contents of /rpms/smeserver-manager/sme10/smeserver-manager-0.1.0-portforwarding-rule-comment-missing.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download)
Sat Nov 21 08:43:48 2020 UTC (3 years, 6 months ago) by michel
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
* Fri Nov 20 2020 Michel Begue <mab974@gmail.com> 0.1.2-2.sme
- Fix smanager-update event name
- Move smanager service to /usr/lib/systemd
- Fix Bugreport file download
- Fix translations missing in 'viewlogfiles'
- Remove Admin auth in httpd configuration
- Add an optional alias for admin sign in.
- Remove systemctl from .spec file

1 diff -urN smeserver-manager-0.1.0.old/root/etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/lib/SrvMngr/Controller/Portforwarding.pm smeserver-manager-0.1.0/root/etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/lib/SrvMngr/Controller/Portforwarding.pm
2 --- smeserver-manager-0.1.0.old/root/etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/lib/SrvMngr/Controller/Portforwarding.pm 2020-04-07 18:41:12.497759197 +0100
3 +++ smeserver-manager-0.1.0/root/etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/lib/SrvMngr/Controller/Portforwarding.pm 2020-04-07 17:52:00.000000000 +0100
4 @@ -57,8 +57,6 @@
5
6 my $c = shift;
7 $c->app->log->info( $c->log_req );
8 - #my $pf_datas = $c->stash('pf_datas');
9 - my $portforwards = $c->stash('portforwards');
10
11 my $rt = $c->current_route;
12 my $trt = ( $c->param('trt') || 'LIST' );
13 @@ -171,12 +169,10 @@
14 else {
15 $fdb = $udp_db;
16 }
17 - #Get the values
18 - my $proto = $c->param("proto");
19 - my $sport = $c->param("sport");
20 + #Get the other values
21 my $dport = $c->param("dport");
22 my $dhost = get_destination_host($c);
23 - my $cmmnt = $c->param("commnt") || "";
24 + my $cmmnt = $c->param("cmmnt") || "";
25 my $allow = $c->param("allow") || "";
26 my $deny = (($c->param("allow")) ? "0.0.0.0/0" : "");
27 $proto =~ s/^\s+|\s+$//g;

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed