Package Details: cloudflare-warp-bin 2024.4.133-2

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 (unlogicalcode, nomaxx117, MemoryShadow, Neomax7, dhupee)
Last Packager: dhupee
Votes: 51
Popularity: 1.52
First Submitted: 2021-05-26 08:59 (UTC)
Last Updated: 2024-05-20 15:58 (UTC)

Latest Comments

« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 14 15 Next › Last »

glitsj16 commented on 2021-12-14 20:28 (UTC) (edited on 2021-12-14 20:29 (UTC) by glitsj16)

Upstream released 2021.12.0 on December 13, 2021:

https://pkg.cloudflareclient.com/packages/cloudflare-warp.

Please upgrade this package.

Potential PKGBUILD additions:

  • add options=(!emptydirs !strip) as the binary files are already stripped;

  • fix systemd unit in prepare():

    # Fix systemd unit
    sed -i \
        -e "s%ExecStart=/bin/warp-svc%ExecStart=/usr/bin/warp-svc%" \
        "${srcdir}"/lib/systemd/system/warp-svc.service

Something else I noticed on Debian/Ubuntu: the postinst sets CAP_NET_ADMIN on warp-svc. This could be added to the cloudflare-warp-bin.install:

post_install() {
  setcap CAP_NET_ADMIN=+ei /usr/bin/warp-svc
  echo "CAP_NET_ADMIN set on /usr/bin/warp-svc"
}

post_upgrade() {
  post_install
}

solatis commented on 2021-12-13 14:01 (UTC)

Great, thanks for confirming @kirusfg.

kirusfg commented on 2021-12-13 14:00 (UTC)

Nevermind... Apparently, the cache folder was not emptied for some reason. I went in there and deleted the cloudflare-warp-bin folder that contained outdated PKGBUILD.

The package installs without issue now, thank you, @solatis!

kirusfg commented on 2021-12-13 13:57 (UTC)

I cleared cached AUR packages, and forced the redownload of the PKGBUILD if that is what you meant. The error persisted.

If you use the AUR helper name paru, perhaps, there is an option that you know will enforce building of the package from a cleanbuild.

solatis commented on 2021-12-13 13:47 (UTC)

@kiruscfg When you're installing, are you building the package from a cleanbuild? If not, could you try that?

kirusfg commented on 2021-12-13 13:46 (UTC)

Hello again, @solatis. Sorry for not responding to you in time, missed the email from AUR notification system.

The update is there in AUR, I also confirmed that the git repo is updated, but the error is the same: .deb file does not pass the validity check. The PKGBUILD my AUR helper uses is the same as in the AUR git repo of this package, md5 and sha256 are new ones.

Could there be a typo?

solatis commented on 2021-12-13 09:44 (UTC)

@33Fraise33 it appears like you're correct, the md5/sha256 hashes have also changed.

I've pushed an update with the new hashes.

33Fraise33 commented on 2021-12-13 08:59 (UTC)

the signing key of the package has been changed as the Linux key was compromised. Is it possible this created the issue users below are seeing? This is the email we received: https://i.imgur.com/xteA2VW.png

bigjv12 commented on 2021-12-12 23:07 (UTC)

Hi

I am getting the following error when trying to build if that helps

Building cloudflare-warp-bin... ==> Making package: cloudflare-warp-bin 2021.10.0-3 (Sun 12 Dec 2021 23:06:15 GMT) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found cloudflare_warp_2021_10_0_1_amd64_916ef55734_amd64.deb ==> Validating source files with md5sums... cloudflare_warp_2021_10_0_1_amd64_916ef55734_amd64.deb ... FAILED ==> ERROR: One or more files did not pass the validity check! Failed to build cloudflare-warp-bin

solatis commented on 2021-12-11 20:44 (UTC)

@kirusfg could you post the error message you're seeing?