Re: update luasec to 1.3.2

2023-12-09 Thread Omar Polo
On 2023/12/08 17:33:00 -0300, Gleydson Soares  wrote:
> update luasec to 1.3.2
> upstream moved to lunarmodules
> ok?

ok op@

while here you might consider switching from GH_* to DIST_TUPLE, it's a
bit nicer.  needs a `make makesum' to regen the distfiles however.

--- Makefile.orig   Sat Dec  9 13:29:44 2023
+++ MakefileSat Dec  9 13:30:03 2023
@@ -1,8 +1,6 @@
 COMMENT=   lua binding to OpenSSL to provide TLS/SSL communication
 
-GH_ACCOUNT=lunarmodules
-GH_PROJECT=luasec
-GH_TAGNAME=v1.3.2
+DIST_TUPLE=github lunarmodules luasec v1.3.2 .
 
 CATEGORIES=security
 



update luasec to 1.3.2

2023-12-08 Thread Gleydson Soares
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
--- Makefile7 Sep 2023 21:19:16 -   1.27
+++ Makefile8 Dec 2023 18:52:06 -
@@ -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 
 
Index: distinfo
===
RCS file: /cvs/ports/security/luasec/distinfo,v
retrieving revision 1.10
diff -u -p -r1.10 distinfo
--- distinfo8 Jan 2023 20:50:30 -   1.10
+++ distinfo8 Dec 2023 18:52:06 -
@@ -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 -  1.10
+++ pkg/PLIST   8 Dec 2023 18:52:06 -
@@ -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