Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] flashrom: update to 1.3.0.
@ 2023-12-01 22:02 Calandracas606
  2023-12-01 22:20 ` [PR PATCH] [Updated] " Calandracas606
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Calandracas606 @ 2023-12-01 22:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Calandracas606/void-packages flashrom-1.3.0
https://github.com/void-linux/void-packages/pull/47526

flashrom: update to 1.3.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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, x86_64-glibc
- I built this PR locally for these architectures (crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl



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

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

From 5cd13739657831d78f16f9a5ad3fef6ffe0708e7 Mon Sep 17 00:00:00 2001
From: Daniel Martinez <danielmartinez@cock.li>
Date: Fri, 1 Dec 2023 16:57:07 -0500
Subject: [PATCH] flashrom: update to 1.3.0.

---
 srcpkgs/flashrom/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/flashrom/template b/srcpkgs/flashrom/template
index 6cf2e4e25cd10..2622e69d86a34 100644
--- a/srcpkgs/flashrom/template
+++ b/srcpkgs/flashrom/template
@@ -1,16 +1,16 @@
 # Template file for 'flashrom'
 pkgname=flashrom
-version=1.2
-revision=3
+version=1.3.0
+revision=1
 build_style=gnu-makefile
 hostmakedepends="pkg-config"
-makedepends="pciutils-devel libusb-compat-devel libftdi1-devel"
+makedepends="pciutils-devel libusb-compat-devel libftdi1-devel eudev-libudev-devel zlib-devel"
 short_desc="Utility for reading, writing, erasing and verifying flash ROM chips"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only"
 homepage="https://www.flashrom.org"
 distfiles=https://github.com/flashrom/flashrom/archive/v$version.tar.gz
-checksum=a5bac412cefb87bb426912fed46ccc38799d088a9b92dbe7bac38c5df016d9b2
+checksum=91d3ae239e435682561966350d00890b8bf5ae1a947af1f647198aa391196890
 
 post_patch() {
 	# The Makefile detection is fragile!!!

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

* Re: [PR PATCH] [Updated] flashrom: update to 1.3.0.
  2023-12-01 22:02 [PR PATCH] flashrom: update to 1.3.0 Calandracas606
@ 2023-12-01 22:20 ` Calandracas606
  2023-12-01 22:22 ` Calandracas606
  2023-12-02  7:51 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: Calandracas606 @ 2023-12-01 22:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Calandracas606/void-packages flashrom-1.3.0
https://github.com/void-linux/void-packages/pull/47526

flashrom: update to 1.3.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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, x86_64-glibc
- I built this PR locally for these architectures (crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl



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

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

From 5ac05e6c9f5ca14bb6e93623acd5a33c49f3fcbe Mon Sep 17 00:00:00 2001
From: Daniel Martinez <danielmartinez@cock.li>
Date: Fri, 1 Dec 2023 16:57:07 -0500
Subject: [PATCH] flashrom: update to 1.3.0.

---
 srcpkgs/flashrom/template | 14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/flashrom/template b/srcpkgs/flashrom/template
index 6cf2e4e25cd10..4eca227533a09 100644
--- a/srcpkgs/flashrom/template
+++ b/srcpkgs/flashrom/template
@@ -1,16 +1,16 @@
 # Template file for 'flashrom'
 pkgname=flashrom
-version=1.2
-revision=3
+version=1.3.0
+revision=1
 build_style=gnu-makefile
 hostmakedepends="pkg-config"
-makedepends="pciutils-devel libusb-compat-devel libftdi1-devel"
+makedepends="pciutils-devel libusb-compat-devel libftdi1-devel eudev-libudev-devel zlib-devel"
 short_desc="Utility for reading, writing, erasing and verifying flash ROM chips"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only"
 homepage="https://www.flashrom.org"
 distfiles=https://github.com/flashrom/flashrom/archive/v$version.tar.gz
-checksum=a5bac412cefb87bb426912fed46ccc38799d088a9b92dbe7bac38c5df016d9b2
+checksum=91d3ae239e435682561966350d00890b8bf5ae1a947af1f647198aa391196890
 
 post_patch() {
 	# The Makefile detection is fragile!!!
@@ -26,9 +26,5 @@ post_patch() {
 		be) _endian=big ;;
 		le) _endian=little ;;
 	esac
-	vsed -i -e 's/^override TARGET_OS :=.*/TARGET_OS := Linux/' \
-		-e "s/^override ARCH :=.*/ARCH := $_arch/" \
-		-e "s/^override ENDIAN :=.*/ENDIAN := $_endian/" \
-		-e 's/sbin/bin/' \
-		Makefile
+	vsed -i 's/sbin/bin/' Makefile
 }

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

* Re: [PR PATCH] [Updated] flashrom: update to 1.3.0.
  2023-12-01 22:02 [PR PATCH] flashrom: update to 1.3.0 Calandracas606
  2023-12-01 22:20 ` [PR PATCH] [Updated] " Calandracas606
