tang: Add package into tree 5447/head
authorTibor Dudlák <tdudlak@redhat.com>
Sun, 14 Jan 2018 20:37:13 +0000 (21:37 +0100)
committerTibor Dudlák <tdudlak@redhat.com>
Wed, 3 Apr 2019 23:20:12 +0000 (01:20 +0200)
commitb99d701318612ec91d38fc1cec66e4b9305ecd24
tree9c28399513fb0e63c4f59e3383b6f4348a100036
parent3b65a21c7c60765f7345dc6bad3875a8fdd943fd
tang: Add package into tree

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>
utils/tang/Makefile [new file with mode: 0644]
utils/tang/files/tangdw [new file with mode: 0755]
utils/tang/files/tangdx [new file with mode: 0644]
utils/tang/patches/Makefile_am.patch [new file with mode: 0644]
utils/tang/patches/rm-systemd-from-configure.patch [new file with mode: 0644]
utils/tang/patches/use-readlink-in-tangd-update.patch [new file with mode: 0644]