Conversation
d7c31ab to
ba75168
Compare
71d8951 to
f7191df
Compare
|
OpenWrt and LEDE do not support two different versions of the same package in the repository. You did it correctly and should add a link to the pull reqeust for the update of jansson into this pull request and make the package just depend on jansson. |
3564e45 to
31ceddb
Compare
1c3c15f to
d1ab6cb
Compare
c1ff3df to
128627b
Compare
Tang is lightweight server for binding data to network presence. Maintainer: @Tiboris Compile tested: (mips, TL-WR842N, 17.01.4, r3560-79f57e422d) **Tang requires a few other software libraries:** 1. libhttp-parser: - ~openwrt#4334 - openwrt#5189 - + upstream patch openwrt#4334 2. xinetd's socket activation 3. jose >= 8: - openwrt#4334 **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 <tibor.dudlak@gmail.com>
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: - ~openwrt#4334 - openwrt#5189 - \+ needs upstream patch openwrt#5446 2. xinetd's socket activation 3. jose >= 8: - openwrt#4334 **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>
ba71c70 to
961e610
Compare
|
Do I have to divide this package into two? joselib and josetool? |
|
@Tiboris OpenWrt is targetting small storage devices, so if josetool is not mandatory, and for exemple tang only require joselib, it make sense to have 2 packages |
|
Hi @champtar, Thanks for input! I can of course divide it into two packages. |
0821979 to
f89bc61
Compare
5e5d52f to
c36d15f
Compare
|
@champtar |
|
@Tiboris can you rebase against current master so that CircleCI is ran? |
|
@neheb Sure, done :) |
|
Just looked at the upstream project. Might be good to backport this: latchset/jose@198f720 |
Jose is acommand line utility for performing various tasks on JSON Object Signing and Encryption (JOSE) objects. José provides a full crypto stack including key generation, signing and encryption. Added: latchset/jose@198f720 Signed-off-by: Tibor Dudlák <tibor.dudlak@gmail.com>
|
Nice catch @neheb, thanks for review! Changes pushed. |
|
I see no more problems. Merging. I trust you'll take case of this well :). |
Signed-off-by: Tibor Dudlák tibor.dudlak@gmail.com
Maintainer: @Tiboris / TBA
Compile tested: (mips, TL-WR842N, 17.01.4, r3560-79f57e422d)
Description:
José is a command line utility for performing various tasks on JSON Object Signing and Encryption (JOSE) objects. José provides a full crypto stack including key generation, signing and encryption.
Project page: https://github.com/latchset/jose
José also depends on jansson >= 2.9
jose also with http-parser
and xinetd is required as dependency for Tang server.
Tang project page: https://github.com/latchset/tang
Thank you.