pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/pkgsrc-2008Q1]: pkgsrc/security/openssl/patches lost in previous



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b7aa0e4e1c4f
branches:  pkgsrc-2008Q1
changeset: 540407:b7aa0e4e1c4f
user:      rtr <rtr%pkgsrc.org@localhost>
date:      Thu Jun 05 12:25:24 2008 +0000

description:
lost in previous

diffstat:

 security/openssl/patches/patch-ah |  12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r db876be2ad1d -r b7aa0e4e1c4f security/openssl/patches/patch-ah
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/openssl/patches/patch-ah Thu Jun 05 12:25:24 2008 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ah,v 1.7.2.1 2008/06/05 12:25:24 rtr Exp $
+
+--- ssl/t1_lib.c.orig  2007-10-19 09:44:10.000000000 +0200
++++ ssl/t1_lib.c
+@@ -324,6 +324,7 @@ int ssl_parse_clienthello_tlsext(SSL *s,
+                                               s->session->tlsext_hostname[len]='\0';
+                                               if (strlen(s->session->tlsext_hostname) != len) {
+                                                       OPENSSL_free(s->session->tlsext_hostname);
++                                                      s->session->tlsext_hostname = NULL;
+                                                       *al = TLS1_AD_UNRECOGNIZED_NAME;
+                                                       return 0;
+                                               }



Home | Main Index | Thread Index | Old Index