From ae4e421fdb595162ffa6467a78c97e7009a4d15a Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 23 Feb 2015 14:26:32 +0100 Subject: [PATCH] Fix CVE-2015-0240 - RCE in netlogon --- .gitignore | 1 + samba.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e86e244..c2b5b9d 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/samba.spec b/samba.spec index 5911162..549e5d4 100644 --- a/samba.spec +++ b/samba.spec @@ -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 - 4.1.17-1 +- Update to Samba 4.1.17 +- Fix CVE-2015-0240 - RCE in netlogon + * Tue Jan 13 2015 - Andreas Schneider - 4.1.15-1 - Update to Samba 4.1.14. - resolves: #1175710 - Fix auth with long hostnames. diff --git a/sources b/sources index dac6945..3614b8b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -141ff100bf26e13e1dabdfe4f5d13bad samba-4.1.15.tar.xz +606bc23ee582c95810f7bc5965c64915 samba-4.1.17.tar.xz