Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] update fwupd
@ 2022-04-29 15:29 dkwo
  2022-05-03 14:43 ` [PR REVIEW] " Johnnynator
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: dkwo @ 2022-04-29 15:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dkwo/void-packages fwup
https://github.com/void-linux/void-packages/pull/36912

update fwupd
- I tested the changes in this PR: briefly
- I built this PR locally for my native architecture, (x86_64-musl)

@ericonr 

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

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

From 462f3ed3dc0ca3360061781da426486d8e70323e Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Fri, 29 Apr 2022 17:25:53 +0200
Subject: [PATCH 1/2] fwupd-efi: update to 1.3

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

diff --git a/srcpkgs/fwupd-efi/template b/srcpkgs/fwupd-efi/template
index 663782fa1da5..78a543fec1dd 100644
--- a/srcpkgs/fwupd-efi/template
+++ b/srcpkgs/fwupd-efi/template
@@ -1,6 +1,6 @@
 # Template file for 'fwupd-efi'
 pkgname=fwupd-efi
-version=1.2
+version=1.3
 revision=1
 archs="x86_64* i686* arm* aarch64*"
 build_style=meson
@@ -15,7 +15,7 @@ maintainer="dkwo <nicolopiazzalunga@gmail.com>"
 license="LGPL-2.1-or-later"
 homepage="https://github.com/fwupd/fwupd-efi"
 distfiles="https://github.com/fwupd/fwupd-efi/archive/refs/tags/${version}.tar.gz"
-checksum=568fa4a9eb884821661d47d0c04ad5681ffe26346a1f8186a068efe56854b77b
+checksum=0e76057c178e221f63eaf9142fa1d06780a8eb3df7cf0c11f92660138dec5c83
 
 if [ "$CROSS_BUILD" ]; then
 	configure_args+=" -Defi-cc=/usr/bin/${XBPS_CROSS_TRIPLET}-gcc"

From 076a8dae5d8b99b723c289a0348afc4480335a78 Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Fri, 29 Apr 2022 17:26:06 +0200
Subject: [PATCH 2/2] fwupd: update to 1.8.0

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

diff --git a/srcpkgs/fwupd/template b/srcpkgs/fwupd/template
index 9f15e0a43ddc..b6a30069befa 100644
--- a/srcpkgs/fwupd/template
+++ b/srcpkgs/fwupd/template
@@ -1,7 +1,7 @@
 # Template file for 'fwupd'
 pkgname=fwupd
-version=1.7.5
-revision=2
+version=1.8.0
+revision=1
 build_style=meson
 build_helper="gir"
 configure_args="-Dsupported_build=true -Dconsolekit=false -Dsystemd=false -Delogind=true
@@ -22,7 +22,7 @@ maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="LGPL-2.1-or-later"
 homepage="https://github.com/hughsie/fwupd"
 distfiles="https://github.com/hughsie/fwupd/archive/${version}.tar.gz"
-checksum=1acbec6727967ceb6dff9408a9312bb9eba5a7ebd0fde655122921a62d1d396c
+checksum=1616394b6d23b5696b91ebfcd83fef537be21e9600daca3ec3a09519074385bd
 replaces="fwupdate>=0"
 
 case "$XBPS_TARGET_MACHINE" in

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

* Re: [PR REVIEW] update fwupd
  2022-04-29 15:29 [PR PATCH] update fwupd dkwo
@ 2022-05-03 14:43 ` Johnnynator
  2022-05-03 16:10 ` [PR PATCH] [Updated] " dkwo
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Johnnynator @ 2022-05-03 14:43 UTC (permalink / raw)
  To: ml

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

New review comment by Johnnynator on void-packages repository

https://github.com/void-linux/void-packages/pull/36912#discussion_r863857856

Comment:
Pls update the urls to point to point to `https://github.com/fwupd/fwupd`

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

