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

ts-warp: 1.5.4 -> 1.5.7 #365494

Merged
merged 1 commit into from
Dec 16, 2024
Merged

Conversation

r-ryantm
Copy link
Contributor

Automatic update generated by nixpkgs-update tools. This update was made based on information from https://github.com/mezantrop/ts-warp/releases.

meta.description for ts-warp is: Transparent proxy server and traffic wrapper

meta.homepage for ts-warp is: https://github.com/mezantrop/ts-warp

meta.changelog for ts-warp is: https://github.com/mezantrop/ts-warp/blob/1.5.7/CHANGELOG.md

Updates performed
  • Version update
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 1.5.7 with grep in /nix/store/f07wc7xalj670xalpm0jpfynhr3x49y4-ts-warp-1.5.7
  • found 1.5.7 in filename of file in /nix/store/f07wc7xalj670xalpm0jpfynhr3x49y4-ts-warp-1.5.7

Rebuild report (if merged into master) (click to expand)
2 total rebuild path(s)

2 package rebuild(s)

First fifty rebuilds by attrpath

ts-warp
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/f07wc7xalj670xalpm0jpfynhr3x49y4-ts-warp-1.5.7 \
  --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \
  --option trusted-public-keys '
  nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The Cachix cache is only trusted for this store-path realization.)
For the Cachix download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A ts-warp https://github.com/r-ryantm/nixpkgs/archive/d3dc7a43cfb36c0ff2c48abb81d62a32d9557907.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/d3dc7a43cfb36c0ff2c48abb81d62a32d9557907#ts-warp

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/f07wc7xalj670xalpm0jpfynhr3x49y4-ts-warp-1.5.7
ls -la /nix/store/f07wc7xalj670xalpm0jpfynhr3x49y4-ts-warp-1.5.7/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review


x86_64-linux

✅ 1 package built:
  • ts-warp

Maintainer pings

cc @heywoodlh for testing.

Tip

As a maintainer, if your package is located under pkgs/by-name/*, you can comment @NixOS/nixpkgs-merge-bot merge to automatically merge this update using the nixpkgs-merge-bot.


Add a 👍 reaction to pull requests you find important.

@heywoodlh
Copy link
Contributor

LGTM:

❯ nix run "github:nixos/nixpkgs/d3dc7a43cfb36c0ff2c48abb81d62a32d9557907#ts-warp" -- -h
Usage:
  ts-warp -T IP:Port -S IP:Port -H IP:Port -c file.ini -l file.log -v 0-4 -t file.act -d -p file.pid -f -u user -D -h

Version:
  TS-Warp-1.5.7

All parameters are optional:
  -T IP:Port        Local IP address and port for incoming Transparent requests; set -T 0:0 to disables it
  -S IP:Port        Local IP address and port for internal Socks5 server; set -S 0:0 to disables it
  -H IP:Port        Local IP address and port for internal HTTP server; set -H 0:0 to disables it
  -c file.ini       Configuration file, default: /nix/store/36h24imwdgnim4ljm8df83r2jm21q9ds-ts-warp-1.5.7/etc/ts-warp.ini

  -l file.log       Main log filename, default: /nix/store/36h24imwdgnim4ljm8df83r2jm21q9ds-ts-warp-1.5.7/var/log/ts-warp.log
  -v 0..4           Log verbosity level: 0 - off, default 3
  -t file.act       Active connections and traffic log

  -d                Daemon mode
  -p file.pid       PID filename, default: /nix/store/36h24imwdgnim4ljm8df83r2jm21q9ds-ts-warp-1.5.7/var/run/ts-warp.pid
  -f                Force start

  -u user           A user to run ts-warp, default: root. Note, this option has no effect on macOS
  -D 0..512         Deep Packet Inspections bypass fragment size. Default: 0 - disabled. Set any value, e.g., 2 to enable

  -h                This message

@NixOS/nixpkgs-merge-bot merge

@nixpkgs-merge-bot nixpkgs-merge-bot bot merged commit cfa7244 into NixOS:master Dec 16, 2024
23 of 24 checks passed
@nixpkgs-merge-bot
Copy link
Contributor

Merge completed (#306934)

@r-ryantm r-ryantm deleted the auto-update/ts-warp branch December 16, 2024 12:22
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