microsocks: add low resource SOCKS5 TCP/IP only proxy server
Initial version 1.0.3
Signed-off-by: Mateusz Korniak [email protected]
Maintainer: me / @<github-user> (find it by checking history of the package Makefile) Compile tested: mipsel_24kc, Ubuntu Run tested: mipsel_24kc , Netgear WAC104, OpenWrt 21.02.3 r16554-1d4dea6d4f / LuCI openwrt-21.02 branch git-22.083.69138-0a0ce2a Tested on production load for few weeks now, without issues.
Description: Tiny TCP/IP only, SOCKS5 only proxy server.
Note: PR contains all changes from older PR https://github.com/openwrt/packages/pull/18999
I am thinking, if you don't want to include file test.sh, so your package can be run tested inside CI to check the version. As reference, you can use any test.file in this repository if it suits your needs.
run tested inside CI to check the version
microsocks is so tiny that it does not have any parameters to print its version. :/
OK. I think I applied/referred all suggestions. Squash commits?
No usage of AUTORELEASE found in changes
OK. I have committed (I hope) all requested changes. How should I now squash those commits to one? Is it possible to replace all commits, with squashed one on same (current) branch?
fyi
git reset --soft f9c9652c169ca2a9f7e4642970f3b5c079ef8319
git commit --amend --no-edit
git push -f
Thank you all, for patience and help with understanding openwrt way of packaging. Regards, take care!