View | Details | Raw Unified | Return to bug 268381
Collapse All | Expand All

(-)b/dns/luaunbound/Makefile (-2 / +3 lines)
Lines 1-12 Link Here
1
PORTNAME=	luaunbound
1
PORTNAME=	luaunbound
2
PORTVERSION=	1.0.0
2
DISTVERSION=	1.0.0
3
PORTREVISION=	1
3
CATEGORIES=	dns
4
CATEGORIES=	dns
4
MASTER_SITES=	https://code.zash.se/dl/luaunbound/
5
MASTER_SITES=	https://code.zash.se/dl/luaunbound/
5
PKGNAMEPREFIX=	${LUA_PKGNAMEPREFIX}
6
PKGNAMEPREFIX=	${LUA_PKGNAMEPREFIX}
6
7
7
MAINTAINER=	thomas@beingboiled.info
8
MAINTAINER=	thomas@beingboiled.info
8
COMMENT=	Lua binding to libunbound
9
COMMENT=	Lua binding to libunbound
9
WWW=		https://github.com/brunoos/luasec
10
WWW=		https://www.zash.se/luaunbound.html
10
11
11
LICENSE=	MIT
12
LICENSE=	MIT
12
13
(-)b/dns/luaunbound/pkg-descr (-5 / +3 lines)
Lines 1-4 Link Here
1
LuaSec is a binding for OpenSSL library to provide TLS/SSL communication. This
1
This is a binding to libunbound for Lua. The library works independent
2
version delegates to LuaSocket the TCP connection establishment between the
2
from a running unbound server, and can be used to convert hostnames to
3
client and server. Then LuaSec uses this connection to start a secure TLS/SSL
3
IP addresses, and back, and obtain other information from the DNS.
4
session.
5
- 

Return to bug 268381