FreeBSD Bugzilla – Attachment 183380 Details for
Bug 219905
devel/openssl-devel: change default for NPN support
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Change NPN default
change-openssl-devel-npn-default.patch (text/plain), 1.35 KB, created by
Melvyn Sopacua
on 2017-06-10 12:56:31 UTC
(
hide
)
Description:
Change NPN default
Filename:
MIME Type:
Creator:
Melvyn Sopacua
Created:
2017-06-10 12:56:31 UTC
Size:
1.35 KB
patch
obsolete
>diff --git a/security/openssl-devel/Makefile b/security/openssl-devel/Makefile >index 4ac59fcfa0ba..3583b96e4607 100644 >--- a/security/openssl-devel/Makefile >+++ b/security/openssl-devel/Makefile >@@ -3,6 +3,7 @@ > > PORTNAME= openssl > PORTVERSION= 1.1.0f >+PORTREVISION= 1 > CATEGORIES= security devel > MASTER_SITES= https://www.openssl.org/source/ \ > ftp://ftp.cert.dfn.de/pub/tools/net/openssl/source/ >@@ -42,7 +43,8 @@ OPTIONS_DEFAULT+= EC > OPTIONS_GROUP_OPTIMIZE+= EC > OPTIONS_DEFAULT+= EC > .endif >-OPTIONS_DEFAULT= ASM MAN3 MD4 RC2 RC4 RMD160 SCTP SHARED SSE2 THREADS >+OPTIONS_DEFAULT= ASM MAN3 MD4 RC2 RC4 RMD160 SCTP SHARED SSE2 THREADS \ >+ NEXTPROTONEG > > ASM_DESC= Assembler code > CIPHERS_DESC= Cipher Suite Support >@@ -56,7 +58,7 @@ MD2_DESC= MD2 (obsolete) > MD4_DESC= MD4 (unsafe) > MDC2_DESC= MDC-2 > MD_GHOST94_DESC= GHOST94 (obscure) >-NEXTPROTONEG_DESC= Next Protocol Negotiation (SPDY) >+NEXTPROTONEG_DESC= Next Protocol Negotiation (HTTP/2) > OPTIMIZE_DESC= Optimizations > PROTOCOLS_DESC= Protocol Support > RC2_DESC= RC2 (unsafe) >@@ -84,7 +86,7 @@ ${_option:tu}_CONFIGURE_ON= enable-${_option} > .endfor > > # Upstream default enabled options >-.for _option in asm idea md4 mdc2 md_ghost94 nextprotoneg rfc3779 rmd160 sse2 threads zlib >+.for _option in asm idea md4 mdc2 md_ghost94 rfc3779 rmd160 sse2 threads zlib > ${_option:tu}_CONFIGURE_OFF= no-${_option} > .endfor >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 219905
: 183380