diff options
author | nia <nia@pkgsrc.org> | 2020-07-10 09:12:51 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-07-10 09:12:51 +0000 |
commit | 913c4bb0a2582e6a2d0a23c1d935eee0f8841dc5 (patch) | |
tree | dde89c512eb3a22a59add190a36d59e40fd3a367 /security | |
parent | f7b348e8fc7f91ba1058f3a0d7e43e0f4c2dd64d (diff) | |
download | pkgsrc-913c4bb0a2582e6a2d0a23c1d935eee0f8841dc5.tar.gz |
lua-ossl: Update to 20200709
* fix loading from DER files when type set to any
* fix lifetime of certificates from <2000
* updates for Lua 5.4
Diffstat (limited to 'security')
-rw-r--r-- | security/lua-ossl/Makefile | 11 | ||||
-rw-r--r-- | security/lua-ossl/PLIST | 3 | ||||
-rw-r--r-- | security/lua-ossl/distinfo | 10 |
3 files changed, 15 insertions, 9 deletions
diff --git a/security/lua-ossl/Makefile b/security/lua-ossl/Makefile index 69def445f69..59b052cd6d6 100644 --- a/security/lua-ossl/Makefile +++ b/security/lua-ossl/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2020/07/08 12:41:12 nia Exp $ +# $NetBSD: Makefile,v 1.2 2020/07/10 09:12:51 nia Exp $ -DISTNAME= luaossl-20190731 +DISTNAME= luaossl-20200709 PKGNAME= ${LUA_PKGPREFIX}-${DISTNAME:S/^lua//1} MASTER_SITES= ${MASTER_SITE_GITHUB:=wahern/} CATEGORIES= security lua @@ -25,7 +25,12 @@ INSTALL_TARGET= install${_LUA_DOT_VERSION} MAKE_FLAGS+= LUA_APIS=${LUA_VERSION_MAJOR}.${LUA_VERSION_MINOR} -LUA_VERSIONS_ACCEPTED= 53 52 51 +LUA_VERSIONS_ACCEPTED= 54 53 52 51 + +INSTALLATION_DIRS+= ${LUA_DOCDIR} + +post-install: + ${INSTALL_DATA} ${WRKSRC}/doc/*.pdf ${DESTDIR}${PREFIX}/${LUA_DOCDIR} .include "../../lang/lua/module.mk" .include "../../security/openssl/buildlink3.mk" diff --git a/security/lua-ossl/PLIST b/security/lua-ossl/PLIST index a9adc822734..d8d90888481 100644 --- a/security/lua-ossl/PLIST +++ b/security/lua-ossl/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.1 2020/07/08 12:41:12 nia Exp $ +@comment $NetBSD: PLIST,v 1.2 2020/07/10 09:12:51 nia Exp $ ${LUA_CDIR}/_openssl.so +${LUA_DOCDIR}/luaossl.pdf ${LUA_LDIR}/openssl.lua ${LUA_LDIR}/openssl/auxlib.lua ${LUA_LDIR}/openssl/bignum.lua diff --git a/security/lua-ossl/distinfo b/security/lua-ossl/distinfo index af93310c969..f42db841c6f 100644 --- a/security/lua-ossl/distinfo +++ b/security/lua-ossl/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2020/07/08 12:41:12 nia Exp $ +$NetBSD: distinfo,v 1.2 2020/07/10 09:12:51 nia Exp $ -SHA1 (luaossl-20190731.tar.gz) = c78d5488a066bbf04ead8596c455ed33a28d8511 -RMD160 (luaossl-20190731.tar.gz) = 1bf5ca5a64d68b5a6533c0eae9f9c201bb176722 -SHA512 (luaossl-20190731.tar.gz) = 09315deb0c40b59230d80262906cb9f067660242315544179ec5df57a028b088c56a4bb0b944e5975bccf86d521901eae36006c5623ec1159cfca94d05fb6890 -Size (luaossl-20190731.tar.gz) = 350324 bytes +SHA1 (luaossl-20200709.tar.gz) = f967f640869f863a421886bf8d9e2625e72302f3 +RMD160 (luaossl-20200709.tar.gz) = 0a396bc54983f028018f0726b51a35ff0669b6ab +SHA512 (luaossl-20200709.tar.gz) = 324175f65e9d292ecb1343cfa9e111f1fd17f15e67037bd705d3db95d32b859c039a6e70620d649f446a8e7043a125a75c64de1714f0fe18e077fb9c017bea34 +Size (luaossl-20200709.tar.gz) = 352960 bytes |