Bug 275889 - net/ts-warp: update to 1.4.7
Summary: net/ts-warp: update to 1.4.7
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Fernando Apesteguía
URL: https://github.com/mezantrop/ts-warp/...
Keywords:
Depends on:
Blocks:
 
Reported: 2023-12-22 18:51 UTC by zmey20000
Modified: 2024-01-19 19:48 UTC (History)
2 users (show)

See Also:


Attachments
[PATCH] ts-warp-1.4.7 (1.10 KB, patch)
2023-12-22 18:51 UTC, zmey20000
no flags Details | Diff
[PATCH] ts-warp-1.4.7 updated (911 bytes, patch)
2023-12-26 10:00 UTC, zmey20000
fernape: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description zmey20000 2023-12-22 18:51:06 UTC
Created attachment 247204 [details]
[PATCH] ts-warp-1.4.7

Updating TS-Warp port from 1.4.6 to 1.4.7
Comment 1 zmey20000 2023-12-22 19:06:41 UTC
ts-warp-1.4.7, gui-warp-1.0.22 (gui-warp-v1.0.26-mac), ns-warp-1.0.7

    ts-warp.sh.in: remove unused variables
    ts-warp.c: Drop direct requests to Transparent port
    Makefile: examples-* target user-name check fix
    ts-warp.sh.in, ts-warp_autofw.sh.in: On Linux try Iptables firts, then Nftables; fix execution.
    socks.c: Typo fix
    gui-warp.py, gui-warp.app: Links to releases; better PID-file checking
    Makefile, README.md: Better custom installation PREFIX
    gui/Makefile: images go to share/ts-warp directory
    gui-warp.py: Better parsing of gui-warp.ini - key error fix
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2023-12-25 15:58:24 UTC
Comment on attachment 247204 [details]
[PATCH] ts-warp-1.4.7

^Triage: convert this to text/plain so that the tools can see it.
Comment 3 zmey20000 2023-12-26 10:00:01 UTC
Created attachment 247262 [details]
[PATCH] ts-warp-1.4.7 updated

Does it look better?
Comment 4 Fernando Apesteguía freebsd_committer freebsd_triage 2024-01-19 12:17:08 UTC
^Triage: [tags] in issue Titles are deprecated.

^Triage: Simplifying title

^Triage: Please set the maintainer-approval attachment flag (to +) on patches for ports you maintain to signify approval.
--
Attachment -> Details -> maintainer-approval [+]

^Triage: Maintainer-feedback flag (+) not required unless requested (?) first.


Thanks!
Comment 5 Fernando Apesteguía freebsd_committer freebsd_triage 2024-01-19 17:13:57 UTC
Committed,

Thanks!
Comment 6 commit-hook freebsd_committer freebsd_triage 2024-01-19 17:14:16 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a4a6b096df27a44fe672f2e0de9b17982188e705

commit a4a6b096df27a44fe672f2e0de9b17982188e705
Author:     Fernando Apesteguía <fernape@FreeBSD.org>
AuthorDate: 2024-01-19 12:17:58 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2024-01-19 17:13:32 +0000

    net/ts-warp: update to 1.4.7

    ChangeLog: https://github.com/mezantrop/ts-warp/releases/tag/1.4.7

     * ts-warp.sh.in: remove unused variables
     * ts-warp.c: Drop direct requests to Transparent port
     * Makefile: examples-* target user-name check fix
     * ts-warp.sh.in, ts-warp_autofw.sh.in: On Linux try Iptables firts, then
       Nftables; fix execution.
     * socks.c: Typo fix
     * gui-warp.py, gui-warp.app: Links to releases; better PID-file checking
     * Makefile, README.md: Better custom installation PREFIX
     * gui/Makefile: images go to share/ts-warp directory
     * gui-warp.py: Better parsing of gui-warp.ini - key error fix

    PR:             275889
    Reported by:    zmey20000@yahoo.com (maintainer)

 net/ts-warp/Makefile | 2 +-
 net/ts-warp/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
Comment 7 zmey20000 2024-01-19 19:48:44 UTC
(In reply to Fernando Apesteguía from comment #5)

Thank you!