From 0633fdb007ed3f455b24d1c916f1fddcf225d58e Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Thu, 2 Mar 2023 12:21:53 +0100 Subject: doc: add new readme, update history and handbook --- infos/ms-proxyservice/history.txt | 14 ++++++++++++++ infos/ms-proxyservice/readme_1.0.3.md | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 47 insertions(+) create mode 100644 infos/ms-proxyservice/readme_1.0.3.md (limited to 'infos/ms-proxyservice') diff --git a/infos/ms-proxyservice/history.txt b/infos/ms-proxyservice/history.txt index ca4cc1fe..49552203 100644 --- a/infos/ms-proxyservice/history.txt +++ b/infos/ms-proxyservice/history.txt @@ -1,5 +1,19 @@ Dieses Dokument zeigt die Veränderungen und Erweiterungen am eIDAS MS-Proxy-Service +Version 1.3 (2023-03-02) + - JSON basierter Statisiklog um Feld für anfragendes Land erweitert + - Bugfix + - CVE-2023-24998 + - Aktualisierung von Drittherstellerbibliotheken + - SpringBoot 2.7.9 + - Spring-Framework 5.3.25 + - Apache CXF 3.5.5 + - joda-time 1.12.2 + - jackson 2.14.2 + - jose4j 0.9.2 + - woodstox-core 6.5.0 + - commons-fileupload 1.5. + Version 1.2 (2022-12-20): - JSON basierter Statistiklog mit zusätzlichen Infos hinzugefügt - Unterstützung für BORIS/eJustice hinzugefügt diff --git a/infos/ms-proxyservice/readme_1.0.3.md b/infos/ms-proxyservice/readme_1.0.3.md new file mode 100644 index 00000000..c9e20a0b --- /dev/null +++ b/infos/ms-proxyservice/readme_1.0.3.md @@ -0,0 +1,33 @@ +# MS-Proxy-Service v1.0.3 Release vom 02.03.2023 + +Das MS-Proxy-Service implementiert eine Bridge zwischen dem österreichischen E-ID System und dem eIDAS Framework um österreichischen Benutzern eine Anmeldung an ausländischen Service-Providern zu ermöglichen. + +### Änderungen in dieser Version + + - JSON basierter Statisiklog um Feld für anfragendes Land erweitert + - Bugfix + - CVE-2023-24998 + - Aktualisierung von Drittherstellerbibliotheken + - SpringBoot 2.7.9 + - Spring-Framework 5.3.25 + - Apache CXF 3.5.5 + - joda-time 1.12.2 + - jackson 2.14.2 + - jose4j 0.9.2 + - woodstox-core 6.5.0 + - commons-fileupload 1.5. + + + +### Durchführen eines Updates + +Nachfolgend finden Sie die erforderlichen Schritte für das Update eines bestehenden MS-Proxy-Service auf die aktuelle Version 1.0.3. Das vollständige Handbuch mit allen Konfigurationsparametern finden Sie im Releasepackage im Verzeichnis: _infos/handbook/_ + +### Ausgehend von einer bestehenden Version 1.0.2 + +1. Stoppen Sie die *MS-Proxy-Service* Applikation und fertigen Sie eine Sicherungskopie Ihrer Applikation inklusive Konfiguration an + +2. Entpacken Sie das Releasepacket *ms_specific_proxyservice-1.0.3-dist.zip* in ein temporäres Verzeichnis welches in weiterer Folge __MsProxyServicePackage__ bezeichnet wird. + +3. Kopieren sie die Applikation __MsProxyServicePackage__/ms_proxyservice.war nach in das Applikationsverzeichnis ihres Applikationsservers + -- cgit v1.2.3