Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] eudev: update to 3.2.14; libgudev: update to 238
@ 2023-10-12  2:17 cinerea0
  2023-10-19  7:21 ` mhmdanas
  2024-01-07  0:33 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: cinerea0 @ 2023-10-12  2:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages eudev
https://github.com/void-linux/void-packages/pull/46630

eudev: update to 3.2.14; libgudev: update to 238
#### Testing the changes
- I tested the changes in this PR: **YES**

---

Since `eudev` is a core package this update should probably be tested by more people than just myself.

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

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

From 25d61676376ba9ac3b87bf11fbc03f8c3dbfc69e Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Wed, 11 Oct 2023 22:13:52 -0400
Subject: [PATCH 1/2] eudev: update to 3.2.14

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

diff --git a/srcpkgs/eudev/template b/srcpkgs/eudev/template
index 27c652e974ea9..b6f711587f6a9 100644
--- a/srcpkgs/eudev/template
+++ b/srcpkgs/eudev/template
@@ -1,9 +1,9 @@
 # Template file for 'eudev'
 
-_UDEV_VERSION="243" # compatible udev version provided
+_UDEV_VERSION="251" # compatible udev version provided
 
 pkgname=eudev
-version=3.2.12
+version=3.2.14
 revision=1
 build_style=gnu-configure
 configure_args="--enable-hwdb --enable-manpages"
@@ -16,7 +16,7 @@ license="GPL-2.0-or-later"
 homepage="https://github.com/eudev-project/eudev"
 changelog="https://github.com/eudev-project/eudev/releases"
 distfiles="https://github.com/eudev-project/eudev/releases/download/v${version}/eudev-${version}.tar.gz"
-checksum=ccdd64ec3c381d3c3ed0e99d2e70d1f62988c7763de89ca7bdffafa5eacb9ad8
+checksum=8da4319102f24abbf7fff5ce9c416af848df163b29590e666d334cc1927f006f
 conf_files="/etc/udev/udev.conf"
 
 if [ "$XBPS_ALLOW_CHROOT_BREAKOUT" ]; then

From 351d555dd85657da198157c7de8c34b3d6ca7425 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Wed, 11 Oct 2023 22:14:22 -0400
Subject: [PATCH 2/2] libgudev: update to 238

---
 srcpkgs/libgudev/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/libgudev/template b/srcpkgs/libgudev/template
index fc71ace4df60f..178bf59a61693 100644
--- a/srcpkgs/libgudev/template
+++ b/srcpkgs/libgudev/template
@@ -1,6 +1,6 @@
 # Template file for 'libgudev'
 pkgname=libgudev
-version=237
+version=238
 revision=1
 build_style=meson
 build_helper="gir"
@@ -11,8 +11,9 @@ short_desc="Library providing GObject bindings for libudev"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="http://wiki.gnome.org/Projects/libgudev"
+changelog="https://gitlab.gnome.org/GNOME/libgudev/-/raw/master/NEWS"
 distfiles="${GNOME_SITE}/libgudev/${version}/libgudev-${version}.tar.xz"
-checksum=0d06b21170d20c93e4f0534dbb9b0a8b4f1119ffb00b4031aaeb5b9148b686aa
+checksum=61266ab1afc9d73dbc60a8b2af73e99d2fdff47d99544d085760e4fa667b5dd1
 
 build_options="gir vala"
 build_options_default="gir"

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

* Re: eudev: update to 3.2.14; libgudev: update to 238
  2023-10-12  2:17 [PR PATCH] eudev: update to 3.2.14; libgudev: update to 238 cinerea0
@ 2023-10-19  7:21 ` mhmdanas
  2024-01-07  0:33 ` [PR PATCH] [Merged]: " classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: mhmdanas @ 2023-10-19  7:21 UTC (permalink / raw)
  To: ml

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

New comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/46630#issuecomment-1770211542

Comment:
Tested and seems to work for  me.

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

* Re: [PR PATCH] [Merged]: eudev: update to 3.2.14; libgudev: update to 238
  2023-10-12  2:17 [PR PATCH] eudev: update to 3.2.14; libgudev: update to 238 cinerea0
  2023-10-19  7:21 ` mhmdanas
@ 2024-01-07  0:33 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2024-01-07  0:33 UTC (permalink / raw)
  To: ml

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

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

eudev: update to 3.2.14; libgudev: update to 238
https://github.com/void-linux/void-packages/pull/46630

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

---

Since `eudev` is a core package this update should probably be tested by more people than just myself.

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

end of thread, other threads:[~2024-01-07  0:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-12  2:17 [PR PATCH] eudev: update to 3.2.14; libgudev: update to 238 cinerea0
2023-10-19  7:21 ` mhmdanas
2024-01-07  0:33 ` [PR PATCH] [Merged]: " classabbyamp

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