Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] fasm: update to 1.73.32, adopt.
@ 2024-11-01  8:56 Rutpiv
  2024-11-01  9:09 ` [PR PATCH] [Updated] " Rutpiv
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Rutpiv @ 2024-11-01  8:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Rutpiv/void-packages fasm
https://github.com/void-linux/void-packages/pull/52862

fasm: update to 1.73.32, adopt.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture (x86_64)
- I built this PR locally for these architectures using specific masterdirs:
  - x86_64-musl
  - i686
- I built this PR locally for these architectures (crossbuilds):
  - i686-musl

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

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

From 2d824255f810c8189594b06fee44a8b5b54affdf Mon Sep 17 00:00:00 2001
From: Roger Freitas Pereira <roger_freitas@live.com>
Date: Fri, 1 Nov 2024 05:54:12 -0300
Subject: [PATCH] fasm: update to 1.73.32, adopt.

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

diff --git a/srcpkgs/fasm/template b/srcpkgs/fasm/template
index 1b0000ded1c32d..1ac66c74b514b7 100644
--- a/srcpkgs/fasm/template
+++ b/srcpkgs/fasm/template
@@ -1,14 +1,14 @@
 # Template file for 'fasm'
 pkgname=fasm
-version=1.73.30
+version=1.73.32
 revision=1
 archs="i686* x86_64*"
 short_desc="Fast assembler for the x86 and x86-64 architectures"
-maintainer="Dmitry Bogatov <KAction@disroot.org>"
+maintainer="Rutpiv <roger_freitas@live.com>"
 license="BSD-2-Clause"
 homepage="https://flatassembler.net"
 distfiles="https://flatassembler.net/fasm-${version}.tgz"
-checksum=75195051a5881dbbbe0f0401161e937f8a36bb42d3470fc4869da14fd2c2f101
+checksum=5955cbe143565daf5eecadcc492d025cade573382883d5785d4a180a1befca6f
 nostrip=yes
 
 case ${XBPS_TARGET_MACHINE} in

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

* Re: [PR PATCH] [Updated] fasm: update to 1.73.32, adopt.
  2024-11-01  8:56 [PR PATCH] fasm: update to 1.73.32, adopt Rutpiv
@ 2024-11-01  9:09 ` Rutpiv
  2025-01-31  1:57 ` github-actions
  2025-01-31  2:31 ` Rutpiv
  2 siblings, 0 replies; 4+ messages in thread
From: Rutpiv @ 2024-11-01  9:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Rutpiv/void-packages fasm
https://github.com/void-linux/void-packages/pull/52862

fasm: update to 1.73.32, adopt.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture (x86_64)
- I built this PR locally for these architectures using specific masterdirs:
  - x86_64-musl
  - i686
- I built this PR locally for these architectures (crossbuilds):
  - i686-musl

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

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

From 99883478f2870fb230302b3eae256cac5e455684 Mon Sep 17 00:00:00 2001
From: Roger Freitas Pereira <roger_freitas@live.com>
Date: Fri, 1 Nov 2024 05:54:12 -0300
Subject: [PATCH] fasm: update to 1.73.32, adopt.

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

diff --git a/srcpkgs/fasm/template b/srcpkgs/fasm/template
index 1b0000ded1c32d..1ac66c74b514b7 100644
--- a/srcpkgs/fasm/template
+++ b/srcpkgs/fasm/template
@@ -1,14 +1,14 @@
 # Template file for 'fasm'
 pkgname=fasm
-version=1.73.30
+version=1.73.32
 revision=1
 archs="i686* x86_64*"
 short_desc="Fast assembler for the x86 and x86-64 architectures"
-maintainer="Dmitry Bogatov <KAction@disroot.org>"
+maintainer="Rutpiv <roger_freitas@live.com>"
 license="BSD-2-Clause"
 homepage="https://flatassembler.net"
 distfiles="https://flatassembler.net/fasm-${version}.tgz"
-checksum=75195051a5881dbbbe0f0401161e937f8a36bb42d3470fc4869da14fd2c2f101
+checksum=5955cbe143565daf5eecadcc492d025cade573382883d5785d4a180a1befca6f
 nostrip=yes
 
 case ${XBPS_TARGET_MACHINE} in

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

* Re: fasm: update to 1.73.32, adopt.
  2024-11-01  8:56 [PR PATCH] fasm: update to 1.73.32, adopt Rutpiv
  2024-11-01  9:09 ` [PR PATCH] [Updated] " Rutpiv
@ 2025-01-31  1:57 ` github-actions
  2025-01-31  2:31 ` Rutpiv
  2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2025-01-31  1:57 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/52862#issuecomment-2626123385

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: fasm: update to 1.73.32, adopt.
  2024-11-01  8:56 [PR PATCH] fasm: update to 1.73.32, adopt Rutpiv
  2024-11-01  9:09 ` [PR PATCH] [Updated] " Rutpiv
  2025-01-31  1:57 ` github-actions
@ 2025-01-31  2:31 ` Rutpiv
  2 siblings, 0 replies; 4+ messages in thread
From: Rutpiv @ 2025-01-31  2:31 UTC (permalink / raw)
  To: ml

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

New comment by Rutpiv on void-packages repository

https://github.com/void-linux/void-packages/pull/52862#issuecomment-2626168288

Comment:
Bump

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

end of thread, other threads:[~2025-01-31  2:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-01  8:56 [PR PATCH] fasm: update to 1.73.32, adopt Rutpiv
2024-11-01  9:09 ` [PR PATCH] [Updated] " Rutpiv
2025-01-31  1:57 ` github-actions
2025-01-31  2:31 ` Rutpiv

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