1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

dns/luaunbound: fix pkg-descr and WWW link

Where copied from luasec.

PR:		268381
Reported by:	thomas@beingboiled.info (maintainer)
This commit is contained in:
Thomas Morper 2022-12-15 08:33:18 +01:00 committed by Fernando Apesteguía
parent 60dc26dd79
commit ff122c2804
2 changed files with 6 additions and 6 deletions

View File

@ -1,12 +1,13 @@
PORTNAME= luaunbound
PORTVERSION= 1.0.0
DISTVERSION= 1.0.0
PORTREVISION= 1
CATEGORIES= dns
MASTER_SITES= https://code.zash.se/dl/luaunbound/
PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX}
MAINTAINER= thomas@beingboiled.info
COMMENT= Lua binding to libunbound
WWW= https://github.com/brunoos/luasec
WWW= https://www.zash.se/luaunbound.html
LICENSE= MIT

View File

@ -1,4 +1,3 @@
LuaSec is a binding for OpenSSL library to provide TLS/SSL communication. This
version delegates to LuaSocket the TCP connection establishment between the
client and server. Then LuaSec uses this connection to start a secure TLS/SSL
session.
This is a binding to libunbound for Lua. The library works independent
from a running unbound server, and can be used to convert hostnames to
IP addresses, and back, and obtain other information from the DNS.