1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Bring back heartbleed record, however, make it impossible to match on

This commit is contained in:
Ryan Steinmetz 2014-08-04 12:05:40 +00:00
parent 7d89615715
commit b1ee3e96a5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363993

View File

@ -1,16 +1,13 @@
--- ./src/main/tls.c.orig 2014-07-29 15:55:29.000000000 -0400
+++ ./src/main/tls.c 2014-07-29 15:57:18.000000000 -0400
@@ -62,13 +62,6 @@
/* Record critical defects in libssl here (newest first)*/
--- ./src/main/tls.c.orig 2014-08-04 08:03:48.000000000 -0400
+++ ./src/main/tls.c 2014-08-04 08:04:14.000000000 -0400
@@ -63,8 +63,8 @@
static libssl_defect_t libssl_defects[] =
{
- {
{
- .low = 0x010001000, /* 1.0.1 */
- .high = 0x01000106f, /* 1.0.1f */
- .id = "CVE-2014-0160",
- .name = "Heartbleed",
- .comment = "For more information see http://heartbleed.com"
- }
};
/* record */
+ .low = 0x090001000, /* 9.0.1 */
+ .high = 0x09000106f, /* 9.0.1f */
.id = "CVE-2014-0160",
.name = "Heartbleed",
.comment = "For more information see http://heartbleed.com"