From 2585ccdbbea153a5e5e5102182e3bcc051c00981 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 11 Nov 2013 13:09:31 +0100 Subject: [PATCH] Fix CVE-2013-4475. resolves: #1024544 --- .gitignore | 1 + samba.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 16a3f14..4c98d2d 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,4 @@ samba-3.6.0pre1.tar.gz /samba-4.1.0rc3.tar.xz /samba-4.1.0rc4.tar.xz /samba-4.1.0.tar.xz +/samba-4.1.1.tar.xz diff --git a/samba.spec b/samba.spec index eaac56e..dc55d60 100644 --- a/samba.spec +++ b/samba.spec @@ -1,9 +1,9 @@ # Set --with testsuite or %bcond_without to run the Samba torture testsuite. %bcond_with testsuite -%define main_release 5 +%define main_release 1 -%define samba_version 4.1.0 +%define samba_version 4.1.1 %define talloc_version 2.0.8 %define ntdb_version 0.9 %define tdb_version 1.2.12 @@ -1540,6 +1540,10 @@ rm -rf %{buildroot} %{_mandir}/man8/pam_winbind.8* %changelog +* Mon Nov 11 2013 - Andreas Schneider - 4.1.1-1 +- resolves: #1024544 - Fix CVE-2013-4475. +- Update to Samba 4.1.1. + * Mon Nov 11 2013 - Andreas Schneider - 4.1.0-5 - related: #884169 - Fix the upgrade path. diff --git a/sources b/sources index be0303a..8072ea5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0414c344cc0cf68f4fa37d241a6fa004 samba-4.1.0.tar.xz +4c1882b6cc2070d129b8b97b5ab1a36d samba-4.1.1.tar.xz