Skip to content

Commit

Permalink
Update to 1.0.1 and change maintainer.
Browse files Browse the repository at this point in the history
PR:		224540
Reported by:	Thomas Morper
  • Loading branch information
David Thiel authored and David Thiel committed May 3, 2021
1 parent 0be3078 commit 53f77bc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions security/luasec/Makefile
@@ -1,20 +1,17 @@
# Created by: Andrew Lewis <freeghb@gmail.com>

PORTNAME= luasec
PORTVERSION= 0.9
PORTVERSION= 1.0.1
DISTVERSIONPREFIX= v
PORTREVISION= 1
CATEGORIES= security
PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX}

MAINTAINER= lx@FreeBSD.org
MAINTAINER= thomas@beingboiled.info
COMMENT= Lua binding for the OpenSSL library to provide TLS/SSL communication

LICENSE= MIT

.if !defined(SLAVE_PORT)
USES= lua:module ssl
.endif

USE_GITHUB= yes
GH_ACCOUNT= brunoos
Expand All @@ -26,4 +23,7 @@ MAKE_ENV+= LUAPATH=${LUA_MODSHAREDIR} LUACPATH=${LUA_MODLIBDIR} \
CFLAGS+= -I${OPENSSLINC} -DOPENSSL_NO_SSL3
LDFLAGS+= -L${OPENSSLLIB}

post-install:
${STRIP_CMD} ${STAGEDIR}${LUA_MODLIBDIR}/ssl.so

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions security/luasec/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1580913778
SHA256 (brunoos-luasec-v0.9_GH0.tar.gz) = 6b6b94e8517bf6baf545fad29a2112f9ac7957ad85b4aae8e0727bec77d7a325
SIZE (brunoos-luasec-v0.9_GH0.tar.gz) = 52163
TIMESTAMP = 1619467173
SHA256 (brunoos-luasec-v1.0.1_GH0.tar.gz) = 83b59a320e4babce4b0c8acc1167e076de58f8ef570b6f82f0a4d65b17207868
SIZE (brunoos-luasec-v1.0.1_GH0.tar.gz) = 52370

0 comments on commit 53f77bc

Please sign in to comment.