Package Details: cloudflare-warp-bin 2024.12.554-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: 0.56
First Submitted: 2021-05-26 08:59 (UTC)
Last Updated: 2024-12-20 12:07 (UTC)

Latest Comments

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

glitsj16 commented on 2022-07-04 11:09 (UTC) (edited on 2022-07-04 11:09 (UTC) by glitsj16)

There seems to be some misunderstanding about how PGP key validation works in makepkg. The wiki can help, here's a quote: "The signature checking implemented in makepkg does not use pacman's keyring, instead relying on the user's keyring." So the pinned comment is wrong and causes confusion.

Some important links on key validation:

https://wiki.archlinux.org/title/Makepkg#Signature_checking

https://wiki.archlinux.org/title/GnuPG#Import_a_public_key

https://wiki.archlinux.org/title/GnuPG#Use_a_keyserver

PG_LoLo commented on 2022-07-04 10:21 (UTC)

This AUR still does not work. I am still getting PGP error!

Osama commented on 2022-06-07 07:40 (UTC) (edited on 2022-06-07 07:41 (UTC) by Osama)

Even after importing the key I am still seeing PGP validation error:

:: PGP keys need importing:

-> C068A2B5771775193CBE1F2F6E2DD2174FA1C3BA, required by: cloudflare-warp-bin ==> Import? [Y/n]

:: Importing keys with gpg...

gpg: keyserver receive failed: Server indicated a failure

-> problem importing keys

And if I say no then it doesnt build:

cloudflare-warp-bin-2022.4.235-1-Release ... FAILED (unknown public key 6E2DD2174FA1C3BA)

==> ERROR: One or more PGP signatures could not be verified!

-> error making: cloudflare-warp-bin

PG_LoLo commented on 2022-05-29 06:51 (UTC)

I have same issue with PGP keys, that can not be solved by @solatis comment. Output of sudo pamac build cloudflare-warp-bin:

==> Making package: cloudflare-warp-bin 2022.4.235-1 (Вс 29 мая 2022 09:50:38)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Downloading cloudflare-warp-bin-2022.4.235-x86_64.deb...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 19.8M  100 19.8M    0     0  25.9M      0 --:--:-- --:--:-- --:--:-- 25.8M
  -> Downloading cloudflare-warp-bin-2022.4.235-1-Release...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  2330  100  2330    0     0   7571      0 --:--:-- --:--:-- --:--:--  7589
  -> Downloading cloudflare-warp-bin-2022.4.235-1-Release.sig...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   833  100   833    0     0   2515      0 --:--:-- --:--:-- --:--:--  2516
  -> Downloading cloudflare-warp-bin-2022.4.235-1-x86_64-Packages...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  7581  100  7581    0     0  23410      0 --:--:-- --:--:-- --:--:-- 23398
==> Validating source files with md5sums...
    cloudflare-warp-bin-2022.4.235-x86_64.deb ... Passed
    cloudflare-warp-bin-2022.4.235-1-Release ... Skipped
    cloudflare-warp-bin-2022.4.235-1-Release.sig ... Skipped
    cloudflare-warp-bin-2022.4.235-1-x86_64-Packages ... Skipped
==> Validating source files with sha256sums...
    cloudflare-warp-bin-2022.4.235-x86_64.deb ... Passed
    cloudflare-warp-bin-2022.4.235-1-Release ... Skipped
    cloudflare-warp-bin-2022.4.235-1-Release.sig ... Skipped
    cloudflare-warp-bin-2022.4.235-1-x86_64-Packages ... Skipped
==> Verifying source file signatures with gpg...
    cloudflare-warp-bin-2022.4.235-1-Release ... FAILED
==> ERROR: One or more PGP signatures could not be verified!
Finished with result: exit-code
Main processes terminated with: code=exited/status=1
Service runtime: 2.753s
CPU time consumed: 1.250s
Error: Failed to build cloudflare-warp-bin

As you can see, it does not specify with which PGP exactly the error occurred. So I don't really understand how to fix it. Can anyone please help?

solatis commented on 2022-04-27 07:55 (UTC)

@cocatrip That's unfortunate, I wonder whether it's better to just turn off the PGP validation for this package.

Could you copy/paste the error you got earlier? Did you attempt to manually import the key using pacman-key?

cocatrip commented on 2022-04-27 03:17 (UTC)

i also got the same probelm as @fscarmen

i've found a workaround for this, by using PKGBUILD from before this commit spesifically before the commit that validate PGP hashes using Cloudflare's keys.

fscarmen commented on 2022-03-20 02:37 (UTC)

# curl -sS https://pkg.cloudflareclient.com/pubkey.gpg  | gpg --import -
gpg: keybox '/root/.gnupg/pubring.kbx' created
gpg: /root/.gnupg/trustdb.gpg: trustdb created
gpg: key 6E2DD2174FA1C3BA: public key "Cloudflare Package Repository <support@cloudflare.com>" imported
gpg: Total number processed: 1
gpg:               imported: 1


 # yay -S --noconfirm cloudflare-warp-bin                                                                                                       1
 -> Avoid running yay as root/sudo.
