pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/lua-rocks lua-rocks: update to 3.8.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fdca8c92b42f
branches:  trunk
changeset: 770792:fdca8c92b42f
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu Dec 09 15:11:07 2021 +0000

description:
lua-rocks: update to 3.8.0

## What's new in LuaRocks 3.8.0

* Support GitHub's protocol security changes transparently.
  * The raw git:// protocol will stop working on GitHub. LuaRocks already
    supports git+https:// as an alternative, but to avoid having to update
    every rockspec in the repository that uses git://github.com, which would
    require a large coordinated effort, LuaRocks now auto-converts github.com
    and www.github.com URLs that use git:// to git+https://
* `luarocks test` has a new flag `--prepare` that checks, downloads and
  installs the tool requirements and rockspec dependencies but does not
  run the test suite for the rockspec being tested.
* Code tweaks so that LuaRocks can run on a Lua interpreter built without
  the `debug` library.
* `luarocks upload` supports uploading pre-packaged `.src.rock` files.
* Configuration fixes for OpenBSD.
* Respect the existing value for the `variables.LUALIB` configuration
  variable if given explicitly by the user in the config file, rather
  than trying to override it with auto-detection.
* Windows fixes for setting file permissions:
  * Revert the use of `Everyone` back to `*S-1-1-0`
  * Quote the use of the `%USERNAME%` variable to support names with spaces

diffstat:

 devel/lua-rocks/Makefile |  4 ++--
 devel/lua-rocks/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (27 lines):

diff -r 67e9a0a54c1e -r fdca8c92b42f devel/lua-rocks/Makefile
--- a/devel/lua-rocks/Makefile  Thu Dec 09 10:36:07 2021 +0000
+++ b/devel/lua-rocks/Makefile  Thu Dec 09 15:11:07 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2021/05/02 07:48:22 nia Exp $
+# $NetBSD: Makefile,v 1.18 2021/12/09 15:11:07 nia Exp $
 
-DISTNAME=      luarocks-3.7.0
+DISTNAME=      luarocks-3.8.0
 PKGNAME=       ${DISTNAME:S/luarocks/${LUA_PKGPREFIX}-rocks/}
 CATEGORIES=    devel lua
 MASTER_SITES=  https://luarocks.org/releases/
diff -r 67e9a0a54c1e -r fdca8c92b42f devel/lua-rocks/distinfo
--- a/devel/lua-rocks/distinfo  Thu Dec 09 10:36:07 2021 +0000
+++ b/devel/lua-rocks/distinfo  Thu Dec 09 15:11:07 2021 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.11 2021/10/26 10:15:36 nia Exp $
+$NetBSD: distinfo,v 1.12 2021/12/09 15:11:07 nia Exp $
 
-BLAKE2s (luarocks-3.7.0.tar.gz) = d23ce9bab9d8b5cb0d42b59ee9f2fe3536286178b416ea65d7004f4ca7d5e03b
-SHA512 (luarocks-3.7.0.tar.gz) = cc3c555c488da9f95a118eedb74cb9e2a38b572e172958843dabebce125524e58a13ac65e89a349deb8fef13b6de751074fc3adbb430ab55d4e4109288119153
-Size (luarocks-3.7.0.tar.gz) = 247576 bytes
+BLAKE2s (luarocks-3.8.0.tar.gz) = 270f66240186438b0fbf6566ff2487479becaca2b79bf20a9fdd5ae65b94a7f3
+SHA512 (luarocks-3.8.0.tar.gz) = 6c30884c60da57706228a9870f510a1bce435b2d5d67c63c5f2958b152c7a2b334bd74a016995871e3b05b98374f4c4e008993ede81f9fc564980e183bdf06b2
+Size (luarocks-3.8.0.tar.gz) = 249787 bytes
 SHA1 (patch-GNUmakefile) = 1f84ae6e926a57b07abcc65789d784c8e6a0fa75
 SHA1 (patch-src_luarocks_core_cfg.lua) = 24c8c7e66fa12b2daf67924ac8ae0a2458380250



Home | Main Index | Thread Index | Old Index