Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] iwd: update to 2.9
@ 2023-11-22  1:51 cinerea0
  2023-11-27 17:07 ` [PR PATCH] [Updated] " cinerea0
  2023-11-29 23:39 ` [PR PATCH] [Merged]: iwd: update to 2.10 Duncaen
  0 siblings, 2 replies; 3+ messages in thread
From: cinerea0 @ 2023-11-22  1:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages iwd
https://github.com/void-linux/void-packages/pull/47341

iwd: update to 2.9
#### Testing the changes
- I tested the changes in this PR: **YES**


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

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

From 578dc4bc76dfd4a7877f666a166f3905723bb19f Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Tue, 21 Nov 2023 20:50:33 -0500
Subject: [PATCH] iwd: update to 2.9

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

diff --git a/srcpkgs/iwd/template b/srcpkgs/iwd/template
index 35ea88482c160..98114aa730ccf 100644
--- a/srcpkgs/iwd/template
+++ b/srcpkgs/iwd/template
@@ -1,7 +1,7 @@
 # Template file for 'iwd'
 pkgname=iwd
-version=2.8
-revision=2
+version=2.9
+revision=1
 build_style=gnu-configure
 configure_args="--disable-systemd-service --enable-pie
  --enable-dbus-policy --enable-wired"
@@ -15,7 +15,7 @@ license="LGPL-2.1-or-later"
 homepage="https://iwd.wiki.kernel.org/"
 changelog="https://git.kernel.org/pub/scm/network/wireless/iwd.git/plain/ChangeLog"
 distfiles="${KERNEL_SITE}/network/wireless/iwd-${version}.tar.xz"
-checksum=a90e621f45b9c2f9021beea0fa6477ee0334fcd2ee34beaab42e31ea0fd3be29
+checksum=ec02ae5750e47204f4b91791cbab7cde670e3035f884f4143f6d00f400089d4c
 make_dirs="/var/lib/iwd 0600 root root
  /var/lib/ead 0600 root root
  /etc/iwd 755 root root"

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

* Re: [PR PATCH] [Updated] iwd: update to 2.9
  2023-11-22  1:51 [PR PATCH] iwd: update to 2.9 cinerea0
@ 2023-11-27 17:07 ` cinerea0
  2023-11-29 23:39 ` [PR PATCH] [Merged]: iwd: update to 2.10 Duncaen
  1 sibling, 0 replies; 3+ messages in thread
From: cinerea0 @ 2023-11-27 17:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages iwd
https://github.com/void-linux/void-packages/pull/47341

iwd: update to 2.9
#### Testing the changes
- I tested the changes in this PR: **YES**


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

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

From a8ab9394132bfe0b199cb9df02e703c31d4d733f Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Mon, 27 Nov 2023 12:07:23 -0500
Subject: [PATCH] iwd: update to 2.10

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

diff --git a/srcpkgs/iwd/template b/srcpkgs/iwd/template
index 35ea88482c160..250360a3e264f 100644
--- a/srcpkgs/iwd/template
+++ b/srcpkgs/iwd/template
@@ -1,7 +1,7 @@
 # Template file for 'iwd'
 pkgname=iwd
-version=2.8
-revision=2
+version=2.10
+revision=1
 build_style=gnu-configure
 configure_args="--disable-systemd-service --enable-pie
  --enable-dbus-policy --enable-wired"
@@ -15,7 +15,7 @@ license="LGPL-2.1-or-later"
 homepage="https://iwd.wiki.kernel.org/"
 changelog="https://git.kernel.org/pub/scm/network/wireless/iwd.git/plain/ChangeLog"
 distfiles="${KERNEL_SITE}/network/wireless/iwd-${version}.tar.xz"
-checksum=a90e621f45b9c2f9021beea0fa6477ee0334fcd2ee34beaab42e31ea0fd3be29
+checksum=6bc2ea9dda2a053ca1b1610ea1042ab809943da7016be76bad3914aa94da91c1
 make_dirs="/var/lib/iwd 0600 root root
  /var/lib/ead 0600 root root
  /etc/iwd 755 root root"

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

* Re: [PR PATCH] [Merged]: iwd: update to 2.10
  2023-11-22  1:51 [PR PATCH] iwd: update to 2.9 cinerea0
  2023-11-27 17:07 ` [PR PATCH] [Updated] " cinerea0
@ 2023-11-29 23:39 ` Duncaen
  1 sibling, 0 replies; 3+ messages in thread
From: Duncaen @ 2023-11-29 23:39 UTC (permalink / raw)
  To: ml

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

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

iwd: update to 2.10
https://github.com/void-linux/void-packages/pull/47341

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


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

end of thread, other threads:[~2023-11-29 23:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-22  1:51 [PR PATCH] iwd: update to 2.9 cinerea0
2023-11-27 17:07 ` [PR PATCH] [Updated] " cinerea0
2023-11-29 23:39 ` [PR PATCH] [Merged]: iwd: update to 2.10 Duncaen

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