-
Notifications
You must be signed in to change notification settings - Fork 261
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
26 changed files
with
1,596 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
include $(TOPDIR)/rules.mk | ||
|
||
PKG_NAME:=luajit2 | ||
PKG_VERSION:=2.1-20230410 | ||
PKG_VERSION:=2.1-20231006 | ||
PKG_RELEASE:=1 | ||
|
||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz | ||
PKG_SOURCE_URL:=https://github.com/openresty/luajit2/archive/refs/tags/v$(PKG_VERSION).tar.gz? | ||
PKG_HASH:=77bbcbb24c3c78f51560017288f3118d995fe71240aa379f5818ff6b166712ff | ||
PKG_HASH:=41530b3f00d3f284e771cfd09add2a0c672f1214f8780644ca9261da9e4d9310 | ||
|
||
PKG_MAINTAINER:=Javier Marcet <[email protected]> | ||
PKG_LICENSE:=MIT | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
include $(TOPDIR)/rules.mk | ||
|
||
PKG_NAME:=python-texttable | ||
PKG_VERSION:=1.6.7 | ||
PKG_VERSION:=1.7.0 | ||
PKG_RELEASE:=1 | ||
|
||
PYPI_NAME:=texttable | ||
PKG_HASH:=290348fb67f7746931bcdfd55ac7584ecd4e5b0846ab164333f0794b121760f2 | ||
PKG_HASH:=2d2068fb55115807d3ac77a4ca68fa48803e84ebb0ee2340f858107a36522638 | ||
|
||
PKG_MAINTAINER:=Javier Marcet <[email protected]> | ||
PKG_LICENSE:=MIT | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
include $(TOPDIR)/rules.mk | ||
|
||
PKG_NAME:=python-websocket-client | ||
PKG_VERSION:=1.6.2 | ||
PKG_VERSION:=1.6.4 | ||
PKG_RELEASE:=1 | ||
|
||
PYPI_NAME:=websocket-client | ||
PKG_HASH:=53e95c826bf800c4c465f50093a8c4ff091c7327023b10bfaff40cf1ef170eaa | ||
PKG_HASH:=b3324019b3c28572086c4a319f91d1dcd44e6e11cd340232978c684a7650d0df | ||
|
||
PKG_MAINTAINER:=Javier Marcet <[email protected]> | ||
PKG_LICENSE:=Apache-2.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,12 +5,12 @@ | |
include $(TOPDIR)/rules.mk | ||
|
||
PKG_NAME:=rust | ||
PKG_VERSION:=1.72.0 | ||
PKG_RELEASE:=3 | ||
PKG_VERSION:=1.73.0 | ||
PKG_RELEASE:=1 | ||
|
||
PKG_SOURCE:=rustc-$(PKG_VERSION)-src.tar.gz | ||
PKG_SOURCE_URL:=https://static.rust-lang.org/dist/ | ||
PKG_HASH:=ea9d61bbb51d76b6ea681156f69f0e0596b59722f04414b01c6e100b4b5be3a1 | ||
PKG_HASH:=96d62e6d1f2d21df7ac8acb3b9882411f9e7c7036173f7f2ede9e1f1f6b1bb3a | ||
HOST_BUILD_DIR:=$(BUILD_DIR)/host/rustc-$(PKG_VERSION)-src | ||
|
||
PKG_MAINTAINER:=Luca Barbato <[email protected]> | ||
|
@@ -52,6 +52,7 @@ TARGET_CONFIGURE_ARGS = \ | |
--set=target.$(RUSTC_TARGET_ARCH).cxx=$(TARGET_CXX_NOCACHE) \ | ||
--set=target.$(RUSTC_TARGET_ARCH).linker=$(TARGET_CC_NOCACHE) \ | ||
--set=target.$(RUSTC_TARGET_ARCH).ranlib=$(TARGET_RANLIB) \ | ||
--set=target.$(RUSTC_TARGET_ARCH).crt-static=false \ | ||
$(if $(CONFIG_USE_MUSL),--set=target.$(RUSTC_TARGET_ARCH).musl-root=$(TOOLCHAIN_DIR)) | ||
|
||
# CARGO_HOME is an environmental | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,156 @@ | ||
This patch bumps all libc dependencies and checksums to 0.2.146, which includes the fix for musl 1.2.4. | ||
|
||
--- a/vendor/addr2line-0.20.0/Cargo.lock | ||
+++ b/vendor/addr2line-0.20.0/Cargo.lock | ||
@@ -246,9 +246,9 @@ checksum = "e2abad23fbc42b3700f2f279844d | ||
|
||
[[package]] | ||
name = "libc" | ||
-version = "0.2.141" | ||
+version = "0.2.146" | ||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||
-checksum = "3304a64d199bb964be99741b7a14d26972741915b3649639149b2479bb46f4b5" | ||
+checksum = "f92be4933c13fd498862a9e02a3055f8a8d9c039ce33db97306fd5a6caa7f29b" | ||
|
||
[[package]] | ||
name = "libtest-mimic" | ||
--- a/vendor/backtrace-0.3.67/Cargo.lock | ||
+++ b/vendor/backtrace-0.3.67/Cargo.lock | ||
@@ -64,9 +64,9 @@ checksum = "dec7af912d60cdbd3677c1af9352 | ||
|
||
[[package]] | ||
name = "libc" | ||
-version = "0.2.138" | ||
+version = "0.2.146" | ||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||
-checksum = "db6d7e329c562c5dfab7a46a2afabc8b987ab9a4834c9d1ca04dc54c1546cef8" | ||
+checksum = "f92be4933c13fd498862a9e02a3055f8a8d9c039ce33db97306fd5a6caa7f29b" | ||
|
||
[[package]] | ||
name = "libloading" | ||
--- a/vendor/bstr/Cargo.lock | ||
+++ b/vendor/bstr/Cargo.lock | ||
@@ -34,9 +34,9 @@ dependencies = [ | ||
|
||
[[package]] | ||
name = "libc" | ||
-version = "0.2.138" | ||
+version = "0.2.146" | ||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||
-checksum = "db6d7e329c562c5dfab7a46a2afabc8b987ab9a4834c9d1ca04dc54c1546cef8" | ||
+checksum = "f92be4933c13fd498862a9e02a3055f8a8d9c039ce33db97306fd5a6caa7f29b" | ||
|
||
[[package]] | ||
name = "memchr" | ||
--- a/vendor/cranelift-jit/Cargo.lock | ||
+++ b/vendor/cranelift-jit/Cargo.lock | ||
@@ -224,9 +224,9 @@ dependencies = [ | ||
|
||
[[package]] | ||
name = "libc" | ||
-version = "0.2.141" | ||
+version = "0.2.146" | ||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||
-checksum = "3304a64d199bb964be99741b7a14d26972741915b3649639149b2479bb46f4b5" | ||
+checksum = "f92be4933c13fd498862a9e02a3055f8a8d9c039ce33db97306fd5a6caa7f29b" | ||
|
||
[[package]] | ||
name = "log" | ||
--- a/vendor/crossbeam-channel/Cargo.lock | ||
+++ b/vendor/crossbeam-channel/Cargo.lock | ||
@@ -50,9 +50,9 @@ dependencies = [ | ||
|
||
[[package]] | ||
name = "libc" | ||
-version = "0.2.141" | ||
+version = "0.2.146" | ||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||
-checksum = "3304a64d199bb964be99741b7a14d26972741915b3649639149b2479bb46f4b5" | ||
+checksum = "f92be4933c13fd498862a9e02a3055f8a8d9c039ce33db97306fd5a6caa7f29b" | ||
|
||
[[package]] | ||
name = "num_cpus" | ||
--- a/vendor/elasticlunr-rs/Cargo.lock | ||
+++ b/vendor/elasticlunr-rs/Cargo.lock | ||
@@ -555,9 +555,9 @@ checksum = "e2abad23fbc42b3700f2f279844d | ||
|
||
[[package]] | ||
name = "libc" | ||
-version = "0.2.140" | ||
+version = "0.2.146" | ||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||
-checksum = "99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c" | ||
+checksum = "f92be4933c13fd498862a9e02a3055f8a8d9c039ce33db97306fd5a6caa7f29b" | ||
|
||
[[package]] | ||
name = "lindera" | ||
--- a/vendor/handlebars/Cargo.lock | ||
+++ b/vendor/handlebars/Cargo.lock | ||
@@ -550,9 +550,9 @@ checksum = "e2abad23fbc42b3700f2f279844d | ||
|
||
[[package]] | ||
name = "libc" | ||
-version = "0.2.140" | ||
+version = "0.2.146" | ||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||
-checksum = "99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c" | ||
+checksum = "f92be4933c13fd498862a9e02a3055f8a8d9c039ce33db97306fd5a6caa7f29b" | ||
|
||
[[package]] | ||
name = "lock_api" | ||
--- a/vendor/icu_locid/Cargo.lock | ||
+++ b/vendor/icu_locid/Cargo.lock | ||
@@ -318,9 +318,9 @@ checksum = "e2abad23fbc42b3700f2f279844d | ||
|
||
[[package]] | ||
name = "libc" | ||
-version = "0.2.141" | ||
+version = "0.2.146" | ||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||
-checksum = "3304a64d199bb964be99741b7a14d26972741915b3649639149b2479bb46f4b5" | ||
+checksum = "f92be4933c13fd498862a9e02a3055f8a8d9c039ce33db97306fd5a6caa7f29b" | ||
|
||
[[package]] | ||
name = "litemap" | ||
--- a/vendor/libffi/Cargo.lock | ||
+++ b/vendor/libffi/Cargo.lock | ||
@@ -10,9 +10,9 @@ checksum = "50d30906286121d95be3d479533b | ||
|
||
[[package]] | ||
name = "libc" | ||
-version = "0.2.140" | ||
+version = "0.2.146" | ||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||
-checksum = "99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c" | ||
+checksum = "f92be4933c13fd498862a9e02a3055f8a8d9c039ce33db97306fd5a6caa7f29b" | ||
|
||
[[package]] | ||
name = "libffi" | ||
--- a/vendor/terminal_size/Cargo.lock | ||
+++ b/vendor/terminal_size/Cargo.lock | ||
@@ -47,9 +47,9 @@ dependencies = [ | ||
|
||
[[package]] | ||
name = "libc" | ||
-version = "0.2.140" | ||
+version = "0.2.146" | ||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||
-checksum = "99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c" | ||
+checksum = "f92be4933c13fd498862a9e02a3055f8a8d9c039ce33db97306fd5a6caa7f29b" | ||
|
||
[[package]] | ||
name = "linux-raw-sys" | ||
--- a/vendor/tracing-tree/Cargo.lock | ||
+++ b/vendor/tracing-tree/Cargo.lock | ||
@@ -100,9 +100,9 @@ checksum = "e2abad23fbc42b3700f2f279844d | ||
|
||
[[package]] | ||
name = "libc" | ||
-version = "0.2.141" | ||
+version = "0.2.146" | ||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||
-checksum = "3304a64d199bb964be99741b7a14d26972741915b3649639149b2479bb46f4b5" | ||
+checksum = "f92be4933c13fd498862a9e02a3055f8a8d9c039ce33db97306fd5a6caa7f29b" | ||
|
||
[[package]] | ||
name = "log" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.