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:           Wed Jan 29 11:30:01 UTC 2020

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

Log Message:
lua-posix: Update to 34.1.1

## Noteworthy changes in release 34.1.1 (2019-07-27) [stable]

### Bugs Fixed

  - `posix.compat` really does work without `std.normalize` in the
    `package.path` now.

## Noteworthy changes in release 34.1 (2019-07-20) [stable]

### Bugs Fixed

  - `luke` works with upgraded bootstrap luarocks version of `require`.

  - `posix.glob.glob` does not return a random errno on failure now, but
    new module constants `GLOB_ABORTED`, `GLOB_NOMATCH` or `GLOB_NOSPACE`.

  - `posix.deprecated.clock_getres` and `posix.deprecated.clock_gettime`
    work again.

### New Features

  - `posix.glob.glob` supports now module constants as a second argument:
    `GLOB_NOCHECK` and `GLOB_ERR`.

  - `posix.sys.socket` now supports IPV6 link-local addresses.

  - use `std.strict`, `std._debug` and `typecheck` modules when available,
    otherwise behave normally without those additional runtime checks.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/lua-posix/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/lua-posix/PLIST
cvs rdiff -u -r1.7 -r1.8 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.16 pkgsrc/devel/lua-posix/Makefile:1.17
--- pkgsrc/devel/lua-posix/Makefile:1.16        Tue Nov 20 17:30:47 2018
+++ pkgsrc/devel/lua-posix/Makefile     Wed Jan 29 11:30:01 2020
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2018/11/20 17:30:47 maya Exp $
+# $NetBSD: Makefile,v 1.17 2020/01/29 11:30:01 nia Exp $
 
-DISTNAME=      luaposix-34.0.4
+DISTNAME=      luaposix-34.1.1
 PKGNAME=       ${DISTNAME:S/lua/${LUA_PKGPREFIX}-/}
-PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=luaposix/}
 GITHUB_PROJECT=        luaposix

Index: pkgsrc/devel/lua-posix/PLIST
diff -u pkgsrc/devel/lua-posix/PLIST:1.4 pkgsrc/devel/lua-posix/PLIST:1.5
--- pkgsrc/devel/lua-posix/PLIST:1.4    Mon Mar  5 12:46:02 2018
+++ pkgsrc/devel/lua-posix/PLIST        Wed Jan 29 11:30:01 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2018/03/05 12:46:02 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.5 2020/01/29 11:30:01 nia Exp $
 ${LUA_CDIR}/posix/ctype.so
 ${LUA_CDIR}/posix/dirent.so
 ${LUA_CDIR}/posix/errno.so
@@ -28,6 +28,7 @@ ${LUA_CDIR}/posix/time.so
 ${LUA_CDIR}/posix/unistd.so
 ${LUA_CDIR}/posix/utime.so
 ${LUA_LDIR}/posix/_base.lua
+${LUA_LDIR}/posix/_strict.lua
 ${LUA_LDIR}/posix/compat.lua
 ${LUA_LDIR}/posix/deprecated.lua
 ${LUA_LDIR}/posix/init.lua

Index: pkgsrc/devel/lua-posix/distinfo
diff -u pkgsrc/devel/lua-posix/distinfo:1.7 pkgsrc/devel/lua-posix/distinfo:1.8
--- pkgsrc/devel/lua-posix/distinfo:1.7 Tue Nov 20 17:45:38 2018
+++ pkgsrc/devel/lua-posix/distinfo     Wed Jan 29 11:30:01 2020
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.7 2018/11/20 17:45:38 maya Exp $
+$NetBSD: distinfo,v 1.8 2020/01/29 11:30:01 nia Exp $
 
-SHA1 (luaposix-34.0.4.tar.gz) = 848b18807f7906386354e0be74079c0ccc56aab9
-RMD160 (luaposix-34.0.4.tar.gz) = 6aa8c5a57b1df85c00ffa3f24c5e6cecf28169c0
-SHA512 (luaposix-34.0.4.tar.gz) = c6399d87d490ab5bc3e220183dc181121fe3ac0d802b6f6400dbe71c491d810b4e705ab098242ac195a0b179b9b22c098072c05b7f8e534a6a60a12931ee1585
-Size (luaposix-34.0.4.tar.gz) = 175194 bytes
+SHA1 (luaposix-34.1.1.tar.gz) = ac392070e898faae9c5160347bfd74c0141efd21
+RMD160 (luaposix-34.1.1.tar.gz) = dd4d4e7f43de478a87ecafe8226ecd77b01daa33
+SHA512 (luaposix-34.1.1.tar.gz) = 324f149bd97c2ad5d6431d6d8717a50e43018bf4bb7db85911590a05671b4be8fe0e1b5ed39f73cd261963cae76d7aa647d0c028cc05662e15fd391de2d73687
+Size (luaposix-34.1.1.tar.gz) = 177685 bytes
 SHA1 (patch-ext_posix_stdlib.c) = 1ab4263d3578288ef54649ec6c91115019e664ce
 SHA1 (patch-ext_posix_sys_socket.c) = 665f96727cee1aa4a4841b83be5b7ff270a0b505
 SHA1 (patch-ext_posix_time.c) = 2ef51e2a5db9e41afa557954edf2ac6aff33e3f2



Home | Main Index | Thread Index | Old Index