Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Update libnvme and nvme-cli
@ 2023-02-15 20:03 subnut
  2023-05-17  1:54 ` github-actions
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: subnut @ 2023-02-15 20:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/subnut/void-packages nvme
https://github.com/void-linux/void-packages/pull/42297

Update libnvme and nvme-cli
<!-- 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):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 06cbd4dfd40dd739b9b8300104e79b0a358b13db Mon Sep 17 00:00:00 2001
From: Subhaditya Nath <sn03.general@gmail.com>
Date: Thu, 16 Feb 2023 01:30:48 +0530
Subject: [PATCH 1/2] libnvme: update to 1.3

---
 srcpkgs/libnvme/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/libnvme/template b/srcpkgs/libnvme/template
index b628be9cabb9..db90c99ffa36 100644
--- a/srcpkgs/libnvme/template
+++ b/srcpkgs/libnvme/template
@@ -1,9 +1,9 @@
 # Template file for 'libnvme'
 pkgname=libnvme
-version=1.2
+version=1.3
 revision=1
 build_style=meson
-configure_args="-Ddocs=man"
+configure_args="-Ddocs=man -Dlibdbus=disabled"
 hostmakedepends="pkg-config swig"
 makedepends="json-c-devel openssl-devel python3-devel"
 checkdepends="perl"
@@ -12,7 +12,7 @@ maintainer="Subhaditya Nath <sn03.general@gmail.com>"
 license="LGPL-2.1-or-later"
 homepage="https://github.com/linux-nvme/libnvme"
 distfiles="https://github.com/linux-nvme/libnvme/archive/v${version}.tar.gz"
-checksum=2697c86e9d8597fcd264f8bf8af57a529346efa4f611ca2be855e3aa89b9eb2c
+checksum=259b8bc12ef81431222e7d9eb287b3c2051e316bab754bd4fa39f84401e5836d
 
 libnvme-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision} json-c-devel openssl-devel"

From 4e0d9d4bce32c3d5a9a8a86b589fd3ab724303e7 Mon Sep 17 00:00:00 2001
From: Subhaditya Nath <sn03.general@gmail.com>
Date: Thu, 16 Feb 2023 01:31:01 +0530
Subject: [PATCH 2/2] nvme-cli: update to 2.3

---
 srcpkgs/nvme-cli/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/nvme-cli/template b/srcpkgs/nvme-cli/template
index 9564926f7555..c0fc862ba23b 100644
--- a/srcpkgs/nvme-cli/template
+++ b/srcpkgs/nvme-cli/template
@@ -1,6 +1,6 @@
 # Template file for 'nvme-cli'
 pkgname=nvme-cli
-version=2.2.1
+version=2.3
 revision=1
 build_style=meson
 configure_args="-Ddocs=man -Dudevrulesdir=lib/udev/rules.d"
@@ -11,7 +11,7 @@ maintainer="Subhaditya Nath <sn03.general@gmail.com>"
 license="GPL-2.0-only"
 homepage="http://nvmexpress.org"
 distfiles="https://github.com/linux-nvme/nvme-cli/archive/v${version}.tar.gz"
-checksum=68720bc25c68adb93dafe1186de4fabbe40f8390ff1416256b52fe74f78259ae
+checksum=2e36dc890567374fcaacb91a0d1eace0f0676524e53acd9e5660e848d393cc6b
 conf_files="/etc/nvme/*.conf"
 
 if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then

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

* Re: Update libnvme and nvme-cli
  2023-02-15 20:03 [PR PATCH] Update libnvme and nvme-cli subnut
@ 2023-05-17  1:54 ` github-actions
  2023-05-17 11:37 ` leahneukirchen
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2023-05-17  1:54 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/42297#issuecomment-1550574386

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: Update libnvme and nvme-cli
  2023-02-15 20:03 [PR PATCH] Update libnvme and nvme-cli subnut
  2023-05-17  1:54 ` github-actions
@ 2023-05-17 11:37 ` leahneukirchen
  2023-08-17  1:43 ` github-actions
  2023-08-31  1:45 ` [PR PATCH] [Closed]: " github-actions
  3 siblings, 0 replies; 5+ messages in thread
From: leahneukirchen @ 2023-05-17 11:37 UTC (permalink / raw)
  To: ml

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

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/pull/42297#issuecomment-1551233687

Comment:
Still a draft or ready to go?

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

* Re: Update libnvme and nvme-cli
  2023-02-15 20:03 [PR PATCH] Update libnvme and nvme-cli subnut
  2023-05-17  1:54 ` github-actions
  2023-05-17 11:37 ` leahneukirchen
@ 2023-08-17  1:43 ` github-actions
  2023-08-31  1:45 ` [PR PATCH] [Closed]: " github-actions
  3 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2023-08-17  1:43 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/42297#issuecomment-1681484921

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: Update libnvme and nvme-cli
  2023-02-15 20:03 [PR PATCH] Update libnvme and nvme-cli subnut
                   ` (2 preceding siblings ...)
  2023-08-17  1:43 ` github-actions
@ 2023-08-31  1:45 ` github-actions
  3 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2023-08-31  1:45 UTC (permalink / raw)
  To: ml

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

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

Update libnvme and nvme-cli
https://github.com/void-linux/void-packages/pull/42297

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):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2023-08-31  1:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-15 20:03 [PR PATCH] Update libnvme and nvme-cli subnut
2023-05-17  1:54 ` github-actions
2023-05-17 11:37 ` leahneukirchen
2023-08-17  1:43 ` github-actions
2023-08-31  1:45 ` [PR PATCH] [Closed]: " github-actions

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