Package Details: fluffychat-bin 1.19.0-3

Git Clone URL: https://aur.archlinux.org/fluffychat-bin.git (read-only, click to copy)
Package Base: fluffychat-bin
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: 10
Popularity: 0.93
First Submitted: 2021-06-12 12:58 (UTC)
Last Updated: 2024-04-03 09:06 (UTC)

Pinned Comments

Latest Comments

1 2 3 Next › Last »

nebulon commented on 2024-02-13 19:00 (UTC)

I would also be interested in the upstream issue for the mentioned security issue so we can chime in there to get this sorted if it's not the case yet. A quick search didn't reveal much and we are 1.17.3 already.

jaap commented on 2024-01-15 15:10 (UTC)

@WithTheBraid Is there a public issue tracker available for this security issue?

dmcdono commented on 2023-12-15 01:44 (UTC)

Diff to get v1.16.0

diff --git a/PKGBUILD b/PKGBUILD
index 3c64ab8..e5dccc6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@

 pkgname=fluffychat-bin
 _pkgname=fluffychat
-pkgver=1.14.2
+pkgver=1.16.0
 pkgrel=1
 pkgdesc="Chat with your friends"
 arch=('x86_64') # 'aarch64'
@@ -14,7 +14,7 @@ provides=("$_pkgname")
 conflicts=("$_pkgname")
 source_x86_64=("fluffychat-v${pkgver}_x86_64.tar.gz::https://github.com/krille-chan/fluffychat/releases/download/v${pkgver}/fluffychat-linux-x64.tar.gz")
 #source_aarch64=("fluffychat-v${pkgver}_aarch64.tar.gz::https://github.com/krille-chan/fluffychat/releases/download/v${pkgver}/fluffychat-linux-arm64.tar.gz")
-sha256sums_x86_64=('bbc366c0371a5fb8c9f3cdab411453bc975ae8a6493ca607210a9072649df6a5')
+sha256sums_x86_64=('c777981e27dfb9b4b4eb215749c926ee97f2058b42a8f366f206e1078a59c2be')
 # sha256sums_aarch64=('f3a25daebf0a4e827268f1005944b8c1b359b946b22ee8a792937e1babc40869')


@@ -22,11 +22,11 @@ package() {
   # install

   install -dm755 ${pkgdir}/opt/${_pkgname}/
-  mv build/linux/*/release/bundle/fluffychat ${pkgdir}/opt/${_pkgname}/
-  mv build/linux/*/release/bundle/data ${pkgdir}/opt/${_pkgname}/
-  mv build/linux/*/release/bundle/lib ${pkgdir}/opt/${_pkgname}/
-  
-  
+  mv fluffychat ${pkgdir}/opt/${_pkgname}/
+  mv data ${pkgdir}/opt/${_pkgname}/
+  mv lib ${pkgdir}/opt/${_pkgname}/
+
+
   # link
   install -dm755 ${pkgdir}/usr/bin
   ln -s /opt/${_pkgname}/${_pkgname} ${pkgdir}/usr/bin/${_pkgname}

phnx47 commented on 2023-09-29 10:42 (UTC)

@garionion @WithTheBraid Apply patch proposed by @sylphio, please.

aurcommenter commented on 2023-09-23 02:29 (UTC)

@sylphio Thanks, that fixed it.

sylphio commented on 2023-09-22 21:48 (UTC)

@aurcommenter this patch fixed it for me.

diff --git a/PKGBUILD b/PKGBUILD
index 3bbb613..057bde7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,9 +22,9 @@ package() {
   # install

   install -dm755 ${pkgdir}/opt/${_pkgname}/
-  mv build/linux/*/release/bundle/fluffychat ${pkgdir}/opt/${_pkgname}/
-  mv build/linux/*/release/bundle/data ${pkgdir}/opt/${_pkgname}/
-  mv build/linux/*/release/bundle/lib ${pkgdir}/opt/${_pkgname}/
+  mv fluffychat ${pkgdir}/opt/${_pkgname}/
+  mv data ${pkgdir}/opt/${_pkgname}/
+  mv lib ${pkgdir}/opt/${_pkgname}/


   # link

aurcommenter commented on 2023-09-22 12:00 (UTC)

Getting an error trying to build.

==> Starting package()...
mv: cannot stat 'build/linux/*/release/bundle/fluffychat': No such file or directory
==> ERROR: A failure occurred in package().
    Aborting...

kescherAUR commented on 2022-12-23 22:26 (UTC)

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

WithTheBraid commented on 2022-05-02 05:47 (UTC)

Please apply the following patches. Moreover, as one of the original developers, I would appreciate to be added as maintainer. Please consider this.

index bc7f268..7c91650 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,7 +12,7 @@ pkgbase = fluffychat-bin
    optdepends = libolm: E2E Encryption support
    provides = fluffychat
    conflicts = fluffychat
-   source_x86_64 = fluffychat-v1.3.1_x86_64.tar.zst::https://gap.cdn.entr0py.cloud/garionion/fluffychat/releases/download/tag:v1.3.1/fluffychat-linux-x86.tar.zst
+   source_x86_64 = fluffychat-v1.3.1_x86_64.tar.zst::https://gitlab.com/api/v4/projects/16112282/packages/generic/fluffychat/1.3.1/fluffychat-linux-x86.tar.gz
    sha256sums_x86_64 = 56c0a5ec299642a0ae809b482adf7af7feaca9153703879466c3e8170376e6fe

 pkgname = fluffychat-bin
diff --git a/PKGBUILD b/PKGBUILD
index 141e187..b5ba727 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
 # Maintainer: garionion <garionion at entr0py.de>
-# Contributor: kescherAUR
+# Contributor: kescherAUR, 

 pkgname=fluffychat-bin
 _pkgname=fluffychat
@@ -14,9 +14,9 @@ makedepends=('unzip')
 optdepends=('libolm: E2E Encryption support')
 provides=("$_pkgname")
 conflicts=("$_pkgname")
-source_x86_64=("fluffychat-v${pkgver}_x86_64.tar.zst::https://gap.cdn.entr0py.cloud/garionion/fluffychat/releases/download/tag:v${pkgver}/fluffychat-linux-x86.tar.zst")
+source_x86_64=("fluffychat-v${pkgver}_x86_64.tar.zst::https://gitlab.com/api/v4/projects/16112282/packages/generic/fluffychat/${pkgver}/fluffychat-linux-x86.tar.gz")
 #source_aarch64=("fluffychat-v${pkgver}_aarch64.tar.gz::https://gitlab.com/api/v4/projects/16112282/packages/generic/fluffychat/${pkgver}/fluffychat-linux-arm64.tar.gz")
-sha256sums_x86_64=('56c0a5ec299642a0ae809b482adf7af7feaca9153703879466c3e8170376e6fe')
+sha256sums_x86_64=('5e1080c97256b405327236caafe801d83637d37a1fdb8ea5950c38d00d21d258')
 #sha256sums_aarch64=('e4e927f9b5a5db6b4836700a19b6e7a64f409ca3aba4c09ffa8793456f7e4008')