FreeBSD Bugzilla – Attachment 156476 Details for
Bug 200031
[PATCH] dns/bind910 & dns/bind-tools - new GOST default incompatible
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
bind GOST compile options modify
bind910.diff.txt (text/plain), 2.17 KB, created by
Leo Vandewoestijne
on 2015-05-07 19:48:31 UTC
(
hide
)
Description:
bind GOST compile options modify
Filename:
MIME Type:
Creator:
Leo Vandewoestijne
Created:
2015-05-07 19:48:31 UTC
Size:
2.17 KB
patch
obsolete
>diff -ruN bind910.old/Makefile bind910/Makefile >--- bind910.old/Makefile 2015-05-07 19:40:15.181548353 +0000 >+++ bind910/Makefile 2015-05-07 21:01:48.742444779 +0000 >@@ -7,7 +7,7 @@ > PORTREVISION= 0 > .else > # dns/bind910 here >-PORTREVISION= 3 >+PORTREVISION= 4 > .endif > CATEGORIES= dns net ipv6 > MASTER_SITES= ISC/bind9/${ISCVERSION} >@@ -49,10 +49,11 @@ > .endif > > OPTIONS_DEFAULT= IPV6 SSL THREADS SIGCHASE IDN GSSAPI_NONE >-OPTIONS_DEFINE= IDN LARGE_FILE GOST PYTHON \ >+OPTIONS_DEFINE= IDN LARGE_FILE PYTHON \ > FIXED_RRSET SIGCHASE IPV6 THREADS FILTER_AAAA >-OPTIONS_RADIO= CRYPTO >+OPTIONS_RADIO= CRYPTO GOSTDEF > OPTIONS_RADIO_CRYPTO= SSL NATIVE_PKCS11 >+OPTIONS_RADIO_GOSTDEF= GOST ASN1 > > .if !defined(BIND_TOOLS_SLAVE) > OPTIONS_DEFAULT+= RRL >@@ -74,7 +75,9 @@ > CRYPTO_DESC= Choose which crypto engine to use > NATIVE_PKCS11_DESC= Use PKCS\#11 native API (**READ HELP**) > GEOIP_DESC= Allow geographically based ACL. >-GOST_DESC= Enable GOST ciphers, needs SSL (see help) >+GOSTDEF_DESC= Enable GOST ciphers, needs SSL (see help) >+GOST_DESC= GOST raw keys (new default) >+ASN1_DESC= GOST using ASN.1 > PYTHON_DESC= Build with Python utilities > > LINKS_DESC= Create conf file symlinks in ${PREFIX} >@@ -89,10 +92,10 @@ > DLZ_LDAP_DESC= DLZ LDAP driver > DLZ_FILESYSTEM_DESC= DLZ filesystem driver > DLZ_STUB_DESC= DLZ stub driver >-GSSAPI_BASE_DESC= ${GSSAPI_DESC} (Heimdal in base) >-GSSAPI_HEIMDAL_DESC= ${GSSAPI_DESC} (security/heimdal) >-GSSAPI_MIT_DESC= ${GSSAPI_DESC} (security/krb5) >-GSSAPI_NONE_DESC= No ${GSSAPI_DESC} >+GSSAPI_BASE_DESC= GSSAPI Heimdal in base >+GSSAPI_HEIMDAL_DESC= GSSAPI security/heimdal >+GSSAPI_MIT_DESC= GSSAPI security/krb5 >+GSSAPI_NONE_DESC= GSSAPI None > > .if !defined(BIND_TOOLS_SLAVE) > CONFLICTS+= bind-tools-9.* >@@ -122,7 +125,8 @@ > GEOIP_CONFIGURE_WITH= geoip > GEOIP_LIB_DEPENDS= libGeoIP.so:${PORTSDIR}/net/GeoIP > >-GOST_CONFIGURE_WITH= gost >+GOST_CONFIGURE_ON= --with-gost >+ASN1_CONFIGURE_ON= --with-gost=asn1 > > PYTHON_CONFIGURE_WITH= python > PYTHON_USES= python >@@ -182,7 +186,7 @@ > USE_RC_SUBR+= named > SUB_FILES+= named.conf > .endif # !defined(BIND_TOOLS_SLAVE) >-.if ${PORT_OPTIONS:MGOST} >+.if ${PORT_OPTIONS:MGOST} || ${PORT_OPTIONS:MASN1} > WITH_OPENSSL_PORT=yes > .endif > .else
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 200031
: 156476