Search Criteria
Package Details: tuwunel 1.7.0-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/tuwunel.git (read-only, click to copy) |
|---|---|
| Package Base: | tuwunel |
| Description: | Featureful Matrix homeserver |
| Upstream URL: | https://github.com/matrix-construct/tuwunel |
| Licenses: | Apache-2.0 |
| Provides: | tuwunel |
| Submitter: | drrossum |
| Maintainer: | drrossum |
| Last Packager: | drrossum |
| Votes: | 7 |
| Popularity: | 0.78 |
| First Submitted: | 2025-06-09 09:34 (UTC) |
| Last Updated: | 2026-06-03 10:08 (UTC) |
Dependencies (12)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- liburing (liburing-gitAUR)
- autoconf (autoconf-gitAUR) (make)
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rust, rustup) (make)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- libc++ (libc++-with-libunwindAUR, libc++-msanAUR) (make)
- linux-api-headers (make)
- linux-headers (linux-galaxyaudio-headers-binAUR, linux-mnt-reform-bin-headersAUR) (make)
- llvm (llvm-gitAUR, llvm-minimal-gitAUR) (make)
- rust (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rustup) (make)
Latest Comments
Alastor commented on 2026-06-03 16:15 (UTC)
Thank you!
drrossum commented on 2026-06-03 10:12 (UTC)
Thanks for the suggestion. I updated the PKGBUILD accordingly
Alastor commented on 2026-06-02 16:30 (UTC)
Hi, Tuwunel developer here. We had an issue opened https://github.com/matrix-construct/tuwunel/issues/476 regarding the lack of direct_tls by default for an AUR package they tried to use and they noticed the PKGBUILD does not use
--all-features.Rust packaging guidelines here do use
--all-featureshttps://wiki.archlinux.org/title/Rust_package_guidelinesAnd generally we'd like
--all-featuresto be used to ensure our users out the box have the best and most featureful experience. If they don't want all features they can edit the PKGBUILD.Could you please add
--all-featuresto the cargo build commandlines? Thanks!drrossum commented on 2025-12-04 12:58 (UTC)
tuwunel v1.4.7 links against a static liburing.a. I rebuild the vanilla liburing package with
options=(libstatic)addedmatthias.lisin commented on 2025-10-27 00:31 (UTC)
Set
export TUWUNEL_DATABASE_PATH=/tmp/smoketest.db(or other appropriate path) incheck()to make the tests succeed when building in clean chroot.s218 commented on 2025-08-20 08:24 (UTC)
It would be great to have instructions on how to set it up and + turn?