FreeBSD Bugzilla – Attachment 223774 Details for
Bug 254643
security/openssl 1.1.1k and SSL webservers do not work when cryptodev.ko is loaded
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn diff for security/openssl
file_254643.patch (text/plain), 1.52 KB, created by
Bernard Spil
on 2021-04-02 19:32:56 UTC
(
hide
)
Description:
svn diff for security/openssl
Filename:
MIME Type:
Creator:
Bernard Spil
Created:
2021-04-02 19:32:56 UTC
Size:
1.52 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 569609) >+++ Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= openssl > PORTVERSION= 1.1.1k >+PORTREVISION= 1 > PORTEPOCH= 1 > CATEGORIES= security devel > MASTER_SITES= https://www.openssl.org/source/ \ >@@ -40,12 +41,13 @@ > OPTIONS_DEFINE_i386= I386 > OPTIONS_GROUP_PROTOCOLS=NEXTPROTONEG SCTP SSL3 TLS1 TLS1_1 TLS1_2 > >-OPTIONS_DEFINE= ASYNC CT KTLS MAN3 RFC3779 SHARED ZLIB >+OPTIONS_DEFINE= ASYNC CRYPTODEV CT KTLS MAN3 RFC3779 SHARED ZLIB > > OPTIONS_DEFAULT=ASM ASYNC CT GOST DES EC KTLS MAN3 MD4 NEXTPROTONEG RC2 \ > RC4 RMD160 SCTP SHARED SSE2 THREADS TLS1 TLS1_1 TLS1_2 > > OPTIONS_EXCLUDE=${${OSVERSION} < 1300042:?KTLS:} >+OPTIONS_EXCLUDE=${${OSVERSION} > 1300000:?CRYPTODEV:} > > OPTIONS_GROUP_OPTIMIZE_amd64= EC > >@@ -61,6 +63,7 @@ > ASM_DESC= Assembler code > ASYNC_DESC= Asynchronous mode > CIPHERS_DESC= Block Cipher Support >+CRYPTODEV_DESC= /dev/crypto support > CT_DESC= Certificate Transparency Support > DES_DESC= (Triple) Data Encryption Standard > EC_DESC= Optimize NIST elliptic curves >@@ -123,6 +126,10 @@ > IGNORE= the OpenSSL port can not be installed over the base version > .endif > >+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1300000 && !${PORT_OPTIONS:MCRYPTODEV} >+CONFIGURE_ARGS+= no-devcryptoeng >+.endif >+ > OPENSSLDIR?= ${PREFIX}/openssl > PLIST_SUB+= OPENSSLDIR=${OPENSSLDIR:S=^${PREFIX}/==}
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
Flags:
brnrd
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 254643
:
223755
|
223773
| 223774