Accepting request 201529 from network:samba:STABLE
The final 4.1.0 is scheduled for Friday, October 11. The goal is to have native systemd files tested and added too. - Update to 4.1.0rc4. + dsdb: Convert the full string from UTF16 to UTF8, including embedded NULLs; (bso#8077). + python-samba-tool fsmo: Do not give an error on a successful role transfer; (bso#9461). + dbwrap_ctdb: Treat empty records as non-existing; (bso#10008). + Raise the level of a debug when unable to open a printer; (bso#10118). + Add "acl allow execute always" parameter; (bso#10134). + vfs_shadow_copy2: Display previous versions correctly over SMB2; (bso#10137). + smbd: Always clean up share modes after hard crash; (bso#10138). + Valid utf8 filenames cause "invalid conversion error" messages; (bso#10139). + libcli/smb: Use SMB1 MID=0 for the initial Negprot; (bso#10144). + Samba SMB2 client code reads the wrong short name length in a directory listing reply; (bso#10145). + libcli/smb: Only check the SMB2 session setup signature if required and valid; (bso#10146). + Better document potential implications of a globally used "valid users"; (bso#10147). + cli_smb2_get_ea_list_path() failed to close file on exit; (bso#10149). + Not all OEM servers support the ALTNAME info level; (bso#10150). + Regression causes replication failure with Windows 2008R2 and deletes Deleted Objects; (bso#10157). + Netbios related samba process consumes 100% CPU; (bso#10158). + Fix POSIX ACL mapping when setting DENY ACE's from Windows; (bso#10162). - Add or polish the shared library package summaries and descriptions. OBS-URL: https://build.opensuse.org/request/show/201529 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/samba?expand=0&rev=141
This commit is contained in:
commit
bd228984ba
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e2f6f28489655900cf5008cecd34a34ee7cf993b35ae317d8567f77f919c9c7d
|
||||
size 25594
|
||||
oid sha256:f7f63f8b7ba2cc240d4e4a38b82d20f5a48dfea5c4ec8bb6265cc4e34929b8af
|
||||
size 25569
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:15048e23a392f0a335af8770b9f6184efce4fcb0e25e4253848dcdddbea41d5b
|
||||
size 19453614
|
3
samba-4.1.0rc4.tar.gz
Normal file
3
samba-4.1.0rc4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4d5dbc990c96632c58910e2d210ab5c9fd9984ae3a708afb1767854963716462
|
||||
size 23151729
|
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 12:30:24 UTC 2013 - lmuelle@suse.com
|
||||
|
||||
- Update to 4.1.0rc4.
|
||||
+ dsdb: Convert the full string from UTF16 to UTF8, including embedded
|
||||
NULLs; (bso#8077).
|
||||
+ python-samba-tool fsmo: Do not give an error on a successful role
|
||||
transfer; (bso#9461).
|
||||
+ dbwrap_ctdb: Treat empty records as non-existing; (bso#10008).
|
||||
+ Raise the level of a debug when unable to open a printer; (bso#10118).
|
||||
+ Add "acl allow execute always" parameter; (bso#10134).
|
||||
+ vfs_shadow_copy2: Display previous versions correctly over SMB2;
|
||||
(bso#10137).
|
||||
+ smbd: Always clean up share modes after hard crash; (bso#10138).
|
||||
+ Valid utf8 filenames cause "invalid conversion error" messages;
|
||||
(bso#10139).
|
||||
+ libcli/smb: Use SMB1 MID=0 for the initial Negprot; (bso#10144).
|
||||
+ Samba SMB2 client code reads the wrong short name length in a directory
|
||||
listing reply; (bso#10145).
|
||||
+ libcli/smb: Only check the SMB2 session setup signature if required and
|
||||
valid; (bso#10146).
|
||||
+ Better document potential implications of a globally used "valid users";
|
||||
(bso#10147).
|
||||
+ cli_smb2_get_ea_list_path() failed to close file on exit; (bso#10149).
|
||||
+ Not all OEM servers support the ALTNAME info level; (bso#10150).
|
||||
+ Regression causes replication failure with Windows 2008R2 and deletes
|
||||
Deleted Objects; (bso#10157).
|
||||
+ Netbios related samba process consumes 100% CPU; (bso#10158).
|
||||
+ Fix POSIX ACL mapping when setting DENY ACE's from Windows; (bso#10162).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 19 22:10:11 UTC 2013 - lmuelle@suse.com
|
||||
|
||||
@ -12,6 +42,11 @@ Mon Sep 16 12:49:02 UTC 2013 - lmuelle@suse.com
|
||||
libsamba-policy0, libsamba-util0, libsamdb0, libsmbclient-raw0, libsmbconf0,
|
||||
libsmbldap0, and libtevent-util0 to baselibs.conf.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 14 17:05:05 UTC 2013 - jengelh@inai.de
|
||||
|
||||
- Add or polish the shared library package summaries and descriptions.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 13 09:24:47 UTC 2013 - lmuelle@suse.com
|
||||
|
||||
|
46
samba.spec
46
samba.spec
@ -106,7 +106,7 @@ BuildRequires: libxslt1
|
||||
BuildRequires: libxslt-tools
|
||||
%endif
|
||||
%define samba_ver 4.1.0
|
||||
%define samba_ver_suffix rc3
|
||||
%define samba_ver_suffix rc4
|
||||
%if "%{samba_ver_suffix}" == ""
|
||||
%define samba_source_location http://ftp.samba.org/pub/samba/stable/samba-%{version}.tar.gz
|
||||
%else
|
||||
@ -130,7 +130,7 @@ BuildRequires: libxslt-tools
|
||||
%else
|
||||
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||
%endif
|
||||
%define SOURCE_TIMESTAMP 3081
|
||||
%define SOURCE_TIMESTAMP 3083
|
||||
%define BRANCH %{version}
|
||||
%global with_mitkrb5 1
|
||||
%global with_dc 0
|
||||
@ -507,6 +507,8 @@ Group: Development/Libraries/C and C++
|
||||
Requires: libdcerpc-samr0 = %{version}
|
||||
|
||||
%description -n libdcerpc-samr-devel
|
||||
This subpackage contains libraries and header files for developing
|
||||
applications that want to make use of libdcerpc-samr.
|
||||
|
||||
Source Timestamp: %{SOURCE_TIMESTAMP}
|
||||
Branch: %{BRANCH}
|
||||
@ -571,6 +573,8 @@ Requires: libgensec0 = %{version}
|
||||
Requires: samba-core-devel = %{version}
|
||||
|
||||
%description -n libgensec-devel
|
||||
This subpackage contains libraries and header files for developing
|
||||
applications that want to make use of libgensec.
|
||||
|
||||
Source Timestamp: %{SOURCE_TIMESTAMP}
|
||||
Branch: %{BRANCH}
|
||||
@ -595,6 +599,8 @@ Requires: libndr-krb5pac0 = %{version}
|
||||
Requires: samba-core-devel = %{version}
|
||||
|
||||
%description -n libndr-krb5pac-devel
|
||||
This subpackage contains libraries and header files for developing
|
||||
applications that want to make use of libndr-krb5pac.
|
||||
|
||||
Source Timestamp: %{SOURCE_TIMESTAMP}
|
||||
Branch: %{BRANCH}
|
||||
@ -619,6 +625,8 @@ Requires: libndr-nbt0 = %{version}
|
||||
Requires: samba-core-devel = %{version}
|
||||
|
||||
%description -n libndr-nbt-devel
|
||||
This subpackage contains libraries and header files for developing
|
||||
applications that want to make use of libndr-nbt.
|
||||
|
||||
Source Timestamp: %{SOURCE_TIMESTAMP}
|
||||
Branch: %{BRANCH}
|
||||
@ -643,6 +651,8 @@ Requires: libndr-standard0 = %{version}
|
||||
Requires: samba-core-devel = %{version}
|
||||
|
||||
%description -n libndr-standard-devel
|
||||
This subpackage contains libraries and header files for developing
|
||||
applications that want to make use of libndr-standard.
|
||||
|
||||
Source Timestamp: %{SOURCE_TIMESTAMP}
|
||||
Branch: %{BRANCH}
|
||||
@ -699,6 +709,8 @@ Requires: libndr-standard-devel = %{version}
|
||||
Requires: libtevent-devel
|
||||
|
||||
%description -n libpdb-devel
|
||||
This subpackage contains libraries and header files for developing
|
||||
applications that want to make use of libpdb.
|
||||
|
||||
Source Timestamp: %{SOURCE_TIMESTAMP}
|
||||
Branch: %{BRANCH}
|
||||
@ -723,6 +735,8 @@ Requires: libregistry0 = %{version}
|
||||
Requires: samba-core-devel = %{version}
|
||||
|
||||
%description -n libregistry-devel
|
||||
This subpackage contains libraries and header files for developing
|
||||
applications that want to make use of libregistry.
|
||||
|
||||
Source Timestamp: %{SOURCE_TIMESTAMP}
|
||||
Branch: %{BRANCH}
|
||||
@ -746,6 +760,8 @@ Group: Development/Libraries/C and C++
|
||||
Requires: libsamba-credentials0 = %{version}
|
||||
|
||||
%description -n libsamba-credentials-devel
|
||||
This subpackage contains libraries and header files for developing
|
||||
applications that want to make use of libsamba-credentials.
|
||||
|
||||
Source Timestamp: %{SOURCE_TIMESTAMP}
|
||||
Branch: %{BRANCH}
|
||||
@ -770,6 +786,8 @@ Requires: libsamba-hostconfig0 = %{version}
|
||||
Requires: samba-core-devel = %{version}
|
||||
|
||||
%description -n libsamba-hostconfig-devel
|
||||
This subpackage contains libraries and header files for developing
|
||||
applications that want to make use of libsamba-hostconfig.
|
||||
|
||||
Source Timestamp: %{SOURCE_TIMESTAMP}
|
||||
Branch: %{BRANCH}
|
||||
@ -793,6 +811,8 @@ Group: Development/Libraries/C and C++
|
||||
Requires: libsamba-policy0 = %{version}
|
||||
|
||||
%description -n libsamba-policy-devel
|
||||
This subpackage contains libraries and header files for developing
|
||||
applications that want to make use of libsamba-policy.
|
||||
|
||||
Source Timestamp: %{SOURCE_TIMESTAMP}
|
||||
Branch: %{BRANCH}
|
||||
@ -817,6 +837,8 @@ Requires: libsamba-util0 = %{version}
|
||||
Requires: samba-core-devel = %{version}
|
||||
|
||||
%description -n libsamba-util-devel
|
||||
This subpackage contains libraries and header files for developing
|
||||
applications that want to make use of libsamba-util.
|
||||
|
||||
Source Timestamp: %{SOURCE_TIMESTAMP}
|
||||
Branch: %{BRANCH}
|
||||
@ -840,6 +862,8 @@ Group: Development/Libraries/C and C++
|
||||
Requires: libsamdb0 = %{version}
|
||||
|
||||
%description -n libsamdb-devel
|
||||
This subpackage contains libraries and header files for developing
|
||||
applications that want to make use of libsamdb.
|
||||
|
||||
Source Timestamp: %{SOURCE_TIMESTAMP}
|
||||
Branch: %{BRANCH}
|
||||
@ -864,6 +888,8 @@ Requires: libsmbclient-raw0 = %{version}
|
||||
Requires: samba-core-devel = %{version}
|
||||
|
||||
%description -n libsmbclient-raw-devel
|
||||
This subpackage contains libraries and header files for developing
|
||||
applications that want to make use of libsmbclient-raw.
|
||||
|
||||
Source Timestamp: %{SOURCE_TIMESTAMP}
|
||||
Branch: %{BRANCH}
|
||||
@ -901,10 +927,11 @@ Branch: %{BRANCH}
|
||||
|
||||
%package -n libsmbldap0
|
||||
License: GPL-3.0+
|
||||
Summary: Some samba library
|
||||
Summary: Samba LDAP protocol helper function library
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n libsmbldap0
|
||||
libsmbldap contains LDAP protocol helper functions for Samba.
|
||||
|
||||
Source Timestamp: %{SOURCE_TIMESTAMP}
|
||||
Branch: %{BRANCH}
|
||||
@ -920,6 +947,10 @@ Requires: libtevent-devel
|
||||
Requires: openldap2-devel
|
||||
|
||||
%description -n libsmbldap-devel
|
||||
libsmbldap contains LDAP protocol helper functions for Samba.
|
||||
|
||||
This subpackage contains libraries and header files for developing
|
||||
applications that want to make use of libsmbldap.
|
||||
|
||||
Source Timestamp: %{SOURCE_TIMESTAMP}
|
||||
Branch: %{BRANCH}
|
||||
@ -927,10 +958,12 @@ Branch: %{BRANCH}
|
||||
|
||||
%package -n libtevent-util0
|
||||
License: GPL-3.0+
|
||||
Summary: The Samba tevent utility library
|
||||
Summary: tevent <-> system status code conversion utility library
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n libtevent-util0
|
||||
The libtevent-util library contains functions to convert tevent error
|
||||
codes to platform-specific (errno, NTSTATUS, WERROR) ones.
|
||||
|
||||
Source Timestamp: %{SOURCE_TIMESTAMP}
|
||||
Branch: %{BRANCH}
|
||||
@ -945,6 +978,11 @@ Requires: libtevent-util0 = %{version}
|
||||
Requires: samba-core-devel = %{version}
|
||||
|
||||
%description -n libtevent-util-devel
|
||||
The libtevent-util library contains functions to convert tevent error
|
||||
codes to platform-specific (errno, NTSTATUS, WERROR) ones.
|
||||
|
||||
This subpackage contains libraries and header files for developing
|
||||
applications that want to make use of libtevent-util.
|
||||
|
||||
Source Timestamp: %{SOURCE_TIMESTAMP}
|
||||
Branch: %{BRANCH}
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f0483e79bc6c3d66362a78bcfc223e0da6514414b505676299c6688f280d8cc9
|
||||
size 53839
|
||||
oid sha256:7584271f3efa9f30d2c036ba0d3460bdccd225a78f39608e639ca24e807ce23f
|
||||
size 53821
|
||||
|
Loading…
Reference in New Issue
Block a user