From 8930101144695dbe56a29d6057e4ac94e02f73da Mon Sep 17 00:00:00 2001 From: "Jared K. Smith" Date: Fri, 1 Aug 2014 13:07:19 -0400 Subject: [PATCH] Update to upstream 4.1.11 release for CVE-2014-3560 --- .gitignore | 1 + samba.spec | 10 +++++++--- sources | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index b184a70..b191e20 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,4 @@ samba-3.6.0pre1.tar.gz /samba-4.1.6.tar.xz /samba-4.1.8.tar.xz /samba-4.1.9.tar.xz +/samba-4.1.11.tar.gz diff --git a/samba.spec b/samba.spec index b0def11..34e5aa4 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 3 +%define main_release 1 -%define samba_version 4.1.9 +%define samba_version 4.1.11 %define talloc_version 2.0.8 %define ntdb_version 0.9 %define tdb_version 1.2.12 @@ -73,7 +73,7 @@ License: GPLv3+ and LGPLv3+ Group: System Environment/Daemons URL: http://www.samba.org/ -Source0: samba-%{version}%{pre_release}.tar.xz +Source0: http://ftp.samba.org/pub/samba/stable/samba-%{version}%{pre_release}.tar.gz # Red Hat specific replacement-files Source1: samba.log @@ -1572,6 +1572,10 @@ rm -rf %{buildroot} %{_mandir}/man8/pam_winbind.8* %changelog +* Fri Aug 1 2014 - Jared Smith - 4.1.11-1 +- Update to upstream Samba 4.1.11 release +- resolves: #1126015 - Fix CVE-2014-3560 + * Mon Jun 23 2014 - Guenther Deschner - 4.1.9-3 - Update to Samba 4.1.9. - resolves: #1112251 - Fix CVE-2014-0244 and CVE-2014-3493. diff --git a/sources b/sources index a2ebf03..eb42beb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f5341f341eb01967a51bfe40b4ad7fbd samba-4.1.9.tar.xz +d7377e7247ad16f6b15363727b91b761 samba-4.1.11.tar.gz