123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- Source: tang
- Maintainer: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
- Homepage: https://github.com/latchset/tang
- Standards-Version: 4.6.2
- Vcs-Browser: https://git.in-ulm.de/cbiedl/tang
- Vcs-Git: https://git.in-ulm.de/cbiedl/tang.git
- Build-Depends: debhelper-compat (= 13),
- asciidoctor,
- curl,
- iproute2,
- jose,
- libhttp-parser-dev,
- libjansson-dev,
- libjose-dev,
- meson,
- pkg-config,
- systemd,
- Priority: optional
- Rules-Requires-Root: no
- Section: net
- Package: tang
- Architecture: all
- Depends: ${misc:Depends},
- tang-common (>= ${source:Version}),
- Recommends:
- curl,
- Description: network-based cryptographic binding server
- Tang is a service for binding cryptographic keys to network presence.
- It offers a secure, stateless, anonymous alternative to key escrow
- services.
- Package: tang-xinetd
- Architecture: all
- Depends: ${misc:Depends},
- adduser,
- moreutils,
- tang-common (>= ${source:Version}),
- xinetd,
- Recommends:
- curl,
- Description: network-based cryptographic binding server - xinet version
- Tang is a service for binding cryptographic keys to network presence.
- It offers a secure, stateless, anonymous alternative to key escrow
- services.
- .
- This package uses xinetd to provide the service.
- Package: tang-common
- Architecture: linux-any
- Depends: ${misc:Depends}, ${shlibs:Depends},
- adduser,
- jose,
- libjansson4,
- Description: network-based cryptographic binding server - common files
- Tang is a service for binding cryptographic keys to network presence.
- It offers a secure, stateless, anonymous alternative to key escrow
- services.
- .
- This package provides the files common for both backends.
|