From d4f431ad93018cb320d41599ad23e1260317f611 Mon Sep 17 00:00:00 2001 From: Rmys Date: Sun, 24 Oct 2021 16:52:55 +0300 Subject: [PATCH] samba-4.14.7 --- server/samba/actions.py | 8 ++++---- server/samba/pspec.xml | 12 ++++++++++-- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/server/samba/actions.py b/server/samba/actions.py index ad562044ff..a9e2c872cc 100644 --- a/server/samba/actions.py +++ b/server/samba/actions.py @@ -62,7 +62,7 @@ def install(): shelltools.system("install -d %s/usr/lib/cups/backend" % get.installDIR()) pisitools.dosym("/usr/bin/smbspool", "/usr/lib/cups/backend/smb") - pisitools.remove("/usr/lib/python3.8/site-packages/_tdb_text.py") - pisitools.remove("/usr/lib/python3.8/site-packages/tdb.cpython-38-x86_64-linux-gnu.so") - pisitools.remove("/usr/lib/python3.8/site-packages/tevent.py") - pisitools.remove("/usr/lib/python3.8/site-packages/_tevent.cpython-38-x86_64-linux-gnu.so") + pisitools.remove("/usr/lib/python3.9/site-packages/_tdb_text.py") + pisitools.remove("/usr/lib/python3.9/site-packages/tdb.cpython-39-x86_64-linux-gnu.so") + pisitools.remove("/usr/lib/python3.9/site-packages/tevent.py") + pisitools.remove("/usr/lib/python3.9/site-packages/_tevent.cpython-39-x86_64-linux-gnu.so") diff --git a/server/samba/pspec.xml b/server/samba/pspec.xml index 5bfda1d132..639e0ac1cd 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. - https://download.samba.org/pub/samba/samba-4.14.5.tar.gz + https://download.samba.org/pub/samba/samba-4.14.7.tar.gz acl-devel pam-devel @@ -73,12 +73,13 @@ /usr/bin /usr/lib/cups /usr/lib/lib*.so* - /usr/lib/python3.8 + /usr/lib/python3.9 /usr/lib/samba /usr/lib/tmpfiles.d /usr/libexec /usr/sbin /usr/share/samba + /usr/share/man lmhosts @@ -108,6 +109,13 @@ + + 2021-10-24 + 4.14.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2021-06-22 4.14.5