Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] bfs: update to 2.6.2.
@ 2022-10-21 21:52 daniel-eys
  2022-10-21 21:58 ` daniel-eys
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: daniel-eys @ 2022-10-21 21:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/daniel-eys/void-packages bfs
https://github.com/void-linux/void-packages/pull/40090

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

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

<!--
#### 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, (ARCH-LIBC)
- 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/40090.patch is attached

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

From 6cfef09a655151869e77b8475fb78ea09ba8fde5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20Ey=C3=9Fer?= <daniel.eysser@gmail.com>
Date: Fri, 21 Oct 2022 23:50:09 +0200
Subject: [PATCH] bfs: update to 2.6.2.

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

diff --git a/srcpkgs/bfs/template b/srcpkgs/bfs/template
index b1d011a206e0..f003661046f7 100644
--- a/srcpkgs/bfs/template
+++ b/srcpkgs/bfs/template
@@ -1,6 +1,6 @@
 # Template file for 'bfs'
 pkgname=bfs
-version=2.6.1
+version=2.6.2
 revision=1
 build_style=gnu-makefile
 makedepends="acl-devel libcap-devel oniguruma-devel"
@@ -11,7 +11,7 @@ license="0BSD"
 homepage="https://github.com/tavianator/bfs"
 changelog="https://raw.githubusercontent.com/tavianator/bfs/main/docs/CHANGELOG.md"
 distfiles="https://github.com/tavianator/bfs/archive/${version}.tar.gz"
-checksum=15e35b46774af305cbdfbfaa9889591440579a8233bc7308e050ec27b791647d
+checksum=1d50f7fdeda2bafd3ce6e4eacbe88de43f3ec14fb904aa8f81641aefba465afe
 
 post_install() {
 	vlicense LICENSE

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

* Re: bfs: update to 2.6.2.
  2022-10-21 21:52 [PR PATCH] bfs: update to 2.6.2 daniel-eys
@ 2022-10-21 21:58 ` daniel-eys
  2022-10-22  0:42 ` [WIP] " tavianator
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: daniel-eys @ 2022-10-21 21:58 UTC (permalink / raw)
  To: ml

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

New comment by daniel-eys on void-packages repository

https://github.com/void-linux/void-packages/pull/40090#issuecomment-1287475897

Comment:
Testsuite passed in my local build, but fails in CI. Will investigate.

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

* Re: [WIP] bfs: update to 2.6.2.
  2022-10-21 21:52 [PR PATCH] bfs: update to 2.6.2 daniel-eys
  2022-10-21 21:58 ` daniel-eys
@ 2022-10-22  0:42 ` tavianator
  2022-10-22 16:22 ` tavianator
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: tavianator @ 2022-10-22  0:42 UTC (permalink / raw)
  To: ml

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

New comment by tavianator on void-packages repository

https://github.com/void-linux/void-packages/pull/40090#issuecomment-1287561467

Comment:
I accidentally broke the support for running the tests as root.  Fixed in https://github.com/tavianator/bfs/commit/0c0cbfbc27491dc5a92d875e1a88d2c9ddae2f0b, but I'd recommend not running as root if you can help it.

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

* Re: [WIP] bfs: update to 2.6.2.
  2022-10-21 21:52 [PR PATCH] bfs: update to 2.6.2 daniel-eys
  2022-10-21 21:58 ` daniel-eys
  2022-10-22  0:42 ` [WIP] " tavianator
@ 2022-10-22 16:22 ` tavianator
  2022-10-23 13:34 ` [PR PATCH] [Updated] " daniel-eys
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: tavianator @ 2022-10-22 16:22 UTC (permalink / raw)
  To: ml

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

New comment by tavianator on void-packages repository

https://github.com/void-linux/void-packages/pull/40090#issuecomment-1287842827

Comment:
You can also work around it with `export BFS_TRIED_DROP=""` 

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

* Re: [PR PATCH] [Updated] [WIP] bfs: update to 2.6.2.
  2022-10-21 21:52 [PR PATCH] bfs: update to 2.6.2 daniel-eys
                   ` (2 preceding siblings ...)
  2022-10-22 16:22 ` tavianator
@ 2022-10-23 13:34 ` daniel-eys
  2022-10-23 13:38 ` daniel-eys
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: daniel-eys @ 2022-10-23 13:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/daniel-eys/void-packages bfs
https://github.com/void-linux/void-packages/pull/40090

