Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] eudev: update to 3.2.11.
@ 2022-03-05  7:55 mobinmob
  2022-03-13 23:03 ` [PR REVIEW] " paper42
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: mobinmob @ 2022-03-05  7:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages eudev
https://github.com/void-linux/void-packages/pull/35979

eudev: update to 3.2.11.
Also:
- change the homepage to that of the maintained upstream.
- use the official generated tarball.

@Gottox 

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

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/35979.patch is attached

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

From b1975b864ab880916a5b622132fcbe90bedf66d9 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 5 Mar 2022 09:51:55 +0200
Subject: [PATCH] eudev: update to 3.2.11.

Also:
- change the homepage to that of the maintained upstream.
- use the official generated tarball.
---
 srcpkgs/eudev/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/eudev/template b/srcpkgs/eudev/template
index df783c562bca..2df53849fe03 100644
--- a/srcpkgs/eudev/template
+++ b/srcpkgs/eudev/template
@@ -3,7 +3,7 @@
 _UDEV_VERSION="243" # compatible udev version provided
 
 pkgname=eudev
-version=3.2.10
+version=3.2.11
 revision=1
 build_style=gnu-configure
 configure_args="--enable-hwdb --enable-manpages --disable-introspection"
@@ -13,10 +13,9 @@ checkdepends="xz tar perl"
 short_desc="Gentoo's fork of systemd-udev (enhanced userland device daemon)"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later"
-homepage="https://github.com/gentoo/eudev"
-# Gentoo's ebuild uses this tarball
-distfiles="https://dev.gentoo.org/~blueness/eudev/eudev-${version}.tar.gz"
-checksum=87bb028d470fd1b85169349b44c55d5b733733dc2d50ddf1196e026725ead034
+homepage="https://github.com/eudev-project"
+distfiles="https://github.com/eudev-project/eudev/releases/download/v${version}/eudev-${version}.tar.gz"
+checksum=19847cafec67897da855fde56f9dc7d92e21c50e450aa79068a7e704ed44558b
 conf_files="/etc/udev/udev.conf"
 
 post_install() {

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

* Re: [PR REVIEW] eudev: update to 3.2.11.
  2022-03-05  7:55 [PR PATCH] eudev: update to 3.2.11 mobinmob
@ 2022-03-13 23:03 ` paper42
  2022-03-15 13:33 ` [PR PATCH] [Updated] " mobinmob
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: paper42 @ 2022-03-13 23:03 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35979#discussion_r825517193

Comment:
```suggestion
short_desc="Fork of systemd-udev (enhanced userland device daemon)"
```

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

* Re: [PR PATCH] [Updated] eudev: update to 3.2.11.
  2022-03-05  7:55 [PR PATCH] eudev: update to 3.2.11 mobinmob
  2022-03-13 23:03 ` [PR REVIEW] " paper42
@ 2022-03-15 13:33 ` mobinmob
  2022-03-15 13:33 ` [PR REVIEW] " mobinmob
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: mobinmob @ 2022-03-15 13:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages eudev
https://github.com/void-linux/void-packages/pull/35979

eudev: update to 3.2.11.
Also:
- change the homepage to that of the maintained upstream.
- use the official generated tarball.

@Gottox 

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

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/35979.patch is attached

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

From 3aba2c44bb3f45c5d0187ac32bd2d6629a14d805 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 5 Mar 2022 09:51:55 +0200
Subject: [PATCH] eudev: update to 3.2.11.

Also:
- change the homepage to that of the maintained upstream.
- use the official generated tarball.
---
 srcpkgs/eudev/template | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/eudev/template b/srcpkgs/eudev/template
index df783c562bca..1639a17d3448 100644
--- a/srcpkgs/eudev/template
+++ b/srcpkgs/eudev/template
@@ -3,20 +3,19 @@
 _UDEV_VERSION="243" # compatible udev version provided
 
 pkgname=eudev
