summaryrefslogtreecommitdiff
path: root/package/openssl/patches/900-CVE-2009-1377.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-01-28 19:27:53 +0000
committerFelix Fietkau <nbd@openwrt.org>2010-01-28 19:27:53 +0000
commit0f34d887179e91550216ff89cd0cae2383026c32 (patch)
treec202b8fcbda386aa464ccc2ef21e1f61affe2c35 /package/openssl/patches/900-CVE-2009-1377.patch
parentb88fc11e2a4f4f98da001f714186d4ddff1389d9 (diff)
downloadmtk-20170518-0f34d887179e91550216ff89cd0cae2383026c32.zip
mtk-20170518-0f34d887179e91550216ff89cd0cae2383026c32.tar.gz
mtk-20170518-0f34d887179e91550216ff89cd0cae2383026c32.tar.bz2
openssl: refresh patches
SVN-Revision: 19368
Diffstat (limited to 'package/openssl/patches/900-CVE-2009-1377.patch')
-rw-r--r--package/openssl/patches/900-CVE-2009-1377.patch27
1 files changed, 9 insertions, 18 deletions
diff --git a/package/openssl/patches/900-CVE-2009-1377.patch b/package/openssl/patches/900-CVE-2009-1377.patch
index cc5a19f..8b8faf4 100644
--- a/package/openssl/patches/900-CVE-2009-1377.patch
+++ b/package/openssl/patches/900-CVE-2009-1377.patch
@@ -1,11 +1,8 @@
http://rt.openssl.org/Ticket/Display.html?id=1931&user=guest&pass=guest
-Index: openssl/crypto/pqueue/pqueue.c
-RCS File: /v/openssl/cvs/openssl/crypto/pqueue/pqueue.c,v
-rcsdiff -q -kk '-r1.2.2.4' '-r1.2.2.5' -u '/v/openssl/cvs/openssl/crypto/pqueue/pqueue.c,v' 2>/dev/null
---- pqueue.c 2005/06/28 12:53:33 1.2.2.4
-+++ pqueue.c 2009/05/16 16:18:44 1.2.2.5
-@@ -234,3 +234,17 @@
+--- a/crypto/pqueue/pqueue.c
++++ b/crypto/pqueue/pqueue.c
+@@ -234,3 +234,17 @@ pqueue_next(pitem **item)
return ret;
}
@@ -23,24 +20,18 @@ rcsdiff -q -kk '-r1.2.2.4' '-r1.2.2.5' -u '/v/openssl/cvs/openssl/crypto/pqueue/
+ }
+ return count;
+}
-Index: openssl/crypto/pqueue/pqueue.h
-RCS File: /v/openssl/cvs/openssl/crypto/pqueue/pqueue.h,v
-rcsdiff -q -kk '-r1.2.2.1' '-r1.2.2.2' -u '/v/openssl/cvs/openssl/crypto/pqueue/pqueue.h,v' 2>/dev/null
---- pqueue.h 2005/05/30 22:34:27 1.2.2.1
-+++ pqueue.h 2009/05/16 16:18:44 1.2.2.2
-@@ -91,5 +91,6 @@
+--- a/crypto/pqueue/pqueue.h
++++ b/crypto/pqueue/pqueue.h
+@@ -91,5 +91,6 @@ pitem *pqueue_iterator(pqueue pq);
pitem *pqueue_next(piterator *iter);
void pqueue_print(pqueue pq);
+int pqueue_size(pqueue pq);
#endif /* ! HEADER_PQUEUE_H */
-Index: openssl/ssl/d1_pkt.c
-RCS File: /v/openssl/cvs/openssl/ssl/d1_pkt.c,v
-rcsdiff -q -kk '-r1.4.2.17' '-r1.4.2.18' -u '/v/openssl/cvs/openssl/ssl/d1_pkt.c,v' 2>/dev/null
---- d1_pkt.c 2009/05/16 15:51:59 1.4.2.17
-+++ d1_pkt.c 2009/05/16 16:18:45 1.4.2.18
-@@ -167,6 +167,10 @@
+--- a/ssl/d1_pkt.c
++++ b/ssl/d1_pkt.c
+@@ -167,6 +167,10 @@ dtls1_buffer_record(SSL *s, record_pqueu
DTLS1_RECORD_DATA *rdata;
pitem *item;