Accepting request 281307 from network:samba:STABLE

- Enable avahi support on post-12.2 systems.

- Update to 4.1.15.
  + pam_winbind: Fix warn_pwd_expire implementation; (bso#9056).
  + nsswitch: Fix soname of linux nss_*.so.2 modules; (bso#9299).
  + Fix profiles tool; (bso#9629).
  + s3-lib: Do not require a password with --use-ccache; (bso#10279).
  + s4:dsdb/rootdse: Expand extended dn values with the AS_SYSTEM control;
    (bso#10949).
  + s4-rpc: dnsserver: Fix enumeration of IPv4 and IPv6 addresses; (bso#10952).
  + s3:smb2_server: Allow reauthentication without signing; (bso#10958).
  + s3-smbclient: Return success if we listed the shares; (bso#10960).
  + s3-smbstatus: Fix exit code of profile output; (bso#10961).
  + libcli: SMB2: Pure SMB2-only negprot fix to make us behave as a Windows
    client does; (bso#10966).
  + s3: smbd/modules: Fix *allocate* calls to follow POSIX error return
    convention; (bso#10982).
  + Fix 'domain join' by adding 'drsuapi.DsBindInfoFallBack' attribute
    'supported_extensions'; (bso#11006).
  + idl:drsuapi: Manage all possible lengths of drsuapi_DsBindInfo;
    (bso#11006).
  + winbind: Retry LogonControl RPC in ping-dc after session expiration;
    (bso#11034).

- yast2-samba-client should be able to specify osName and osVer on
  AD domain join; (bnc#873922).

- Fix spoolss error response marshalling; (bso#10984).

- Fix spoolss EnumJobs and GetJob responses; (bso#10905); (bnc#898031).
  + Fix handling of bad EnumJobs levels; (bso#10898).

- Prune idle or hung connections older than "winbind request timeout";
  (bso#3204); (bnc#872912).

OBS-URL: https://build.opensuse.org/request/show/281307
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/samba?expand=0&rev=177
This commit is contained in:
Stephan Kulow 2015-01-21 20:55:55 +00:00 committed by Git OBS Bridge
commit bbbedfa0c3
8 changed files with 73 additions and 18 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5e879e69cfe8dc27e76b87f10bd299622107ad80a70a3be222566081dfcc062b
size 326032
oid sha256:a1d19f1357be061cd1176364f2e6c5f7716d3ed5311d0f26d17db2c4286af84e
size 328975

View File

@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iEYEABECAAYFAlR8ZBUACgkQbzORW2Vot+p0PwCgvyXdMLJ0ZckIA1zDhu1rvmYJ
gwcAnRYaBDQYAO8sh7ulQVWIdCZyIMYE
=X3e+
-----END PGP SIGNATURE-----

View File

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

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

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iEYEABECAAYFAlSze44ACgkQbzORW2Vot+puPQCePxfVfx8zsExKxh3CFg1t2s7Z
Ls4AnirSogO7nhbk2ixYeRzYa6k7k8go
=p+KL
-----END PGP SIGNATURE-----

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

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

View File

@ -1,3 +1,39 @@
-------------------------------------------------------------------
Tue Jan 13 13:28:31 UTC 2015 - mpluskal@suse.com
- Enable avahi support on post-12.2 systems.
-------------------------------------------------------------------
Tue Jan 13 13:01:11 UTC 2015 - lmuelle@suse.com
- Update to 4.1.15.
+ pam_winbind: Fix warn_pwd_expire implementation; (bso#9056).
+ nsswitch: Fix soname of linux nss_*.so.2 modules; (bso#9299).
+ Fix profiles tool; (bso#9629).
+ s3-lib: Do not require a password with --use-ccache; (bso#10279).
+ s4:dsdb/rootdse: Expand extended dn values with the AS_SYSTEM control;
(bso#10949).
+ s4-rpc: dnsserver: Fix enumeration of IPv4 and IPv6 addresses; (bso#10952).
+ s3:smb2_server: Allow reauthentication without signing; (bso#10958).
+ s3-smbclient: Return success if we listed the shares; (bso#10960).
+ s3-smbstatus: Fix exit code of profile output; (bso#10961).
+ libcli: SMB2: Pure SMB2-only negprot fix to make us behave as a Windows
client does; (bso#10966).
+ s3: smbd/modules: Fix *allocate* calls to follow POSIX error return
convention; (bso#10982).
+ Fix 'domain join' by adding 'drsuapi.DsBindInfoFallBack' attribute
'supported_extensions'; (bso#11006).
+ idl:drsuapi: Manage all possible lengths of drsuapi_DsBindInfo;
(bso#11006).
+ winbind: Retry LogonControl RPC in ping-dc after session expiration;
(bso#11034).
-------------------------------------------------------------------
Tue Jan 6 10:33:44 CET 2015 - nopower@suse.de
- yast2-samba-client should be able to specify osName and osVer on
AD domain join; (bnc#873922).
-------------------------------------------------------------------
Mon Dec 8 12:01:35 UTC 2014 - ddiss@suse.com
@ -10,6 +46,11 @@ Fri Dec 5 13:12:47 UTC 2014 - ddiss@suse.com
- Specify soft dependency for network-online.target in Winbind systemd service
file; (bnc#889175).
-------------------------------------------------------------------
Thu Dec 4 19:08:11 UTC 2014 - ddiss@suse.com
- Fix spoolss error response marshalling; (bso#10984).
-------------------------------------------------------------------
Tue Dec 2 10:19:26 UTC 2014 - lmuelle@suse.de
@ -51,6 +92,12 @@ Wed Nov 5 13:02:57 CET 2014 - nopower@suse.de
- Fix leak when closing file descriptor returned from dirfd; (bso#10918).
-------------------------------------------------------------------
Thu Oct 30 10:29:04 UTC 2014 - ddiss@suse.com
- Fix spoolss EnumJobs and GetJob responses; (bso#10905); (bnc#898031).
+ Fix handling of bad EnumJobs levels; (bso#10898).
-------------------------------------------------------------------
Tue Oct 28 16:13:45 UTC 2014 - lmuelle@suse.com
@ -172,6 +219,12 @@ Thu Sep 18 16:59:49 UDT 2014 - jmcdonough@suse.com
- Wait for network-online.target to prevent caching of
pre-network failures; (bnc#889175).
-------------------------------------------------------------------
Thu Sep 11 17:26:26 UTC 2014 - ddiss@suse.com
- Prune idle or hung connections older than "winbind request timeout";
(bso#3204); (bnc#872912).
-------------------------------------------------------------------
Thu Aug 28 10:03:21 UTC 2014 - ddiss@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package samba
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -118,10 +118,11 @@ BuildRequires: dbus-1-devel
BuildRequires: libxslt-tools
%endif
%if 0%{?suse_version} > 1220
BuildRequires: libavahi-devel
BuildRequires: systemd
BuildRequires: systemd-devel
%endif
%define samba_ver 4.1.14
%define samba_ver 4.1.15
%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 +146,11 @@ BuildRequires: systemd-devel
%else
%define build_make_smp_mflags %{?jobs:-j%jobs}
%endif
%define SOURCE_TIMESTAMP 3339
%define SOURCE_TIMESTAMP 3346
%define BRANCH %{version}
%global with_mitkrb5 1
%global with_dc 0
Version: 4.1.14
Version: 4.1.15
Release: 0
Url: http://www.samba.org/
Provides: samba-gplv3 = %{version}
@ -1200,6 +1201,7 @@ CONFIGURE_OPTIONS="\
--with-quotas \
--with-syslog \
%if 0%{?suse_version} > 1220
--enable-avahi \
--with-systemd \
%endif
--with-utmp \

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a32b0a67e6bfaadfb0b108d6bd4babac04acac16d4e8d84d43846da8131b1b50
size 54379
oid sha256:866a645731f364b4ebde5efeadd60801850b306abd4a5570cbabef29f33cb2d3
size 54529