samba-4.14.7

This commit is contained in:
Rmys
2021-10-24 16:52:55 +03:00
committed by GitHub
parent 391e7dc0e1
commit d4f431ad93
2 changed files with 14 additions and 6 deletions
+4 -4
View File
@@ -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")
+10 -2
View File
@@ -12,7 +12,7 @@
<IsA>service</IsA>
<Summary>A suite of SMB and CIFS client/server programs for UNIX</Summary>
<Description>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.</Description>
<Archive sha1sum="498f9aec010962b790b363adf2fe1fcd68e44db6" type="targz">https://download.samba.org/pub/samba/samba-4.14.5.tar.gz</Archive>
<Archive sha1sum="a8d0d638ced40b674437aaa3b1eb2dbb958ffc45" type="targz">https://download.samba.org/pub/samba/samba-4.14.7.tar.gz</Archive>
<BuildDependencies>
<Dependency>acl-devel</Dependency>
<Dependency>pam-devel</Dependency>
@@ -73,12 +73,13 @@
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib/cups</Path>
<Path fileType="library">/usr/lib/lib*.so*</Path>
<Path fileType="library">/usr/lib/python3.8</Path>
<Path fileType="library">/usr/lib/python3.9</Path>
<Path fileType="library">/usr/lib/samba</Path>
<Path fileType="library">/usr/lib/tmpfiles.d</Path>
<Path fileType="executable">/usr/libexec</Path>
<Path fileType="executable">/usr/sbin</Path>
<Path fileType="data">/usr/share/samba</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
<AdditionalFiles>
<AdditionalFile owner="root" permission="0644" target="/etc/samba/lmhosts">lmhosts</AdditionalFile>
@@ -108,6 +109,13 @@
</Package>
<History>
<Update release="11">
<Date>2021-10-24</Date>
<Version>4.14.7</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="10">
<Date>2021-06-22</Date>
<Version>4.14.5</Version>