Fix CVE-2013-4475.

resolves: #1024544
This commit is contained in:
Andreas Schneider 2013-11-11 13:09:31 +01:00
parent 846f6c0214
commit 2585ccdbbe
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <asn@redhat.com> - 4.1.1-1
- resolves: #1024544 - Fix CVE-2013-4475.
- Update to Samba 4.1.1.
* Mon Nov 11 2013 - Andreas Schneider <asn@redhat.com> - 4.1.0-5
- related: #884169 - Fix the upgrade path.

View File

@ -1 +1 @@
0414c344cc0cf68f4fa37d241a6fa004 samba-4.1.0.tar.xz
4c1882b6cc2070d129b8b97b5ab1a36d samba-4.1.1.tar.xz