Update to Samba 4.0.1.

Fixes CVE-2013-0172.
This commit is contained in:
Andreas Schneider 2013-01-16 12:05:12 +01:00
parent d3de1e6f30
commit 93f74bb704
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -19,3 +19,4 @@ samba-3.6.0pre1.tar.gz
/samba-4.0.0rc5.tar.bz2
/samba-4.0.0rc6.tar.bz2
/samba-4.0.0.tar.bz2
/samba-4.0.1.tar.bz2

View File

@ -1,9 +1,9 @@
# Set --with testsuite or %bcond_without to run the Samba torture testsuite.
%bcond_with testsuite
%define main_release 174
%define main_release 1
%define samba_version 4.0.0
%define samba_version 4.0.1
%define talloc_version 2.0.7
%define ntdb_version 0.9
%define tdb_version 1.2.10
@ -1331,6 +1331,10 @@ rm -rf %{buildroot}
%{_mandir}/man7/winbind_krb5_locator.7*
%changelog
* Wed Jan 16 2013 - Andreas Schneider <asn@redhat.com> - 2:4.0.1-1
- Update to Samba 4.0.1.
- Fixes CVE-2013-0172.
* Mon Dec 17 2012 - Andreas Schneider <asn@redhat.com> - 2:4.0.0-174
- Fix typo in winbind-krb-locator post uninstall script.

View File

@ -1 +1 @@
428c05ff3ac7089d5aa96a88105c7cd7 samba-4.0.0.tar.bz2
9d0539ac2f0b4599d6571bae70b66a11 samba-4.0.1.tar.bz2