Commit Graph

5 Commits

Author SHA1 Message Date
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
Ilya Lipnitskiy 5d8d4fbbcb
treewide: Run refresh on all packages
The crude loop I wrote to come up with this changeset:

  find -L package/feeds/packages/ -name patches | \
  sed 's/patches$/refresh/' | sort | xargs make

Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
2021-02-20 16:02:15 -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