[WIP] bfs: update to 2.6.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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, (ARCH-LIBC)
- 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/40090.patch is attached

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

From 4a3336d5d2ce87c55756fbc645ec2615a8933d37 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20Ey=C3=9Fer?= <daniel.eysser@gmail.com>
Date: Fri, 21 Oct 2022 23:50:09 +0200
Subject: [PATCH] bfs: update to 2.6.2.

---
 srcpkgs/bfs/template | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/bfs/template b/srcpkgs/bfs/template
index b1d011a206e0..caeb3fd17197 100644
--- a/srcpkgs/bfs/template
+++ b/srcpkgs/bfs/template
@@ -1,6 +1,6 @@
 # Template file for 'bfs'
 pkgname=bfs
-version=2.6.1
+version=2.6.2
 revision=1
 build_style=gnu-makefile
 makedepends="acl-devel libcap-devel oniguruma-devel"
@@ -11,7 +11,11 @@ license="0BSD"
 homepage="https://github.com/tavianator/bfs"
 changelog="https://raw.githubusercontent.com/tavianator/bfs/main/docs/CHANGELOG.md"
 distfiles="https://github.com/tavianator/bfs/archive/${version}.tar.gz"
-checksum=15e35b46774af305cbdfbfaa9889591440579a8233bc7308e050ec27b791647d
+checksum=1d50f7fdeda2bafd3ce6e4eacbe88de43f3ec14fb904aa8f81641aefba465afe
+
+# temporary workaround for failing CI tests
+# https://github.com/void-linux/void-packages/pull/40090#issuecomment-1287842827
+export BFS_TRIED_DROP=""
 
 post_install() {
 	vlicense LICENSE

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

* Re: bfs: update to 2.6.2.
  2022-10-21 21:52 [PR PATCH] bfs: update to 2.6.2 daniel-eys
                   ` (3 preceding siblings ...)
  2022-10-23 13:34 ` [PR PATCH] [Updated] " daniel-eys
@ 2022-10-23 13:38 ` daniel-eys
  2023-01-22  2:00 ` github-actions
  2023-01-22 12:11 ` [PR PATCH] [Merged]: " leahneukirchen
  6 siblings, 0 replies; 8+ messages in thread
From: daniel-eys @ 2022-10-23 13:38 UTC (permalink / raw)
  To: ml

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

New comment by daniel-eys on void-packages repository

https://github.com/void-linux/void-packages/pull/40090#issuecomment-1288115446

Comment:
CI passed now, thanks @tavianator 

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

* Re: bfs: update to 2.6.2.
  2022-10-21 21:52 [PR PATCH] bfs: update to 2.6.2 daniel-eys
                   ` (4 preceding siblings ...)
  2022-10-23 13:38 ` daniel-eys
@ 2023-01-22  2:00 ` github-actions
  2023-01-22 12:11 ` [PR PATCH] [Merged]: " leahneukirchen
  6 siblings, 0 replies; 8+ messages in thread
From: github-actions @ 2023-01-22  2:00 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/40090#issuecomment-1399384053

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] 8+ messages in thread

* Re: [PR PATCH] [Merged]: bfs: update to 2.6.2.
  2022-10-21 21:52 [PR PATCH] bfs: update to 2.6.2 daniel-eys
                   ` (5 preceding siblings ...)
  2023-01-22  2:00 ` github-actions
@ 2023-01-22 12:11 ` leahneukirchen
  6 siblings, 0 replies; 8+ messages in thread
From: leahneukirchen @ 2023-01-22 12:11 UTC (permalink / raw)
  To: ml

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

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

bfs: update to 2.6.2.
https://github.com/void-linux/void-packages/pull/40090

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

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

<!--
#### 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2023-01-22 12:11 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-21 21:52 [PR PATCH] bfs: update to 2.6.2 daniel-eys
2022-10-21 21:58 ` daniel-eys
2022-10-22  0:42 ` [WIP] " tavianator
2022-10-22 16:22 ` tavianator
2022-10-23 13:34 ` [PR PATCH] [Updated] " daniel-eys
2022-10-23 13:38 ` daniel-eys
2023-01-22  2:00 ` github-actions
2023-01-22 12:11 ` [PR PATCH] [Merged]: " leahneukirchen

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