-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
tang: Add package tang into tree #5447
Conversation
172163d
to
e532fa8
Compare
3832885
to
3141fb6
Compare
Personally, I'd rather see the patches include the header and description of them, rather than just having the file name too. |
Hello @karlp, |
e22b03d
to
45395bf
Compare
If you can add node 8 or higher to the package tree, you can basically just use tangd from https://github.com/cloggo/tangd. |
|
||
define Package/tang | ||
SECTION:=utils | ||
TITLE:=tang v$(PKG_VERSION) - daemon for binding data to the presence of a third party |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Interesting... This seems to be the exception, not the rule when it comes to the title field. Not a problem but nevertheless interesting.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please rebase so we can get confirmation from CircleCI. |
Tang is lightweight server for binding data to network presence. --- Tang's source: https://github.com/latchset/tang Maintainer: @Tiboris Compile tested: (mips, TL-WR842N, 17.01.4, r3560-79f57e422d) **Tang requires a few other software libraries:** 1. libhttp-parser 2. xinetd's socket activation 3. jose >= 8 **Two new files compared to tang upstream:** - tangdx : configuration file for xinetd - tangdw : wrapper for tangd service - puts timestamp when service activated, and - redirects stderr to log file in /var/log/ **Removed systemd requirement** Signed-off-by: Tibor Dudlák <[email protected]>
Could you add Clevis (the client part) too? For auto-unlocking a LUKS partition on the router for example. |
Tang is lightweight server for binding data to network presence.
Tang's source: https://github.com/latchset/tang
Maintainer: @Tiboris
Compile tested: (mips, TL-WR842N, 17.01.4, r3560-79f57e422d)
Tang requires a few other software libraries:
Compared to tang upstream:
Two new files:
Removed systemd requirement and nagios program
Signed-off-by: Tibor Dudlák [email protected]