* [PR PATCH] LuaJIT: update to 2.1.1724512491.
@ 2024-08-26 2:23 Calandracas606
2024-08-26 8:55 ` icp1994
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Calandracas606 @ 2024-08-26 2:23 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1373 bytes --]
There is a new pull request by Calandracas606 against master on the void-packages repository
https://github.com/Calandracas606/void-packages LuaJIT
https://github.com/void-linux/void-packages/pull/51994
LuaJIT: update to 2.1.1724512491.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **briefly**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- x86_64-musl
- i686
- aarch64 (cross)
- aarch64-musl (cross)
- armv7l (cross)
- armv7l-musl (cross)
- armv6l (cross)
- armv6l-musl (cross)
A patch file from https://github.com/void-linux/void-packages/pull/51994.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-LuaJIT-51994.patch --]
[-- Type: text/x-diff, Size: 1319 bytes --]
From 415c1ec8a7cc3ffd1b46ba38e7d910867523f93e Mon Sep 17 00:00:00 2001
From: Daniel Martinez <danielmartinez@cock.li>
Date: Sun, 25 Aug 2024 22:11:51 -0400
Subject: [PATCH] LuaJIT: update to 2.1.1724512491.
---
srcpkgs/LuaJIT/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/LuaJIT/template b/srcpkgs/LuaJIT/template
index 54f7ceda9509dc..3fdd2339f45e87 100644
--- a/srcpkgs/LuaJIT/template
+++ b/srcpkgs/LuaJIT/template
@@ -1,9 +1,9 @@
# Template file for 'LuaJIT'
pkgname=LuaJIT
# the minor version is the contents of the .relver file in the source tarball
-version=2.1.1720049189
+version=2.1.1724512491
revision=1
-_commit_hash=04dca7911ea255f37be799c18d74c305b921c1a6
+_commit_hash=f725e44cda8f359869bf8f92ce71787ddca45618
build_style=gnu-makefile
hostmakedepends="lua52-BitOp"
short_desc="Just-In-Time Compiler for Lua"
@@ -11,7 +11,7 @@ maintainer="Daniel Martinez <danielmartinez@cock.li>"
license="MIT"
homepage="http://www.luajit.org"
distfiles="https://repo.or.cz/luajit-2.0.git/snapshot/${_commit_hash}.tar.gz"
-checksum=5374d56b57929a3bb020518fd5468470465a6e08a3eb86d7b38fe7106a56ab26
+checksum=3d3e4196a4282052497298e732ce10061741aa4c3b6ec8491de61bf04adc3a12
build_options="lua52compat"
desc_option_lua52compat="higher compatibility with lua 5.2"
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: LuaJIT: update to 2.1.1724512491.
2024-08-26 2:23 [PR PATCH] LuaJIT: update to 2.1.1724512491 Calandracas606
@ 2024-08-26 8:55 ` icp1994
2024-09-22 17:24 ` [PR PATCH] [Updated] " Calandracas606
2024-09-22 17:27 ` [PR PATCH] [Merged]: " classabbyamp
2 siblings, 0 replies; 4+ messages in thread
From: icp1994 @ 2024-08-26 8:55 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 197 bytes --]
New comment by icp1994 on void-packages repository
https://github.com/void-linux/void-packages/pull/51994#issuecomment-2309700082
Comment:
Can you move the homepage to https https://luajit.org/?
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PR PATCH] [Updated] LuaJIT: update to 2.1.1724512491.
2024-08-26 2:23 [PR PATCH] LuaJIT: update to 2.1.1724512491 Calandracas606
2024-08-26 8:55 ` icp1994
@ 2024-09-22 17:24 ` Calandracas606
2024-09-22 17:27 ` [PR PATCH] [Merged]: " classabbyamp
2 siblings, 0 replies; 4+ messages in thread
From: Calandracas606 @ 2024-09-22 17:24 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1378 bytes --]
There is an updated pull request by Calandracas606 against master on the void-packages repository
https://github.com/Calandracas606/void-packages LuaJIT
https://github.com/void-linux/void-packages/pull/51994
LuaJIT: update to 2.1.1724512491.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **briefly**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- x86_64-musl
- i686
- aarch64 (cross)
- aarch64-musl (cross)
- armv7l (cross)
- armv7l-musl (cross)
- armv6l (cross)
- armv6l-musl (cross)
A patch file from https://github.com/void-linux/void-packages/pull/51994.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-LuaJIT-51994.patch --]
[-- Type: text/x-diff, Size: 1341 bytes --]
From ab608064f03b8e30974ed1194a5a18f1edf63e78 Mon Sep 17 00:00:00 2001
From: Daniel Martinez <danielmartinez@cock.li>
Date: Sun, 25 Aug 2024 22:11:51 -0400
Subject: [PATCH] LuaJIT: update to 2.1.1725453128.
---
srcpkgs/LuaJIT/template | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/LuaJIT/template b/srcpkgs/LuaJIT/template
index 54f7ceda9509dc..bcb387dd4a9523 100644
--- a/srcpkgs/LuaJIT/template
+++ b/srcpkgs/LuaJIT/template
@@ -1,17 +1,17 @@
# Template file for 'LuaJIT'
pkgname=LuaJIT
# the minor version is the contents of the .relver file in the source tarball
-version=2.1.1720049189
+version=2.1.1725453128
revision=1
-_commit_hash=04dca7911ea255f37be799c18d74c305b921c1a6
+_commit_hash=87ae18af97fd4de790bb6c476b212e047689cc93
build_style=gnu-makefile
hostmakedepends="lua52-BitOp"
short_desc="Just-In-Time Compiler for Lua"
maintainer="Daniel Martinez <danielmartinez@cock.li>"
license="MIT"
-homepage="http://www.luajit.org"
+homepage="https://www.luajit.org"
distfiles="https://repo.or.cz/luajit-2.0.git/snapshot/${_commit_hash}.tar.gz"
-checksum=5374d56b57929a3bb020518fd5468470465a6e08a3eb86d7b38fe7106a56ab26
+checksum=c4ab3972a6d00d138caadab27ee53e646342e5d2f52adbffab6a916287b3fe57
build_options="lua52compat"
desc_option_lua52compat="higher compatibility with lua 5.2"
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PR PATCH] [Merged]: LuaJIT: update to 2.1.1724512491.
2024-08-26 2:23 [PR PATCH] LuaJIT: update to 2.1.1724512491 Calandracas606
2024-08-26 8:55 ` icp1994
2024-09-22 17:24 ` [PR PATCH] [Updated] " Calandracas606
@ 2024-09-22 17:27 ` classabbyamp
2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2024-09-22 17:27 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1209 bytes --]
There's a merged pull request on the void-packages repository
LuaJIT: update to 2.1.1724512491.
https://github.com/void-linux/void-packages/pull/51994
Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **briefly**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- x86_64-musl
- i686
- aarch64 (cross)
- aarch64-musl (cross)
- armv7l (cross)
- armv7l-musl (cross)
- armv6l (cross)
- armv6l-musl (cross)
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-09-22 17:27 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-08-26 2:23 [PR PATCH] LuaJIT: update to 2.1.1724512491 Calandracas606
2024-08-26 8:55 ` icp1994
2024-09-22 17:24 ` [PR PATCH] [Updated] " Calandracas606
2024-09-22 17:27 ` [PR PATCH] [Merged]: " classabbyamp
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).