Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cloudflare-warp: 2024.9.346 -> 2024.11.309 #358952

Merged
merged 1 commit into from
Nov 26, 2024

Conversation

kachick
Copy link
Member

@kachick kachick commented Nov 25, 2024

Logs in Ubuntu when getting the version

Including several noisy error logs because of I ran this on zsh.

> # Add cloudflare gpg key
> curl -fsSL https://pkg.cloudflareclient.com/pubkey.gpg | sudo gpg --yes --dearmor --output /usr/share/keyrings/cloudflare-warp-archive-keyring.gpg


> # Add this repo to your apt repositories
> echo "deb [signed-by=/usr/share/keyrings/cloudflare-warp-archive-keyring.gpg] https://pkg.cloudflareclient.com/ $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/cloudflare-client.list


> # Install
> sudo apt-get update && sudo apt-get install cloudflare-warp
deb [signed-by=/usr/share/keyrings/cloudflare-warp-archive-keyring.gpg] https://pkg.cloudflareclient.com/ noble main
Get:1 https://pkg.cloudflareclient.com noble InRelease [2567 B]                                                   
Hit:2 http://security.ubuntu.com/ubuntu noble-security InRelease                                                  
Hit:3 http://archive.ubuntu.com/ubuntu noble InRelease
Get:4 https://pkg.cloudflareclient.com noble/main amd64 Packages [458 B]
Hit:5 http://archive.ubuntu.com/ubuntu noble-updates InRelease
Hit:6 http://archive.ubuntu.com/ubuntu noble-backports InRelease
Fetched 3025 B in 2s (1494 B/s)
Reading package lists... Done
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
  desktop-file-utils gnupg2 libnss3-tools
Suggested packages:
  traceroute
The following NEW packages will be installed:
  cloudflare-warp desktop-file-utils gnupg2 libnss3-tools
0 upgraded, 4 newly installed, 0 to remove and 146 not upgraded.
Need to get 37.8 MB of archives.
After this operation, 105 MB of additional disk space will be used.
Do you want to continue? [Y/n] Y
Get:1 https://pkg.cloudflareclient.com noble/main amd64 cloudflare-warp amd64 2024.11.309.0 [37.1 MB]
Get:2 http://archive.ubuntu.com/ubuntu noble/universe amd64 gnupg2 all 2.4.4-2ubuntu17 [4748 B]
Get:3 http://archive.ubuntu.com/ubuntu noble/main amd64 desktop-file-utils amd64 0.27-2build1 [53.8 kB]
Get:4 http://archive.ubuntu.com/ubuntu noble/main amd64 libnss3-tools amd64 2:3.98-1build1 [615 kB]
Fetched 37.8 MB in 3s (13.2 MB/s)                                          
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = (unset),
	LC_TIME = "en_DK.UTF-8",
	LANG = "ja_JP.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
Selecting previously unselected package gnupg2.
(Reading database ... 103525 files and directories currently installed.)
Preparing to unpack .../gnupg2_2.4.4-2ubuntu17_all.deb ...
Unpacking gnupg2 (2.4.4-2ubuntu17) ...
Selecting previously unselected package desktop-file-utils.
Preparing to unpack .../desktop-file-utils_0.27-2build1_amd64.deb ...
Unpacking desktop-file-utils (0.27-2build1) ...
Selecting previously unselected package libnss3-tools.
Preparing to unpack .../libnss3-tools_2%3a3.98-1build1_amd64.deb ...
Unpacking libnss3-tools (2:3.98-1build1) ...
Selecting previously unselected package cloudflare-warp.
Preparing to unpack .../cloudflare-warp_2024.11.309.0_amd64.deb ...
Unpacking cloudflare-warp (2024.11.309.0) ...
Setting up gnupg2 (2.4.4-2ubuntu17) ...
Setting up desktop-file-utils (0.27-2build1) ...
Setting up libnss3-tools (2:3.98-1build1) ...
Setting up cloudflare-warp (2024.11.309.0) ...
-sh: 56: /home/kachick.linux/.nix-profile/etc/profile.d/hm-session-vars.sh: [[: not found
-sh: 7: [[: not found
-sh: 56: /home/kachick.linux/.nix-profile/etc/profile.d/hm-session-vars.sh: [[: not found
-sh: 7: [[: not found
Created symlink /etc/systemd/system/multi-user.target.wants/warp-svc.service → /usr/lib/systemd/system/warp-svc.service.
Processing triggers for man-db (2.12.0-4build2) ...
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = (unset),
	LC_TIME = "en_DK.UTF-8",
	LANG = "ja_JP.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
Scanning processes...                                                                                                                                                                                                                                                                                              
Scanning linux images...                                                                                                                                                                                                                                                                                           

Running kernel seems to be up-to-date.

No services need to be restarted.

No containers need to be restarted.

No user sessions are running outdated binaries.

No VM guests are running outdated hypervisor (qemu) binaries on this host.

> bash
> # Install
> sudo apt-get update && sudo apt-get install cloudflare-warp
                
Hit:1 https://pkg.cloudflareclient.com noble InRelease                                                            
Hit:2 http://archive.ubuntu.com/ubuntu noble InRelease                                                            
Hit:3 http://security.ubuntu.com/ubuntu noble-security InRelease
Hit:4 http://archive.ubuntu.com/ubuntu noble-updates InRelease
Hit:5 http://archive.ubuntu.com/ubuntu noble-backports InRelease
Reading package lists... Done
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
cloudflare-warp is already the newest version (2024.11.309.0).
0 upgraded, 0 newly installed, 0 to remove and 146 not upgraded.

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/) - connect, disconnect, status, version
  • 25.05 Release Notes (or backporting 24.11 and 25.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

Add a 👍 reaction to pull requests you find important.

@kachick
Copy link
Member Author

kachick commented Nov 25, 2024

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 358952


x86_64-linux

✅ 1 package built:
  • cloudflare-warp

@ofborg ofborg bot added 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin 10.rebuild-linux: 1-10 10.rebuild-linux: 1 labels Nov 26, 2024
@marcusramberg
Copy link
Contributor

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 358952


aarch64-linux

✅ 1 package built:
  • cloudflare-warp

@marcusramberg marcusramberg merged commit d8cc119 into NixOS:master Nov 26, 2024
57 of 58 checks passed
Copy link
Contributor

Backport failed for release-24.05, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin release-24.05
git worktree add -d .worktree/backport-358952-to-release-24.05 origin/release-24.05
cd .worktree/backport-358952-to-release-24.05
git switch --create backport-358952-to-release-24.05
git cherry-pick -x 94b04b2a93bfc3e73b646ed96a9a3f532567271d

@marcusramberg marcusramberg added backport release-24.11 Backport PR automatically and removed 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin backport release-24.05 labels Nov 26, 2024
Copy link
Contributor

Successfully created backport PR for release-24.11:

@kachick
Copy link
Member Author

kachick commented Nov 26, 2024

Thank you for check and merging!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants