Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] file: update to 5.41
@ 2021-10-19  5:17 tuxliban
  2021-10-24 20:48 ` [PR REVIEW] " ericonr
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: tuxliban @ 2021-10-19  5:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tuxliban/void-packages file
https://github.com/void-linux/void-packages/pull/33631

file: update to 5.41
<!-- 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.)
- [ ] 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/33631.patch is attached

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

From fee7d46c887fd0dba72286f27f41fb63e4675941 Mon Sep 17 00:00:00 2001
From: Tuxliban Torvalds <tenshalito@gmail.com>
Date: Tue, 19 Oct 2021 00:15:59 -0500
Subject: [PATCH] file: update to 5.41

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

diff --git a/srcpkgs/file/template b/srcpkgs/file/template
index a3213b20ecc4..0eac4208c44b 100644
--- a/srcpkgs/file/template
+++ b/srcpkgs/file/template
@@ -1,7 +1,7 @@
 # Template file for 'file'
 pkgname=file
-version=5.40
-revision=3
+version=5.41
+revision=1
 bootstrap=yes
 build_style=gnu-configure
 configure_args="--enable-static $(vopt_enable libseccomp)"
@@ -11,7 +11,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="BSD-2-Clause"
 homepage="http://www.darwinsys.com/file/"
 distfiles="https://astron.com/pub/file/file-${version}.tar.gz"
-checksum=167321f43c148a553f68a0ea7f579821ef3b11c27b8cbe158e4df897e4a5dd57
+checksum=13e532c7b364f7d57e23dfeea3147103150cb90593a57af86c10e4f6e411603f
 
 build_options="libseccomp"
 

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

* Re: [PR REVIEW] file: update to 5.41
  2021-10-19  5:17 [PR PATCH] file: update to 5.41 tuxliban
@ 2021-10-24 20:48 ` ericonr
  2021-10-26  4:14 ` [PR PATCH] [Updated] " tuxliban
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ericonr @ 2021-10-24 20:48 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/33631#discussion_r735168121

Comment:
Please switch to `https`

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

* Re: [PR PATCH] [Updated] file: update to 5.41
  2021-10-19  5:17 [PR PATCH] file: update to 5.41 tuxliban
  2021-10-24 20:48 ` [PR REVIEW] " ericonr
@ 2021-10-26  4:14 ` tuxliban
  2021-10-26  4:19 ` [PR REVIEW] " tuxliban
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: tuxliban @ 2021-10-26  4:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tuxliban/void-packages file
https://github.com/void-linux/void-packages/pull/33631

file: update to 5.41
<!-- 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.)
- [ ] 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/33631.patch is attached

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

From e053d03852c57f66af4304816ed2946dc0bbf150 Mon Sep 17 00:00:00 2001
From: Tuxliban Torvalds <tenshalito@gmail.com>
Date: Tue, 19 Oct 2021 00:15:59 -0500
Subject: [PATCH] file: update to 5.41

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

diff --git a/srcpkgs/file/template b/srcpkgs/file/template
index a3213b20ecc4..a7e080f143ba 100644
--- a/srcpkgs/file/template
+++ b/srcpkgs/file/template
@@ -1,7 +1,7 @@
 # Template file for 'file'
 pkgname=file
-version=5.40
-revision=3
+version=5.41
+revision=1
 bootstrap=yes
 build_style=gnu-configure
 configure_args="--enable-static $(vopt_enable libseccomp)"
@@ -9,9 +9,9 @@ makedepends="zlib-devel $(vopt_if libseccomp libseccomp-devel)"
 short_desc="File type identification utility"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="BSD-2-Clause"
-homepage="http://www.darwinsys.com/file/"
+homepage="https://www.darwinsys.com/file/"
 distfiles="https://astron.com/pub/file/file-${version}.tar.gz"
-checksum=167321f43c148a553f68a0ea7f579821ef3b11c27b8cbe158e4df897e4a5dd57
+checksum=13e532c7b364f7d57e23dfeea3147103150cb90593a57af86c10e4f6e411603f
 
 build_options="libseccomp"
 

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

* Re: [PR REVIEW] file: update to 5.41
  2021-10-19  5:17 [PR PATCH] file: update to 5.41 tuxliban
  2021-10-24 20:48 ` [PR REVIEW] " ericonr
  2021-10-26  4:14 ` [PR PATCH] [Updated] " tuxliban
@ 2021-10-26  4:19 ` tuxliban
  2021-10-28  8:17 ` [PR PATCH] [Updated] " tuxliban
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: tuxliban @ 2021-10-26  4:19 UTC (permalink / raw)
  To: ml

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

New review comment by tuxliban on void-packages repository

https://github.com/void-linux/void-packages/pull/33631#discussion_r736130636

Comment:
Thanks for the observation. I've already made the suggested changes

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

* Re: [PR PATCH] [Updated] file: update to 5.41
  2021-10-19  5:17 [PR PATCH] file: update to 5.41 tuxliban
                   ` (2 preceding siblings ...)
  2021-10-26  4:19 ` [PR REVIEW] " tuxliban
@ 2021-10-28  8:17 ` tuxliban
  2021-10-29  3:51 ` zdykstra
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: tuxliban @ 2021-10-28  8:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tuxliban/void-packages file
https://github.com/void-linux/void-packages/pull/33631

file: update to 5.41
<!-- 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.)
- [ ] 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/33631.patch is attached

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

From e053d03852c57f66af4304816ed2946dc0bbf150 Mon Sep 17 00:00:00 2001
From: Tuxliban Torvalds <tenshalito@gmail.com>
Date: Tue, 19 Oct 2021 00:15:59 -0500
Subject: [PATCH] file: update to 5.41

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

diff --git a/srcpkgs/file/template b/srcpkgs/file/template
index a3213b20ecc4..a7e080f143ba 100644
--- a/srcpkgs/file/template
+++ b/srcpkgs/file/template
@@ -1,7 +1,7 @@
 # Template file for 'file'
 pkgname=file
-version=5.40
-revision=3
+version=5.41
+revision=1
 bootstrap=yes
 build_style=gnu-configure
 configure_args="--enable-static $(vopt_enable libseccomp)"
@@ -9,9 +9,9 @@ makedepends="zlib-devel $(vopt_if libseccomp libseccomp-devel)"
 short_desc="File type identification utility"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="BSD-2-Clause"
-homepage="http://www.darwinsys.com/file/"
+homepage="https://www.darwinsys.com/file/"
 distfiles="https://astron.com/pub/file/file-${version}.tar.gz"
-checksum=167321f43c148a553f68a0ea7f579821ef3b11c27b8cbe158e4df897e4a5dd57
+checksum=13e532c7b364f7d57e23dfeea3147103150cb90593a57af86c10e4f6e411603f
 
 build_options="libseccomp"
 

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

* Re: file: update to 5.41
  2021-10-19  5:17 [PR PATCH] file: update to 5.41 tuxliban
                   ` (3 preceding siblings ...)
  2021-10-28  8:17 ` [PR PATCH] [Updated] " tuxliban
@ 2021-10-29  3:51 ` zdykstra
  2021-10-29  4:05 ` [PR PATCH] [Closed]: " ericonr
  2021-10-29  4:06 ` ericonr
  6 siblings, 0 replies; 8+ messages in thread
From: zdykstra @ 2021-10-29  3:51 UTC (permalink / raw)
  To: ml

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

New comment by zdykstra on void-packages repository

https://github.com/void-linux/void-packages/pull/33631#issuecomment-954407984

Comment:
Tested locally on `x86_64/glibc`:

```
bash-5.1$ file -v
file-5.41
magic file from /usr/share/misc/magic

bash-5.1$ file /boot/vmlinuz-5.14.14_1
/boot/vmlinuz-5.14.14_1: Linux kernel x86 boot executable bzImage, version 5.14.14_1 (voidlinux@voidlinux) #1 SMP Fri Oct 22 06:34:02 UTC 2021, RO-rootFS, swap_dev 0X9, Normal VGA

bash-5.1$ file ~/Downloads/0930211301.jpg
/home/zdykstra/Downloads/0930211301.jpg: JPEG image data, JFIF standard 1.01, resolution (DPI), density 72x72, segment length 16, baseline, precision 8, 4032x3024, components 3

bash-5.1$ file ~/Downloads/3OTmOaq.mp4
/home/zdykstra/Downloads/3OTmOaq.mp4: ISO Media, MP4 Base Media v1 [ISO 14496-12:2003]
```

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

* Re: [PR PATCH] [Closed]: file: update to 5.41
  2021-10-19  5:17 [PR PATCH] file: update to 5.41 tuxliban
                   ` (4 preceding siblings ...)
  2021-10-29  3:51 ` zdykstra
@ 2021-10-29  4:05 ` ericonr
  2021-10-29  4:06 ` ericonr
  6 siblings, 0 replies; 8+ messages in thread
From: ericonr @ 2021-10-29  4:05 UTC (permalink / raw)
  To: ml

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

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

file: update to 5.41
https://github.com/void-linux/void-packages/pull/33631

Description:
<!-- 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.)
- [ ] 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

* Re: file: update to 5.41
  2021-10-19  5:17 [PR PATCH] file: update to 5.41 tuxliban
                   ` (5 preceding siblings ...)
  2021-10-29  4:05 ` [PR PATCH] [Closed]: " ericonr
@ 2021-10-29  4:06 ` ericonr
  6 siblings, 0 replies; 8+ messages in thread
From: ericonr @ 2021-10-29  4:06 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/33631#issuecomment-954412913

Comment:
Please use rebases instead of merges for your next PR!

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

end of thread, other threads:[~2021-10-29  4:06 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-19  5:17 [PR PATCH] file: update to 5.41 tuxliban
2021-10-24 20:48 ` [PR REVIEW] " ericonr
2021-10-26  4:14 ` [PR PATCH] [Updated] " tuxliban
2021-10-26  4:19 ` [PR REVIEW] " tuxliban
2021-10-28  8:17 ` [PR PATCH] [Updated] " tuxliban
2021-10-29  3:51 ` zdykstra
2021-10-29  4:05 ` [PR PATCH] [Closed]: " ericonr
2021-10-29  4:06 ` 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).