@ 2023-12-01 22:22 ` Calandracas606
  2023-12-02  7:51 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: Calandracas606 @ 2023-12-01 22:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Calandracas606/void-packages flashrom-1.3.0
https://github.com/void-linux/void-packages/pull/47526

flashrom: update to 1.3.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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, x86_64-glibc
- I built this PR locally for these architectures (crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl



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

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

From 8731a3f4ae167baca095a1cf3179d98595c80589 Mon Sep 17 00:00:00 2001
From: Daniel Martinez <danielmartinez@cock.li>
Date: Fri, 1 Dec 2023 16:57:07 -0500
Subject: [PATCH] flashrom: update to 1.3.0.

---
 srcpkgs/flashrom/template | 27 +++++----------------------
 1 file changed, 5 insertions(+), 22 deletions(-)

diff --git a/srcpkgs/flashrom/template b/srcpkgs/flashrom/template
index 6cf2e4e25cd10..849ffa47b6863 100644
--- a/srcpkgs/flashrom/template
+++ b/srcpkgs/flashrom/template
@@ -1,34 +1,17 @@
 # Template file for 'flashrom'
 pkgname=flashrom
-version=1.2
-revision=3
+version=1.3.0
+revision=1
 build_style=gnu-makefile
 hostmakedepends="pkg-config"
-makedepends="pciutils-devel libusb-compat-devel libftdi1-devel"
+makedepends="pciutils-devel libusb-compat-devel libftdi1-devel eudev-libudev-devel zlib-devel"
 short_desc="Utility for reading, writing, erasing and verifying flash ROM chips"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only"
 homepage="https://www.flashrom.org"
 distfiles=https://github.com/flashrom/flashrom/archive/v$version.tar.gz
-checksum=a5bac412cefb87bb426912fed46ccc38799d088a9b92dbe7bac38c5df016d9b2
+checksum=91d3ae239e435682561966350d00890b8bf5ae1a947af1f647198aa391196890
 
 post_patch() {
-	# The Makefile detection is fragile!!!
-	# It doesn't defend against __attribute__("something")
-	case "$XBPS_TARGET_MACHINE" in
-		x86_64* | i686*) _arch=x86 ;;
-		aarch64* | arm*) _arch=arm ;;
-		ppc*)            _arch=ppc ;;
-		mips*)           _arch=mips ;;
-		*) msg_error "Unknown arch\n" ;;
-	esac
-	case "$XBPS_TARGET_ENDIAN" in
-		be) _endian=big ;;
-		le) _endian=little ;;
-	esac
-	vsed -i -e 's/^override TARGET_OS :=.*/TARGET_OS := Linux/' \
-		-e "s/^override ARCH :=.*/ARCH := $_arch/" \
-		-e "s/^override ENDIAN :=.*/ENDIAN := $_endian/" \
-		-e 's/sbin/bin/' \
-		Makefile
+	vsed -i 's/sbin/bin/' Makefile
 }

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

* Re: [PR PATCH] [Merged]: flashrom: update to 1.3.0.
  2023-12-01 22:02 [PR PATCH] flashrom: update to 1.3.0 Calandracas606
  2023-12-01 22:20 ` [PR PATCH] [Updated] " Calandracas606
  2023-12-01 22:22 ` Calandracas606
@ 2023-12-02  7:51 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2023-12-02  7:51 UTC (permalink / raw)
  To: ml

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

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

flashrom: update to 1.3.0.
https://github.com/void-linux/void-packages/pull/47526

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

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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, x86_64-glibc
- I built this PR locally for these architectures (crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl



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

end of thread, other threads:[~2023-12-02  7:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-01 22:02 [PR PATCH] flashrom: update to 1.3.0 Calandracas606
2023-12-01 22:20 ` [PR PATCH] [Updated] " Calandracas606
2023-12-01 22:22 ` Calandracas606
2023-12-02  7:51 ` [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).