pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/lua-posix lua-posix: Update to 34.1.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/50fa0d04e185
branches: trunk
changeset: 410795:50fa0d04e185
user: nia <nia%pkgsrc.org@localhost>
date: Wed Jan 29 11:30:01 2020 +0000
description:
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.
diffstat:
devel/lua-posix/Makefile | 5 ++---
devel/lua-posix/PLIST | 3 ++-
devel/lua-posix/distinfo | 10 +++++-----
3 files changed, 9 insertions(+), 9 deletions(-)
diffs (49 lines):
diff -r 9d4d3a64da7e -r 50fa0d04e185 devel/lua-posix/Makefile
--- a/devel/lua-posix/Makefile Wed Jan 29 11:26:21 2020 +0000
+++ b/devel/lua-posix/Makefile Wed Jan 29 11:30:01 2020 +0000
@@ -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
diff -r 9d4d3a64da7e -r 50fa0d04e185 devel/lua-posix/PLIST
--- a/devel/lua-posix/PLIST Wed Jan 29 11:26:21 2020 +0000
+++ b/devel/lua-posix/PLIST Wed Jan 29 11:30:01 2020 +0000
@@ -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/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
diff -r 9d4d3a64da7e -r 50fa0d04e185 devel/lua-posix/distinfo
--- a/devel/lua-posix/distinfo Wed Jan 29 11:26:21 2020 +0000
+++ b/devel/lua-posix/distinfo Wed Jan 29 11:30:01 2020 +0000
@@ -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