pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/lua-sec



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Dec 10 13:23:56 UTC 2021

Modified Files:
        pkgsrc/security/lua-sec: Makefile distinfo

Log Message:
lua-sec: update to 1.0.2

LuaSec 1.0.2
---------------
This version includes:

* Fix handle SSL_send SYSCALL error without errno
* Fix off by one in cert:validat(notafter)
* Fix meth_get_{sinagure => signature}_name function name
* Fix update the Lua state reference on the selected SSL context after SNI
* Fix ignore SSL_OP_BIT(n) macro and update option.c


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/security/lua-sec/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/security/lua-sec/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/lua-sec/Makefile
diff -u pkgsrc/security/lua-sec/Makefile:1.21 pkgsrc/security/lua-sec/Makefile:1.22
--- pkgsrc/security/lua-sec/Makefile:1.21       Thu May 13 10:16:19 2021
+++ pkgsrc/security/lua-sec/Makefile    Fri Dec 10 13:23:56 2021
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.21 2021/05/13 10:16:19 nia Exp $
+# $NetBSD: Makefile,v 1.22 2021/12/10 13:23:56 nia Exp $
 
-VERSION=               1.0.1
-DISTNAME=              luasec-${VERSION}
-PKGNAME=               ${DISTNAME:S/luasec/${LUA_PKGPREFIX}-sec/}
+DISTNAME=              luasec-1.0.2
+PKGNAME=               ${LUA_PKGPREFIX}-${DISTNAME:S/^luasec-/sec-/}
 CATEGORIES=            security
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=brunoos/}
-GITHUB_TAG=            v${VERSION}
+GITHUB_TAG=            v${PKGVERSION_NOREV}
 GITHUB_PROJECT=                ${DISTNAME:S/-${PKGVERSION_NOREV}//}
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/security/lua-sec/distinfo
diff -u pkgsrc/security/lua-sec/distinfo:1.14 pkgsrc/security/lua-sec/distinfo:1.15
--- pkgsrc/security/lua-sec/distinfo:1.14       Tue Oct 26 11:17:18 2021
+++ pkgsrc/security/lua-sec/distinfo    Fri Dec 10 13:23:56 2021
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.14 2021/10/26 11:17:18 nia Exp $
+$NetBSD: distinfo,v 1.15 2021/12/10 13:23:56 nia Exp $
 
-BLAKE2s (luasec-1.0.1.tar.gz) = 84b583d8283c212fe6e63a62d91430aa45002da93bcb44df09ffacb341a31b9c
-SHA512 (luasec-1.0.1.tar.gz) = 21ae200e40f13a35eebca95cdac25ae13532a3008b2f9ec97a079033b9efde69e81954354453623eb77340368f482d3c69adb26881a6c0d7c4897df31301af93
-Size (luasec-1.0.1.tar.gz) = 52370 bytes
+BLAKE2s (luasec-1.0.2.tar.gz) = 43c473a91252348c37a578e4a90aeb078f67236706525dded1491afbfd363ddf
+SHA512 (luasec-1.0.2.tar.gz) = a873d8217b1ec9e66f50d7319ea0fa467b92b5855e7514dbd00429a26be3546e69fdfc985ac79a80d86f3c6845910b2e14a2198951dcad249b2d1c7d6855453f
+Size (luasec-1.0.2.tar.gz) = 52838 bytes
 SHA1 (patch-Makefile) = 17ae13eecf9ce9269e8ef9a826507bd6230c3364
 SHA1 (patch-src_Makefile) = 238809a918f58d9c3fb73aab458dfac346a36165
 SHA1 (patch-src_luasocket_timeout.c) = e648e7e7faf4d98d4c1fe3ae855a0de09323c7ab



Home | Main Index | Thread Index | Old Index