Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] samba: update to 4.14.6 (fixes smbd on armv6l)
@ 2021-08-02 17:15 mvf
  2021-08-02 18:25 ` samba: update to 4.14.6 (rebuild might fix " mvf
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: mvf @ 2021-08-02 17:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mvf/void-packages pr/samba
https://github.com/void-linux/void-packages/pull/32300

samba: update to 4.14.6 (fixes smbd on armv6l)
<!-- 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
---
Fixes #32079

Tests:
- `x86_64`: My day job setup with `smbd` on a Void Hyper-V guest serving `/home`
- `armv6l`: A/B/A test of the repro case from #32079 suggests the update fixes that issue.

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

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

From f3d338228f009b2d9f5f0307f04670e42a7b822b Mon Sep 17 00:00:00 2001
From: Matthias von Faber <mvf@gmx.eu>
Date: Mon, 2 Aug 2021 18:36:31 +0200
Subject: [PATCH] samba: update to 4.14.6

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

diff --git a/srcpkgs/samba/template b/srcpkgs/samba/template
index 5ac491dd5532..2e0c7ddb38bd 100644
--- a/srcpkgs/samba/template
+++ b/srcpkgs/samba/template
@@ -1,6 +1,6 @@
 # Template file for 'samba'
 pkgname=samba
-version=4.14.5
+version=4.14.6
 revision=1
 build_style=waf3
 build_helper="qemu"
@@ -27,7 +27,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="http://www.samba.org"
 distfiles="http://download.samba.org/pub/samba/stable/${pkgname}-${version}.tar.gz"
-checksum=bb6ef5d2f16b85288d823578abc453d9a80514c42e5a2ea2c4e3c60dc42335c3
+checksum=86760692dd74a04705c0f6d11b31965a477265a50e79eb15838184476146f4b0
 lib32disabled=yes
 conf_files="/etc/pam.d/samba /etc/samba/smb.conf"
 make_dirs="/etc/samba/private 0750 root root"

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

* Re: samba: update to 4.14.6 (rebuild might fix smbd on armv6l)
  2021-08-02 17:15 [PR PATCH] samba: update to 4.14.6 (fixes smbd on armv6l) mvf
@ 2021-08-02 18:25 ` mvf
  2021-08-06 20:59 ` [PR PATCH] [Updated] " mvf
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: mvf @ 2021-08-02 18:25 UTC (permalink / raw)
  To: ml

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

New comment by mvf on void-packages repository

https://github.com/void-linux/void-packages/pull/32300#issuecomment-891238767

Comment:
I was just made aware that `xbps-src` can't build `samba` reliably. So I rebuilt 4.14.5 locally and it also worked. So whether this PR fixes `armv6l` depends on whether the build server is now in better shape than last time this was built.

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

* Re: [PR PATCH] [Updated] samba: update to 4.14.6 (rebuild might fix smbd on armv6l)
  2021-08-02 17:15 [PR PATCH] samba: update to 4.14.6 (fixes smbd on armv6l) mvf
  2021-08-02 18:25 ` samba: update to 4.14.6 (rebuild might fix " mvf
@ 2021-08-06 20:59 ` mvf
  2021-08-25  0:57 ` ahesford
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: mvf @ 2021-08-06 20:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mvf/void-packages pr/samba
https://github.com/void-linux/void-packages/pull/32300

samba: update to 4.14.6 (rebuild might fix smbd on armv6l)
<!-- 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
---
Fixes #32079

Tests:
- `x86_64`: My day job setup with `smbd` on a Void Hyper-V guest serving `/home`
- `armv6l`: A/B/A test of the repro case from #32079 suggests rebuilding `samba` fixes that issue (at least in local builds).

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

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

From e0af286422115c8285dd0d76195d933cc0aeb656 Mon Sep 17 00:00:00 2001
From: Matthias von Faber <mvf@gmx.eu>
Date: Mon, 2 Aug 2021 18:36:31 +0200
Subject: [PATCH] samba: update to 4.14.6

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

diff --git a/srcpkgs/samba/template b/srcpkgs/samba/template
index 5ac491dd5532..2e0c7ddb38bd 100644
--- a/srcpkgs/samba/template
+++ b/srcpkgs/samba/template
@@ -1,6 +1,6 @@
 # Template file for 'samba'
 pkgname=samba
-version=4.14.5
+version=4.14.6
 revision=1
 build_style=waf3
 build_helper="qemu"
@@ -27,7 +27,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="http://www.samba.org"
 distfiles="http://download.samba.org/pub/samba/stable/${pkgname}-${version}.tar.gz"
-checksum=bb6ef5d2f16b85288d823578abc453d9a80514c42e5a2ea2c4e3c60dc42335c3
+checksum=86760692dd74a04705c0f6d11b31965a477265a50e79eb15838184476146f4b0
 lib32disabled=yes
 conf_files="/etc/pam.d/samba /etc/samba/smb.conf"
 make_dirs="/etc/samba/private 0750 root root"

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

* Re: samba: update to 4.14.6 (rebuild might fix smbd on armv6l)
  2021-08-02 17:15 [PR PATCH] samba: update to 4.14.6 (fixes smbd on armv6l) mvf
  2021-08-02 18:25 ` samba: update to 4.14.6 (rebuild might fix " mvf
  2021-08-06 20:59 ` [PR PATCH] [Updated] " mvf
@ 2021-08-25  0:57 ` ahesford
  2021-08-25  9:55 ` [PR PATCH] [Updated] " mvf
  2021-08-30 14:57 ` [PR PATCH] [Closed]: samba: update to 4.14.7 " ahesford
  4 siblings, 0 replies; 6+ messages in thread
From: ahesford @ 2021-08-25  0:57 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/32300#issuecomment-905081828

Comment:
Looksl ike samba 4.14.7 is out. Do you mind bumping this PR?

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

* Re: [PR PATCH] [Updated] samba: update to 4.14.6 (rebuild might fix smbd on armv6l)
  2021-08-02 17:15 [PR PATCH] samba: update to 4.14.6 (fixes smbd on armv6l) mvf
                   ` (2 preceding siblings ...)
  2021-08-25  0:57 ` ahesford
@ 2021-08-25  9:55 ` mvf
  2021-08-30 14:57 ` [PR PATCH] [Closed]: samba: update to 4.14.7 " ahesford
  4 siblings, 0 replies; 6+ messages in thread
From: mvf @ 2021-08-25  9:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mvf/void-packages pr/samba
https://github.com/void-linux/void-packages/pull/32300

samba: update to 4.14.6 (rebuild might fix smbd on armv6l)
<!-- 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
---
Fixes #32079

Tests:
- `x86_64`: My day job setup with `smbd` on a Void Hyper-V guest serving `/home`
- `armv6l`: A/B/A test of the repro case from #32079 suggests rebuilding `samba` fixes that issue (at least in local builds).

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

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

From db6dc25489f0120b70e62a5c06d5ca4bb73907a4 Mon Sep 17 00:00:00 2001
From: Matthias von Faber <mvf@gmx.eu>
Date: Mon, 2 Aug 2021 18:36:31 +0200
Subject: [PATCH] samba: update to 4.14.7

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

diff --git a/srcpkgs/samba/template b/srcpkgs/samba/template
index 5ac491dd5532..69ac97f71d34 100644
--- a/srcpkgs/samba/template
+++ b/srcpkgs/samba/template
@@ -1,6 +1,6 @@
 # Template file for 'samba'
 pkgname=samba
-version=4.14.5
+version=4.14.7
 revision=1
 build_style=waf3
 build_helper="qemu"
@@ -27,7 +27,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="http://www.samba.org"
 distfiles="http://download.samba.org/pub/samba/stable/${pkgname}-${version}.tar.gz"
-checksum=bb6ef5d2f16b85288d823578abc453d9a80514c42e5a2ea2c4e3c60dc42335c3
+checksum=6f50353f9602aa20245eb18ceb00e7e5ec793df0974aebd5254c38f16d8f1906
 lib32disabled=yes
 conf_files="/etc/pam.d/samba /etc/samba/smb.conf"
 make_dirs="/etc/samba/private 0750 root root"

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

* Re: [PR PATCH] [Closed]: samba: update to 4.14.7 (rebuild might fix smbd on armv6l)
  2021-08-02 17:15 [PR PATCH] samba: update to 4.14.6 (fixes smbd on armv6l) mvf
                   ` (3 preceding siblings ...)
  2021-08-25  9:55 ` [PR PATCH] [Updated] " mvf
@ 2021-08-30 14:57 ` ahesford
  4 siblings, 0 replies; 6+ messages in thread
From: ahesford @ 2021-08-30 14:57 UTC (permalink / raw)
  To: ml

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

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

samba: update to 4.14.7 (rebuild might fix smbd on armv6l)
https://github.com/void-linux/void-packages/pull/32300

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
---
Fixes #32079

Tests:
- `x86_64`: My day job setup with `smbd` on a Void Hyper-V guest serving `/home`
- `armv6l`: A/B/A test of the repro case from #32079 suggests rebuilding `samba` fixes that issue (at least in local builds).

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

end of thread, other threads:[~2021-08-30 14:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-02 17:15 [PR PATCH] samba: update to 4.14.6 (fixes smbd on armv6l) mvf
2021-08-02 18:25 ` samba: update to 4.14.6 (rebuild might fix " mvf
2021-08-06 20:59 ` [PR PATCH] [Updated] " mvf
2021-08-25  0:57 ` ahesford
2021-08-25  9:55 ` [PR PATCH] [Updated] " mvf
2021-08-30 14:57 ` [PR PATCH] [Closed]: samba: update to 4.14.7 " ahesford

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