Package Details: cloudflare-warp-bin 2024.11.309-1

Git Clone URL: https://aur.archlinux.org/cloudflare-warp-bin.git (read-only, click to copy)
Package Base: cloudflare-warp-bin
Description: Cloudflare Warp Client
Upstream URL: https://1.1.1.1
Licenses: unknown
Conflicts: cloudflare-warp
Provides: warp-cli, warp-diag, warp-svc
Submitter: solatis
Maintainer: solatis (mhdi, billyaddlers, vk8a8, Neomax7)
Last Packager: mhdi
Votes: 56
Popularity: 1.99
First Submitted: 2021-05-26 08:59 (UTC)
Last Updated: 2024-11-19 08:44 (UTC)

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 .. 18 Next › Last »

confirmed commented on 2023-07-15 22:20 (UTC)

I'm also getting checksums errors when installing.

ollosh commented on 2023-07-12 16:33 (UTC)

Seems like the downloade Packages file dos not have sha256 for that particular version or am I missing something

https://pkg.cloudflareclient.com/dists/focal/main/binary-amd64/Packages

ollosh commented on 2023-07-12 14:41 (UTC) (edited on 2023-07-12 14:43 (UTC) by ollosh)

I'm getting with a clean install

==> Starting build()...
==> Starting check()...
==> Validating package checksums
==> sha256sum: /home/ollosh/.cache/yay/cloudflare-warp-bin/src/cloudflare-warp-bin-2023.3.470-1-x86_64-Packages.sha256
==> sha256sum: /home/ollosh/.cache/yay/cloudflare-warp-bin/src/cloudflare-warp-bin-2023.3.470-x86_64.deb.sha256
sha256sum: /home/ollosh/.cache/yay/cloudflare-warp-bin/src/cloudflare-warp-bin-2023.3.470-x86_64.deb.sha256: no properly formatted checksum lines found
!!> SHA512 mismatch: /home/ollosh/.cache/yay/cloudflare-warp-bin/src/cloudflare-warp-bin-2023.3.470-x86_64.deb.sha256
 -> error making: cloudflare-warp-bin-exit status 1
 -> Failed to install the following packages. Manual intervention is required:
cloudflare-warp-bin - exit status 1

mathix commented on 2023-06-19 08:28 (UTC)

Yeah, I just figured out what the issue was, and it is definitely a warp issue, not coming from packaging. My bad!

solatis commented on 2023-06-16 09:04 (UTC)

Is this a packaging issue, or a bug in warp itself?

mathix commented on 2023-06-16 07:51 (UTC)

Hey, still having issues with the latest version, I hope you can help us fix the issue. https://www.reddit.com/r/CloudFlare/comments/12rtdrj/warpcli_not_working_anymore_on_archlinux/

solatis commented on 2023-06-15 04:35 (UTC)

I've just updated the package to the latest version, it appears Cloudflare changed their repository / packaging infrastructure; I had to change a few things to accommodate that, specifically in the sha256/sha512 verification. Let me know if anything breaks.

solatis commented on 2023-05-31 14:24 (UTC)

@nicoandresr to the best of my knowledge, the package does actually tell you to do this after installation:


post_install() {
        setcap CAP_NET_ADMIN=+ei /usr/bin/warp-svc
        echo ""
        echo "==>"
        echo "==> CAP_NET_ADMIN set on /usr/bin/warp-svc"
        echo "==>"
    echo "==> You need to start the WARP service before using it. To start once:"
        echo "==>"
    echo "==>   sudo systemctl start warp-svc.service"
        echo "==>"
        echo "==>"
    echo "==> To start right now and automatically after startup:"
        echo "==>"
    echo "==>   sudo systemctl enable --now warp-svc.service"
        echo "==>"
        echo "==>"
    echo "==> To also enable the taskbar now and automatically after startup:"
        echo "==>"
    echo "==>   systemctl --user enable --now warp-taskbar"
        echo "==>"
        echo ""
}