From e50cd50de40de05c0a098d94a0abd13b15505461 Mon Sep 17 00:00:00 2001 From: Rmys Date: Fri, 5 Apr 2019 15:46:05 +0300 Subject: [PATCH] samba-4.9.4:ver.bump --- server/samba/files/samba.pam | 8 ++++---- server/samba/files/samba.pam.old | 5 +++++ server/samba/files/smb.conf | 2 +- server/samba/files/tmpfiles.conf | 1 + server/samba/files/tmpfiles.conf.old | 1 + server/samba/pspec.xml | 24 +++++++++++++++++++++--- 6 files changed, 33 insertions(+), 8 deletions(-) create mode 100644 server/samba/files/samba.pam.old create mode 100644 server/samba/files/tmpfiles.conf.old diff --git a/server/samba/files/samba.pam b/server/samba/files/samba.pam index 4a38cda46f..1266be0979 100644 --- a/server/samba/files/samba.pam +++ b/server/samba/files/samba.pam @@ -1,5 +1,5 @@ #%PAM-1.0 -auth required pam_smbpass.so nodelay -account include system-auth -session include system-auth -password required pam_smbpass.so nodelay smbconf=/etc/samba/smb.conf +auth required pam_unix.so +account required pam_unix.so +session required pam_unix.so +password required pam_unix.so nodelay smbconf=/etc/samba/smb.conf diff --git a/server/samba/files/samba.pam.old b/server/samba/files/samba.pam.old new file mode 100644 index 0000000000..4a38cda46f --- /dev/null +++ b/server/samba/files/samba.pam.old @@ -0,0 +1,5 @@ +#%PAM-1.0 +auth required pam_smbpass.so nodelay +account include system-auth +session include system-auth +password required pam_smbpass.so nodelay smbconf=/etc/samba/smb.conf diff --git a/server/samba/files/smb.conf b/server/samba/files/smb.conf index 44625562f9..659d1ade15 100644 --- a/server/samba/files/smb.conf +++ b/server/samba/files/smb.conf @@ -1,7 +1,7 @@ # PiSiLinux samba configuration [global] -workgroup = PiSiLinuxWorkGroup +workgroup = PiSiWorkGroup server string = %h (workstation) log file = /var/log/samba/samba.log max log size = 50 diff --git a/server/samba/files/tmpfiles.conf b/server/samba/files/tmpfiles.conf index 9b2806c0e0..d98ba64110 100644 --- a/server/samba/files/tmpfiles.conf +++ b/server/samba/files/tmpfiles.conf @@ -1 +1,2 @@ D /run/samba 0755 root root +d /var/log/samba 0755 root root diff --git a/server/samba/files/tmpfiles.conf.old b/server/samba/files/tmpfiles.conf.old new file mode 100644 index 0000000000..9b2806c0e0 --- /dev/null +++ b/server/samba/files/tmpfiles.conf.old @@ -0,0 +1 @@ +D /run/samba 0755 root root diff --git a/server/samba/pspec.xml b/server/samba/pspec.xml index e088af824c..f7ae00e2dd 100644 --- a/server/samba/pspec.xml +++ b/server/samba/pspec.xml @@ -12,7 +12,7 @@ service A suite of SMB and CIFS client/server programs for UNIX samba is a free software implementation of Microsoft's networking protocol released under the GNU General Public License. As of version 4, Samba not only provides file and print services for various Microsoft Windows clients but can also integrate with a Windows Server domain, either as a Primary Domain Controller (PDC) or as a Domain Member. It can also be part of an Active Directory domain. - http://us1.samba.org/samba/ftp/stable/samba-4.7.5.tar.gz + http://us1.samba.org/samba/ftp/stable/samba-4.9.4.tar.gz keyutils acl-devel @@ -44,7 +44,14 @@ libarchive-devel nss-devel docbook-xsl - libxslt + libxslt-devel + lmdb-devel + fuse-devel + dbus-devel + gpgme-devel + jansson-devel + libtirpc-devel + rpcsvc-proto-devel libtdb-devel cyrus-sasl-devel @@ -55,11 +62,15 @@ acl pam + dbus + lmdb attr popt zlib + gpgme libcap - python + jansson + libtirpc ncurses readline e2fsprogs @@ -134,6 +145,13 @@ + + 2019-04-05 + 4.9.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2018-08-06 4.7.5