Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] lvm2: update to 2.02.188.
@ 2022-10-08 22:22 tjkirch
  2022-10-21 21:42 ` tjkirch
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: tjkirch @ 2022-10-08 22:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tjkirch/void-packages lvm2-2.02.188
https://github.com/void-linux/void-packages/pull/39821

lvm2: update to 2.02.188.
#### Testing the changes
- I tested the changes in this PR: **briefly** - my disks are all in LVM; I installed the update, rebooted, and all is still well.

#### 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):
  - armv6l

I don't have the experience to update to 2.03.x, but the latest 2.02.x release seems smart.  Here are the changes: https://mirrors.kernel.org/sourceware/lvm2/WHATS_NEW-2.02

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

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

From b7a4137da59e653aba10d929e1f75311b2eb8738 Mon Sep 17 00:00:00 2001
From: Tom Kirchner <git@halffull.org>
Date: Sat, 8 Oct 2022 15:18:35 -0700
Subject: [PATCH] lvm2: update to 2.02.188.

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

diff --git a/srcpkgs/lvm2/template b/srcpkgs/lvm2/template
index b7d287577c32..deaf92343c51 100644
--- a/srcpkgs/lvm2/template
+++ b/srcpkgs/lvm2/template
@@ -1,7 +1,7 @@
 # Template file for 'lvm2'
 pkgname=lvm2
-version=2.02.187
-revision=2
+version=2.02.188
+revision=1
 wrksrc="LVM2.${version}"
 build_style=gnu-configure
 configure_args="--disable-selinux --enable-readline --enable-pkgconfig
@@ -19,7 +19,7 @@ license="GPL-2.0-only, LGPL-2.1-only"
 homepage="https://sourceware.org/lvm2/"
 changelog="https://abi-laboratory.pro/?view=changelog&l=lvm2&v=${version}"
 distfiles="https://mirrors.kernel.org/sourceware/lvm2/releases/LVM2.${version}.tgz"
-checksum=0e0d521a863a5db2440f2e1e7627ba82b70273ae4ab0bbe130851db0d58e5af1
+checksum=7101e8b0816ad77e4390fed9749a090214ba520061cd083437871e19e50cc9bd
 conf_files="/etc/lvm/*.conf /etc/lvm/profile/*"
 make_dirs="
  /etc/lvm/archive 0755 root root

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

* Re: lvm2: update to 2.02.188.
  2022-10-08 22:22 [PR PATCH] lvm2: update to 2.02.188 tjkirch
@ 2022-10-21 21:42 ` tjkirch
  2023-01-20  2:01 ` github-actions
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: tjkirch @ 2022-10-21 21:42 UTC (permalink / raw)
  To: ml

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

New comment by tjkirch on void-packages repository

https://github.com/void-linux/void-packages/pull/39821#issuecomment-1287463784

Comment:
FWIW, this has been running fine for a couple weeks now.

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

* Re: lvm2: update to 2.02.188.
  2022-10-08 22:22 [PR PATCH] lvm2: update to 2.02.188 tjkirch
  2022-10-21 21:42 ` tjkirch
@ 2023-01-20  2:01 ` github-actions
  2023-01-20 18:39 ` tjkirch
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: github-actions @ 2023-01-20  2:01 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/39821#issuecomment-1397834309

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] 10+ messages in thread

* Re: lvm2: update to 2.02.188.
  2022-10-08 22:22 [PR PATCH] lvm2: update to 2.02.188 tjkirch
  2022-10-21 21:42 ` tjkirch
  2023-01-20  2:01 ` github-actions
@ 2023-01-20 18:39 ` tjkirch
  2023-01-20 18:41 ` [PR PATCH] [Updated] " tjkirch
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: tjkirch @ 2023-01-20 18:39 UTC (permalink / raw)
  To: ml

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

New comment by tjkirch on void-packages repository

https://github.com/void-linux/void-packages/pull/39821#issuecomment-1398787867

Comment:
Rebased to resolve the merge conflicts, which was just the removal of `wrksrc` in d21de3397f4b3f9ccf738e3cfa7ab5f48adc127c.

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

* Re: [PR PATCH] [Updated] lvm2: update to 2.02.188.
  2022-10-08 22:22 [PR PATCH] lvm2: update to 2.02.188 tjkirch
                   ` (2 preceding siblings ...)
  2023-01-20 18:39 ` tjkirch
@ 2023-01-20 18:41 ` tjkirch
  2023-04-22  1:53 ` github-actions
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: tjkirch @ 2023-01-20 18:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tjkirch/void-packages lvm2-2.02.188
https://github.com/void-linux/void-packages/pull/39821

lvm2: update to 2.02.188.
#### Testing the changes
- I tested the changes in this PR: **briefly** - my disks are all in LVM; I installed the update, rebooted, and all is still well.

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

I don't have the experience to update to 2.03.x, but the latest 2.02.x release seems smart.  Here are the changes: https://mirrors.kernel.org/sourceware/lvm2/WHATS_NEW-2.02

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

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

From 1ff6c0175560414b32033a27180bc6f8e68b564e Mon Sep 17 00:00:00 2001
From: Tom Kirchner <git@halffull.org>
Date: Sat, 8 Oct 2022 15:18:35 -0700
Subject: [PATCH] lvm2: update to 2.02.188.

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

