new upstream release
- fixes CVE-2013-4466 off-by-one in dane_query_tlsa()
This commit is contained in:
parent
7388dd788a
commit
10214f4435
1
.gitignore
vendored
1
.gitignore
vendored
@ -27,3 +27,4 @@ gnutls-2.10.1-nosrp.tar.bz2
|
|||||||
/gnutls-3.1.13-hobbled.tar.xz
|
/gnutls-3.1.13-hobbled.tar.xz
|
||||||
/gnutls-3.1.13-hobbled-el.tar.xz
|
/gnutls-3.1.13-hobbled-el.tar.xz
|
||||||
/gnutls-3.1.15-hobbled.tar.xz
|
/gnutls-3.1.15-hobbled.tar.xz
|
||||||
|
/gnutls-3.1.16-hobbled.tar.xz
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
%bcond_with guile
|
%bcond_with guile
|
||||||
Summary: A TLS protocol implementation
|
Summary: A TLS protocol implementation
|
||||||
Name: gnutls
|
Name: gnutls
|
||||||
Version: 3.1.15
|
Version: 3.1.16
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
# The libraries are LGPLv2.1+, utilities are GPLv3+, however
|
# The libraries are LGPLv2.1+, utilities are GPLv3+, however
|
||||||
# the bundled gnulib is LGPLv3+
|
# the bundled gnulib is LGPLv3+
|
||||||
@ -257,6 +257,10 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 4 2013 Tomáš Mráz <tmraz@redhat.com> 3.1.16-1
|
||||||
|
- new upstream release
|
||||||
|
- fixes CVE-2013-4466 off-by-one in dane_query_tlsa()
|
||||||
|
|
||||||
* Fri Oct 25 2013 Tomáš Mráz <tmraz@redhat.com> 3.1.15-1
|
* Fri Oct 25 2013 Tomáš Mráz <tmraz@redhat.com> 3.1.15-1
|
||||||
- new upstream release
|
- new upstream release
|
||||||
- fixes CVE-2013-4466 buffer overflow in handling DANE entries
|
- fixes CVE-2013-4466 buffer overflow in handling DANE entries
|
||||||
|
Loading…
Reference in New Issue
Block a user