Update to Samba 4.2.7 (security release)

resolves: #1292069

CVE-2015-3223 Remote DoS in Samba (AD) LDAP server
CVE-2015-5252 Insufficient symlink verification in smbd
CVE-2015-5296 Samba client requesting encryption vulnerable to
              downgrade attack
CVE-2015-5299 Missing access control check in shadow copy code
CVE-2015-7540 DoS to AD-DC due to insufficient checking of asn1
              memory allocation

Guenther
This commit is contained in:
Günther Deschner 2015-12-16 12:25:40 +01:00
parent 3ee9fba944
commit cc1615395a
3 changed files with 16 additions and 4 deletions

1
.gitignore vendored
View File

@ -52,3 +52,4 @@ samba-3.6.0pre1.tar.gz
/samba-4.2.3.tar.xz
/samba-4.2.5.tar.xz
/samba-4.2.6.tar.xz
/samba-4.2.7.tar.xz

View File

@ -8,12 +8,12 @@
%define main_release 0
%define samba_version 4.2.6
%define samba_version 4.2.7
%define talloc_version 2.1.2
%define ntdb_version 1.0
%define tdb_version 1.3.6
%define tevent_version 0.9.25
%define ldb_version 1.1.20
%define ldb_version 1.1.24
# This should be rc1 or nil
%define pre_release %nil
@ -195,7 +195,7 @@ BuildRequires: python-tevent >= %{libtevent_version}
%endif
%if ! %with_internal_ldb
%global libldb_version 1.1.20
%global libldb_version 1.1.24
BuildRequires: libldb-devel >= %{libldb_version}
BuildRequires: pyldb-devel >= %{libldb_version}
@ -1945,6 +1945,17 @@ rm -rf %{buildroot}
%endif # with_clustering_support
%changelog
* Wed Dec 16 2015 Guenther Deschner <gdeschner@redhat.com> - 4.2.7-0
- Update to Samba 4.2.7
- resolves: #1292069
- CVE-2015-3223 Remote DoS in Samba (AD) LDAP server
- CVE-2015-5252 Insufficient symlink verification in smbd
- CVE-2015-5296 Samba client requesting encryption vulnerable to
downgrade attack
- CVE-2015-5299 Missing access control check in shadow copy code
- CVE-2015-7540 DoS to AD-DC due to insufficient checking of asn1
memory allocation
* Wed Dec 09 2015 Guenther Deschner <gdeschner@redhat.com> - 4.2.6-0
- Update to Samba 4.2.6

View File

@ -1 +1 @@
13d8577200e9bfc94788564fb7255695 samba-4.2.6.tar.xz
6dae77365a8b39c91914215a4281fee8 samba-4.2.7.tar.xz