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: 2.11
First Submitted: 2021-05-26 08:59 (UTC)
Last Updated: 2024-11-19 08:44 (UTC)

Latest Comments

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

barcode commented on 2024-02-23 22:04 (UTC)

i fixed PKGBUILD to automatically search for latest version and download. you can find it on my github : https://github.com/arsalanrez/cloudflare-warp-bin

Neomax7 commented on 2024-02-21 16:57 (UTC)

anyone searching for this, this is quite an outdated version at the moment (3 versions behind) (current most up to date = 2024.02.62 package version = 2023.10.120-1 ) I made dead simple script to install here

https://github.com/neomax7/cloudflare-warp-installer

nesquate commented on 2024-02-15 01:45 (UTC) (edited on 2024-02-15 01:55 (UTC) by nesquate)

Because of new version released, install this version (2023.10.120-1) will get checksum error.

Wait for maintainer update PKGBUILD.

You can use this patch below if you want to launch new install immediately:

From 3bfdce234c3816c41b82d26808092d5668b7aa93 Mon Sep 17 00:00:00 2001
From: Nesquate <nesquate@gmail.com>
Date: Thu, 15 Feb 2024 09:36:30 +0800
Subject: [PATCH 1/1] Update to 2024.2.62

---
 .SRCINFO | 12 ++++++------
 PKGBUILD |  8 ++++----
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/.SRCINFO b/.SRCINFO
index d40dab0..1db039e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = cloudflare-warp-bin
    pkgdesc = Cloudflare Warp Client
-   pkgver = 2023.10.120
+   pkgver = 2024.2.62
    pkgrel = 1
    url = https://1.1.1.1
    install = cloudflare-warp-bin.install
@@ -19,13 +19,13 @@ pkgbase = cloudflare-warp-bin
    provides = warp-diag
    provides = warp-svc
    conflicts = cloudflare-warp
-   source = cloudflare-warp-bin-2023.10.120-x86_64.deb::https://pkg.cloudflareclient.com/pool/focal/main/c/cloudflare-warp/cloudflare-warp_2023.10.120-1_amd64.deb
-   source = cloudflare-warp-bin-2023.10.120-1-Release::https://pkg.cloudflareclient.com/dists/focal/Release
-   source = cloudflare-warp-bin-2023.10.120-1-x86_64-Packages::https://pkg.cloudflareclient.com/dists/focal/main/binary-amd64/Packages
-   md5sums = 132dc6fd77a0461f5dbfd68dfc29fc9d
+   source = cloudflare-warp-bin-2024.2.62-x86_64.deb::https://pkg.cloudflareclient.com/pool/focal/main/c/cloudflare-warp/cloudflare-warp_2024.2.62-1_amd64.deb
+   source = cloudflare-warp-bin-2024.2.62-1-Release::https://pkg.cloudflareclient.com/dists/focal/Release
+   source = cloudflare-warp-bin-2024.2.62-1-x86_64-Packages::https://pkg.cloudflareclient.com/dists/focal/main/binary-amd64/Packages
+   md5sums = 7cc27a02c2da46a1257d715d662f781b
    md5sums = SKIP
    md5sums = SKIP
-   sha256sums = 2d25894528ab5e99c6e94f5a4333cf8ffa5212628da6947ed1c4919634de202c
+   sha256sums = 37804030b5b24d2204c4b6af8172d5aee1a170057e8b4c7de331e77ca8ecb33e
    sha256sums = SKIP
    sha256sums = SKIP

diff --git a/PKGBUILD b/PKGBUILD
index ee3b09a..d754da0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Maintainer: unlogicalcode <jearsmail99@gmail.com>
 # Maintainer: Noah Kennedy <nomaxx117@gmail.com>
 pkgname=cloudflare-warp-bin
-pkgver=2023.10.120
+pkgver=2024.2.62
 pkgrel=1
 pkgdesc="Cloudflare Warp Client"
 url="https://1.1.1.1"
@@ -21,15 +21,15 @@ changelog=$pkgname.changelog
 #
 # `curl https://pkg.cloudflareclient.com/dists/focal/main/binary-amd64/Packages`
 source=(
-    "${pkgname}-${pkgver}-x86_64.deb::https://pkg.cloudflareclient.com/pool/focal/main/c/cloudflare-warp/cloudflare-warp_2023.10.120-1_amd64.deb"
+    "${pkgname}-${pkgver}-x86_64.deb::https://pkg.cloudflareclient.com/pool/focal/main/c/cloudflare-warp/cloudflare-warp_${pkgver}-${pkgrel}_amd64.deb"
     "${pkgname}-${pkgver}-${pkgrel}-Release::https://pkg.cloudflareclient.com/dists/focal/Release"
     "${pkgname}-${pkgver}-${pkgrel}-x86_64-Packages::https://pkg.cloudflareclient.com/dists/focal/main/binary-amd64/Packages"
 )

