Port details |
- tlsc TLS connect daemon
- 2.0 security
=3 2.0Version of this port present on the latest quarterly branch. - Maintainer: zirias@FreeBSD.org
 - Port Added: 2023-05-02 06:57:05
- Last Update: 2023-06-02 18:24:12
- Commit Hash: 85fef6c
- People watching this port, also watch:: makemkv, exomizer, emu64, poser, ortp
- License: BSD2CLAUSE
- WWW:
- https://github.com/Zirias/tlsc
- Description:
- A simple socket proxy for connecting to TLS-enabled services.
This daemon will listen on sockets (typically on localhost) and forward
connecting clients to some remote host, adding TLS encryption.
It does the job in the simplest possible way, using all-standard options.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/security/tlsc/ && make install clean
- To add the package, run one of these commands:
- pkg install security/tlsc
- pkg install tlsc
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: tlsc
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1685715308
SHA256 (tlsc-2.0.tar.xz) = 3f5b53c08f8e5ae1163da59ae7b5cc23294ea195d3de53b7f8e238e385fc2de3
SIZE (tlsc-2.0.tar.xz) = 17164
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libposercore.so : devel/poser
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- security_tlsc
- USES:
- compiler:c11 gmake pkgconfig tar:xz
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.0 02 Jun 2023 18:24:12
    |
Felix Palmen (zirias)  |
security/tlsc: Update to 2.0
Changes: https://github.com/Zirias/tlsc/releases/tag/v2.0
Approved by: tcberner (mentor, implicit) |
1.3 11 May 2023 09:27:07
    |
Felix Palmen (zirias)  |
security/tlsc: Update to 1.3
Also add a dedicated user/group and use that by default instead of
nobody.
Changes: https://github.com/Zirias/tlsc/releases/tag/v1.3
Approved by: tcberner (mentor, implicit) |
1.2_1 03 May 2023 06:30:40
    |
Felix Palmen (zirias)  |
security/tlsc: Add default user
Set tlsc_user to 'nobody' by default, to avoid accidentally running it
as root.
Approved by: tcberner (mentor, implicit) |
1.2 02 May 2023 06:53:30
    |
Felix Palmen (zirias)  |
security/tlsc: Add new port
Tlsc is a little BSD-licensed daemon that allows to connect non-TLS
clients to TLS-enabled services.
It's kept simple, so uses all-standard options for TLS and doesn't
implement anything else (like e.g. STARTTLS or doing service-side).
Approved by: tcberner (mentor, implicit) |