Github messages for voidlinux
 help / color / mirror / Atom feed
From: mhmdanas <mhmdanas@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] libluv: update to 1.44.2.0.
Date: Thu, 30 Mar 2023 21:40:54 +0200	[thread overview]
Message-ID: <20230330194054.RC-jRpdUEZkLpc-P_XyIRnN9-zV2ZymAaZll1ELUWy4@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-42945@inbox.vuxu.org>

[-- 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="" ;;

  parent reply	other threads:[~2023-03-30 19:40 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-23 15:06 [PR PATCH] " mhmdanas
2023-03-28  3:03 ` [PR REVIEW] " classabbyamp
2023-03-30 19:40 ` mhmdanas [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230330194054.RC-jRpdUEZkLpc-P_XyIRnN9-zV2ZymAaZll1ELUWy4@z \
    --to=mhmdanas@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).