View | Details | Raw Unified | Return to bug 255433 | Differences between
and this patch

Collapse All | Expand All

(-)b/security/luasec/Makefile (-5 / +5 lines)
Lines 1-20 Link Here
1
# Created by: Andrew Lewis <freeghb@gmail.com>
1
# Created by: Andrew Lewis <freeghb@gmail.com>
2
2
3
PORTNAME=	luasec
3
PORTNAME=	luasec
4
PORTVERSION=	0.9
4
PORTVERSION=	1.0.1
5
DISTVERSIONPREFIX=	v
5
DISTVERSIONPREFIX=	v
6
PORTREVISION=	1
7
CATEGORIES=	security
6
CATEGORIES=	security
8
PKGNAMEPREFIX=	${LUA_PKGNAMEPREFIX}
7
PKGNAMEPREFIX=	${LUA_PKGNAMEPREFIX}
9
8
10
MAINTAINER=	lx@FreeBSD.org
9
MAINTAINER=	thomas@beingboiled.info
11
COMMENT=	Lua binding for the OpenSSL library to provide TLS/SSL communication
10
COMMENT=	Lua binding for the OpenSSL library to provide TLS/SSL communication
12
11
13
LICENSE=	MIT
12
LICENSE=	MIT
14
13
15
.if !defined(SLAVE_PORT)
16
USES=		lua:module ssl
14
USES=		lua:module ssl
17
.endif
18
15
19
USE_GITHUB=	yes
16
USE_GITHUB=	yes
20
GH_ACCOUNT=	brunoos
17
GH_ACCOUNT=	brunoos
Lines 26-29 MAKE_ENV+= LUAPATH=${LUA_MODSHAREDIR} LUACPATH=${LUA_MODLIBDIR} \ Link Here
26
CFLAGS+=	-I${OPENSSLINC} -DOPENSSL_NO_SSL3
23
CFLAGS+=	-I${OPENSSLINC} -DOPENSSL_NO_SSL3
27
LDFLAGS+=	-L${OPENSSLLIB}
24
LDFLAGS+=	-L${OPENSSLLIB}
28
25
26
post-install:
27
	${STRIP_CMD} ${STAGEDIR}${LUA_MODLIBDIR}/ssl.so
28
29
.include <bsd.port.mk>
29
.include <bsd.port.mk>
(-)b/security/luasec/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1580913778
1
TIMESTAMP = 1619467173
2
SHA256 (brunoos-luasec-v0.9_GH0.tar.gz) = 6b6b94e8517bf6baf545fad29a2112f9ac7957ad85b4aae8e0727bec77d7a325
2
SHA256 (brunoos-luasec-v1.0.1_GH0.tar.gz) = 83b59a320e4babce4b0c8acc1167e076de58f8ef570b6f82f0a4d65b17207868
3
SIZE (brunoos-luasec-v0.9_GH0.tar.gz) = 52163
3
SIZE (brunoos-luasec-v1.0.1_GH0.tar.gz) = 52370

Return to bug 255433