Compare commits
2 Commits
2_8_0-42_e
...
2_8_0-44_e
| Author | SHA1 | Date | |
|---|---|---|---|
| 693c245424 | |||
| 1726809396 |
@@ -4,7 +4,7 @@ Summary: e-smith manager navigation module
|
||||
%define name e-smith-manager
|
||||
Name: %{name}
|
||||
%define version 2.8.0
|
||||
%define release 42
|
||||
%define release 44
|
||||
Version: %{version}
|
||||
Release: %{release}%{?dist}
|
||||
License: GPL
|
||||
@@ -24,6 +24,12 @@ Provides: server-manager
|
||||
AutoReqProv: no
|
||||
|
||||
%changelog
|
||||
* Wed Sep 24 2025 Jean-Philippe Pialasse <jpp@koozali.org> 2.8.0-44.sme
|
||||
- fix CSP alert on login page [SME: 13176]
|
||||
|
||||
* Wed Feb 12 2025 Jean-Philippe Pialasse <jpp@koozali.org> 2.8.0-43.sme
|
||||
- update SME11 EOL date and message [SME: 12915]
|
||||
|
||||
* Mon Dec 30 2024 Jean-Philippe Pialasse <jpp@koozali.org> 2.8.0-42.sme
|
||||
- add CSP support [SME: 9566]
|
||||
|
||||
|
||||
@@ -42,10 +42,10 @@ EOF
|
||||
use POSIX qw(strftime);
|
||||
my $curdate = strftime '%Y%m%d', localtime;
|
||||
$OUT .= qq(<div class="sme-error"><h5>
|
||||
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.
|
||||
Please migrate IMMEDIATELY to Koozali SME Server 11 or higher version. Failure to upgrade may lead to the compromise of this server.
|
||||
URGENT NOTICE: As per May 31st 2029, SME Server 11 is obsolete, and potentially INSECURE. NO support will be offered for any issue found with this installed version.
|
||||
Please migrate IMMEDIATELY to Koozali SME Server 12 or higher version. Failure to upgrade may lead to the compromise of this server.
|
||||
</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>)
|
||||
if ( "$curdate" >= "20240630");
|
||||
if ( "$curdate" >= "20290531");
|
||||
|
||||
$OUT;
|
||||
|
||||
|
||||
@@ -37,7 +37,10 @@
|
||||
." 'sha256-bu1Wbll/1+gfjCxVn9czXKc7IhIJRjJgNFdNltH+09c=' 'sha256-MQmv1rIdRtr7sC3167eTWkTNMSq5QzWRPxhOzKUtvKg=' 'sha256-DuDis7gGgnegJBjroiLOJwY+DvfilQsYswIXb6lNE8c=' 'sha256-FengF4xZO+fXC/zBgGGYYPLtc95CEZAk+vS7A9OR64o=' ;"
|
||||
." style-src 'self' https://$virtualHost 'unsafe-hashes' "
|
||||
." 'sha256-ABT3Vs4q5dwUnsKaFzA38LnsL3426dj6CkNKRofyqjA=' 'sha256-upqzRUpu+M2pCK19HHLg5oUeQnpEXij9kojuDNdJnGc=' 'sha256-sa1JolVbZz72+sa0pOWp/LBIoZfF9P1N8Gzy5u3C3Qc=' 'sha256-q9xrwNUn7ieRndtLNP/uNCEBKXjzTzvZv1fddtmMK9w=' ;"
|
||||
." script-src-attr 'self' https://$virtualHost 'unsafe-hashes' 'sha256-QgFUvJuzASZ+WbF57Vn8eQoWvuBJ78nF7YMraPzQVvg=' \"\n";
|
||||
." script-src-attr 'self' https://$virtualHost 'unsafe-hashes' "
|
||||
." 'sha256-QgFUvJuzASZ+WbF57Vn8eQoWvuBJ78nF7YMraPzQVvg='"
|
||||
." 'sha256-PfZto86YdtwDnXr1I+X5mM0Csdjs8jFCBiSs6dFVR50='" # login getFocus()
|
||||
." \"\n";
|
||||
|
||||
$OUT .= " </Location>\n";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user