summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Witschel2021-09-13 18:15:45 +0200
committerJonas Witschel2021-09-13 18:15:45 +0200
commit9855007985af2537d030b3803faed0fc1c0f9c51 (patch)
tree6744414e03effcd6bf31883183831bdb14813dd1
parent6b441b374b6067467eecdef98626cea2db9c5412 (diff)
downloadaur-weechat-matrix-rs-git.tar.gz
upgpkg: weechat-matrix-rs-git r405.2b093a7-1: version bump due to security updates
A security issue has been found in matrix-rust-sdk that weechat-matrix-rs relies on: "in certain circumstances it may be possible to trick vulnerable clients into disclosing encryption keys for messages previously sent by that client to user accounts later compromised by an attacker." (https://matrix.org/blog/2021/09/13/vulnerability-disclosure-key-sharing/) This has been fixed upstream recently in version r398.8992731 (https://github.com/poljar/weechat-matrix-rs/commit/8992731968e5a8e9ec9918caffb2db595f4468e0) by updating the version of the affected SDK. To make more users aware that an update is available, bump the version of the AUR package as well.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e400af68b9c..d94861fee2d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = weechat-matrix-rs-git
pkgdesc = Rust rewrite of the Python weechat-matrix script
- pkgver = r355.a231a27
+ pkgver = r405.2b093a7
pkgrel = 1
url = https://github.com/poljar/weechat-matrix-rs
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 3d8b8e4b64fd..a9ec90bf27fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonas Witschel <diabonas@archlinux.org>
pkgname=weechat-matrix-rs-git
-pkgver=r355.a231a27
+pkgver=r405.2b093a7
pkgrel=1
pkgdesc='Rust rewrite of the Python weechat-matrix script'
arch=('x86_64')