Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] fasm: update to 1.73.27.
@ 2021-05-06 16:29 unspecd
  2021-05-06 16:39 ` [PR PATCH] [Updated] " unspecd
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: unspecd @ 2021-05-06 16:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/unspecd/void-packages pkg/fasm
https://github.com/void-linux/void-packages/pull/30706

fasm: update to 1.73.27.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, x86_64-musl
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl


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

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

From 56e821b8df5c9ef2ee5b889f01ee7d76d0cff474 Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Fri, 7 May 2021 03:27:41 +1100
Subject: [PATCH] fasm: update to 1.73.27.

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

diff --git a/srcpkgs/fasm/template b/srcpkgs/fasm/template
index 6c175222ed04..020b96a5a3b8 100644
--- a/srcpkgs/fasm/template
+++ b/srcpkgs/fasm/template
@@ -1,6 +1,6 @@
 # Template file for 'fasm'
 pkgname=fasm
-version=1.73.24
+version=1.73.27
 revision=1
 archs="i686* x86_64*"
 wrksrc=fasm
@@ -9,7 +9,7 @@ maintainer="Dmitry Bogatov <KAction@disroot.org>"
 license="BSD-2-Clause"
 homepage="https://flatassembler.net"
 distfiles="https://flatassembler.net/fasm-${version}.tgz"
-checksum=f3c83975a36d9095e64bb3f60f2f0844355cb502391efce9d611c18a34ec5b90
+checksum=680148377fb6d3b6663852880faa03514d7326b5995742d33a87e244f48cf0b1
 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.27.
  2021-05-06 16:29 [PR PATCH] fasm: update to 1.73.27 unspecd
@ 2021-05-06 16:39 ` unspecd
  2021-05-06 16:40 ` unspecd
  2021-05-06 17:02 ` [PR PATCH] [Merged]: " ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: unspecd @ 2021-05-06 16:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/unspecd/void-packages pkg/fasm
https://github.com/void-linux/void-packages/pull/30706

fasm: update to 1.73.27.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, x86_64-musl
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl


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

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

From c264a5d5990abe823e3408d660d2164c2a659247 Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Fri, 7 May 2021 03:27:41 +1100
Subject: [PATCH] fasm: update to 1.73.27.

---
 srcpkgs/fasm/template | 4 ++--
 srcpkgs/fasm/update   | 2 ++
 2 files changed, 4 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/fasm/update

diff --git a/srcpkgs/fasm/template b/srcpkgs/fasm/template
index 6c175222ed04..020b96a5a3b8 100644
--- a/srcpkgs/fasm/template
+++ b/srcpkgs/fasm/template
@@ -1,6 +1,6 @@
 # Template file for 'fasm'
 pkgname=fasm
-version=1.73.24
+version=1.73.27
 revision=1
 archs="i686* x86_64*"
 wrksrc=fasm
@@ -9,7 +9,7 @@ maintainer="Dmitry Bogatov <KAction@disroot.org>"
 license="BSD-2-Clause"
 homepage="https://flatassembler.net"
 distfiles="https://flatassembler.net/fasm-${version}.tgz"
-checksum=f3c83975a36d9095e64bb3f60f2f0844355cb502391efce9d611c18a34ec5b90
+checksum=680148377fb6d3b6663852880faa03514d7326b5995742d33a87e244f48cf0b1
 nostrip=yes
 
 case ${XBPS_TARGET_MACHINE} in
diff --git a/srcpkgs/fasm/update b/srcpkgs/fasm/update
new file mode 100644
index 000000000000..7a0ebcb45533
--- /dev/null
+++ b/srcpkgs/fasm/update
@@ -0,0 +1,2 @@
+site="https://flatassembler.net/download.php"
+pattern="fasm-\K[\d\.]+.(?=.tgz)"

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

* Re: [PR PATCH] [Updated] fasm: update to 1.73.27.
  2021-05-06 16:29 [PR PATCH] fasm: update to 1.73.27 unspecd
  2021-05-06 16:39 ` [PR PATCH] [Updated] " unspecd
@ 2021-05-06 16:40 ` unspecd
  2021-05-06 17:02 ` [PR PATCH] [Merged]: " ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: unspecd @ 2021-05-06 16:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/unspecd/void-packages pkg/fasm
https://github.com/void-linux/void-packages/pull/30706

fasm: update to 1.73.27.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, x86_64-musl
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl


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

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

From 037d8c24b8386d2cc0ae6416c4f51e53636e274e Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Fri, 7 May 2021 03:27:41 +1100
Subject: [PATCH] fasm: update to 1.73.27.

Also add update file.
---
 srcpkgs/fasm/template | 4 ++--
 srcpkgs/fasm/update   | 2 ++
 2 files changed, 4 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/fasm/update

diff --git a/srcpkgs/fasm/template b/srcpkgs/fasm/template
index 6c175222ed04..020b96a5a3b8 100644
--- a/srcpkgs/fasm/template
+++ b/srcpkgs/fasm/template
@@ -1,6 +1,6 @@
 # Template file for 'fasm'
 pkgname=fasm
-version=1.73.24
+version=1.73.27
 revision=1
 archs="i686* x86_64*"
 wrksrc=fasm
@@ -9,7 +9,7 @@ maintainer="Dmitry Bogatov <KAction@disroot.org>"
 license="BSD-2-Clause"
 homepage="https://flatassembler.net"
 distfiles="https://flatassembler.net/fasm-${version}.tgz"
-checksum=f3c83975a36d9095e64bb3f60f2f0844355cb502391efce9d611c18a34ec5b90
+checksum=680148377fb6d3b6663852880faa03514d7326b5995742d33a87e244f48cf0b1
 nostrip=yes
 
 case ${XBPS_TARGET_MACHINE} in
diff --git a/srcpkgs/fasm/update b/srcpkgs/fasm/update
new file mode 100644
index 000000000000..7a0ebcb45533
--- /dev/null
+++ b/srcpkgs/fasm/update
@@ -0,0 +1,2 @@
+site="https://flatassembler.net/download.php"
+pattern="fasm-\K[\d\.]+.(?=.tgz)"

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

* Re: [PR PATCH] [Merged]: fasm: update to 1.73.27.
  2021-05-06 16:29 [PR PATCH] fasm: update to 1.73.27 unspecd
  2021-05-06 16:39 ` [PR PATCH] [Updated] " unspecd
  2021-05-06 16:40 ` unspecd
@ 2021-05-06 17:02 ` ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2021-05-06 17:02 UTC (permalink / raw)
  To: ml

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

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

fasm: update to 1.73.27.
https://github.com/void-linux/void-packages/pull/30706

Description:
Also add update file.

<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, x86_64-musl
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl


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

end of thread, other threads:[~2021-05-06 17:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-06 16:29 [PR PATCH] fasm: update to 1.73.27 unspecd
2021-05-06 16:39 ` [PR PATCH] [Updated] " unspecd
2021-05-06 16:40 ` unspecd
2021-05-06 17:02 ` [PR PATCH] [Merged]: " 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).