Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] fwupd: update
@ 2022-02-13 10:45 dkwo
  2022-02-13 13:24 ` dkwo
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: dkwo @ 2022-02-13 10:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dkwo/void-packages fwupd
https://github.com/void-linux/void-packages/pull/35580

fwupd: update
Updated both packages, removed one unsupported config arg from fwupd-efi.

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

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

From a0d23cf3d9888f816557152e29d8c6d9ceb38b89 Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Sun, 13 Feb 2022 11:43:06 +0100
Subject: [PATCH 1/2] fwupd-efi: update to 1.2

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

diff --git a/srcpkgs/fwupd-efi/template b/srcpkgs/fwupd-efi/template
index f6df8370a503..663782fa1da5 100644
--- a/srcpkgs/fwupd-efi/template
+++ b/srcpkgs/fwupd-efi/template
@@ -1,13 +1,12 @@
 # Template file for 'fwupd-efi'
 pkgname=fwupd-efi
-version=1.1
+version=1.2
 revision=1
 archs="x86_64* i686* arm* aarch64*"
 build_style=meson
 build_helper="gir"
 configure_args="-Defi-includedir=${XBPS_CROSS_BASE}/usr/include/efi
  -Defi-ldsdir=${XBPS_CROSS_BASE}/usr/lib -Defi-ld=${XBPS_CROSS_BASE}/bin/ld
- -Defi-objcopy=${XBPS_CROSS_BASE}/bin/objcopy
  -Defi-libdir=${XBPS_CROSS_BASE}/usr/lib"
 hostmakedepends="efivar"
 makedepends="libefivar-devel gnu-efi-libs"
@@ -16,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=a11da90f88b06f2733760b4dcb7450d5e8dc8bf94d0ba7fccd62a9b67e995429
+checksum=568fa4a9eb884821661d47d0c04ad5681ffe26346a1f8186a068efe56854b77b
 
 if [ "$CROSS_BUILD" ]; then
 	configure_args+=" -Defi-cc=/usr/bin/${XBPS_CROSS_TRIPLET}-gcc"

From 53092762b6e626edd76ff5fd94de04e2377b1488 Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Sun, 13 Feb 2022 11:43:21 +0100
Subject: [PATCH 2/2] fwupd: update to 1.7.5

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

diff --git a/srcpkgs/fwupd/template b/srcpkgs/fwupd/template
index 5582886f6aaa..005880d7bcbf 100644
--- a/srcpkgs/fwupd/template
+++ b/srcpkgs/fwupd/template
@@ -1,6 +1,6 @@
 # Template file for 'fwupd'
 pkgname=fwupd
-version=1.7.4
+version=1.7.5
 revision=1
 build_style=meson
 build_helper="gir"
@@ -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=8dbce3be2956120e57f04b3279401ce456a57976d7a5ce46212b57b967d31cfb
+checksum=1acbec6727967ceb6dff9408a9312bb9eba5a7ebd0fde655122921a62d1d396c
 replaces="fwupdate>=0"
 
 case "$XBPS_TARGET_MACHINE" in

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

* Re: fwupd: update
  2022-02-13 10:45 [PR PATCH] fwupd: update dkwo
@ 2022-02-13 13:24 ` dkwo
  2022-02-13 18:32 ` [PR PATCH] [Merged]: " ericonr
  2022-02-13 18:32 ` ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: dkwo @ 2022-02-13 13:24 UTC (permalink / raw)
  To: ml

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

New comment by dkwo on void-packages repository

https://github.com/void-linux/void-packages/pull/35580#issuecomment-1038114959

Comment:
@ericonr 

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

* Re: [PR PATCH] [Merged]: fwupd: update
  2022-02-13 10:45 [PR PATCH] fwupd: update dkwo
  2022-02-13 13:24 ` dkwo
@ 2022-02-13 18:32 ` ericonr
  2022-02-13 18:32 ` ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2022-02-13 18:32 UTC (permalink / raw)
  To: ml

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

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

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

Description:
Updated both packages, removed one unsupported config arg from fwupd-efi.

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

* Re: fwupd: update
  2022-02-13 10:45 [PR PATCH] fwupd: update dkwo
  2022-02-13 13:24 ` dkwo
  2022-02-13 18:32 ` [PR PATCH] [Merged]: " ericonr
@ 2022-02-13 18:32 ` ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2022-02-13 18:32 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/35580#issuecomment-1038325477

Comment:
Thanks!

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

end of thread, other threads:[~2022-02-13 18:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-13 10:45 [PR PATCH] fwupd: update dkwo
2022-02-13 13:24 ` dkwo
2022-02-13 18:32 ` [PR PATCH] [Merged]: " ericonr
2022-02-13 18:32 ` ericonr

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