Commit Graph

7 Commits

Author SHA1 Message Date
Rosen Penev 5ccd4d1c25 treewide: compile with tools/meson
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-09-17 22:06:52 -07:00
Rosen Penev d49c79b76b tang: remove outdated key handling
As of https://github.com/latchset/tang/commit/c0f080efcd2e50 , tang has
no more tangd-update. Instead, it handles it itself. Update postinst
script.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-06-09 22:23:04 -07:00
Rosen Penev a02d79327b tang: update to 10
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-06-02 20:21:40 -07:00
Rosen Penev b9236dc173 tang: update to 8
Upstream switched to meson. Adjust accordingly.

Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-05 16:41:41 -08:00
Eneas U de Queiroz bf10d00801
tang: do not build manpages
Ensure a2x is not found, so that manpages are not generated.
They are currently failing to pass xmllint.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2019-08-14 17:41:24 -03:00
Rosen Penev 75eb09638d
tang: Update to version 7
Added License information.

Cleaned up Makefile for consistency between packages.

Added numerical prefixes to the patches for clarity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-15 13:07:06 -07:00
Tibor Dudlák b99d701318
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>
2019-04-04 01:20:12 +02:00