Bug 277702 - net/ts-warp: update from 1.47. to 1.5.0
Summary: net/ts-warp: update from 1.47. to 1.5.0
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-ports-bugs (Nobody)
URL: https://github.com/mezantrop/ts-warp
Keywords:
: 277701 (view as bug list)
Depends on:
Blocks:
 
Reported: 2024-03-14 18:52 UTC by zmey20000
Modified: 2024-03-14 22:01 UTC (History)
0 users

See Also:
linimon: maintainer-feedback+


Attachments
unified diff v1.4.7 to v1.5.0 (913 bytes, patch)
2024-03-14 18:54 UTC, zmey20000
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description zmey20000 2024-03-14 18:52:52 UTC
* **2024.03.12    ts-warp-1.5.0, gui-warp-1.0.23 (gui-warp-v1.0.28-mac), ns-warp-1.0.7**
  * `gui-warp.app`, `gui-warp.py`: Correcting paths in `gui-warp.ini`
  * `gui-warp.app`: Symlink to `/Applications` in `DMG`
  * `gui-warp.py`, `gui-warp.app`: `gui-warp.ini` back to macOS; `daemon_options` var controls `ts-warp` startup options
  * `ssh2.c`: Deny SSH2-proxy connections with no username
  * `ssh2.c`: Do not try manual authentication is agent-authentication was successful
  * `ssh2.c`: Variable `proxy_ssh_force_auth` in `ts-warp.ini` to force or negotiate SSH2 authenticaton methods
  * `ts-warp.c`: CLI options to disable `TS-Warp` port listeners: `-T 0:0`, `-S 0:0` and `-H 0:0`
  * `ssh2.c`: SSH-agent support added
  * `ts-warp.c`, `ssh2.c`: Fix SSH2 related memory leaks, proper SSH session closure
  * `inifile.c`: Hide SSH privatekey key passphrase in logs
  * `ssh2.c`: Authentication methods reworked. `proxy_key_passphrase` INI-entry appeared
  * `inifile.c`: Allow `proxy_key` to be specified in the INI-file
  * `build.sh`: MacOS application build fix for `LIBSSH2`
  * `ts-warp.c`, `Makefile`: `LIBSSH2` compilation issues under Linux
  * `inifile.c`: Enable default proxy port-numbers based on `proxy_type`: Socks4/5: 1080, HTTPS: 3128, SSH2: 22
  * `examples\ts-warp.ini`: Ports specified for `HTTPS` and `SSH2` proxies
  * `ts-warp.c`: Prevent `HTTP`-port overwriting `TRANSPARENT`-port
  * `build.sh` when makind `gui-warp.app` downloads/builds static SSL and SSH2 libraries `WITH_LIBSSH2=1 sh ./build.sh`
  * `SSH2` proxy supported in any position of a `CHAIN`
  * `gui-warp.app`: on macOS deiconify from Dock; `LICENSE` file added to the application
  * `http.c`: `http_client_request()` tolerate fail on `send()` and `recv()`
  * `ts-warp.c`: `NIT lookup` lifted up the code to work for all proxies
  * `ts-warp.c`: minor logging bugfix, `README.md` updates
  * SSH2 proxy-client introduction
  * `ts-warp.c`: Be silent on `LIBSSH2_ERROR_EAGAIN` in `libssh2_channel_read()`
  * `gui-warp.app`: `Makefile` and `build.sh` prepred for static `LIBSSH2`
  * SSH2 proxy first successful run
  * Added SSH2 to the main loop
  * `ssh2.c`: `libssh2_channel_direct_tcpip()` added
  * `ssh2.c`: `libssh2_userauth_*()` added
  * `gui-warp.app`: `build.sh` Stage `clean` removes correct `dmg` at right time

* **2024.01.16    ts-warp-1.4.8, gui-warp-1.0.22 (gui-warp-v1.0.27-mac), ns-warp-1.0.7**
  * `gui-warp.app`: update link points to `GUI-Warp.dmg` image
  * `gui-warp.app`: `build.sh` creates DMG image
  * `Makefile`: `ts-warp-ssh2` special target (for development) with `LIBSSH2`
  * `ssh2.c`: Started `ssh2_client_request()`
  * `Makefile`: Install manpages
  * `LIBSSH2` init/deinit
  * SSH2 proxy preparation
  * `ts-warp.c`: Cleaner code
  * `ts-warp.ini`: Examples are commented
  * `ts-warp.sh.in`: on `stop` flush only `TS-Warp` related anchors
  * Minor cosmetic changes
Comment 1 zmey20000 2024-03-14 18:54:15 UTC
Created attachment 249167 [details]
unified diff v1.4.7 to v1.5.0

unified diff v1.4.7 to v1.5.0
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2024-03-14 22:01:03 UTC
*** Bug 277701 has been marked as a duplicate of this bug. ***