pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/lua-rocks



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Dec  9 15:11:07 UTC 2021

Modified Files:
        pkgsrc/devel/lua-rocks: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/lua-rocks/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/lua-rocks/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-rocks/Makefile
diff -u pkgsrc/devel/lua-rocks/Makefile:1.17 pkgsrc/devel/lua-rocks/Makefile:1.18
--- pkgsrc/devel/lua-rocks/Makefile:1.17        Sun May  2 07:48:22 2021
+++ pkgsrc/devel/lua-rocks/Makefile     Thu Dec  9 15:11:07 2021
@@ -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/

Index: pkgsrc/devel/lua-rocks/distinfo
diff -u pkgsrc/devel/lua-rocks/distinfo:1.11 pkgsrc/devel/lua-rocks/distinfo:1.12
--- pkgsrc/devel/lua-rocks/distinfo:1.11        Tue Oct 26 10:15:36 2021
+++ pkgsrc/devel/lua-rocks/distinfo     Thu Dec  9 15:11:07 2021
@@ -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