/[smeserver]/rpms/e-smith-manager/sme10/e-smith-manager-2.8.0-bz10170-SME10eol.patch
ViewVC logotype

Contents of /rpms/e-smith-manager/sme10/e-smith-manager-2.8.0-bz10170-SME10eol.patch

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


Revision 1.2 - (show annotations) (download)
Sat Feb 2 18:35:04 2019 UTC (5 years, 3 months ago) by jpp
Branch: MAIN
CVS Tags: e-smith-manager-2_8_0-33_el7_sme, e-smith-manager-2_8_0-35_el7_sme, e-smith-manager-2_8_0-30_el7_sme, e-smith-manager-2_8_0-37_el7_sme, e-smith-manager-2_8_0-32_el7_sme, e-smith-manager-2_8_0-34_el7_sme, e-smith-manager-2_8_0-28_el7_sme, e-smith-manager-2_8_0-38_el7_sme, e-smith-manager-2_8_0-29_el7_sme, e-smith-manager-2_8_0-31_el7_sme, e-smith-manager-2_8_0-36_el7_sme, HEAD
Changes since 1.1: +1 -1 lines
* Sun Feb 04 2018 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-27.sme
- add message to indicate EOL after Jun 30 2024 fix [SME: 10170]

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 v10 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 June 30th 2024, SME Server 10 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 11 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" >= "20240630");
15 +
16 $OUT;
17
18 \}

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