Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libluv: update to 1.44.2.0.
@ 2023-03-23 15:06 mhmdanas
  2023-03-28  3:03 ` [PR REVIEW] " classabbyamp
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: mhmdanas @ 2023-03-23 15:06 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1242 bytes --]

There is a new pull request by mhmdanas against master on the void-packages repository

https://github.com/mhmdanas/void-packages libluv-1.44.2.0
https://github.com/void-linux/void-packages/pull/42945

libluv: update to 1.44.2.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

@andry-dev

<!--
#### 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/42945.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libluv-1.44.2.0-42945.patch --]
[-- Type: text/x-diff, Size: 1686 bytes --]

From 3f5034933d6f1a4586052896cf5b13163f29fb3b Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Thu, 23 Mar 2023 15:04:48 +0000
Subject: [PATCH] libluv: update to 1.44.2.0.

---
 srcpkgs/libluv/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/libluv/template b/srcpkgs/libluv/template
index 07e12ecb7e61..042fe2b8506c 100644
--- a/srcpkgs/libluv/template
+++ b/srcpkgs/libluv/template
@@ -1,24 +1,24 @@
 # Template file for 'libluv'
 pkgname=libluv
-version=1.43.0.0
+version=1.44.2.0
 revision=1
 _distver="${version%.*}-${version##*.}"
 build_style=cmake
 configure_args="-DLUA_BUILD_TYPE=System -DBUILD_MODULE=OFF -DBUILD_SHARED_LIBS=ON
- -DWITH_LUA_ENGINE=$(vopt_if luajit LuaJIT Lua)"
+ -DWITH_LUA_ENGINE=$(vopt_if luajit LuaJIT Lua) -DWITH_SHARED_LIBUV=ON"
 makedepends="libuv-devel $(vopt_if luajit LuaJIT-devel lua51-devel)"
-depends="libuv $(vopt_if luajit LuaJIT lua51)"
+depends="$(vopt_if luajit LuaJIT lua51)"
 short_desc="Bare libuv bindings for LuaJIT"
 maintainer="andry-dev <peketribal2@gmail.com>"
 license="Apache-2.0"
 homepage="https://github.com/luvit/luv"
 distfiles="https://github.com/luvit/luv/releases/download/${_distver}/luv-${_distver}.tar.gz
  https://raw.githubusercontent.com/luvit/luv/${_distver}/libluv.pc.in"
-checksum="567a6f3dcdcf8a9b54ddc57ffef89d1e950d72832b85ee81c8c83a9d4e0e9de2
+checksum="30639f8e0fac7fb0c3a04b94a00f73c6d218c15765347ceb0998a6b72464b6cf
  be2a4909c724e09a50de42b1caa3c82c1b1afee8b80abf20c6944f1df1c7fd0e"
 skip_extraction="libluv.pc.in"
 
-build_options=luajit
+build_options="luajit"
 
 case "$XBPS_TARGET_MACHINE" in
 	riscv64*) build_options_default="" ;;

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR REVIEW] libluv: update to 1.44.2.0.
  2023-03-23 15:06 [PR PATCH] libluv: update to 1.44.2.0 mhmdanas
@ 2023-03-28  3:03 ` classabbyamp
  2023-03-30 19:40 ` [PR PATCH] [Updated] " mhmdanas
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-03-28  3:03 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 168 bytes --]

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/42945#discussion_r1149975933

Comment:
.1 is available

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Updated] libluv: update to 1.44.2.0.
  2023-03-23 15:06 [PR PATCH] libluv: update to 1.44.2.0 mhmdanas
  2023-03-28  3:03 ` [PR REVIEW] " classabbyamp
@ 2023-03-30 19:40 ` mhmdanas
  2023-03-30 19:42 ` [PR PATCH] [Updated] libluv: update to 1.44.2.1 mhmdanas
  2023-03-30 20:18 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: mhmdanas @ 2023-03-30 19:40 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1247 bytes --]

There is an updated pull request by mhmdanas against master on the void-packages repository

https://github.com/mhmdanas/void-packages libluv-1.44.2.0
https://github.com/void-linux/void-packages/pull/42945

libluv: update to 1.44.2.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

@andry-dev

<!--
#### 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/42945.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libluv-1.44.2.0-42945.patch --]
[-- Type: text/x-diff, Size: 1686 bytes --]

From 92c496f47b494c6efa9a0305bdb7d9a0e859032b Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Thu, 23 Mar 2023 15:04:48 +0000
Subject: [PATCH] libluv: update to 1.44.2.1.

---
 srcpkgs/libluv/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/libluv/template b/srcpkgs/libluv/template
index 07e12ecb7e61..31832242689d 100644
--- a/srcpkgs/libluv/template
+++ b/srcpkgs/libluv/template
@@ -1,24 +1,24 @@
 # Template file for 'libluv'
 pkgname=libluv
-version=1.43.0.0
+version=1.44.2.1
 revision=1
 _distver="${version%.*}-${version##*.}"
 build_style=cmake
 configure_args="-DLUA_BUILD_TYPE=System -DBUILD_MODULE=OFF -DBUILD_SHARED_LIBS=ON
- -DWITH_LUA_ENGINE=$(vopt_if luajit LuaJIT Lua)"
+ -DWITH_LUA_ENGINE=$(vopt_if luajit LuaJIT Lua) -DWITH_SHARED_LIBUV=ON"
 makedepends="libuv-devel $(vopt_if luajit LuaJIT-devel lua51-devel)"
