[NEW] security/stud: Scalable TLS Unwrapping Daemon
stud is a network proxy that terminates TLS/SSL connections and forwards the unencrypted traffic to some backend. It's designed to handle 10s of thousands of connections efficiently on multicore machines. WWW: https://github.com/bumptech/stud PR: 206134 Submitted by: Franz Bettag <franz bett ag>
This commit is contained in:
parent
4b7fee3c20
commit
6b457d2423
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=407704
4 changed files with 40 additions and 0 deletions
|
@ -1067,6 +1067,7 @@
|
|||
SUBDIR += stoken
|
||||
SUBDIR += strobe
|
||||
SUBDIR += strongswan
|
||||
SUBDIR += stud
|
||||
SUBDIR += stunnel
|
||||
SUBDIR += subversion-gnome-keyring
|
||||
SUBDIR += subversion-kwallet
|
||||
|
|
31
security/stud/Makefile
Normal file
31
security/stud/Makefile
Normal file
|
@ -0,0 +1,31 @@
|
|||
# Created by: Franz Bettag <franz@bett.ag>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= stud
|
||||
PORTVERSION= 0.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security
|
||||
|
||||
MAINTAINER= franz@bett.ag
|
||||
COMMENT= Scalable TLS Unwrapping Daemon
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
|
||||
LIB_DEPENDS= libev.so:${PORTSDIR}/devel/libev
|
||||
|
||||
USES= gmake
|
||||
USE_GITHUB= yes
|
||||
USE_OPENSSL= yes
|
||||
|
||||
GH_ACCOUNT= wasted
|
||||
|
||||
MAKE_ARGS= MANDIR="${MANDIRS}"
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
PLIST_FILES= bin/stud \
|
||||
man/man8/stud.8.gz
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
||||
|
||||
.include <bsd.port.mk>
|
2
security/stud/distinfo
Normal file
2
security/stud/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (wasted-stud-0.4_GH0.tar.gz) = 8753a5015dbc7998e19dd353057d52e67fd203d713d80a0851fe24a21fadad63
|
||||
SIZE (wasted-stud-0.4_GH0.tar.gz) = 45621
|
6
security/stud/pkg-descr
Normal file
6
security/stud/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
stud is a network proxy that terminates TLS/SSL connections
|
||||
and forwards the unencrypted traffic to some backend. It's
|
||||
designed to handle 10s of thousands of connections
|
||||
efficiently on multicore machines.
|
||||
|
||||
WWW: https://github.com/bumptech/stud
|
Loading…
Reference in a new issue