Merged
Conversation
172163d to
e532fa8
Compare
3832885 to
3141fb6
Compare
karlp
reviewed
Jul 13, 2018
karlp
reviewed
Jul 13, 2018
karlp
reviewed
Jul 13, 2018
karlp
reviewed
Jul 13, 2018
Contributor
|
Personally, I'd rather see the patches include the header and description of them, rather than just having the file name too. |
Contributor
Author
|
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. |
2 tasks
neheb
reviewed
Apr 3, 2019
|
|
||
| define Package/tang | ||
| SECTION:=utils | ||
| TITLE:=tang v$(PKG_VERSION) - daemon for binding data to the presence of a third party |
Contributor
There was a problem hiding this comment.
Interesting... This seems to be the exception, not the rule when it comes to the title field. Not a problem but nevertheless interesting.
Contributor
|
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 <tdudlak@redhat.com>
|
Could you add Clevis (the client part) too? For auto-unlocking a LUKS partition on the router for example. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

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 tibor.dudlak@gmail.com