/[smecontribs]/rpms/smeserver-unjunkmgr/contribs10/smeserver-unjunkmgr-3.1-bz11737.patch
ViewVC logotype

Contents of /rpms/smeserver-unjunkmgr/contribs10/smeserver-unjunkmgr-3.1-bz11737.patch

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


Revision 1.1 - (show annotations) (download)
Sun Nov 7 03:46:03 2021 UTC (2 years, 6 months ago) by jpp
Branch: MAIN
CVS Tags: smeserver-unjunkmgr-3_1-5_el7_sme, smeserver-unjunkmgr-3_1-6_el7_sme, HEAD
* Sat Nov 06 2021 Jean-Philippe Pialasse <tests@pialasse.com> 3.1-5.sme
- fix unjunk links failing [SME: 11737]

1 diff -Nur --no-dereference smeserver-unjunkmgr-3.1.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98unjunkmgr smeserver-unjunkmgr-3.1/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98unjunkmgr
2 --- smeserver-unjunkmgr-3.1.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98unjunkmgr 2020-11-18 08:50:34.000000000 -0500
3 +++ smeserver-unjunkmgr-3.1/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98unjunkmgr 2021-11-06 23:41:29.614000000 -0400
4 @@ -29,7 +29,7 @@
5 $OUT .= "AddHandler cgi-script .pl\n";
6 $OUT .= "Alias /unjunkmgr /usr/local/unjunkmgr\n";
7 $OUT .= "<Directory /usr/local/unjunkmgr>\n";
8 - $OUT .= " Options +FollowSymLinks\n";
9 + $OUT .= " Options +FollowSymLinks +ExecCGI\n";
10 $OUT .= " AllowOverride All\n";
11 $OUT .= " <FilesMatch \.php\$\>\n";
12 $OUT .= " order deny,allow\n";
13 diff -Nur --no-dereference smeserver-unjunkmgr-3.1.old/root/usr/local/unjunkmgr/spamreminder.pl smeserver-unjunkmgr-3.1/root/usr/local/unjunkmgr/spamreminder.pl
14 --- smeserver-unjunkmgr-3.1.old/root/usr/local/unjunkmgr/spamreminder.pl 2021-11-06 23:39:57.348000000 -0400
15 +++ smeserver-unjunkmgr-3.1/root/usr/local/unjunkmgr/spamreminder.pl 2021-11-06 23:43:24.926000000 -0400
16 @@ -71,7 +71,7 @@
17
18 # Parameters for the Junkmail Summary functionality
19
20 -my $root_url = sprintf( "http://%s/unjunkmgr", $unjunkhost );
21 +my $root_url = sprintf( "https://%s/unjunkmgr", $unjunkhost );
22
23 my $path = "/home/e-smith/files/users/";
24

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