Fix CVE-2015-0240 - RCE in netlogon

This commit is contained in:
Andreas Schneider 2015-02-23 14:26:32 +01:00
parent 726f1221ee
commit ae4e421fdb
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -45,3 +45,4 @@ samba-3.6.0pre1.tar.gz
/samba-4.1.13.tar.xz
/samba-4.1.14.tar.xz
/samba-4.1.15.tar.xz
/samba-4.1.17.tar.xz

View File

@ -8,7 +8,7 @@
%define main_release 1
%define samba_version 4.1.15
%define samba_version 4.1.17
%define talloc_version 2.0.8
%define ntdb_version 0.9
%define tdb_version 1.2.12
@ -1620,6 +1620,10 @@ rm -rf %{buildroot}
%{_mandir}/man8/pam_winbind.8*
%changelog
* Mon Feb 23 2015 Andreas Schneider <asn@redhat.com> - 4.1.17-1
- Update to Samba 4.1.17
- Fix CVE-2015-0240 - RCE in netlogon
* Tue Jan 13 2015 - Andreas Schneider <asn@redhat.com> - 4.1.15-1
- Update to Samba 4.1.14.
- resolves: #1175710 - Fix auth with long hostnames.

View File

@ -1 +1 @@
141ff100bf26e13e1dabdfe4f5d13bad samba-4.1.15.tar.xz
606bc23ee582c95810f7bc5965c64915 samba-4.1.17.tar.xz