svn commit: r363993 - head/net/freeradius3/files
Ryan Steinmetz
zi at FreeBSD.org
Mon Aug 4 12:05:41 UTC 2014
Author: zi
Date: Mon Aug 4 12:05:40 2014
New Revision: 363993
URL: http://svnweb.freebsd.org/changeset/ports/363993
QAT: https://qat.redports.org/buildarchive/r363993/
Log:
- Bring back heartbleed record, however, make it impossible to match on
Modified:
head/net/freeradius3/files/patch-src__main__tls.c
Modified: head/net/freeradius3/files/patch-src__main__tls.c
==============================================================================
--- head/net/freeradius3/files/patch-src__main__tls.c Mon Aug 4 12:04:58 2014 (r363992)
+++ head/net/freeradius3/files/patch-src__main__tls.c Mon Aug 4 12:05:40 2014 (r363993)
@@ -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"
More information about the svn-ports-all
mailing list