-depends="libuv $(vopt_if luajit LuaJIT lua51)"
+depends="$(vopt_if luajit LuaJIT lua51)"
 short_desc="Bare libuv bindings for LuaJIT"
 maintainer="andry-dev <peketribal2@gmail.com>"
 license="Apache-2.0"
 homepage="https://github.com/luvit/luv"
 distfiles="https://github.com/luvit/luv/releases/download/${_distver}/luv-${_distver}.tar.gz
  https://raw.githubusercontent.com/luvit/luv/${_distver}/libluv.pc.in"
-checksum="567a6f3dcdcf8a9b54ddc57ffef89d1e950d72832b85ee81c8c83a9d4e0e9de2
+checksum="3eb5c7bc44f61fbc4148ea30e3221d410263e0ffa285672851fc19debf9e5c30
  be2a4909c724e09a50de42b1caa3c82c1b1afee8b80abf20c6944f1df1c7fd0e"
 skip_extraction="libluv.pc.in"
 
-build_options=luajit
+build_options="luajit"
 
 case "$XBPS_TARGET_MACHINE" in
 	riscv64*) build_options_default="" ;;

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Updated] libluv: update to 1.44.2.1.
  2023-03-23 15:06 [PR PATCH] libluv: update to 1.44.2.0 mhmdanas
  2023-03-28  3:03 ` [PR REVIEW] " classabbyamp
  2023-03-30 19:40 ` [PR PATCH] [Updated] " mhmdanas
@ 2023-03-30 19:42 ` mhmdanas
  2023-03-30 20:18 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: mhmdanas @ 2023-03-30 19:42 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1247 bytes --]

There is an updated pull request by mhmdanas against master on the void-packages repository

https://github.com/mhmdanas/void-packages libluv-1.44.2.0
https://github.com/void-linux/void-packages/pull/42945

libluv: update to 1.44.2.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

@andry-dev

<!--
#### 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/42945.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libluv-1.44.2.0-42945.patch --]
[-- Type: text/x-diff, Size: 1952 bytes --]

From 9ae5dac857c5102d9d4c9e20834363e92a111edd Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Thu, 23 Mar 2023 15:04:48 +0000
Subject: [PATCH] libluv: update to 1.44.2.1.

---
 srcpkgs/libluv/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/libluv/template b/srcpkgs/libluv/template
index 07e12ecb7e61..c73d16038769 100644
--- a/srcpkgs/libluv/template
+++ b/srcpkgs/libluv/template
@@ -1,24 +1,24 @@
 # Template file for 'libluv'
 pkgname=libluv
-version=1.43.0.0
+version=1.44.2.1
 revision=1
 _distver="${version%.*}-${version##*.}"
 build_style=cmake
 configure_args="-DLUA_BUILD_TYPE=System -DBUILD_MODULE=OFF -DBUILD_SHARED_LIBS=ON
- -DWITH_LUA_ENGINE=$(vopt_if luajit LuaJIT Lua)"
+ -DWITH_LUA_ENGINE=$(vopt_if luajit LuaJIT Lua) -DWITH_SHARED_LIBUV=ON"
 makedepends="libuv-devel $(vopt_if luajit LuaJIT-devel lua51-devel)"
-depends="libuv $(vopt_if luajit LuaJIT lua51)"
+depends="$(vopt_if luajit LuaJIT lua51)"
 short_desc="Bare libuv bindings for LuaJIT"
 maintainer="andry-dev <peketribal2@gmail.com>"
 license="Apache-2.0"
 homepage="https://github.com/luvit/luv"
 distfiles="https://github.com/luvit/luv/releases/download/${_distver}/luv-${_distver}.tar.gz
  https://raw.githubusercontent.com/luvit/luv/${_distver}/libluv.pc.in"
-checksum="567a6f3dcdcf8a9b54ddc57ffef89d1e950d72832b85ee81c8c83a9d4e0e9de2
+checksum="3eb5c7bc44f61fbc4148ea30e3221d410263e0ffa285672851fc19debf9e5c30
  be2a4909c724e09a50de42b1caa3c82c1b1afee8b80abf20c6944f1df1c7fd0e"
 skip_extraction="libluv.pc.in"
 
-build_options=luajit
+build_options="luajit"
 
 case "$XBPS_TARGET_MACHINE" in
 	riscv64*) build_options_default="" ;;
@@ -35,7 +35,7 @@ post_extract() {
 }
 
 libluv-devel_package() {
-	depends="${makedepends} libluv>=${version}_${revision}"
+	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/include

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Merged]: libluv: update to 1.44.2.1.
  2023-03-23 15:06 [PR PATCH] libluv: update to 1.44.2.0 mhmdanas
                   ` (2 preceding siblings ...)
  2023-03-30 19:42 ` [PR PATCH] [Updated] libluv: update to 1.44.2.1 mhmdanas
@ 2023-03-30 20:18 ` paper42
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2023-03-30 20:18 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1081 bytes --]

There's a merged pull request on the void-packages repository

libluv: update to 1.44.2.1.
https://github.com/void-linux/void-packages/pull/42945

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

@andry-dev

<!--
#### 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-03-30 20:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-23 15:06 [PR PATCH] libluv: update to 1.44.2.0 mhmdanas
2023-03-28  3:03 ` [PR REVIEW] " classabbyamp
2023-03-30 19:40 ` [PR PATCH] [Updated] " mhmdanas
2023-03-30 19:42 ` [PR PATCH] [Updated] libluv: update to 1.44.2.1 mhmdanas
2023-03-30 20:18 ` [PR PATCH] [Merged]: " paper42

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).