mirror of
https://abf.rosa.ru/djam/samba.git
synced 2025-02-24 01:22:47 +00:00
up to 4.3.13, up to smb2 min protocol (server)
This commit is contained in:
parent
87734b15f1
commit
2f244bef69
3 changed files with 7 additions and 5 deletions
4
.abf.yml
4
.abf.yml
|
@ -1,3 +1,5 @@
|
||||||
|
removed_sources:
|
||||||
|
samba-4.3.11.tar.gz: 44399fdcbcf5eba5f86548781e8aef490264de6b
|
||||||
sources:
|
sources:
|
||||||
samba-4.3.11.tar.asc: 8b26d3d6eb0920edc8b3fed0e644464c822b2bb9
|
samba-4.3.11.tar.asc: 8b26d3d6eb0920edc8b3fed0e644464c822b2bb9
|
||||||
samba-4.3.11.tar.gz: 44399fdcbcf5eba5f86548781e8aef490264de6b
|
samba-4.3.13.tar.gz: c6378795fd04715149976d991b8ff90d1e161b7e
|
||||||
|
|
|
@ -39,6 +39,7 @@ class SmbConf(object):
|
||||||
#essential for anonymous access from windows PC
|
#essential for anonymous access from windows PC
|
||||||
self.replace_or_add_global_option('map to guest', 'bad user')
|
self.replace_or_add_global_option('map to guest', 'bad user')
|
||||||
self.replace_or_add_global_option('workgroup', 'WORKGROUP')
|
self.replace_or_add_global_option('workgroup', 'WORKGROUP')
|
||||||
|
self.replace_or_add_global_option('min protocol', 'SMB2')
|
||||||
|
|
||||||
def output2file(self, out_filename):
|
def output2file(self, out_filename):
|
||||||
with open(out_filename, 'w') as f:
|
with open(out_filename, 'w') as f:
|
||||||
|
|
|
@ -94,8 +94,8 @@
|
||||||
|
|
||||||
Summary: Samba SMB server
|
Summary: Samba SMB server
|
||||||
Name: samba
|
Name: samba
|
||||||
Version: 4.3.11
|
Version: 4.3.13
|
||||||
Release: 2
|
Release: 1
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Group: System/Servers
|
Group: System/Servers
|
||||||
|
@ -163,6 +163,7 @@ BuildRequires: pkgconfig(pyldb-util)
|
||||||
BuildRequires: pkgconfig(pytalloc-util)
|
BuildRequires: pkgconfig(pytalloc-util)
|
||||||
BuildRequires: pkgconfig(tdb)
|
BuildRequires: pkgconfig(tdb)
|
||||||
BuildRequires: pkgconfig(tevent)
|
BuildRequires: pkgconfig(tevent)
|
||||||
|
BuildRequires: pkgconfig(libsystemd-journal)
|
||||||
|
|
||||||
Requires(pre): chkconfig mktemp psmisc
|
Requires(pre): chkconfig mktemp psmisc
|
||||||
Requires(pre): coreutils sed grep
|
Requires(pre): coreutils sed grep
|
||||||
|
@ -377,7 +378,6 @@ Provides libraries for samba-server
|
||||||
%{_libdir}/samba/libkrb5-samba4.so.26
|
%{_libdir}/samba/libkrb5-samba4.so.26
|
||||||
%{_libdir}/samba/libkrb5-samba4.so.26.0.0
|
%{_libdir}/samba/libkrb5-samba4.so.26.0.0
|
||||||
%{_libdir}/samba/libkrb5samba-samba4.so
|
%{_libdir}/samba/libkrb5samba-samba4.so
|
||||||
#%{_libdir}/samba/libldb-cmdline.so - does not build. removed? not configured? to be investigated.
|
|
||||||
%{_libdir}/samba/libldbsamba-samba4.so
|
%{_libdir}/samba/libldbsamba-samba4.so
|
||||||
%{_libdir}/samba/liblibcli-lsa3-samba4.so
|
%{_libdir}/samba/liblibcli-lsa3-samba4.so
|
||||||
%{_libdir}/samba/liblibcli-netlogon3-samba4.so
|
%{_libdir}/samba/liblibcli-netlogon3-samba4.so
|
||||||
|
@ -392,7 +392,6 @@ Provides libraries for samba-server
|
||||||
%{_libdir}/samba/libnetif-samba4.so
|
%{_libdir}/samba/libnetif-samba4.so
|
||||||
%{_libdir}/samba/libnpa-tstream-samba4.so
|
%{_libdir}/samba/libnpa-tstream-samba4.so
|
||||||
%{_libdir}/samba/libnss-info-samba4.so
|
%{_libdir}/samba/libnss-info-samba4.so
|
||||||
%{_libdir}/samba/libntvfs-samba4.so
|
|
||||||
%{_libdir}/samba/libpac-samba4.so
|
%{_libdir}/samba/libpac-samba4.so
|
||||||
%{_libdir}/samba/libpopt-samba3-samba4.so
|
%{_libdir}/samba/libpopt-samba3-samba4.so
|
||||||
%{_libdir}/samba/libposix-eadb-samba4.so
|
%{_libdir}/samba/libposix-eadb-samba4.so
|
||||||
|
|
Loading…
Add table
Reference in a new issue