From 7c2ce71b520cf648f28176d37c4bd114d9ae7e93 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 25 Jun 2021 10:14:13 -0400 Subject: [PATCH 1/3] ldb: update to 2.3.0. --- srcpkgs/ldb/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/ldb/template b/srcpkgs/ldb/template index ada2f2052210..8843e391d86c 100644 --- a/srcpkgs/ldb/template +++ b/srcpkgs/ldb/template @@ -1,6 +1,6 @@ # Template file for 'ldb' pkgname=ldb -version=2.2.0 +version=2.3.0 revision=1 build_style=waf3 build_helper="qemu" @@ -18,7 +18,7 @@ maintainer="Yuusha Spacewolf " 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=134bb51769709af59f30bf468e454d1377a8096acd4e80dcb42fd264f558bd5f +checksum=a4d308b3d0922ef01f3661a69ebc373e772374defa76cf0979ad21b21f91922d # workaround for cmocka's broken uintptr_t definition on musl if [ "$XBPS_TARGET_WORDSIZE" = "64" -a "$XBPS_TARGET_LIBC" = "musl" ]; then From 741c13f73a5b3703a957197f870a01ed54d851eb Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 25 Jun 2021 11:08:18 -0400 Subject: [PATCH 2/3] samba: update to 4.14.5, fix nss modules for musl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit nss modules from samba, like libnss_winbind, will be used by musl-nscd-devel, and therefore should use its headers for the definitions of return values and others. Without musl-nscd-devel to provide , samba uses a fallback header that carries completely incompatible return value definitions. Co-authored-by: Érico Nogueira --- common/shlibs | 2 +- srcpkgs/samba/template | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/common/shlibs b/common/shlibs index 71d099465be5..e67b26b3bd12 100644 --- a/common/shlibs +++ b/common/shlibs @@ -3963,7 +3963,7 @@ libndr-krb5pac.so.0 samba-libs-4.13.2_1 libndr-nbt.so.0 samba-libs-4.13.2_1 libndr-standard.so.0 samba-libs-4.13.2_1 libndr.so.1 samba-libs-4.13.2_1 -libsamba-credentials.so.0 samba-libs-4.13.2_1 +libsamba-credentials.so.1 samba-libs-4.13.2_1 libsamba-errors.so.1 samba-libs-4.13.2_1 libsamba-hostconfig.so.0 samba-libs-4.13.2_1 libsamba-passdb.so.0 samba-libs-4.13.2_1 diff --git a/srcpkgs/samba/template b/srcpkgs/samba/template index 90be22e57059..5ac491dd5532 100644 --- a/srcpkgs/samba/template +++ b/srcpkgs/samba/template @@ -1,6 +1,6 @@ # Template file for 'samba' pkgname=samba -version=4.13.4 +version=4.14.5 revision=1 build_style=waf3 build_helper="qemu" @@ -27,14 +27,14 @@ maintainer="Orphaned " license="GPL-3.0-or-later" homepage="http://www.samba.org" distfiles="http://download.samba.org/pub/samba/stable/${pkgname}-${version}.tar.gz" -checksum=a1b34c63f7100cc8626902d80f335c7cb0b45d4707dd3c4b010f7a28ed615c78 +checksum=bb6ef5d2f16b85288d823578abc453d9a80514c42e5a2ea2c4e3c60dc42335c3 lib32disabled=yes conf_files="/etc/pam.d/samba /etc/samba/smb.conf" make_dirs="/etc/samba/private 0750 root root" subpackages="smbclient samba-ctdb samba-cups samba-devel samba-libs samba-python3" if [ "$XBPS_TARGET_LIBC" = "musl" ]; then - makedepends+=" musl-legacy-compat" + makedepends+=" musl-legacy-compat musl-nscd-devel" else makedepends+=" glusterfs-devel" subpackages+=" samba-glusterfs" From c164cdc3fb32cf6f55b9a044be1dd8c8c32ef252 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 25 Jun 2021 11:24:57 -0400 Subject: [PATCH 3/3] cifs-utils: update to 6.13. --- srcpkgs/cifs-utils/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/cifs-utils/template b/srcpkgs/cifs-utils/template index 3acf8585ff4e..796b2ae69f80 100644 --- a/srcpkgs/cifs-utils/template +++ b/srcpkgs/cifs-utils/template @@ -1,6 +1,6 @@ # Template file for 'cifs-utils' pkgname=cifs-utils -version=6.12 +version=6.13 revision=1 build_style=gnu-configure configure_args="--disable-systemd" @@ -12,7 +12,7 @@ maintainer="Orphaned " license="GPL-2.0-or-later" homepage="http://wiki.samba.org/index.php/LinuxCIFS_utils" distfiles="https://ftp.samba.org/pub/linux-cifs/${pkgname}/${pkgname}-${version}.tar.bz2" -checksum=922ddcc3059922e80789312c386b9c569991b4350d3ae3099de3e4b82f3885ef +checksum=43d8786c8613caccfa84913081c1d62bc2409575854cf895b05b48af0863d056 python_version=3 pre_configure() {