Github messages for voidlinux
 help / color / mirror / Atom feed
From: lonwillett <lonwillett@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] samba: update to 4.14.11
Date: Sat, 15 Jan 2022 14:26:16 +0100	[thread overview]
Message-ID: <20220115132616.l63K877SwwtnvlibQAOi8fg-vJLHKBGj1TiAtN9oc8g@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-34916@inbox.vuxu.org>

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

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

https://github.com/lonwillett/void-packages update-samba
https://github.com/void-linux/void-packages/pull/34916

samba: update to 4.14.11

This resolves issue https://github.com/void-linux/void-packages/issues/32761 for me. So it is probably of interest to other people as well. I haven't identified the cause of that issue precisely; I just updated samba and its dependencies before starting to debug, and that fixed it.

However, I barely use samba, and am in no position to properly test it. So someone else should take over with the testing. Note that it may be preferable to skip the samba version up to 4.15.3, and ldb up to 2.4.1, but that will require more work.

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

#### Local build testing
- I built this PR locally for my native architecture, x86_64
- I built this PR locally for these architectures:
  - x86_64-musl



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

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

From 57b5cdd7d187300484e8b449fd91bd9c73723b92 Mon Sep 17 00:00:00 2001
From: Lon Willett <xgit@lonw.net>
Date: Fri, 7 Jan 2022 00:58:14 +0100
Subject: [PATCH 1/5] talloc: update to 2.3.3

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

diff --git a/srcpkgs/talloc/template b/srcpkgs/talloc/template
index dc22f69cee13..da77f999c27b 100644
--- a/srcpkgs/talloc/template
+++ b/srcpkgs/talloc/template
@@ -1,7 +1,7 @@
 # Template file for 'talloc'
 pkgname=talloc
-version=2.3.2
-revision=2
+version=2.3.3
+revision=1
 build_style=waf3
 build_helper="qemu"
 configure_script="buildtools/bin/waf"
@@ -14,8 +14,8 @@ short_desc="Hierarchical pool based memory allocator with destructors"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://talloc.samba.org/"
-distfiles="http://samba.org/ftp/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=27a03ef99e384d779124df755deb229cd1761f945eca6d200e8cfd9bf5297bd7
+distfiles="https://download.samba.org/pub/${pkgname}/${pkgname}-${version}.tar.gz"
+checksum=6be95b2368bd0af1c4cd7a88146eb6ceea18e46c3ffc9330bf6262b40d1d8aaa
 
 export PYTHON_CONFIG="${XBPS_CROSS_BASE}/usr/bin/python3-config"
 

From e6731c8f667bd1edc77b9d9804d10fcfe2027f76 Mon Sep 17 00:00:00 2001
From: Lon Willett <xgit@lonw.net>
Date: Fri, 7 Jan 2022 01:04:44 +0100
Subject: [PATCH 2/5] tevent: update to 0.11.0

---
 srcpkgs/tevent/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/tevent/template b/srcpkgs/tevent/template
index 1d05c275ebd2..89b67625d473 100644
--- a/srcpkgs/tevent/template
+++ b/srcpkgs/tevent/template
@@ -1,7 +1,7 @@
 # Template file for 'tevent'
 pkgname=tevent
-version=0.10.2
-revision=3
+version=0.11.0
+revision=1
 build_style=waf3
 build_helper="qemu"
 configure_script="buildtools/bin/waf"
@@ -9,13 +9,13 @@ configure_args="--sysconfdir=/etc --localstatedir=/var
  --disable-rpath --disable-rpath-install --without-gettext
  --builtin-libraries=replace --bundled-libraries=NONE"
 hostmakedepends="pkg-config docbook2x"
-makedepends="python3-devel talloc-devel libxslt gettext-devel"
+makedepends="python3-devel talloc-devel libxslt gettext-devel cmocka-devel"
 short_desc="Event system based on the talloc memory management library"
 maintainer="Yuusha Spacewolf <xyuusha@paranoici.org>"
 license="GPL-3.0-or-later"
 homepage="https://tevent.samba.org"
-distfiles="https://ftp.samba.org/pub/tevent/tevent-${version}.tar.gz"
-checksum=f8427822e5b2878fb8b28d6f50d96848734f3f3130612fb574fdd2d2148a6696
+distfiles="https://download.samba.org/pub/tevent/tevent-${version}.tar.gz"
+checksum=ee9a86c8e808aac2fe1e924eaa139ff7f0269d0e8e4fafa850ae5c7489bc82ba
 
 export PYTHON_CONFIG="${XBPS_CROSS_BASE}/usr/bin/python3-config"
 

From 57478b74b29bb6602d2a339ffc6fc753a5029dd5 Mon Sep 17 00:00:00 2001
From: Lon Willett <xgit@lonw.net>
Date: Fri, 7 Jan 2022 01:14:15 +0100
Subject: [PATCH 3/5] tdb: update to 1.4.5

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

diff --git a/srcpkgs/tdb/template b/srcpkgs/tdb/template
index a542437b9699..0b00f4364bf3 100644
--- a/srcpkgs/tdb/template
+++ b/srcpkgs/tdb/template
@@ -1,7 +1,7 @@
 # Template file for 'tdb'
 pkgname=tdb
