- Bump yaml from 2.2.1 to 2.2.2 - Fix boo#1210802 / CVE-2023-2251 OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/element-web?expand=0&rev=42
This commit is contained in:
parent
ea7e9881fb
commit
2ccb216b29
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:83fd01b474ab402eee22d2edef3f5deee1c0c4f9b17e068de68e049e2fde59da
|
||||
size 1487938
|
||||
oid sha256:a46d5ba8b8aa1961be55bac96bcb665aa348af5dd082f19f84d43a1b01b0310d
|
||||
size 1487877
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 26 09:39:45 UTC 2023 - Dominik Heidler <dheidler@suse.de>
|
||||
|
||||
- Apply https://github.com/vector-im/element-web/pull/25200/files
|
||||
- Bump yaml from 2.2.1 to 2.2.2
|
||||
- Fix boo#1210802 / CVE-2023-2251
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 25 12:21:13 UTC 2023 - Dominik Heidler <dheidler@suse.de>
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0d499bceabbca2d876b3e4b5ba1be685db8daa9bc98d87fb109e72f36202d525
|
||||
size 93007910
|
||||
oid sha256:f295608bb313b68b5b1dfb03202e5d1686da11da79deb2942ae4e89b1f4051b7
|
||||
size 93005183
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/bin/bash
|
||||
|
||||
set -ex
|
||||
|
||||
@ -13,9 +13,7 @@ osc add element-web-*.tar.gz
|
||||
|
||||
#zypper install yarn cargo gcc-c++ sqlcipher-devel libsecret-devel
|
||||
|
||||
|
||||
rm -rf "element-web-${version}"
|
||||
wget -c https://github.com/vector-im/element-web/archive/v${version}.tar.gz -O element-web-${version}.tar.gz
|
||||
tar xzvf element-web-${version}.tar.gz
|
||||
cd element-web-${version}
|
||||
|
||||
@ -28,11 +26,6 @@ yarn install --pure-lockfile --ignore-engines || : # this will download tha pack
|
||||
|
||||
# download some additional dependencie that slips through this earlier method
|
||||
cd ./npm-packages-offline-cache/
|
||||
#wget -O matrix-analytics-events-0.0.1.tgz $(grep -m1 -A2 "@matrix.org/analytics-events" ../yarn.lock | grep resolved | awk '{print $NF}' | tr -d '"')
|
||||
#mkdir package
|
||||
#tar xvf matrix-analytics-events-0.0.1.tgz --strip-components=1 -C package/
|
||||
#tar czf matrix-analytics-events-0.0.1.tgz package/
|
||||
#rm -r package
|
||||
|
||||
# fill sentry-cli cache with mock binaries for all architecutres
|
||||
cd sentry-cli
|
||||
|
Loading…
Reference in New Issue
Block a user