- Update to 4.1.17.

+ Ensure we don't call talloc_free on an uninitialized pointer;
    CVE-2015-0240; (bso#11077); (bnc#917376).

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=452
This commit is contained in:
Lars Müller 2015-02-23 13:46:57 +00:00 committed by Git OBS Bridge
parent b53d44ec93
commit de0266b36d
8 changed files with 26 additions and 18 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ecebfac71eff40a893f12f8667e995995efd087d005051141bb7370e5b8d12c6
size 335649
oid sha256:e7f5ccb736930d61df69e040bb86c384396e5ec492e54b205fd26888084f64fd
size 335940

View File

@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iEYEABECAAYFAlS0Me8ACgkQbzORW2Vot+rNSwCeIcyXGjSZbZbIQF1nD2GSnFzp
KeIAniilFAaGNlBrpIhewZImFLcvZLWm
=ICvU
-----END PGP SIGNATURE-----

View File

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

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

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iEYEABECAAYFAlTo5pMACgkQbzORW2Vot+pOCQCfZUOKXwrtIJ29JjjPYHWK9aPj
eTsAnindslQRa3IhABkLWgD3hKEzZeil
=dw55
-----END PGP SIGNATURE-----

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

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Feb 12 13:25:42 UTC 2015 - lmuelle@suse.com
- Update to 4.1.17.
+ Ensure we don't call talloc_free on an uninitialized pointer;
CVE-2015-0240; (bso#11077); (bnc#917376).
-------------------------------------------------------------------
Thu Jan 22 14:03:52 UTC 2015 - ddiss@suse.com
@ -189,7 +196,8 @@ Tue Sep 23 12:02:16 UTC 2014 - lmuelle@suse.com
- Update to 4.1.12.
+ s3: winbindd: On new client connect, prune idle or hung connections older
than "winbind request timeout". Add new parameter "winbind request
timeout". Please see smb.conf man page for details; (bso#3204).
timeout". Please see smb.conf man page for details; (bso#3204);
(bnc#872912).
+ Fix smbd crashes when filename contains non-ascii character; (bso#10716).
+ s4-rpc: dnsserver: Handle updates of tombstoned dnsNode objects;
(bso#10749).

View File

@ -122,7 +122,7 @@ BuildRequires: libavahi-devel
BuildRequires: systemd
BuildRequires: systemd-devel
%endif
%define samba_ver 4.1.16
%define samba_ver 4.1.17
%define samba_ver_suffix %nil
%if "%{samba_ver_suffix}" == ""
%define samba_source_location http://ftp.samba.org/pub/samba/stable/samba-%{version}.tar.gz
@ -146,11 +146,11 @@ BuildRequires: systemd-devel
%else
%define build_make_smp_mflags %{?jobs:-j%jobs}
%endif
%define SOURCE_TIMESTAMP 3357
%define SOURCE_TIMESTAMP 3375
%define BRANCH %{version}
%global with_mitkrb5 1
%global with_dc 0
Version: 4.1.16
Version: 4.1.17
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:21fe60031951e7a0b823780c1d0c41ca8bf3867d6d736f0f2ad1c7c62a25e187
size 54211
oid sha256:01cb735f29c01c17fde3a764d86ee7ff200925277481c073ffbb60aad1c49a9c
size 54661