update luasec to 1.3.2
upstream moved to lunarmodules
ok?

Index: Makefile
===================================================================
RCS file: /cvs/ports/security/luasec/Makefile,v
retrieving revision 1.27
diff -u -p -r1.27 Makefile
--- Makefile    7 Sep 2023 21:19:16 -0000       1.27
+++ Makefile    8 Dec 2023 18:52:06 -0000
@@ -1,12 +1,12 @@
 COMMENT=       lua binding to OpenSSL to provide TLS/SSL communication
 
-GH_ACCOUNT=    brunoos
+GH_ACCOUNT=    lunarmodules
 GH_PROJECT=    luasec
-GH_TAGNAME=    v1.2.0
+GH_TAGNAME=    v1.3.2
 
 CATEGORIES=    security
 
-HOMEPAGE=      https://github.com/brunoos/luasec/wiki
+HOMEPAGE=      https://github.com/lunarmodules/luasec/wiki
 
 MAINTAINER=    Gleydson Soares <gsoa...@openbsd.org>
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/security/luasec/distinfo,v
retrieving revision 1.10
diff -u -p -r1.10 distinfo
--- distinfo    8 Jan 2023 20:50:30 -0000       1.10
+++ distinfo    8 Dec 2023 18:52:06 -0000
@@ -1,2 +1,2 @@
-SHA256 (luasec-1.2.0.tar.gz) = LobvjzSG3Bu+zXUtFnQaWaAWMyefrN/lYx8ztu7Rowo=
-SIZE (luasec-1.2.0.tar.gz) = 53379
+SHA256 (luasec-1.3.2.tar.gz) = lykwkro4WrOQ3stmeLyMvv/ViZv7xJ6370qgD14xw9Q=
+SIZE (luasec-1.3.2.tar.gz) = 54925
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/security/luasec/pkg/PLIST,v
retrieving revision 1.10
diff -u -p -r1.10 PLIST
--- pkg/PLIST   11 Mar 2022 19:53:33 -0000      1.10
+++ pkg/PLIST   8 Dec 2023 18:52:06 -0000
@@ -67,6 +67,9 @@ share/examples/${FULLPKGNAME}/multicert/
 share/examples/${FULLPKGNAME}/oneshot/
 share/examples/${FULLPKGNAME}/oneshot/client.lua
 share/examples/${FULLPKGNAME}/oneshot/server.lua
+share/examples/${FULLPKGNAME}/psk/
+share/examples/${FULLPKGNAME}/psk/client.lua
+share/examples/${FULLPKGNAME}/psk/server.lua
 share/examples/${FULLPKGNAME}/sni/
 share/examples/${FULLPKGNAME}/sni/client.lua
 share/examples/${FULLPKGNAME}/sni/server.lua

Reply via email to