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

Annotation 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.1 - (hide annotations) (download)
Wed Jan 23 04:31:57 2019 UTC (5 years, 4 months ago) by jpp
Branch: MAIN
CVS Tags: e-smith-manager-2_8_0-27_el7_sme
* 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 jpp 1.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 30rd 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