diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-04-12 18:07:52 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-04-12 18:07:52 +0000 |
commit | 1a1fb409d077f14bb353f2de73a1aa03a26bc78c (patch) | |
tree | 37df9f40eadc0653ac3c35fc025173d1b0e2f2ce /net-libs/gnutls/files | |
parent | stable ppc64, bug 264537 (diff) | |
download | gentoo-2-1a1fb409d077f14bb353f2de73a1aa03a26bc78c.tar.gz gentoo-2-1a1fb409d077f14bb353f2de73a1aa03a26bc78c.tar.bz2 gentoo-2-1a1fb409d077f14bb353f2de73a1aa03a26bc78c.zip |
Version bump. Remove older versions.
(Portage version: 13334-svn/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/gnutls/files')
-rw-r--r-- | net-libs/gnutls/files/gnutls-2.2.5-CVE-2008-4989-V2.patch | 20 | ||||
-rw-r--r-- | net-libs/gnutls/files/gnutls-2.3.11+gcc-4.3.patch | 12 |
2 files changed, 0 insertions, 32 deletions
diff --git a/net-libs/gnutls/files/gnutls-2.2.5-CVE-2008-4989-V2.patch b/net-libs/gnutls/files/gnutls-2.2.5-CVE-2008-4989-V2.patch deleted file mode 100644 index 154f1ba79ff3..000000000000 --- a/net-libs/gnutls/files/gnutls-2.2.5-CVE-2008-4989-V2.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- gnutls-2.4.1/lib/x509/verify.c.orig 2008-07-01 06:45:51.000000000 +1000 -+++ gnutls-2.4.1/lib/x509/verify.c 2008-11-07 16:48:08.000000000 +1100 -@@ -414,17 +425,6 @@ - } - #endif - -- /* Check if the last certificate in the path is self signed. -- * In that case ignore it (a certificate is trusted only if it -- * leads to a trusted party by us, not the server's). -- */ -- if (gnutls_x509_crt_check_issuer (certificate_list[clist_size - 1], -- certificate_list[clist_size - 1]) > 0 -- && clist_size > 0) -- { -- clist_size--; -- } -- - /* Verify the certificate path (chain) - */ - for (i = clist_size - 1; i > 0; i--) diff --git a/net-libs/gnutls/files/gnutls-2.3.11+gcc-4.3.patch b/net-libs/gnutls/files/gnutls-2.3.11+gcc-4.3.patch deleted file mode 100644 index b5fbfb6f365e..000000000000 --- a/net-libs/gnutls/files/gnutls-2.3.11+gcc-4.3.patch +++ /dev/null @@ -1,12 +0,0 @@ -Index: gnutls-2.3.11/doc/examples/ex-cxx.cpp -=================================================================== ---- gnutls-2.3.11.orig/doc/examples/ex-cxx.cpp -+++ gnutls-2.3.11/doc/examples/ex-cxx.cpp -@@ -4,6 +4,7 @@ - #endif - #include <iostream> - #include <stdexcept> -+#include <cstring> - #include <gnutls/gnutls.h> - #include <gnutls/gnutlsxx.h> - |