/[smeserver]/rpms/e-smith-manager/sme9/e-smith-manager-2.4.0-bz10171-SME9eol.patch
ViewVC logotype

Contents of /rpms/e-smith-manager/sme9/e-smith-manager-2.4.0-bz10171-SME9eol.patch

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


Revision 1.3 - (show annotations) (download)
Sat Feb 2 18:48:26 2019 UTC (5 years, 3 months ago) by jpp
Branch: MAIN
CVS Tags: e-smith-manager-2_6_0-25_el6_sme, HEAD
Changes since 1.2: +1 -1 lines
* Tue Jan 22 2019 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-25.sme
- add message to indicate EOL after Nov 30 2020 [SME: 10171]

1 --- e-smith-manager-2.2.0/root/etc/e-smith/templates/etc/e-smith/web/common/head.tmpl/30FrameSetup01.old 2014-02-18 01:29:31.000000000 -0500
2 +++ e-smith-manager-2.2.0/root/etc/e-smith/templates/etc/e-smith/web/common/head.tmpl/30FrameSetup01 2017-03-25 19:55:23.000000000 -0400
3 @@ -38,6 +38,15 @@
4 if ($DB->get('bootstrap-console') and $DB->get('bootstrap-console')->prop('Run') eq 'yes') ||
5 ($DB->get('UnsavedChanges') and $DB->get('UnsavedChanges')->value eq 'yes');
6
7 + # SME v9 End of Life message
8 + use POSIX qw(strftime);
9 + my $curdate = strftime '%Y%m%d', localtime;
10 + $OUT .= qq(<div class="sme-error"><h5>
11 + URGENT NOTICE: As per November 30th 2020, SME Server 9 is obsolete, and potentially INSECURE. NO support will be offered for any issue found with this installed version.
12 + Please migrate IMMEDIATELY to Koozali SME Server 10 or higher version. Failure to upgrade may lead to the compromise of this server.
13 + </br>Please, consult <a href="https://wiki.koozali.org/SME_Server:Download" target="_blank">https://wiki.koozali.org/SME_Server:Download</a> to get last available version.</h5></div>)
14 + if ( "$curdate" >= "20201130");
15 +
16 $OUT;
17
18 \}

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