-version=3.2.10
+version=3.2.11
 revision=1
 build_style=gnu-configure
 configure_args="--enable-hwdb --enable-manpages --disable-introspection"
 hostmakedepends="pkg-config gperf"
 makedepends="libblkid-devel libkmod-devel"
 checkdepends="xz tar perl"
-short_desc="Gentoo's fork of systemd-udev (enhanced userland device daemon)"
+short_desc="Fork of systemd-udev (enhanced userland device daemon)"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later"
-homepage="https://github.com/gentoo/eudev"
-# Gentoo's ebuild uses this tarball
-distfiles="https://dev.gentoo.org/~blueness/eudev/eudev-${version}.tar.gz"
-checksum=87bb028d470fd1b85169349b44c55d5b733733dc2d50ddf1196e026725ead034
+homepage="https://github.com/eudev-project"
+distfiles="https://github.com/eudev-project/eudev/releases/download/v${version}/eudev-${version}.tar.gz"
+checksum=19847cafec67897da855fde56f9dc7d92e21c50e450aa79068a7e704ed44558b
 conf_files="/etc/udev/udev.conf"
 
 post_install() {

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

* Re: [PR REVIEW] eudev: update to 3.2.11.
  2022-03-05  7:55 [PR PATCH] eudev: update to 3.2.11 mobinmob
  2022-03-13 23:03 ` [PR REVIEW] " paper42
  2022-03-15 13:33 ` [PR PATCH] [Updated] " mobinmob
@ 2022-03-15 13:33 ` mobinmob
  2022-04-10 20:40 ` paper42
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: mobinmob @ 2022-03-15 13:33 UTC (permalink / raw)
  To: ml

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

New review comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/35979#discussion_r826977583

Comment:
Thanks, done :)

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

* Re: eudev: update to 3.2.11.
  2022-03-05  7:55 [PR PATCH] eudev: update to 3.2.11 mobinmob
                   ` (2 preceding siblings ...)
  2022-03-15 13:33 ` [PR REVIEW] " mobinmob
@ 2022-04-10 20:40 ` paper42
  2022-04-30 15:09 ` [PR PATCH] [Updated] " mobinmob
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: paper42 @ 2022-04-10 20:40 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35979#issuecomment-1094364629

Comment:
please rebase this PR

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

* Re: [PR PATCH] [Updated] eudev: update to 3.2.11.
  2022-03-05  7:55 [PR PATCH] eudev: update to 3.2.11 mobinmob
                   ` (3 preceding siblings ...)
  2022-04-10 20:40 ` paper42
@ 2022-04-30 15:09 ` mobinmob
  2022-04-30 15:12 ` mobinmob
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: mobinmob @ 2022-04-30 15:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages eudev
https://github.com/void-linux/void-packages/pull/35979

eudev: update to 3.2.11.
Also:
- change the homepage to that of the maintained upstream.
- use the official generated tarball.

@Gottox 

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

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/35979.patch is attached

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

From af6afe23b6a19f1586d2942e10f15c25cd81bbc7 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 30 Apr 2022 18:17:51 +0300
Subject: [PATCH] eudev: update to 3.2.11.

Also:
- change the homepage to that of the maintained upstream.
- use the official generated tarball.
---
 srcpkgs/eudev/template | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/eudev/template b/srcpkgs/eudev/template
index 68c50149e028..1639a17d3448 100644
--- a/srcpkgs/eudev/template
+++ b/srcpkgs/eudev/template
@@ -3,20 +3,19 @@
 _UDEV_VERSION="243" # compatible udev version provided
 
 pkgname=eudev
-version=3.2.10
-revision=2
+version=3.2.11
+revision=1
 build_style=gnu-configure
 configure_args="--enable-hwdb --enable-manpages --disable-introspection"
 hostmakedepends="pkg-config gperf"
 makedepends="libblkid-devel libkmod-devel"
 checkdepends="xz tar perl"
