From ff122c28042167bebb94c0c99a6e7e75a4bb84d1 Mon Sep 17 00:00:00 2001 From: Thomas Morper Date: Thu, 15 Dec 2022 08:33:18 +0100 Subject: dns/luaunbound: fix pkg-descr and WWW link Where copied from luasec. PR: 268381 Reported by: thomas@beingboiled.info (maintainer) --- dns/luaunbound/Makefile | 5 +++-- dns/luaunbound/pkg-descr | 7 +++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'dns') diff --git a/dns/luaunbound/Makefile b/dns/luaunbound/Makefile index a7874e3b7577..ab019d0f68cf 100644 --- a/dns/luaunbound/Makefile +++ b/dns/luaunbound/Makefile @@ -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 diff --git a/dns/luaunbound/pkg-descr b/dns/luaunbound/pkg-descr index 8c1003d70e4a..0c68b4a851ba 100644 --- a/dns/luaunbound/pkg-descr +++ b/dns/luaunbound/pkg-descr @@ -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. -- cgit v1.2.3