Update to Samba 4.11.4
Guenther
This commit is contained in:
parent
bd7c3955d6
commit
e1bde109d5
2
.gitignore
vendored
2
.gitignore
vendored
@ -185,3 +185,5 @@ samba-3.6.0pre1.tar.gz
|
||||
/samba-4.11.2.tar.asc
|
||||
/samba-4.11.3.tar.xz
|
||||
/samba-4.11.3.tar.asc
|
||||
/samba-4.11.4.tar.xz
|
||||
/samba-4.11.4.tar.asc
|
||||
|
@ -8,11 +8,11 @@
|
||||
|
||||
%define main_release 0
|
||||
|
||||
%define samba_version 4.11.3
|
||||
%define samba_version 4.11.4
|
||||
%define talloc_version 2.2.0
|
||||
%define tdb_version 1.4.2
|
||||
%define tevent_version 0.10.0
|
||||
%define ldb_version 2.0.7
|
||||
%define ldb_version 2.0.8
|
||||
# This should be rc1 or nil
|
||||
%define pre_release %nil
|
||||
|
||||
@ -2315,6 +2315,7 @@ fi
|
||||
%{python3_sitearch}/samba/tests/__pycache__/segfault.*.pyc
|
||||
%{python3_sitearch}/samba/tests/__pycache__/smb.*.pyc
|
||||
%{python3_sitearch}/samba/tests/__pycache__/smbd_base.*.pyc
|
||||
%{python3_sitearch}/samba/tests/__pycache__/smbd_fuzztest.*.pyc
|
||||
%{python3_sitearch}/samba/tests/__pycache__/source.*.pyc
|
||||
%{python3_sitearch}/samba/tests/__pycache__/strings.*.pyc
|
||||
%{python3_sitearch}/samba/tests/__pycache__/subunitrun.*.pyc
|
||||
@ -2560,6 +2561,7 @@ fi
|
||||
%{python3_sitearch}/samba/tests/segfault.py
|
||||
%{python3_sitearch}/samba/tests/smb.py
|
||||
%{python3_sitearch}/samba/tests/smbd_base.py
|
||||
%{python3_sitearch}/samba/tests/smbd_fuzztest.py
|
||||
%{python3_sitearch}/samba/tests/source.py
|
||||
%{python3_sitearch}/samba/tests/strings.py
|
||||
%{python3_sitearch}/samba/tests/subunitrun.py
|
||||
@ -3518,6 +3520,9 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Dec 16 2019 Guenther Deschner <gdeschner@redhat.com> - 4.11.4-0
|
||||
- Update to Samba 4.11.4
|
||||
|
||||
* Tue Dec 10 2019 Guenther Deschner <gdeschner@redhat.com> - 4.11.3-0
|
||||
- Update to Samba 4.11.3
|
||||
- resolves: #1778586, #1781542 - Security fixes for CVE-2019-14861
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (samba-4.11.3.tar.xz) = 5a68491af4c4cd53843df7ea12ebd5217776b348c6e1a1023518ac5737615606ed19ab416918e4b43461852b99d1894d0a88fd17420e398a13b273ab869a199e
|
||||
SHA512 (samba-4.11.3.tar.asc) = 47e5f538b7e6c182717d29aebf50f0d5e5c0b3ba479b57d8587da2c3f97c865cf02303ec03ed5ac93f098ebc8825b830307844419cfa3e7e89a3fe7b0375251b
|
||||
SHA512 (samba-4.11.4.tar.xz) = dd6509bd9b0cd79842e39c87f749ee2eaf88ceb4866c2a8cd68be6b5d012406456d783e2e60d6f15af5d9d7be40e73a7e478a19ba94decfccb381270ba71c507
|
||||
SHA512 (samba-4.11.4.tar.asc) = 204e1781e20e148bea763c31debc1c2d7df78de96308f55cc185617d79d32b7921aea5cdccff8c70c1709169f3a8a9701a9a2e80466b7c12cbba04b234525ba6
|
||||
|
Loading…
Reference in New Issue
Block a user