Bug 253284 - net/microsocks: add rc script
Summary: net/microsocks: add rc script
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-02-06 04:35 UTC by Pavel Timofeev
Modified: 2022-02-28 13:14 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (sunpoet)


Attachments
port patch (3.28 KB, patch)
2021-02-06 04:35 UTC, Pavel Timofeev
no flags Details | Diff
add rc script (2.60 KB, patch)
2021-04-18 18:11 UTC, Pavel Timofeev
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Timofeev 2021-02-06 04:35:02 UTC
Created attachment 222195 [details]
port patch

- Add rc script. Don't occupy a username for such not widely used daemon, but leave the ability to define it to the end user.
- Update net/microsocks to 1.0.2. Most noticable changes in my opinion are:
-- fix crash on freebsd caused by small stack size
-- use poll(2) instead of select(2)
Comment 1 Pavel Timofeev 2021-02-06 16:41:36 UTC
Unfortunately there is no release notes on github
Comment 2 Pavel Timofeev 2021-02-10 21:17:50 UTC
BTW, I also could take maintainership
Comment 3 Pavel Timofeev 2021-03-14 21:01:13 UTC
Hi, any updates?
Comment 4 Daniel Engberg freebsd_committer freebsd_triage 2021-04-10 06:22:41 UTC
Updated to 1.0.2 by maintainer in r564255
Comment 5 Pavel Timofeev 2021-04-10 12:20:49 UTC
This PR has rc script also! 
Right now the port is missing it
Comment 6 Pavel Timofeev 2021-04-18 18:11:10 UTC
Created attachment 224228 [details]
add rc script

Changing this PR
Comment 7 Daniel Engberg freebsd_committer freebsd_triage 2021-05-23 07:06:43 UTC
Po-Chuan,

Can you please have a look at this?

Best regarsd,
Daniel
Comment 8 Daniel Engberg freebsd_committer freebsd_triage 2021-11-02 20:53:43 UTC
Friendly ping
Comment 9 commit-hook freebsd_committer freebsd_triage 2022-02-28 12:55:04 UTC
A commit in branch main references this bug:

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

commit 28cb794ff6b7ecf37d11ca5179d76a874d747ded
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-02-28 09:41:27 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-02-28 12:46:44 +0000

    net/microsocks: Add rc script

    - Bump PORTREVISION for package change

    PR:             253284
    Reported by:    Pavel Timofeev <timp87@gmail.com>

 net/microsocks/Makefile                  |  3 ++
 net/microsocks/files/microsocks.in (new) | 64 ++++++++++++++++++++++++++++++++
 2 files changed, 67 insertions(+)
Comment 10 Po-Chuan Hsieh freebsd_committer freebsd_triage 2022-02-28 13:14:34 UTC
Committed. Thanks!