/[smeserver]/rpms/e-smith-manager/sme8/e-smith-manager-1.14.0-tktport80.patch
ViewVC logotype

Contents of /rpms/e-smith-manager/sme8/e-smith-manager-1.14.0-tktport80.patch

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


Revision 1.1 - (show annotations) (download)
Tue Jun 12 19:07:38 2007 UTC (17 years ago) by slords
Branch: MAIN
CVS Tags: e-smith-manager-1_14_0-8_el5_sme, e-smith-manager-1_14_0-7_el5_sme, e-smith-manager-1_14_0-19_el5_sme, e-smith-manager-1_14_0-13_el5_sme, e-smith-manager-1_14_0-16_el5_sme, e-smith-manager-1_14_0-18_el5_sme, e-smith-manager-1_14_0-20_el5_sme, e-smith-manager-1_14_0-12_el5_sme, e-smith-manager-1_14_0-17_el5_sme, e-smith-manager-1_14_0-14_el5_sme, e-smith-manager-1_14_0-15_el5_sme, e-smith-manager-1_14_0-11_el5_sme
Import on branch sme8 of package e-smith-manager-1.14.0-7.el5.sme.src.rpm

1 diff -Nur -x '*.orig' -x '*.rej' e-smith-manager-1.14.0/root/etc/e-smith/web/common/cgi-bin/login mezzanine_patched_e-smith-manager-1.14.0/root/etc/e-smith/web/common/cgi-bin/login
2 --- e-smith-manager-1.14.0/root/etc/e-smith/web/common/cgi-bin/login 2007-04-09 01:45:43.000000000 -0600
3 +++ mezzanine_patched_e-smith-manager-1.14.0/root/etc/e-smith/web/common/cgi-bin/login 2007-04-09 01:44:23.000000000 -0600
4 @@ -100,6 +100,7 @@
5 $back ||= $q->param($at->back_arg_name) if $at->back_arg_name;
6 warn "back from cgi param is $back\n" if $back;
7 $back ||= $ENV{HTTP_REFERER} if $ENV{HTTP_REFERER} && $BACK_REFERER;
8 +$back =~ s/^http:/https:/;
9 warn "back is $back\n";
10 if ($back && $back =~ m!^/!) {
11 my $hostname = $server_name;

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