Accepting request 316836 from network:samba:STABLE

- Update to 4.2.3.

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

- Disable rpath usage; (bnc#902421).

- Make the winbind package depend on the matching libwbclient version and
  vice versa; (bnc#936909).

- Backport changes to use resource group sids obtained from pac logon_info;
  (bso#11328); (bnc#912457)

OBS-URL: https://build.opensuse.org/request/show/316836
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/samba?expand=0&rev=186
This commit is contained in:
Stephan Kulow 2015-07-16 15:14:13 +00:00 committed by Git OBS Bridge
commit a258fb2785
8 changed files with 95 additions and 18 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9e1d6fe17d98959fda48ebf406a88e9d5d8a4c31af68e229c48facf9246d8d6e
size 103362
oid sha256:284a4692f4c3f278e0cc80835632158dcf86534abecbc052ca74e18c88bd2545
size 103304

View File

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

View File

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

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

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iEYEABECAAYFAlWk6BUACgkQbzORW2Vot+oeSQCgtr4KA5O3k/umsnKBYakvTKaI
pjUAn3hXDVcDsncDNHPYFR7U7ELyDX4C
=/88j
-----END PGP SIGNATURE-----

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

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

View File

@ -1,3 +1,74 @@
-------------------------------------------------------------------
Tue Jul 14 11:33:07 UTC 2015 - lmuelle@suse.com
- Update to 4.2.3.
+ s4:lib/tls: Fix build with gnutls 3.4; (bso#8780).
+ s4.2/fsmo.py: Fixed fsmo transfer exception; (bso#10924).
+ winbindd: Sync secrets.ldb into secrets.tdb on startup; (bso#10991).
+ Logon via MS Remote Desktop hangs; (bso#11061).
+ s3: lib: util: Ensure we read a hex number as %x, not %u; (bso#11068).
+ tevent: Add a note to tevent_add_fd(); (bso#11141).
+ s3:param/loadparm: Fix 'testparm --show-all-parameters'; (bso#11170).
+ s3-unix_msg: Remove socket file after closing socket fd; (bso#11217).
+ smbd: Fix a use-after-free; (bso#11218); (bnc#919309).
+ s3-rpc_server: Fix rpc_create_tcpip_sockets() processing of interfaces;
(bso#11245).
+ s3:smb2: Add padding to last command in compound requests; (bso#11277).
+ Add IPv6 support to ADS client side LDAP connects; (bso#11281).
+ Add IPv6 support for determining FQDN during ADS join; (bso#11282).
+ s3: IPv6 enabled DNS connections for ADS client; (bso#11283).
+ Fix invalid write in ctdb_lock_context_destructor; (bso#11293).
+ Excessive cli_resolve_path() usage can slow down transmission; (bso#11295).
+ vfs_fruit: Add option "veto_appledouble"; (bso#11305).
+ tstream: Make socketpair nonblocking; (bso#11312).
+ idmap_rfc2307: Fix wbinfo '--gid-to-sid' query; (bso#11313).
+ Group creation: Add msSFU30Name only when --nis-domain was given;
(bso#11315).
+ tevent_fd needs to be destroyed before closing the fd; (bso#11316).
+ Build fails on Solaris 11 with "PTHREAD_MUTEX_ROBUST undeclared";
(bso#11319).
+ smbd/trans2: Add a useful diagnostic for files with bad encoding;
(bso#11323).
+ Change sharesec output back to previous format; (bso#11324).
+ Robust mutex support broken in 1.3.5; (bso#11326).
+ Kerberos auth info3 should contain resource group ids available from
pac_logon; winbindd: winbindd_raw_kerberos_login - ensure logon_info
exists in PAC; (bso#11328); (bnc#912457).
+ s3:smb2_setinfo: Fix memory leak in the defer_rename case; (bso#11329).
+ tevent: Fix CID 1035381 Unchecked return value; (bso#11330).
+ tdb: Fix CID 1034842 and 1034841 Resource leaks; (bso#11331).
+ s3: smbd: Use separate flag to track become_root()/unbecome_root() state;
(bso#11339).
+ s3: smbd: Codenomicon crash in do_smb_load_module(); (bso#11342).
+ pidl: Make the compilation of PIDL producing the same results if the
content hasn't change; (bso#11356).
+ winbindd: Disconnect child process if request is cancelled at main
process; (bso#11358).
+ vfs_fruit: Check offset and length for AFP_AfpInfo read requests;
(bso#11363).
+ docs: Overhaul the description of "smb encrypt" to include SMB3
encryption; (bso#11366).
+ s3:auth_domain: Fix talloc problem in connect_to_domain_password_server();
(bso#11367).
+ ncacn_http: Fix GNUism; (bso#11371).
-------------------------------------------------------------------
Sun Jul 5 10:54:29 UTC 2015 - tchvatal@suse.com
- Disable rpath usage; (bnc#902421).
-------------------------------------------------------------------
Fri Jul 3 15:06:57 UTC 2015 - lmuelle@suse.com
- Make the winbind package depend on the matching libwbclient version and
vice versa; (bnc#936909).
-------------------------------------------------------------------
Tue Jun 16 14:27:28 UTC 2015 - nopower@suse.com
- Backport changes to use resource group sids obtained from pac logon_info;
(bso#11328); (bnc#912457)
-------------------------------------------------------------------
Sat Jun 6 03:41:17 UTC 2015 - crrodriguez@opensuse.org
@ -275,7 +346,7 @@ Sun Mar 1 13:32:41 UTC 2015 - lmuelle@suse.com
-------------------------------------------------------------------
Tue Feb 24 16:52:36 UTC 2015 - nopower@suse.com
- Fix usage of freed memory on server exit; (bnc#919309).
- Fix usage of freed memory on server exit; (bso#11218); (bnc#919309).
-------------------------------------------------------------------
Tue Feb 24 16:23:16 UTC 2015 - ddiss@suse.com

View File

@ -123,7 +123,7 @@ BuildRequires: libavahi-devel
BuildRequires: systemd
BuildRequires: systemd-devel
%endif
%define samba_ver 4.2.2
%define samba_ver 4.2.3
%define samba_ver_suffix %nil
%if "%{samba_ver_suffix}" == ""
%define samba_source_location http://ftp.samba.org/pub/samba/stable/samba-%{version}.tar.gz
@ -145,11 +145,11 @@ BuildRequires: systemd-devel
%else
%define build_make_smp_mflags %{?jobs:-j%jobs}
%endif
%define SOURCE_TIMESTAMP 3413
%define SOURCE_TIMESTAMP 3443
%define BRANCH %{version}
%global with_mitkrb5 1
%global with_dc 0
Version: 4.2.2
Version: 4.2.3
Release: 0
Url: http://www.samba.org/
Provides: samba-gplv3 = %{version}
@ -417,6 +417,7 @@ Group: Productivity/Networking/Samba
Provides: samba-gplv3-winbind = %{version}
Obsoletes: samba-gplv3-winbind < %{version}
Provides: samba-client:/usr/sbin/winbindd
Requires: %{libwbclient_name} = %{version}-%{release}
Requires: samba-client >= %{version}
%if 0%{?suse_version}
Requires: pam-config
@ -1052,6 +1053,9 @@ Summary: Samba libwbclient Library
License: LGPL-3.0+
Group: System/Libraries
PreReq: /sbin/ldconfig
%if 0%{?suse_version} > 1030
Recommends: samba-winbind = %{version}-%{release}
%endif
%description -n %{libwbclient_name}
This package includes the wbclient library.
@ -1153,6 +1157,8 @@ CONFIGURE_OPTIONS="\
--with-logfilebase=%{LOGDIR} \
--mandir=%{_mandir} \
--with-modulesdir=%{_libdir}/samba \
--disable-rpath \
--disable-rpath-install \
--enable-cups \
--enable-debug \
--enable-fhs \

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:59d3a106f7b6f969d0be2b31d90aa3f65312844121ad3aa31e39efc494078324
size 52863
oid sha256:c74b11e36d2b84c03fb144ccda58cf3ae8f55bb831b4f6a47cefff1af10f89de
size 52843