:: Checking for conflicts...
:: Checking for inner conflicts...
[Repo:1]  nftables-1:1.0.1-3
[Aur:1]  cloudflare-warp-bin-2022.2.288-1

:: (1/1) Downloaded PKGBUILD: cloudflare-warp-bin
  1 cloudflare-warp-bin                      (Build Files Exist)
==> Diffs to show?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==> 
:: (1/1) Parsing SRCINFO: cloudflare-warp-bin
resolving dependencies...
looking for conflicting packages...

Packages (1) nftables-1:1.0.1-3

Total Download Size:   0.34 MiB
Total Installed Size:  0.90 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 nftables-1:1.0.1-3-x86_64                                                    346.0 KiB   214 KiB/s 00:02 [###############################################################] 100%
(1/1) checking keys in keyring                                                                            [###############################################################] 100%
(1/1) checking package integrity                                                                          [###############################################################] 100%
(1/1) loading package files                                                                               [###############################################################] 100%
(1/1) checking for file conflicts                                                                         [###############################################################] 100%
(1/1) checking available disk space                                                                       [###############################################################] 100%
:: Processing package changes...
(1/1) installing nftables                                                                                 [###############################################################] 100%
Optional dependencies for nftables
    python: Python bindings [installed]
:: Running post-transaction hooks...
(1/2) Reloading system manager configuration...
(2/2) Arming ConditionNeedsUpdate...
==> Making package: cloudflare-warp-bin 2022.2.288-1 (Sun 20 Mar 2022 10:16:32 CST)
==> Retrieving sources...
  -> Downloading cloudflare-warp-bin-2022.2.288-x86_64.deb...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 15.0M  100 15.0M    0     0  9896k      0  0:00:01  0:00:01 --:--:-- 9895k
  -> Downloading cloudflare-warp-bin-2022.2.288-1-Release...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  2330  100  2330    0     0   3842      0 --:--:-- --:--:-- --:--:--  3838
  -> Downloading cloudflare-warp-bin-2022.2.288-1-Release.sig...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   833  100   833    0     0   1696      0 --:--:-- --:--:-- --:--:--  1696
  -> Downloading cloudflare-warp-bin-2022.2.288-1-x86_64-Packages...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  6169  100  6169    0     0  12536      0 --:--:-- --:--:-- --:--:-- 12538
==> Validating source files with md5sums...
    cloudflare-warp-bin-2022.2.288-x86_64.deb ... Passed
    cloudflare-warp-bin-2022.2.288-1-Release ... Skipped
    cloudflare-warp-bin-2022.2.288-1-Release.sig ... Skipped
    cloudflare-warp-bin-2022.2.288-1-x86_64-Packages ... Skipped
==> Validating source files with sha256sums...
    cloudflare-warp-bin-2022.2.288-x86_64.deb ... Passed
    cloudflare-warp-bin-2022.2.288-1-Release ... Skipped
    cloudflare-warp-bin-2022.2.288-1-Release.sig ... Skipped
    cloudflare-warp-bin-2022.2.288-1-x86_64-Packages ... Skipped
==> Verifying source file signatures with gpg...
    cloudflare-warp-bin-2022.2.288-1-Release ... FAILED (unknown public key 6E2DD2174FA1C3BA)
==> ERROR: One or more PGP signatures could not be verified!
 -> error downloading sources: cloudflare-warp-bin 
         context: exit status 1 


 -> nftables not satisfied, flushing install queue
==> Making package: cloudflare-warp-bin 2022.2.288-1 (Sun 20 Mar 2022 10:16:38 CST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found cloudflare-warp-bin-2022.2.288-x86_64.deb
  -> Found cloudflare-warp-bin-2022.2.288-1-Release
  -> Found cloudflare-warp-bin-2022.2.288-1-Release.sig
  -> Found cloudflare-warp-bin-2022.2.288-1-x86_64-Packages
==> Validating source files with md5sums...
    cloudflare-warp-bin-2022.2.288-x86_64.deb ... Passed
    cloudflare-warp-bin-2022.2.288-1-Release ... Skipped
    cloudflare-warp-bin-2022.2.288-1-Release.sig ... Skipped
    cloudflare-warp-bin-2022.2.288-1-x86_64-Packages ... Skipped
==> Validating source files with sha256sums...
    cloudflare-warp-bin-2022.2.288-x86_64.deb ... Passed
    cloudflare-warp-bin-2022.2.288-1-Release ... Skipped
    cloudflare-warp-bin-2022.2.288-1-Release.sig ... Skipped
    cloudflare-warp-bin-2022.2.288-1-x86_64-Packages ... Skipped
==> Verifying source file signatures with gpg...
    cloudflare-warp-bin-2022.2.288-1-Release ... FAILED (unknown public key 6E2DD2174FA1C3BA)
==> ERROR: One or more PGP signatures could not be verified!
 -> error making: cloudflare-warp-bin

apostol commented on 2022-03-12 13:18 (UTC)

"Failed to start warp-svc.service: Unit warp-svc.service not found".

systemctl enable --now warp-svc.service