Package Details: fluffychat 1.19.0-5

Git Clone URL: https://aur.archlinux.org/fluffychat.git (read-only, click to copy)
Package Base: fluffychat
Description: Open. Nonprofit. Cute. Easy to use (matrix) messenger. Secure and decentralized.
Upstream URL: https://fluffychat.im/
Keywords: Chat Matrix
Licenses: AGPL3
Conflicts: fluffychat
Provides: fluffychat
Submitter: garionion
Maintainer: garionion (WithTheBraid)
Last Packager: WithTheBraid
Votes: 24
Popularity: 1.40
First Submitted: 2020-10-29 10:59 (UTC)
Last Updated: 2024-04-04 19:53 (UTC)

Pinned Comments

Latest Comments

1 2 3 4 5 6 Next › Last »

xiota commented on 2024-01-22 12:17 (UTC) (edited on 2024-01-22 12:37 (UTC) by xiota)

@WithTheBraid Could you link the commit the vulnerability was introduced and the issue notifying the upstream developer? Thanks.

artiom commented on 2023-11-21 23:43 (UTC)

Please also add categories to the Desktop entry.

Categories=Network;InstantMessaging;Chat;IRCClient

kusoneko commented on 2023-09-22 05:28 (UTC)

I made a quick git diff patch for v1.14.1, it compiles fine:

diff --git a/.SRCINFO b/.SRCINFO
index 70e707d..ffc44ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = fluffychat
    pkgdesc = Chat with your friends
-   pkgver = 1.14.0
+   pkgver = 1.14.1
    pkgrel = 1
    url = https://fluffychat.im/
    arch = x86_64
@@ -20,7 +20,7 @@ pkgbase = fluffychat
    depends = libolm
    provides = fluffychat
    conflicts = fluffychat
-   source = fluffychat-v1.14.0.tar.gz::https://github.com/krille-chan/fluffychat/archive/refs/tags/v1.14.0.tar.gz
-   sha256sums = e028085956f987594679a8f4c6f4b4b7b2060d83d1f022b4d7562c588d70bb5a
+   source = fluffychat-v1.14.1.tar.gz::https://github.com/krille-chan/fluffychat/archive/refs/tags/v1.14.1.tar.gz
+   sha256sums = 294d9b820a2427e8cb7544d38e648de00e3b655e14066502f9a0f469267dd4aa

 pkgname = fluffychat
diff --git a/PKGBUILD b/PKGBUILD
index dc85414..5adb77a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # thanks to celogeek, sseneca, dr460nf1r3, dr460nf1r3 and AverytheFurry for pointing out multiple things

 pkgname=fluffychat
-pkgver=1.14.0
+pkgver=1.14.1
 pkgrel=1
 pkgdesc="Chat with your friends"
 arch=('x86_64' 'aarch64')
@@ -18,7 +18,7 @@ makedepends=('clang'
 provides=("$pkgname")
 conflicts=("$pkgname")
 source=("fluffychat-v${pkgver}.tar.gz::https://github.com/krille-chan/fluffychat/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('e028085956f987594679a8f4c6f4b4b7b2060d83d1f022b4d7562c588d70bb5a')
+sha256sums=('294d9b820a2427e8cb7544d38e648de00e3b655e14066502f9a0f469267dd4aa')

 prepare() {
   flutter --no-version-check --suppress-analytics config --enable-linux-desktop

joeleg commented on 2023-09-18 03:43 (UTC)

Hey, the checksum seems to have changed, can you update the package with the later checksum? Thanks

Xangelix commented on 2023-08-08 15:21 (UTC)

Since 953cd4e42fa8 fluffychat: error while loading shared libraries: libwebrtc.so: cannot open shared object file: No such file or directory

iyanmv commented on 2023-06-28 12:45 (UTC)

I would love to see this in [extra] :)

pioneer commented on 2023-05-20 08:22 (UTC)

Fails with the following error:

Git error. Command: `git fetch` stdout: stderr: remote: Repository not found. fatal: repository 'https://github.com/radzio-it/flutter-webrtc.git/' not found

msrd0 commented on 2023-01-20 13:43 (UTC)

The package currently fails to compile because it removes the correct version from /opt/flutter/version, writes 0.0.0-unknown into it and then complains about the flutter version being to old. I don't know how flutter works but this sounds really stupid.