-md5sums=('132dc6fd77a0461f5dbfd68dfc29fc9d'
+md5sums=('7cc27a02c2da46a1257d715d662f781b'
          'SKIP'
          'SKIP')
-sha256sums=('2d25894528ab5e99c6e94f5a4333cf8ffa5212628da6947ed1c4919634de202c'
+sha256sums=('37804030b5b24d2204c4b6af8172d5aee1a170057e8b4c7de331e77ca8ecb33e'
             'SKIP'
             'SKIP')
 install=$pkgname.install
-- 
2.43.1

nomaxx117 commented on 2023-10-25 22:24 (UTC)

I've pushed out a new release with an updated version. I don't have time right now to fix the root cause of the checksums breaking when new versions come out, but hopefully I can get to that later.

If anyone would like to submit a patch with a fix for this before I get to this, please feel free to do so.

behrad commented on 2023-10-25 10:16 (UTC) (edited on 2023-10-25 10:24 (UTC) by behrad)

Hi, I get this error:

==> Making package: cloudflare-warp-bin 2023.9.301-1 (Wed Oct 25 13:43:10 2023)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found cloudflare-warp-bin-2023.9.301-x86_64.deb
  -> Found cloudflare-warp-bin-2023.9.301-1-Release
  -> Found cloudflare-warp-bin-2023.9.301-1-x86_64-Packages
==> Validating source files with md5sums...
    cloudflare-warp-bin-2023.9.301-x86_64.deb ... Passed
    cloudflare-warp-bin-2023.9.301-1-Release ... Skipped
    cloudflare-warp-bin-2023.9.301-1-x86_64-Packages ... Skipped
==> Validating source files with sha256sums...
    cloudflare-warp-bin-2023.9.301-x86_64.deb ... Passed
    cloudflare-warp-bin-2023.9.301-1-Release ... Skipped
    cloudflare-warp-bin-2023.9.301-1-x86_64-Packages ... Skipped
==> Extracting sources...
  -> Extracting cloudflare-warp-bin-2023.9.301-x86_64.deb with bsdtar
==> Starting prepare()...
==> Removing existing $pkgdir/ directory...
==> Starting build()...
==> Starting check()...
==> Validating package checksums
==> sha256sum: /home/behrad/.cache/yay/cloudflare-warp-bin/src/cloudflare-warp-bin-2023.9.301-1-x86_64-Packages.sha256
==> sha256sum: /home/behrad/.cache/yay/cloudflare-warp-bin/src/cloudflare-warp-bin-2023.9.301-x86_64.deb.sha256
sha256sum: /home/behrad/.cache/yay/cloudflare-warp-bin/src/cloudflare-warp-bin-2023.9.301-x86_64.deb.sha256: no properly formatted checksum lines found
!!> SHA256 mismatch: /home/behrad/.cache/yay/cloudflare-warp-bin/src/cloudflare-warp-bin-2023.9.301-x86_64.deb.sha256

when I look the cloudflare-warp-bin-2023.9.301-x86_64.deb.sha256 file there is no hash in there an only the file name:

cloudflare-warp-bin-2023.9.301-x86_64.deb

but for example this is the output of cloudflare-warp-bin-2023.9.301-1-x86_64-Packages.sha256:

8c4729b1c0829eb438ae33478714fe4a45d9d8b311a4fb07d8406302304f08fc cloudflare-warp-bin-2023.9.301-1-x86_64-Packages

UPDATE: the problem should be in line 84 of PKGBUILD when grabing the sha256 of .deb file.

ojasbhagavath commented on 2023-10-02 06:45 (UTC)

Unable to install due to SHA256 mismatch error. :(

mathix commented on 2023-08-09 09:07 (UTC) (edited on 2023-08-09 09:08 (UTC) by mathix)

Another workaround is to stop (or mask) systemd-resolved after warp-svc is running.

At some point this workaround worked for me, but not since last updates.

The /etc/nsswitch.conf change did not work for me neither.

kinifwyne commented on 2023-08-06 05:05 (UTC) (edited on 2023-08-06 05:10 (UTC) by kinifwyne)

I got mine to work by editing /etc/nsswitch.conf I changed
hosts: mymachines resolve [!UNAVAIL=return] files myhostname dns
to
hosts: dns [!UNAVAIL=return] files
see https://wiki.archlinux.org/title/Domain_name_resolution.

Another workaround is to stop (or mask) systemd-resolved after warp-svc is running.

tdworz commented on 2023-08-03 10:48 (UTC)

The upstream URL would probably be better set as https://cloudflarewarp.com. Setting it to https://1.1.1.1 results in an unusable link for most people. Moreover, the idea that httpS://<ip> is a thing is technically wrong (https://stackoverflow.com/questions/33419568/accessing-https-sites-with-ip-address) regardless of their little DNS trick.

ollosh commented on 2023-07-30 16:17 (UTC)

I'm still getting Reason: Connectivity check failed due to DNS Lookup Failed Anyone experiencing the same issue?