Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] samba: update to 4.13.3.
@ 2021-01-02 13:54 andry-dev
  2021-01-02 19:03 ` ahesford
  2021-01-02 19:04 ` [PR PATCH] [Closed]: " ahesford
  0 siblings, 2 replies; 3+ messages in thread
From: andry-dev @ 2021-01-02 13:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/andry-dev/void-packages samba-4.13.3
https://github.com/void-linux/void-packages/pull/27622

samba: update to 4.13.3.
This PR also closes #27565, using the diff provided by @wangp.

I can't test it right now though and I only have x86_64 hardware.

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

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

From 9c2f7655cc2cf76e82d97e15274e70d81ead3561 Mon Sep 17 00:00:00 2001
From: andry-dev <andry-dev@users.noreply.github.com>
Date: Sat, 2 Jan 2021 13:57:00 +0100
Subject: [PATCH] samba: update to 4.13.3.

samba: fix crash when opening secrets DB.

Closes #27565
---
 common/shlibs          |  1 +
 srcpkgs/samba/template | 10 +++++-----
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 26a6259f6d2..3f25a34a95f 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4040,3 +4040,4 @@ libndr-samba4.so samba-libs-4.13.2_1
 libsmb-transport-samba4.so samba-libs-4.13.2_1
 libutil-cmdline-samba4.so samba-libs-4.13.2_1
 libwinbind-client-samba4.so samba-libs-4.13.2_1
+libtdb-wrap-samba4.so samba-libs-4.13.3_1
diff --git a/srcpkgs/samba/template b/srcpkgs/samba/template
index 646546a27bb..69b9c35a927 100644
--- a/srcpkgs/samba/template
+++ b/srcpkgs/samba/template
@@ -1,7 +1,7 @@
 # Template file for 'samba'
 pkgname=samba
-version=4.13.2
-revision=3
+version=4.13.3
+revision=1
 build_style=waf3
 build_helper="qemu"
 configure_script="buildtools/bin/waf"
@@ -26,7 +26,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=276464396a05d88b775bda01ac2eb1e5a636ccf7010b0fd28efc3d85583af2b4
+checksum=c10585d43f33656fe4e1f9ff8bf40ea57d8d5b653521c1cc198fbf4922756541
 lib32disabled=yes
 conf_files="/etc/pam.d/samba /etc/samba/smb.conf"
 make_dirs="/etc/samba/private 0750 root root"
@@ -53,7 +53,7 @@ _privlibs="CHARSET3 MESSAGING_SEND MESSAGING LIBWBCLIENT_OLD addns ads \
  printer_driver registry replace samba-cluster-support samba-debug \
  samba-modules samba-security samba-sockets samba3-util samdb-common secrets3 \
  server_id_db server-role samba_python smbclient-raw smbd_shim smbpasswdparser \
- socket-blocking sys_rw talloc_report_printf talloc_report tdb-wrap tevent-util \
+ socket-blocking sys_rw talloc_report_printf talloc_report tevent-util \
  time-basic torture trusts_util util_reg util_setid util_tdb ctdb-event-client"
 configure_args+=" --with-privatelibdir=/usr/lib --builtin-libraries=${_privlibs// /,}"
 
@@ -174,7 +174,7 @@ samba-libs_package() {
 		 samba-credentials samba-errors samba-hostconfig samba-passdb
 		 samba-util samdb smbclient smbconf smbldap wbclient"
 		_privlibs="cli-ldap cliauth common-auth dcerpc-samba gpo
-		 ndr-samba ndr smb-transport util-cmdline winbind-client"
+		 ndr-samba ndr smb-transport tdb-wrap util-cmdline winbind-client"
 
 		for _lib in ${_libs}; do
 			vmove "usr/lib/lib${_lib}.so.*"

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

* Re: samba: update to 4.13.3.
  2021-01-02 13:54 [PR PATCH] samba: update to 4.13.3 andry-dev
@ 2021-01-02 19:03 ` ahesford
  2021-01-02 19:04 ` [PR PATCH] [Closed]: " ahesford
  1 sibling, 0 replies; 3+ messages in thread
From: ahesford @ 2021-01-02 19:03 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/27622#issuecomment-753516331

Comment:
Local testing shows this as insufficient, as the `tdb-wrap` change breaks my installation with errors @Anachron documsnted in #27565.

I've done a complete revert of my library changes from 4.13.2_2 in #27626 and updated `cifs-utils` while I'm at it.

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

* Re: [PR PATCH] [Closed]: samba: update to 4.13.3.
  2021-01-02 13:54 [PR PATCH] samba: update to 4.13.3 andry-dev
  2021-01-02 19:03 ` ahesford
@ 2021-01-02 19:04 ` ahesford
  1 sibling, 0 replies; 3+ messages in thread
From: ahesford @ 2021-01-02 19:04 UTC (permalink / raw)
  To: ml

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

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

samba: update to 4.13.3.
https://github.com/void-linux/void-packages/pull/27622

Description:
This PR also closes #27565, using the diff provided by @wangp.

I can't test it right now though and I only have x86_64 hardware.

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

end of thread, other threads:[~2021-01-02 19:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-02 13:54 [PR PATCH] samba: update to 4.13.3 andry-dev
2021-01-02 19:03 ` ahesford
2021-01-02 19:04 ` [PR PATCH] [Closed]: " 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).