Skip to content

Commit

Permalink
security/luasec: Update to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Morper authored and nunotexbsd committed Jul 31, 2022
1 parent 4d0de11 commit 3db798f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions security/luasec/Makefile
@@ -1,5 +1,5 @@
PORTNAME= luasec
PORTVERSION= 1.1.0
PORTVERSION= 1.2.0
DISTVERSIONPREFIX= v
CATEGORIES= security
PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX}
Expand All @@ -14,10 +14,10 @@ USES= lua:module ssl
USE_GITHUB= yes
GH_ACCOUNT= brunoos

ALL_TARGET= bsd
MAKE_ENV+= LUAPATH=${LUA_MODSHAREDIR} LUACPATH=${LUA_MODLIBDIR} \
INC_PATH=-I${LUA_INCDIR} LIB_PATH=-L${LUA_LIBDIR} \
DESTDIR=${STAGEDIR}
ALL_TARGET= bsd
CFLAGS+= -I${OPENSSLINC} -DOPENSSL_NO_SSL3
LDFLAGS+= -L${OPENSSLLIB}

Expand Down
6 changes: 3 additions & 3 deletions security/luasec/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1649873509
SHA256 (brunoos-luasec-v1.1.0_GH0.tar.gz) = 05995c993fcadffc91cf713b3467a674e1cffec7aed1467f4a189ca7feaa3b06
SIZE (brunoos-luasec-v1.1.0_GH0.tar.gz) = 53060
TIMESTAMP = 1659218710
SHA256 (brunoos-luasec-v1.2.0_GH0.tar.gz) = 2e86ef8f3486dc1bbecd752d16741a59a01633279facdfe5631f33b6eed1a30a
SIZE (brunoos-luasec-v1.2.0_GH0.tar.gz) = 53379

0 comments on commit 3db798f

Please sign in to comment.