diff --git a/cross/boost/Makefile b/cross/boost/Makefile index 008beafc97c..93e707b42bd 100644 --- a/cross/boost/Makefile +++ b/cross/boost/Makefile @@ -2,7 +2,7 @@ PKG_NAME = boost PKG_VERS = 1.78.0 PKG_EXT = tar.bz2 PKG_DIST_NAME = $(PKG_NAME)_$(subst .,_,$(PKG_VERS)).$(PKG_EXT) -PKG_DIST_SITE = https://boostorg.jfrog.io/artifactory/main/release/$(PKG_VERS)/source +PKG_DIST_SITE = https://archives.boost.io/release/$(PKG_VERS)/source PKG_DIR = $(PKG_NAME)_$(subst .,_,$(PKG_VERS)) DEPENDS = cross/bzip2 cross/zlib diff --git a/cross/boost_1.68/Makefile b/cross/boost_1.68/Makefile index 8285ac2b578..5e9e53dfc19 100644 --- a/cross/boost_1.68/Makefile +++ b/cross/boost_1.68/Makefile @@ -2,7 +2,7 @@ PKG_NAME = boost PKG_VERS = 1.68.0 PKG_EXT = tar.bz2 PKG_DIST_NAME = $(PKG_NAME)_$(subst .,_,$(PKG_VERS)).$(PKG_EXT) -PKG_DIST_SITE = https://boostorg.jfrog.io/artifactory/main/release/$(PKG_VERS)/source +PKG_DIST_SITE = https://archives.boost.io/release/$(PKG_VERS)/source PKG_DIR = $(PKG_NAME)_$(subst .,_,$(PKG_VERS)) DEPENDS = cross/bzip2 cross/zlib @@ -18,7 +18,7 @@ CONFIGURE_TARGET = boost_configure COMPILE_TARGET = boost_compile INSTALL_TARGET = boost_install -# Build all if not told otherwise (we exclude python library when "all" selected) +# Build all if not told otherwise (we exclude python library when "all" selected) BOOST_LIBRARIES ?= all # Expect already built python when python library selected diff --git a/cross/boost_1.70/Makefile b/cross/boost_1.70/Makefile index 64584a2a5df..e0e7b5bfb9f 100644 --- a/cross/boost_1.70/Makefile +++ b/cross/boost_1.70/Makefile @@ -2,7 +2,7 @@ PKG_NAME = boost PKG_VERS = 1.70.0 PKG_EXT = tar.bz2 PKG_DIST_NAME = $(PKG_NAME)_$(subst .,_,$(PKG_VERS)).$(PKG_EXT) -PKG_DIST_SITE = https://boostorg.jfrog.io/artifactory/main/release/$(PKG_VERS)/source +PKG_DIST_SITE = https://archives.boost.io/release/$(PKG_VERS)/source PKG_DIR = $(PKG_NAME)_$(subst .,_,$(PKG_VERS)) DEPENDS = cross/bzip2 cross/zlib @@ -19,7 +19,7 @@ CONFIGURE_TARGET = boost_configure COMPILE_TARGET = boost_compile INSTALL_TARGET = boost_install -# Build all if not told otherwise (we exclude python library when "all" selected) +# Build all if not told otherwise (we exclude python library when "all" selected) BOOST_LIBRARIES ?= all # Expect already built python when python library selected diff --git a/cross/boost_1.78/Makefile b/cross/boost_1.78/Makefile index 3d3a8f2c392..93e707b42bd 100644 --- a/cross/boost_1.78/Makefile +++ b/cross/boost_1.78/Makefile @@ -2,7 +2,7 @@ PKG_NAME = boost PKG_VERS = 1.78.0 PKG_EXT = tar.bz2 PKG_DIST_NAME = $(PKG_NAME)_$(subst .,_,$(PKG_VERS)).$(PKG_EXT) -PKG_DIST_SITE = https://boostorg.jfrog.io/artifactory/main/release/$(PKG_VERS)/source +PKG_DIST_SITE = https://archives.boost.io/release/$(PKG_VERS)/source PKG_DIR = $(PKG_NAME)_$(subst .,_,$(PKG_VERS)) DEPENDS = cross/bzip2 cross/zlib @@ -16,7 +16,7 @@ PRE_COMPILE_TARGET = boost_pre_compile COMPILE_TARGET = boost_compile INSTALL_TARGET = boost_install -# Build all if not told otherwise (we exclude python library when "all" selected) +# Build all if not told otherwise (we exclude python library when "all" selected) BOOST_LIBRARIES ?= all # Expect already built python when python library selected diff --git a/cross/boost_1.82/Makefile b/cross/boost_1.82/Makefile index 75115ab7d30..cfe89fb2d1f 100644 --- a/cross/boost_1.82/Makefile +++ b/cross/boost_1.82/Makefile @@ -2,7 +2,7 @@ PKG_NAME = boost PKG_VERS = 1.82.0 PKG_EXT = tar.bz2 PKG_DIST_NAME = $(PKG_NAME)_$(subst .,_,$(PKG_VERS)).$(PKG_EXT) -PKG_DIST_SITE = https://boostorg.jfrog.io/artifactory/main/release/$(PKG_VERS)/source +PKG_DIST_SITE = https://archives.boost.io/release/$(PKG_VERS)/source PKG_DIR = $(PKG_NAME)_$(subst .,_,$(PKG_VERS)) DEPENDS = cross/bzip2 cross/zlib @@ -16,7 +16,7 @@ PRE_COMPILE_TARGET = boost_pre_compile COMPILE_TARGET = boost_compile INSTALL_TARGET = boost_install -# Build all if not told otherwise (we exclude python library when "all" selected) +# Build all if not told otherwise (we exclude python library when "all" selected) BOOST_LIBRARIES ?= all # Expect already built python when python library selected diff --git a/cross/lua/Makefile b/cross/lua/Makefile index 9b5a8e0c9a5..8f3dc7b7acc 100644 --- a/cross/lua/Makefile +++ b/cross/lua/Makefile @@ -1,5 +1,5 @@ PKG_NAME = lua -PKG_VERS = 5.4.4 +PKG_VERS = 5.4.7 PKG_EXT = tar.gz PKG_DIST_NAME = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT) PKG_DIST_SITE = https://www.lua.org/ftp diff --git a/cross/lua/PLIST b/cross/lua/PLIST index c27df2f7cd2..8e1589e1374 100644 --- a/cross/lua/PLIST +++ b/cross/lua/PLIST @@ -2,5 +2,5 @@ bin:bin/lua bin:bin/luac lib:lib/liblua.so lnk:lib/liblua.so.5.4 -lnk:lib/liblua.so.5.4.4 +lnk:lib/liblua.so.5.4.7 diff --git a/cross/lua/digests b/cross/lua/digests index c263e9b1aed..adc95303e59 100644 --- a/cross/lua/digests +++ b/cross/lua/digests @@ -1,3 +1,3 @@ -lua-5.4.4.tar.gz SHA1 03c27684b9d5d9783fb79a7c836ba1cdc5f309cd -lua-5.4.4.tar.gz SHA256 164c7849653b80ae67bec4b7473b884bf5cc8d2dca05653475ec2ed27b9ebf61 -lua-5.4.4.tar.gz MD5 bd8ce7069ff99a400efd14cf339a727b +lua-5.4.7.tar.gz SHA1 29b54f97dab8631f52ee21a44871622eaefbe235 +lua-5.4.7.tar.gz SHA256 9fbf5e28ef86c69858f6d3d34eccc32e911c1a28b4120ff3e84aaa70cfbf1e30 +lua-5.4.7.tar.gz MD5 fc3f3291353bbe6ee6dec85ee61331e8 diff --git a/native/nodejs/Makefile b/native/nodejs/Makefile index 1f0259e9d68..ed92e76a392 100644 --- a/native/nodejs/Makefile +++ b/native/nodejs/Makefile @@ -1,8 +1,9 @@ PKG_NAME = nodejs # https://github.com/nodejs/release#release-schedule # v18 is Maintenance Version "Hydrogen" since 2023-10-18 with EOL at 2025-04-30 -# v20 is LTS Version "Iron" from 2023-10-24 to 2024-10-22 with EOL at 2026-04-30 -PKG_VERS = 20.18.1 +# v20 is Maintenance Version "Iron" since 2024-10-22 with EOL at 2026-04-30 +# v22 is LTS Version "Jod" from 2024-10-29 to 2025-10-21 with EOL at 2027-04-30 +PKG_VERS = 22.12.0 PKG_EXT = tar.xz PKG_DIST_NAME = node-v$(PKG_VERS)-linux-x64.$(PKG_EXT) PKG_DIST_SITE = https://nodejs.org/dist/v$(PKG_VERS) diff --git a/native/nodejs/digests b/native/nodejs/digests index 621a38a0dde..9df7fa9934f 100644 --- a/native/nodejs/digests +++ b/native/nodejs/digests @@ -1,3 +1,3 @@ -node-v20.18.1-linux-x64.tar.xz SHA1 99748a5efc3162deb6377061105c414671f9f6bd -node-v20.18.1-linux-x64.tar.xz SHA256 c6fa75c841cbffac851678a472f2a5bd612fff8308ef39236190e1f8dbb0e567 -node-v20.18.1-linux-x64.tar.xz MD5 ef5705b0f1020a352260a9198d57220f +node-v22.12.0-linux-x64.tar.xz SHA1 f686e1d39682f5ada2b165e737eb136521f5a519 +node-v22.12.0-linux-x64.tar.xz SHA256 22982235e1b71fa8850f82edd09cdae7e3f32df1764a9ec298c72d25ef2c164f +node-v22.12.0-linux-x64.tar.xz MD5 6b4a8df45195924e4d0021577cce823f diff --git a/spk/lua/Makefile b/spk/lua/Makefile index edcf186169a..8d19a56f963 100644 --- a/spk/lua/Makefile +++ b/spk/lua/Makefile @@ -1,9 +1,9 @@ SPK_NAME = lua -SPK_VERS = 5.4.4 -SPK_REV = 4 +SPK_VERS = 5.4.7 +SPK_REV = 5 SPK_ICON = src/lua.png -DEPENDS = cross/$(SPK_NAME) +DEPENDS = cross/lua MAINTAINER = eelcohn MAINTAINER_URL = https://www.lua.org/ @@ -12,7 +12,7 @@ HELPURL = https://www.lua.org/start.html DESCRIPTION = Lua is a powerful, efficient, lightweight, embeddable scripting language. It supports procedural programming, object-oriented programming, functional programming, data-driven programming, and data description. DISPLAY_NAME = Lua STARTABLE = no -CHANGELOG = "Update lua to v5.4.4" +CHANGELOG = "Update lua to v5.4.7" HOMEPAGE = https://www.lua.org LICENSE = MIT