Accepting request 288513 from network:samba:STABLE
- Fix tdb_store_flag_to_ntdb() gcc5 build failure. - 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/request/show/288513 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/samba?expand=0&rev=179
This commit is contained in:
commit
30011ec7aa
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:ecebfac71eff40a893f12f8667e995995efd087d005051141bb7370e5b8d12c6
|
oid sha256:2e8dc9f645c3d48dac098be0a09a37824875da45c3e0dec2e98228dfb46563a2
|
||||||
size 335649
|
size 333857
|
||||||
|
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
Version: GnuPG v1
|
|
||||||
|
|
||||||
iEYEABECAAYFAlS0Me8ACgkQbzORW2Vot+rNSwCeIcyXGjSZbZbIQF1nD2GSnFzp
|
|
||||||
KeIAniilFAaGNlBrpIhewZImFLcvZLWm
|
|
||||||
=ICvU
|
|
||||||
-----END PGP SIGNATURE-----
|
|
@ -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
7
samba-4.1.17.tar.asc
Normal 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
3
samba-4.1.17.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7aeb5d09e9c84bbeeb4b98d33404e9dbc4d99c54e64a447cc9c4d57e9255cb1d
|
||||||
|
size 19536407
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 24 16:23:16 UTC 2015 - ddiss@suse.com
|
||||||
|
|
||||||
|
- Fix tdb_store_flag_to_ntdb() gcc5 build failure.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
Thu Jan 22 14:03:52 UTC 2015 - ddiss@suse.com
|
||||||
|
|
||||||
@ -189,7 +201,8 @@ Tue Sep 23 12:02:16 UTC 2014 - lmuelle@suse.com
|
|||||||
- Update to 4.1.12.
|
- Update to 4.1.12.
|
||||||
+ s3: winbindd: On new client connect, prune idle or hung connections older
|
+ s3: winbindd: On new client connect, prune idle or hung connections older
|
||||||
than "winbind request timeout". Add new parameter "winbind request
|
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).
|
+ Fix smbd crashes when filename contains non-ascii character; (bso#10716).
|
||||||
+ s4-rpc: dnsserver: Handle updates of tombstoned dnsNode objects;
|
+ s4-rpc: dnsserver: Handle updates of tombstoned dnsNode objects;
|
||||||
(bso#10749).
|
(bso#10749).
|
||||||
|
@ -122,7 +122,7 @@ BuildRequires: libavahi-devel
|
|||||||
BuildRequires: systemd
|
BuildRequires: systemd
|
||||||
BuildRequires: systemd-devel
|
BuildRequires: systemd-devel
|
||||||
%endif
|
%endif
|
||||||
%define samba_ver 4.1.16
|
%define samba_ver 4.1.17
|
||||||
%define samba_ver_suffix %nil
|
%define samba_ver_suffix %nil
|
||||||
%if "%{samba_ver_suffix}" == ""
|
%if "%{samba_ver_suffix}" == ""
|
||||||
%define samba_source_location http://ftp.samba.org/pub/samba/stable/samba-%{version}.tar.gz
|
%define samba_source_location http://ftp.samba.org/pub/samba/stable/samba-%{version}.tar.gz
|
||||||
@ -146,11 +146,11 @@ BuildRequires: systemd-devel
|
|||||||
%else
|
%else
|
||||||
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||||
%endif
|
%endif
|
||||||
%define SOURCE_TIMESTAMP 3357
|
%define SOURCE_TIMESTAMP 3377
|
||||||
%define BRANCH %{version}
|
%define BRANCH %{version}
|
||||||
%global with_mitkrb5 1
|
%global with_mitkrb5 1
|
||||||
%global with_dc 0
|
%global with_dc 0
|
||||||
Version: 4.1.16
|
Version: 4.1.17
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://www.samba.org/
|
Url: http://www.samba.org/
|
||||||
Provides: samba-gplv3 = %{version}
|
Provides: samba-gplv3 = %{version}
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:21fe60031951e7a0b823780c1d0c41ca8bf3867d6d736f0f2ad1c7c62a25e187
|
oid sha256:1dce069735a51838c7f75da58b4a4f03df6265c46e310b0d27398e5f86d63645
|
||||||
size 54211
|
size 54401
|
||||||
|
Loading…
Reference in New Issue
Block a user