* Re: [PR PATCH] [Updated] update fwupd
  2022-04-29 15:29 [PR PATCH] update fwupd dkwo
  2022-05-03 14:43 ` [PR REVIEW] " Johnnynator
@ 2022-05-03 16:10 ` dkwo
  2022-05-03 16:10 ` dkwo
  2022-05-04  8:28 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: dkwo @ 2022-05-03 16:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dkwo/void-packages fwup
https://github.com/void-linux/void-packages/pull/36912

update fwupd
- I tested the changes in this PR: briefly
- I built this PR locally for my native architecture, (x86_64-musl)

@ericonr 

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

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

From eda376cb4fc3e2a836df0e4a6617caa787038ac9 Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Fri, 29 Apr 2022 17:25:53 +0200
Subject: [PATCH 1/2] fwupd-efi: update to 1.3

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

diff --git a/srcpkgs/fwupd-efi/template b/srcpkgs/fwupd-efi/template
index 663782fa1da5..78a543fec1dd 100644
--- a/srcpkgs/fwupd-efi/template
+++ b/srcpkgs/fwupd-efi/template
@@ -1,6 +1,6 @@
 # Template file for 'fwupd-efi'
 pkgname=fwupd-efi
-version=1.2
+version=1.3
 revision=1
 archs="x86_64* i686* arm* aarch64*"
 build_style=meson
@@ -15,7 +15,7 @@ maintainer="dkwo <nicolopiazzalunga@gmail.com>"
 license="LGPL-2.1-or-later"
 homepage="https://github.com/fwupd/fwupd-efi"
 distfiles="https://github.com/fwupd/fwupd-efi/archive/refs/tags/${version}.tar.gz"
-checksum=568fa4a9eb884821661d47d0c04ad5681ffe26346a1f8186a068efe56854b77b
+checksum=0e76057c178e221f63eaf9142fa1d06780a8eb3df7cf0c11f92660138dec5c83
 
 if [ "$CROSS_BUILD" ]; then
 	configure_args+=" -Defi-cc=/usr/bin/${XBPS_CROSS_TRIPLET}-gcc"

From eb9874b6cd54a3560a1fc12599c99486f7ad9d6f Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Fri, 29 Apr 2022 17:26:06 +0200
Subject: [PATCH 2/2] fwupd: update to 1.8.0

---
 srcpkgs/fwupd/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/fwupd/template b/srcpkgs/fwupd/template
index 9f15e0a43ddc..189a8780874c 100644
--- a/srcpkgs/fwupd/template
+++ b/srcpkgs/fwupd/template
@@ -1,7 +1,7 @@
 # Template file for 'fwupd'
 pkgname=fwupd
-version=1.7.5
-revision=2
+version=1.8.0
+revision=1
 build_style=meson
 build_helper="gir"
 configure_args="-Dsupported_build=true -Dconsolekit=false -Dsystemd=false -Delogind=true
@@ -20,9 +20,9 @@ conf_files="
 short_desc="Daemon to allow session software to update firmware"
 maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="LGPL-2.1-or-later"
-homepage="https://github.com/hughsie/fwupd"
-distfiles="https://github.com/hughsie/fwupd/archive/${version}.tar.gz"
-checksum=1acbec6727967ceb6dff9408a9312bb9eba5a7ebd0fde655122921a62d1d396c
+homepage="https://github.com/fwupd/fwupd"
+distfiles="https://github.com/fwupd/fwupd/archive/${version}.tar.gz"
+checksum=1616394b6d23b5696b91ebfcd83fef537be21e9600daca3ec3a09519074385bd
 replaces="fwupdate>=0"
 
 case "$XBPS_TARGET_MACHINE" in

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

* Re: update fwupd
  2022-04-29 15:29 [PR PATCH] update fwupd dkwo
  2022-05-03 14:43 ` [PR REVIEW] " Johnnynator
  2022-05-03 16:10 ` [PR PATCH] [Updated] " dkwo
@ 2022-05-03 16:10 ` dkwo
  2022-05-04  8:28 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: dkwo @ 2022-05-03 16:10 UTC (permalink / raw)
  To: ml

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

New comment by dkwo on void-packages repository

https://github.com/void-linux/void-packages/pull/36912#issuecomment-1116277296

Comment:
Done.


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

* Re: [PR PATCH] [Merged]: update fwupd
  2022-04-29 15:29 [PR PATCH] update fwupd dkwo
                   ` (2 preceding siblings ...)
  2022-05-03 16:10 ` dkwo
@ 2022-05-04  8:28 ` paper42
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2022-05-04  8:28 UTC (permalink / raw)
  To: ml

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

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

update fwupd
https://github.com/void-linux/void-packages/pull/36912

Description:
- I tested the changes in this PR: briefly
- I built this PR locally for my native architecture, (x86_64-musl)

@ericonr 

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

end of thread, other threads:[~2022-05-04  8:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-29 15:29 [PR PATCH] update fwupd dkwo
2022-05-03 14:43 ` [PR REVIEW] " Johnnynator
2022-05-03 16:10 ` [PR PATCH] [Updated] " dkwo
2022-05-03 16:10 ` dkwo
2022-05-04  8:28 ` [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).