-short_desc="Gentoo's fork of systemd-udev (enhanced userland device daemon)"
+short_desc="Fork of systemd-udev (enhanced userland device daemon)"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later"
-homepage="https://github.com/gentoo/eudev"
-# Gentoo's ebuild uses this tarball
-distfiles="https://dev.gentoo.org/~blueness/eudev/eudev-${version}.tar.gz"
-checksum=87bb028d470fd1b85169349b44c55d5b733733dc2d50ddf1196e026725ead034
+homepage="https://github.com/eudev-project"
+distfiles="https://github.com/eudev-project/eudev/releases/download/v${version}/eudev-${version}.tar.gz"
+checksum=19847cafec67897da855fde56f9dc7d92e21c50e450aa79068a7e704ed44558b
 conf_files="/etc/udev/udev.conf"
 
 post_install() {

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

* Re: eudev: update to 3.2.11.
  2022-03-05  7:55 [PR PATCH] eudev: update to 3.2.11 mobinmob
                   ` (4 preceding siblings ...)
  2022-04-30 15:09 ` [PR PATCH] [Updated] " mobinmob
@ 2022-04-30 15:12 ` mobinmob
  2022-07-23 20:59 ` motorto
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: mobinmob @ 2022-04-30 15:12 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/35979#issuecomment-1114004425

Comment:
> please rebase this PR
@paper42 Done.

@Gottox

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

* Re: eudev: update to 3.2.11.
  2022-03-05  7:55 [PR PATCH] eudev: update to 3.2.11 mobinmob
                   ` (5 preceding siblings ...)
  2022-04-30 15:12 ` mobinmob
@ 2022-07-23 20:59 ` motorto
  2022-07-23 21:12 ` zdykstra
  2022-07-24  9:36 ` [PR PATCH] [Merged]: " paper42
  8 siblings, 0 replies; 10+ messages in thread
From: motorto @ 2022-07-23 20:59 UTC (permalink / raw)
  To: ml

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

New comment by motorto on void-packages repository

https://github.com/void-linux/void-packages/pull/35979#issuecomment-1193187742

Comment:
Have been daily driving this for some time now and don't have any issue (x86_64{musl,glibc})

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

* Re: eudev: update to 3.2.11.
  2022-03-05  7:55 [PR PATCH] eudev: update to 3.2.11 mobinmob
                   ` (6 preceding siblings ...)
  2022-07-23 20:59 ` motorto
@ 2022-07-23 21:12 ` zdykstra
  2022-07-24  9:36 ` [PR PATCH] [Merged]: " paper42
  8 siblings, 0 replies; 10+ messages in thread
From: zdykstra @ 2022-07-23 21:12 UTC (permalink / raw)
  To: ml

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

New comment by zdykstra on void-packages repository

https://github.com/void-linux/void-packages/pull/35979#issuecomment-1193189263

Comment:
Same - one week of usage with out any problems.

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

* Re: [PR PATCH] [Merged]: eudev: update to 3.2.11.
  2022-03-05  7:55 [PR PATCH] eudev: update to 3.2.11 mobinmob
                   ` (7 preceding siblings ...)
  2022-07-23 21:12 ` zdykstra
@ 2022-07-24  9:36 ` paper42
  8 siblings, 0 replies; 10+ messages in thread
From: paper42 @ 2022-07-24  9:36 UTC (permalink / raw)
  To: ml

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

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

eudev: update to 3.2.11.
https://github.com/void-linux/void-packages/pull/35979

Description:
Also:
- change the homepage to that of the maintained upstream.
- use the official generated tarball.

@Gottox 

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

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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] 10+ messages in thread

end of thread, other threads:[~2022-07-24  9:36 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-05  7:55 [PR PATCH] eudev: update to 3.2.11 mobinmob
2022-03-13 23:03 ` [PR REVIEW] " paper42
2022-03-15 13:33 ` [PR PATCH] [Updated] " mobinmob
2022-03-15 13:33 ` [PR REVIEW] " mobinmob
2022-04-10 20:40 ` paper42
2022-04-30 15:09 ` [PR PATCH] [Updated] " mobinmob
2022-04-30 15:12 ` mobinmob
2022-07-23 20:59 ` motorto
2022-07-23 21:12 ` zdykstra
2022-07-24  9:36 ` [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).