Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Dec 2022 17:20:50 GMT
From:      =?utf-8?Q?Fernando=20Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ff122c280421 - main - dns/luaunbound: fix pkg-descr and WWW link
Message-ID:  <202212151720.2BFHKool092746@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ff122c28042167bebb94c0c99a6e7e75a4bb84d1

commit ff122c28042167bebb94c0c99a6e7e75a4bb84d1
Author:     Thomas Morper <thomas@beingboiled.info>
AuthorDate: 2022-12-15 07:33:18 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2022-12-15 17:16:51 +0000

    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(-)

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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212151720.2BFHKool092746>