pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/lua-posix



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Dec 10 13:20:54 UTC 2021

Modified Files:
        pkgsrc/devel/lua-posix: Makefile PLIST distinfo

Log Message:
lua-posix: update to 35.1

Noteworthy changes in release 35.1 (2021-09-09) [stable]

  Bugs Fixed

     * Documentation cleanups: full and correct return docs including an
       errnum where necessary; make sure we have a link to SUSv3 wherever
       available; add an ', if successful' suffix to a normap return
       result followed by error return results; fixed several typos.

     * Update fork2.lua example to match current APIs

  New Features

     * Support AF_PACKET socket family, where available.

     * Support SIGINFO, SIGWINCH and SA_RESTART, where available.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/lua-posix/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/lua-posix/PLIST
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/lua-posix/distinfo

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

Modified files:

Index: pkgsrc/devel/lua-posix/Makefile
diff -u pkgsrc/devel/lua-posix/Makefile:1.23 pkgsrc/devel/lua-posix/Makefile:1.24
--- pkgsrc/devel/lua-posix/Makefile:1.23        Tue Jul 14 12:41:21 2020
+++ pkgsrc/devel/lua-posix/Makefile     Fri Dec 10 13:20:54 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2020/07/14 12:41:21 nia Exp $
+# $NetBSD: Makefile,v 1.24 2021/12/10 13:20:54 nia Exp $
 
-DISTNAME=      luaposix-35.0
+DISTNAME=      luaposix-35.1
 PKGNAME=       ${LUA_PKGPREFIX}-${DISTNAME:S/^lua//1}
 CATEGORIES=    devel lua
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=luaposix/}

Index: pkgsrc/devel/lua-posix/PLIST
diff -u pkgsrc/devel/lua-posix/PLIST:1.6 pkgsrc/devel/lua-posix/PLIST:1.7
--- pkgsrc/devel/lua-posix/PLIST:1.6    Tue Jul 14 12:41:21 2020
+++ pkgsrc/devel/lua-posix/PLIST        Fri Dec 10 13:20:54 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2020/07/14 12:41:21 nia Exp $
+@comment $NetBSD: PLIST,v 1.7 2021/12/10 13:20:54 nia Exp $
 ${LUA_CDIR}/posix/ctype.so
 ${LUA_CDIR}/posix/dirent.so
 ${LUA_CDIR}/posix/errno.so
@@ -49,6 +49,8 @@ ${LUA_DOCDIR}/examples/lock.lua
 ${LUA_DOCDIR}/examples/lock.lua.html
 ${LUA_DOCDIR}/examples/netlink-uevent.lua
 ${LUA_DOCDIR}/examples/netlink-uevent.lua.html
+${LUA_DOCDIR}/examples/packet-socket.lua
+${LUA_DOCDIR}/examples/packet-socket.lua.html
 ${LUA_DOCDIR}/examples/ping.lua
 ${LUA_DOCDIR}/examples/ping.lua.html
 ${LUA_DOCDIR}/examples/poll.lua

Index: pkgsrc/devel/lua-posix/distinfo
diff -u pkgsrc/devel/lua-posix/distinfo:1.12 pkgsrc/devel/lua-posix/distinfo:1.13
--- pkgsrc/devel/lua-posix/distinfo:1.12        Tue Oct 26 10:15:36 2021
+++ pkgsrc/devel/lua-posix/distinfo     Fri Dec 10 13:20:54 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2021/10/26 10:15:36 nia Exp $
+$NetBSD: distinfo,v 1.13 2021/12/10 13:20:54 nia Exp $
 
-BLAKE2s (luaposix-35.0.tar.gz) = e0f9d84d4f6c317290b5d20b35073b158b0d77e691f573341641be119740fbed
-SHA512 (luaposix-35.0.tar.gz) = 4bb61892b78d9e59418a9a6360b9f611fb9b5438b9261a2c6672f053a1b21dfd9a2060b8d2f0d3eac6185773cf84672c1769c081c4ab53d2ddae2232e4a9269b
-Size (luaposix-35.0.tar.gz) = 178091 bytes
+BLAKE2s (luaposix-35.1.tar.gz) = ebbb1dba0a7c5f3c34e24e0bf7361360aa033c23d3f5f5dcfc8d1b459aef4e67
+SHA512 (luaposix-35.1.tar.gz) = f2c36bf69c0d73b4a2c6ab0915f81473addce427c22e82e2d1c334016dec7fecb4365fc980fa6adb0de21ad1a60bc75b73f58579e8a423990ad2067c9ae37775
+Size (luaposix-35.1.tar.gz) = 180002 bytes



Home | Main Index | Thread Index | Old Index