diff --git a/srcpkgs/lvm2/template b/srcpkgs/lvm2/template
index eccc6145f004..28d973a4cc5a 100644
--- a/srcpkgs/lvm2/template
+++ b/srcpkgs/lvm2/template
@@ -1,7 +1,7 @@
 # Template file for 'lvm2'
 pkgname=lvm2
-version=2.02.187
-revision=2
+version=2.02.188
+revision=1
 build_style=gnu-configure
 configure_args="--disable-selinux --enable-readline --enable-pkgconfig
  --enable-fsadm --enable-applib --enable-dmeventd --enable-cmdlib
@@ -18,7 +18,7 @@ license="GPL-2.0-only, LGPL-2.1-only"
 homepage="https://sourceware.org/lvm2/"
 changelog="https://abi-laboratory.pro/?view=changelog&l=lvm2&v=${version}"
 distfiles="https://mirrors.kernel.org/sourceware/lvm2/releases/LVM2.${version}.tgz"
-checksum=0e0d521a863a5db2440f2e1e7627ba82b70273ae4ab0bbe130851db0d58e5af1
+checksum=7101e8b0816ad77e4390fed9749a090214ba520061cd083437871e19e50cc9bd
 conf_files="/etc/lvm/*.conf /etc/lvm/profile/*"
 make_dirs="
  /etc/lvm/archive 0755 root root

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

* Re: lvm2: update to 2.02.188.
  2022-10-08 22:22 [PR PATCH] lvm2: update to 2.02.188 tjkirch
                   ` (3 preceding siblings ...)
  2023-01-20 18:41 ` [PR PATCH] [Updated] " tjkirch
@ 2023-04-22  1:53 ` github-actions
  2023-04-22  2:59 ` tjkirch
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: github-actions @ 2023-04-22  1:53 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/39821#issuecomment-1518465928

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] 10+ messages in thread

* Re: lvm2: update to 2.02.188.
  2022-10-08 22:22 [PR PATCH] lvm2: update to 2.02.188 tjkirch
                   ` (4 preceding siblings ...)
  2023-04-22  1:53 ` github-actions
@ 2023-04-22  2:59 ` tjkirch
  2023-07-23  1:58 ` github-actions
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: tjkirch @ 2023-04-22  2:59 UTC (permalink / raw)
  To: ml

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

New comment by tjkirch on void-packages repository

https://github.com/void-linux/void-packages/pull/39821#issuecomment-1518483576

Comment:
Not stale.

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

* Re: lvm2: update to 2.02.188.
  2022-10-08 22:22 [PR PATCH] lvm2: update to 2.02.188 tjkirch
                   ` (5 preceding siblings ...)
  2023-04-22  2:59 ` tjkirch
@ 2023-07-23  1:58 ` github-actions
  2023-07-23 16:05 ` tjkirch
  2023-08-05 18:56 ` [PR PATCH] [Merged]: " leahneukirchen
  8 siblings, 0 replies; 10+ messages in thread
From: github-actions @ 2023-07-23  1:58 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/39821#issuecomment-1646721701

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] 10+ messages in thread

* Re: lvm2: update to 2.02.188.
  2022-10-08 22:22 [PR PATCH] lvm2: update to 2.02.188 tjkirch
                   ` (6 preceding siblings ...)
  2023-07-23  1:58 ` github-actions
@ 2023-07-23 16:05 ` tjkirch
  2023-08-05 18:56 ` [PR PATCH] [Merged]: " leahneukirchen
  8 siblings, 0 replies; 10+ messages in thread
From: tjkirch @ 2023-07-23 16:05 UTC (permalink / raw)
  To: ml

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

New comment by tjkirch on void-packages repository

https://github.com/void-linux/void-packages/pull/39821#issuecomment-1646877686

Comment:
Not stale. 

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

* Re: [PR PATCH] [Merged]: lvm2: update to 2.02.188.
  2022-10-08 22:22 [PR PATCH] lvm2: update to 2.02.188 tjkirch
                   ` (7 preceding siblings ...)
  2023-07-23 16:05 ` tjkirch
@ 2023-08-05 18:56 ` leahneukirchen
  8 siblings, 0 replies; 10+ messages in thread
From: leahneukirchen @ 2023-08-05 18:56 UTC (permalink / raw)
  To: ml

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

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

lvm2: update to 2.02.188.
https://github.com/void-linux/void-packages/pull/39821

Description:
#### Testing the changes
- I tested the changes in this PR: **briefly** - my disks are all in LVM; I installed the update, rebooted, and all is still well.

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

I don't have the experience to update to 2.03.x, but the latest 2.02.x release seems smart.  Here are the changes: https://mirrors.kernel.org/sourceware/lvm2/WHATS_NEW-2.02

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

end of thread, other threads:[~2023-08-05 18:56 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-08 22:22 [PR PATCH] lvm2: update to 2.02.188 tjkirch
2022-10-21 21:42 ` tjkirch
2023-01-20  2:01 ` github-actions
2023-01-20 18:39 ` tjkirch
2023-01-20 18:41 ` [PR PATCH] [Updated] " tjkirch
2023-04-22  1:53 ` github-actions
2023-04-22  2:59 ` tjkirch
2023-07-23  1:58 ` github-actions
2023-07-23 16:05 ` tjkirch
2023-08-05 18:56 ` [PR PATCH] [Merged]: " leahneukirchen

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