-version=1.4.3
-revision=2
+version=1.4.5
+revision=1
 build_style=waf3
 build_helper="qemu"
 configure_script="buildtools/bin/waf"
@@ -14,8 +14,8 @@ short_desc="Trivial Database, similar to GDBM but allows simultaneous commits"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://tdb.samba.org/"
-distfiles="http://samba.org/ftp/tdb/tdb-${version}.tar.gz"
-checksum=c8058393dfa15f47e11ebd2f1d132693f0b3b3b8bf22d0201bfb305026f88a1b
+distfiles="https://download.samba.org/pub/tdb/tdb-${version}.tar.gz"
+checksum=bcfced884f7031080998b5c4b1c5dce57567055f79417f86dba40dcde99a0e41
 
 export PYTHON_CONFIG="${XBPS_CROSS_BASE}/usr/bin/python3-config"
 

From 579f22e93083cfc61d1119caf65f521cf52091bc Mon Sep 17 00:00:00 2001
From: Lon Willett <xgit@lonw.net>
Date: Fri, 7 Jan 2022 01:19:40 +0100
Subject: [PATCH 4/5] ldb: update to 2.3.2

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

diff --git a/srcpkgs/ldb/template b/srcpkgs/ldb/template
index 6bcb57c6ba24..a5e2c1978dd1 100644
--- a/srcpkgs/ldb/template
+++ b/srcpkgs/ldb/template
@@ -1,7 +1,7 @@
 # Template file for 'ldb'
 pkgname=ldb
-version=2.3.0
-revision=2
+version=2.3.2
+revision=1
 build_style=waf3
 build_helper="qemu"
 configure_script="buildtools/bin/waf"
@@ -17,8 +17,8 @@ short_desc="LDAP-like database from samba"
 maintainer="Yuusha Spacewolf <xyuusha@paranoici.org>"
 license="LGPL-3.0-or-later"
 homepage="https://www.samba.org/ldb/"
-distfiles="https://www.samba.org/ftp/pub/ldb/ldb-${version}.tar.gz"
-checksum=a4d308b3d0922ef01f3661a69ebc373e772374defa76cf0979ad21b21f91922d
+distfiles="https://download.samba.org/pub/ldb/ldb-${version}.tar.gz"
+checksum=1416c949dc4326e41c0d8a5ecf8ef784f8c0b6e9d3dad8fa971e84ad56227603
 
 # workaround for cmocka's broken uintptr_t definition on musl
 if [ "$XBPS_TARGET_WORDSIZE" = "64" -a "$XBPS_TARGET_LIBC" = "musl" ]; then

From 3f641207ede141582f83fe63f3a51cdd006acf72 Mon Sep 17 00:00:00 2001
From: Lon Willett <xgit@lonw.net>
Date: Fri, 7 Jan 2022 01:52:41 +0100
Subject: [PATCH 5/5] samba: update to 4.14.11

---
 common/shlibs          | 1 +
 srcpkgs/samba/template | 8 ++++----
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index d35944228287..b40f75fed4a5 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3966,6 +3966,7 @@ libsamba-policy.so.0 samba-4.13.2_1
 libauth-unix-token-samba4.so samba-4.13.2_1
 libauth4-samba4.so samba-4.13.3_1
 libdcerpc-samba4.so samba-4.13.2_1
+libdcerpc-pkt-auth-samba4.so samba-4.14.11_1
 libdsdb-module-samba4.so samba-4.13.2_1
 libgpext-samba4.so samba-4.13.2_1
 libnet-keytab-samba4.so samba-4.13.3_1
diff --git a/srcpkgs/samba/template b/srcpkgs/samba/template
index ed234d824364..d1f4dc655113 100644
--- a/srcpkgs/samba/template
+++ b/srcpkgs/samba/template
@@ -1,7 +1,7 @@
 # Template file for 'samba'
 pkgname=samba
-version=4.14.7
-revision=2
+version=4.14.11
+revision=1
 build_style=waf3
 build_helper="qemu"
 configure_script="buildtools/bin/waf"
@@ -26,8 +26,8 @@ short_desc="SMB/CIFS file, print, and login server for Unix"
 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=6f50353f9602aa20245eb18ceb00e7e5ec793df0974aebd5254c38f16d8f1906
+distfiles="https://download.samba.org/pub/samba/stable/${pkgname}-${version}.tar.gz"
+checksum=3d9ebbf3280c7cf5eac1b15aeff8857b31151abaec4d2987be015a66c2945d98
 lib32disabled=yes
 conf_files="/etc/pam.d/samba /etc/samba/smb.conf"
 make_dirs="/etc/samba/private 0750 root root"

  parent reply	other threads:[~2022-01-15 13:26 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-07  2:45 [PR PATCH] " lonwillett
2022-01-07 13:43 ` [PR PATCH] [Updated] " lonwillett
2022-01-07 14:36 ` lonwillett
2022-01-07 18:30 ` lonwillett
2022-01-15 13:26 ` lonwillett [this message]
2022-01-19 15:46 ` [PR PATCH] [Closed]: " ahesford
2022-01-19 15:54 ` ahesford

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220115132616.l63K877SwwtnvlibQAOi8fg-vJLHKBGj1TiAtN9oc8g@z \
    --to=lonwillett@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).