diff --git a/packages/e/element-web/.files b/packages/e/element-web/.files
index f1e30de1993..bf0524548f1 100644
Binary files a/packages/e/element-web/.files and b/packages/e/element-web/.files differ
diff --git a/packages/e/element-web/.rev b/packages/e/element-web/.rev
index 7cf8aeb51bd..c10cee1881a 100644
--- a/packages/e/element-web/.rev
+++ b/packages/e/element-web/.rev
@@ -303,4 +303,40 @@ please use same ADI as https://build.opensuse.org/request/show/902766
* Remove white space characters before the horizontal ellipsis ([\#10130](https://github.com/matrix-org/matrix-react-sdk/pull/10130)). Contributed by @luixxiul.
1065751
+
+ c8f7b33d7f35c37751d215e8a139eb7c
+ 1.11.26
+
+ dimstar_suse
+ - Removed webpack-fix-openssl3.patch as it is included upstream
+- Version 1.11.26
+## ๐ Bug Fixes
+ * Changes for matrix-js-sdk v24.0.0
+ * Changes for matrix-react-sdk v3.69.0
+
+- Fix for CVE-2023-28427 and CVE-2023-28103
+
+- Version 1.11.25
+## โจ Features
+ * Remove experimental PWA support for Firefox and Safari ([\#24630](https://github.com/vector-im/element-web/pull/24630)).
+ * Only allow to start a DM with one email if encryption by default is enabled ([\#10253](https://github.com/matrix-org/matrix-react-sdk/pull/10253)). Fixes #23133.
+ * DM rooms are now encrypted if encryption by default is enabled and only inviting a single email address. Any action in the result DM room will be blocked until the other has joined. ([\#10229](https://github.com/matrix-org/matrix-react-sdk/pull/10229)).
+ * Reduce bottom margin of ReplyChain on compact modern layout ([\#8972](https://github.com/matrix-org/matrix-react-sdk/pull/8972)). Fixes #22748. Contributed by @luixxiul.
+ * Support for v2 of MSC3903 ([\#10165](https://github.com/matrix-org/matrix-react-sdk/pull/10165)). Contributed by @hughns.
+ * When starting a DM, existing rooms with pending third-party invites will be reused. ([\#10256](https://github.com/matrix-org/matrix-react-sdk/pull/10256)). Fixes #23139.
+ * Polls push rules: synchronise poll rules with message rules ([\#10263](https://github.com/matrix-org/matrix-react-sdk/pull/10263)). Contributed by @kerryarchibald.
+ * New verification request toast button labels ([\#10259](https://github.com/matrix-org/matrix-react-sdk/pull/10259)).
+ * Remove padding around integration manager iframe ([\#10148](https://github.com/matrix-org/matrix-react-sdk/pull/10148)).
+ * Fix block code styling in rich text editor ([\#10246](https://github.com/matrix-org/matrix-react-sdk/pull/10246)). Contributed by @alunturner.
+ * Poll history: fetch more poll history ([\#10235](https://github.com/matrix-org/matrix-react-sdk/pull/10235)). Contributed by @kerryarchibald.
+ * Sort short/exact emoji matches before longer incomplete matches ([\#10212](https://github.com/matrix-org/matrix-react-sdk/pull/10212)). Fixes #23210. Contributed by @grimhilt.
+ * Poll history: detail screen ([\#10172](https://github.com/matrix-org/matrix-react-sdk/pull/10172)). Contributed by @kerryarchibald.
+ * Provide a more detailed error message than "No known servers" ([\#6048](https://github.com/matrix-org/matrix-react-sdk/pull/6048)). Fixes #13247. Contributed by @aaronraimist.
+ * Say when a call was answered from a different device ([\#10224](https://github.com/matrix-org/matrix-react-sdk/pull/10224)).
+ * Widget permissions customizations using module api ([\#10121](https://github.com/matrix-org/matrix-react-sdk/pull/10121)). Contributed by @maheichyk.
+ * Fix copy button icon overlapping with copyable text ([\#10227](https://github.com/matrix-org/matrix-react-sdk/pull/10227)). Contributed by @Adesh-Pandey.
+ * Support joining non-peekable rooms via the module API ([\#10154](https://github.com/matrix-org/matrix-react-sdk/pull/10154)). Contributed by @maheichyk.
+ * The "new login" toast does now display the same device information as in the settings. "No" does now open the device settings. "Yes, it was me" dismisses the toast. ([\#10200](https://github.com/matrix-org/matrix-react-sdk/pull/10200)).
+ 1075030
+
diff --git a/packages/e/element-web/element-web-1.11.23.tar.gz b/packages/e/element-web/element-web-1.11.23.tar.gz
deleted file mode 120000
index 2d65f50f689..00000000000
--- a/packages/e/element-web/element-web-1.11.23.tar.gz
+++ /dev/null
@@ -1 +0,0 @@
-/ipfs/bafybeiddszhn6oa2rc3zqgql5djzimxfbrcnn4n2g7zjen6i6f7r7w3saq
\ No newline at end of file
diff --git a/packages/e/element-web/element-web-1.11.26.tar.gz b/packages/e/element-web/element-web-1.11.26.tar.gz
new file mode 120000
index 00000000000..ae343fb7ef4
--- /dev/null
+++ b/packages/e/element-web/element-web-1.11.26.tar.gz
@@ -0,0 +1 @@
+/ipfs/bafybeigzn7gxtmth76edhnp4lt2x3zvl7fnepgmbbczl2lpsdgw4lx24py
\ No newline at end of file
diff --git a/packages/e/element-web/element-web.changes b/packages/e/element-web/element-web.changes
index 3bbc13e55d6..e49e29d46d6 100644
--- a/packages/e/element-web/element-web.changes
+++ b/packages/e/element-web/element-web.changes
@@ -1,3 +1,64 @@
+-------------------------------------------------------------------
+Tue Mar 28 15:12:26 UTC 2023 - Dominik Heidler
+
+- Removed webpack-fix-openssl3.patch as it is included upstream
+
+-------------------------------------------------------------------
+Tue Mar 28 15:00:35 UTC 2023 - Dominik Heidler
+
+- Version 1.11.26
+## ๐ Bug Fixes
+ * Changes for matrix-js-sdk v24.0.0
+ * Changes for matrix-react-sdk v3.69.0
+
+-------------------------------------------------------------------
+Tue Mar 28 09:43:30 UTC 2023 - Dominik Heidler
+
+- Fix for CVE-2023-28427 and CVE-2023-28103
+
+-------------------------------------------------------------------
+Tue Mar 28 09:11:12 UTC 2023 - Dominik Heidler
+
+- Version 1.11.25
+## โจ Features
+ * Remove experimental PWA support for Firefox and Safari ([\#24630](https://github.com/vector-im/element-web/pull/24630)).
+ * Only allow to start a DM with one email if encryption by default is enabled ([\#10253](https://github.com/matrix-org/matrix-react-sdk/pull/10253)). Fixes #23133.
+ * DM rooms are now encrypted if encryption by default is enabled and only inviting a single email address. Any action in the result DM room will be blocked until the other has joined. ([\#10229](https://github.com/matrix-org/matrix-react-sdk/pull/10229)).
+ * Reduce bottom margin of ReplyChain on compact modern layout ([\#8972](https://github.com/matrix-org/matrix-react-sdk/pull/8972)). Fixes #22748. Contributed by @luixxiul.
+ * Support for v2 of MSC3903 ([\#10165](https://github.com/matrix-org/matrix-react-sdk/pull/10165)). Contributed by @hughns.
+ * When starting a DM, existing rooms with pending third-party invites will be reused. ([\#10256](https://github.com/matrix-org/matrix-react-sdk/pull/10256)). Fixes #23139.
+ * Polls push rules: synchronise poll rules with message rules ([\#10263](https://github.com/matrix-org/matrix-react-sdk/pull/10263)). Contributed by @kerryarchibald.
+ * New verification request toast button labels ([\#10259](https://github.com/matrix-org/matrix-react-sdk/pull/10259)).
+ * Remove padding around integration manager iframe ([\#10148](https://github.com/matrix-org/matrix-react-sdk/pull/10148)).
+ * Fix block code styling in rich text editor ([\#10246](https://github.com/matrix-org/matrix-react-sdk/pull/10246)). Contributed by @alunturner.
+ * Poll history: fetch more poll history ([\#10235](https://github.com/matrix-org/matrix-react-sdk/pull/10235)). Contributed by @kerryarchibald.
+ * Sort short/exact emoji matches before longer incomplete matches ([\#10212](https://github.com/matrix-org/matrix-react-sdk/pull/10212)). Fixes #23210. Contributed by @grimhilt.
+ * Poll history: detail screen ([\#10172](https://github.com/matrix-org/matrix-react-sdk/pull/10172)). Contributed by @kerryarchibald.
+ * Provide a more detailed error message than "No known servers" ([\#6048](https://github.com/matrix-org/matrix-react-sdk/pull/6048)). Fixes #13247. Contributed by @aaronraimist.
+ * Say when a call was answered from a different device ([\#10224](https://github.com/matrix-org/matrix-react-sdk/pull/10224)).
+ * Widget permissions customizations using module api ([\#10121](https://github.com/matrix-org/matrix-react-sdk/pull/10121)). Contributed by @maheichyk.
+ * Fix copy button icon overlapping with copyable text ([\#10227](https://github.com/matrix-org/matrix-react-sdk/pull/10227)). Contributed by @Adesh-Pandey.
+ * Support joining non-peekable rooms via the module API ([\#10154](https://github.com/matrix-org/matrix-react-sdk/pull/10154)). Contributed by @maheichyk.
+ * The "new login" toast does now display the same device information as in the settings. "No" does now open the device settings. "Yes, it was me" dismisses the toast. ([\#10200](https://github.com/matrix-org/matrix-react-sdk/pull/10200)).
+ * Do not prompt for a password when doing a โreset allโ after login ([\#10208](https://github.com/matrix-org/matrix-react-sdk/pull/10208)).
+
+## ๐ Bug Fixes
+ * Fix incorrect copy in space creation flow ([\#10296](https://github.com/matrix-org/matrix-react-sdk/pull/10296)). Fixes #24741.
+ * Fix space settings dialog having rogue title tooltip ([\#10293](https://github.com/matrix-org/matrix-react-sdk/pull/10293)). Fixes #24740.
+ * Show spinner when starting a DM from the user profile (right panel) ([\#10290](https://github.com/matrix-org/matrix-react-sdk/pull/10290)).
+ * Reduce height of toggle on expanded view source event ([\#10283](https://github.com/matrix-org/matrix-react-sdk/pull/10283)). Fixes #22873. Contributed by @luixxiul.
+ * Pillify http and non-prefixed matrix.to links ([\#10277](https://github.com/matrix-org/matrix-react-sdk/pull/10277)). Fixes #20844.
+ * Fix some features not being configurable via `features` ([\#10276](https://github.com/matrix-org/matrix-react-sdk/pull/10276)).
+ * Fix starting a DM from the right panel in some cases ([\#10278](https://github.com/matrix-org/matrix-react-sdk/pull/10278)). Fixes #24722.
+ * Align info EventTile and normal EventTile on IRC layout ([\#10197](https://github.com/matrix-org/matrix-react-sdk/pull/10197)). Fixes #22782. Contributed by @luixxiul.
+ * Fix blowout of waveform of the voice message player on narrow UI ([\#8861](https://github.com/matrix-org/matrix-react-sdk/pull/8861)). Fixes #22604. Contributed by @luixxiul.
+ * Fix the hidden view source toggle on IRC layout ([\#10266](https://github.com/matrix-org/matrix-react-sdk/pull/10266)). Fixes #22872. Contributed by @luixxiul.
+ * Fix buttons on the room header being compressed due to long room name ([\#10155](https://github.com/matrix-org/matrix-react-sdk/pull/10155)). Contributed by @luixxiul.
+ * Use the room avatar as a placeholder in calls ([\#10231](https://github.com/matrix-org/matrix-react-sdk/pull/10231)).
+ * Fix calls showing as 'connecting' after hangup ([\#10223](https://github.com/matrix-org/matrix-react-sdk/pull/10223)).
+ * Prevent multiple Jitsi calls started at the same time ([\#10183](https://github.com/matrix-org/matrix-react-sdk/pull/10183)). Fixes #23009.
+ * Make localization keys compatible with agglutinative and/or SOV type languages ([\#10159](https://github.com/matrix-org/matrix-react-sdk/pull/10159)). Contributed by @luixxiul.
+
-------------------------------------------------------------------
Tue Feb 14 13:29:05 UTC 2023 - Dominik Heidler
diff --git a/packages/e/element-web/element-web.spec b/packages/e/element-web/element-web.spec
index 93e19de0097..1c3729b388a 100644
--- a/packages/e/element-web/element-web.spec
+++ b/packages/e/element-web/element-web.spec
@@ -17,9 +17,10 @@
Name: element-web
-Version: 1.11.23
+Version: 1.11.26
Release: 0
Summary: A glossy Matrix collaboration client - web files
+Group: Productivity/Networking/Talk/Clients
License: Apache-2.0
URL: https://github.com/vector-im/element-web
Source0: https://github.com/vector-im/element-web/archive/v%{version}.tar.gz#/element-web-%{version}.tar.gz
@@ -27,7 +28,6 @@ Source1: npm-packages-offline-cache.tar.gz
Source2: jitsi_external_api.min.js
Source3: prepare.sh
Patch0: fix-webpack-oom.patch
-Patch1: webpack-fix-openssl3.patch
BuildRequires: yarn
BuildRequires: nodejs-packaging
BuildRequires: fdupes
diff --git a/packages/e/element-web/npm-packages-offline-cache.tar.gz b/packages/e/element-web/npm-packages-offline-cache.tar.gz
index c054f09c3eb..af07edc000c 120000
--- a/packages/e/element-web/npm-packages-offline-cache.tar.gz
+++ b/packages/e/element-web/npm-packages-offline-cache.tar.gz
@@ -1 +1 @@
-/ipfs/bafybeifbzpgprhjmgjgctl7gmr4sd5vzq2qvnkjvikpadxlcylwbc7v6f4
\ No newline at end of file
+/ipfs/bafybeidf276nudbynnjq2dedh5ammuyog76mth2zcvafbxfpksm5txlnx4
\ No newline at end of file
diff --git a/packages/e/element-web/webpack-fix-openssl3.patch b/packages/e/element-web/webpack-fix-openssl3.patch
deleted file mode 100644
index 5805885c929..00000000000
--- a/packages/e/element-web/webpack-fix-openssl3.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Index: element-web-1.11.20/webpack.config.js
-===================================================================
---- element-web-1.11.20.orig/webpack.config.js 2023-01-20 13:52:01.000000000 +0100
-+++ element-web-1.11.20/webpack.config.js 2023-01-27 13:16:14.405927597 +0100
-@@ -1,5 +1,11 @@
- /* eslint-disable quote-props */
-
-+// HACK: OpenSSL 3 does not support md4 any more, but webpack hardcodes it all
-+// over the place: https://github.com/webpack/webpack/issues/13572
-+const crypto = require("crypto");
-+const crypto_orig_createHash = crypto.createHash;
-+crypto.createHash = algorithm => crypto_orig_createHash(algorithm == "md4" ? "sha256" : algorithm);
-+
- const dotenv = require("dotenv");
- const path = require("path");
- const webpack = require("webpack");