FreeBSD Bugzilla – Attachment 206969 Details for
Bug 240129
irc/inspircd: Update to 3.3.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Add MBEDTLS knob
inspircd-mbedtls.patch (text/plain), 1.69 KB, created by
Dmitri Goutnik
on 2019-08-28 12:55:48 UTC
(
hide
)
Description:
Add MBEDTLS knob
Filename:
MIME Type:
Creator:
Dmitri Goutnik
Created:
2019-08-28 12:55:48 UTC
Size:
1.69 KB
patch
obsolete
>Index: irc/inspircd/Makefile >=================================================================== >--- irc/inspircd/Makefile (revision 510003) >+++ irc/inspircd/Makefile (working copy) >@@ -13,7 +13,7 @@ > LICENSE_FILE= ${WRKSRC}/docs/LICENSE.txt > > # Configure script is written in perl >-USES= compiler:c++11-lang cpe gmake perl5 >+USES= compiler:c++11-lang cpe gmake localbase:ldflags perl5 > USE_GITHUB= yes > USE_PERL5= build > >@@ -56,12 +56,13 @@ > INSPIRCD_RUNDIR=${INSPIRCD_RUNDIR} \ > INSPIRCD_USER=${USERS} > >-OPTIONS_DEFINE= GNUTLS IPV6 LDAP MYSQL OPENSSL PCRE PGSQL POSIX SQLITE >+OPTIONS_DEFINE= GNUTLS IPV6 LDAP MBEDTLS MYSQL OPENSSL PCRE PGSQL POSIX SQLITE > OPTIONS_DEFAULT= OPENSSL POSIX > OPTIONS_SUB= yes > > GNUTLS_DESC= Build m_ssl_gnutls module > LDAP_DESC= Build m_ldap module >+MBEDTLS_DESC= Build m_ssl_mbedtls module > MYSQL_DESC= Build m_mysql module > OPENSSL_DESC= Build m_ssl_openssl module > PCRE_DESC= Build m_regex_pcre module >@@ -76,6 +77,9 @@ > LDAP_USE= OPENLDAP=yes > LDAP_VARS= EXTRAS+=m_ldap.cpp > >+MBEDTLS_LIB_DEPENDS= libmbedtls.so:security/mbedtls >+MBEDTLS_VARS= EXTRAS+=m_ssl_mbedtls.cpp >+ > MYSQL_USES= mysql > MYSQL_VARS= EXTRAS+=m_mysql.cpp > >Index: irc/inspircd/pkg-plist >=================================================================== >--- irc/inspircd/pkg-plist (revision 510003) >+++ irc/inspircd/pkg-plist (working copy) >@@ -208,6 +208,7 @@ > %%LDAP%%libexec/inspircd/modules/m_ldap.so > %%LDAP%%libexec/inspircd/modules/m_ldapauth.so > %%LDAP%%libexec/inspircd/modules/m_ldapoper.so >+%%MBEDTLS%%libexec/inspircd/modules/m_ssl_mbedtls.so > %%MYSQL%%libexec/inspircd/modules/m_mysql.so > %%OPENSSL%%libexec/inspircd/modules/m_ssl_openssl.so > %%PCRE%%libexec/inspircd/modules/m_regex_pcre.so
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:
dmgk
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 240129
:
206928
|
206953
|
206969
|
207041
|
207054