samba: update to 4.13.4.

Closes: #28527 [via git-merge-pr]
This commit is contained in:
Andrew J. Hesford 2021-02-05 11:17:42 -05:00
parent 3ce6995ae8
commit 493c3fa36a
3 changed files with 12 additions and 4 deletions

View File

@ -1,6 +1,10 @@
#!/bin/sh
exec 2>&1
[ -r ./conf ] && . ./conf
mkdir -p /run/samba
mkdir -p /run/lock/samba
exec nmbd -F -S
exec nmbd -F ${OPTS:--S -d1}

View File

@ -1,6 +1,10 @@
#!/bin/sh
exec 2>&1
[ -r ./conf ] && . ./conf
mkdir -p /run/samba
mkdir -p /run/lock/samba
exec smbd -F -S
exec smbd -F ${OPTS:--S -d1}

View File

@ -1,6 +1,6 @@
# Template file for 'samba'
pkgname=samba
version=4.13.3
version=4.13.4
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=c10585d43f33656fe4e1f9ff8bf40ea57d8d5b653521c1cc198fbf4922756541
checksum=a1b34c63f7100cc8626902d80f335c7cb0b45d4707dd3c4b010f7a28ed615c78
lib32disabled=yes
conf_files="/etc/pam.d/samba /etc/samba/smb.conf"
make_dirs="/etc/samba/private 0750 root root"