Update to 4.2.2.

Check WHATSNEW.txt from the main tar ball, the web page, or the samba
package change log for a detailed list of changes.

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=466
This commit is contained in:
Lars Müller 2015-05-29 14:42:17 +00:00 committed by Git OBS Bridge
parent d688ef66d2
commit f4203c0462
8 changed files with 69 additions and 17 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:332b1f453ffdf2b3639963344f4888382f6837992512f8b16f4f618d1fb8e5d8
size 104433
oid sha256:71c10da7ffad414d7bff1098fac0cf650c403df08e7cd647e9a30143626d50ae
size 103388

View File

@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iEYEABECAAYFAlUup4MACgkQbzORW2Vot+obkgCffvK5FUhnuYVSa+xke4gppTkW
aMgAn3rjyLofe55IX5xkHrZX5iWypB02
=ngCD
-----END PGP SIGNATURE-----

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:37eaa239c116dc2c22c29c5a2931eb178ed22e48b594687247446703119b4ac3
size 20701467

7
samba-4.2.2.tar.asc Normal file
View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iEYEABECAAYFAlVmH9cACgkQbzORW2Vot+o7OgCfQ8OgyTXnQoIChaSSO1QYVYw+
RGoAoKA2IWpm8eIDv4C9/9cRw1qUp5aZ
=z9vN
-----END PGP SIGNATURE-----

3
samba-4.2.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:27d6c69dc3afee38fd28051001d2d4bdae38c567612a9ec6477bb5567e2abc1e
size 20708020

View File

@ -1,3 +1,55 @@
-------------------------------------------------------------------
Fri May 29 12:23:07 UTC 2015 - lmuelle@suse.com
- Update to 4.2.2.
+ s3:smbXsrv: refactor duplicate code into
smbXsrv_session_clear_and_logoff(); (bso#11182).
+ gencache: don't fail gencache_stabilize if there were records to delete;
(bso#11260).
+ s3: libsmbclient: After getting attribute server, ensure main srv pointer
is still valid; (bso#11186).
+ s4: rpc: Refactor dcesrv_alter() function into setup and send steps;
(bso#11236).
+ s3: smbd: Incorrect file size returned in the response of
"FILE_SUPERSEDE Create"; (bso#11240).
+ Mangled names do not work with acl_xattr; (bso#11249).
+ nmbd rewrites browse.dat when not required; (bso#11254).
+ vfs_fruit: add option "nfs_aces" that controls the NFS ACEs stuff;
(bso#11213).
+ s3:smbd: Add missing tevent_req_nterror; (bso#11224).
+ vfs: kernel_flock and named streams; (bso#11243).
+ vfs_gpfs: Error code path doesn't call END_PROFILE; (bso#11244).
+ s4: libcli/finddcs_cldap: continue processing CLDAP until all addresses
are used; (bso#11284).
+ ctdb: check for talloc_asprintf() failure; (bso#11201).
+ spoolss: purge the printer name cache on name change; (bso#11210);
(bnc#901813).
+ CTDB statd-callout does not scale; (bso#11204).
+ vfs_fruit: also map characters below 0x20; (bso#11221).
+ ctdb: Coverity fix for CID 1291643; (bso#11201).
+ Multiplexed RPC connections are not handled by DCERPC server; (bso#11225).
+ Fix terminate connection behavior for asynchronous endpoint with PUSH
notification flavors; (bso#11226).
+ ctdb-scripts: Fix bashism in ctdbd_wrapper script; (bso#11007).
+ ctdb: Fix CIDs 1125615, 1125634, 1125613, 1288201 and 1125553; (bso#11201).
+ SMB2 should cancel pending NOTIFY calls with DELETE_PENDING if the
directory is deleted; (bso#11257).
+ s3:winbindd: make sure we remove pending io requests before closing client
sockets; (bso#11141); (bnc#931854).
+ Fix panic triggered by smbd_smb2_request_notify_done() ->
smbXsrv_session_find_channel() in smbd; (bso#11182).
+ 'sharesec' output no longer matches input format; (bso#11237).
+ waf: Fix systemd detection; (bso#11200).
+ CTDB: Fix portability issues; (bso#11202).
+ CTDB: Fix some IPv6-related issues; (bso#11203).
+ CTDB statd-callout does not scale; (bso#11204).
+ 'net ads dns gethostbyname' crashes with an error in TALLOC_FREE if you
enter invalid values; (bso#11234).
+ libads: record service ticket endtime for sealed ldap connections;
(bso#11267).
+ lib/util: Include DEBUG macro in internal header files before samba_util.h;
(bso#11033).
-------------------------------------------------------------------
Fri May 22 09:49:01 UTC 2015 - lmuelle@suse.com

View File

@ -121,7 +121,7 @@ BuildRequires: libavahi-devel
BuildRequires: systemd
BuildRequires: systemd-devel
%endif
%define samba_ver 4.2.1
%define samba_ver 4.2.2
%define samba_ver_suffix %nil
%if "%{samba_ver_suffix}" == ""
%define samba_source_location http://ftp.samba.org/pub/samba/stable/samba-%{version}.tar.gz
@ -143,11 +143,11 @@ BuildRequires: systemd-devel
%else
%define build_make_smp_mflags %{?jobs:-j%jobs}
%endif
%define SOURCE_TIMESTAMP 3407
%define SOURCE_TIMESTAMP 3408
%define BRANCH %{version}
%global with_mitkrb5 1
%global with_dc 0
Version: 4.2.1
Version: 4.2.2
Release: 0
Url: http://www.samba.org/
Provides: samba-gplv3 = %{version}

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b1e6ffce132f65e0703e70e1a13f898349f9d8882a58e6d25edad55b49a199db
size 52758
oid sha256:a5c5bf9f839d65a55317a7e42525c8eb109ca0cf6422526b56945d011c510d00
size 52914