svn commit: r485256 - head/net/rabbiteer

Mathieu Arnold mat at FreeBSD.org
Wed Nov 21 10:55:41 UTC 2018


On Sun, Nov 18, 2018 at 08:02:49PM +0000, Jan Beich wrote:
> Author: jbeich
> Date: Sun Nov 18 20:02:49 2018
> New Revision: 485256
> URL: https://svnweb.freebsd.org/changeset/ports/485256
> 
> Log:
>   net/rabbiteer: mark BROKEN for OpenSSL 1.1
>   
>   src/openssl_shim.c:132:7: error: incomplete definition of type 'struct dh_st'
>       dh->p = p;
>       ~~^
>   /usr/include/openssl/ossl_typ.h:104:16: note: forward declaration of 'struct dh_st'
>   typedef struct dh_st DH;
>                  ^
>   src/openssl_shim.c:133:7: error: incomplete definition of type 'struct dh_st'
>       dh->g = g;
>       ~~^
>   /usr/include/openssl/ossl_typ.h:104:16: note: forward declaration of 'struct dh_st'
>   typedef struct dh_st DH;
>                  ^
>   src/openssl_shim.c:134:7: error: incomplete definition of type 'struct dh_st'
>       dh->q = q;
>       ~~^
>   /usr/include/openssl/ossl_typ.h:104:16: note: forward declaration of 'struct dh_st'
>   typedef struct dh_st DH;
>                  ^
>   src/openssl_shim.c:143:13: error: incomplete definition of type 'struct x509_st'
>       return x->cert_info ? x->cert_info->extensions : NULL;
>              ~^
>   /usr/include/openssl/ossl_typ.h:120:16: note: forward declaration of 'struct x509_st'
>   typedef struct x509_st X509;
>                  ^
>   src/openssl_shim.c:143:28: error: incomplete definition of type 'struct x509_st'
>       return x->cert_info ? x->cert_info->extensions : NULL;
>                             ~^
>   /usr/include/openssl/ossl_typ.h:120:16: note: forward declaration of 'struct x509_st'
>   typedef struct x509_st X509;
>                  ^
>   
>   Reported by:	pkg-fallout
> 
> Modified:
>   head/net/rabbiteer/Makefile   (contents, props changed)
> 
> Modified: head/net/rabbiteer/Makefile
> ==============================================================================
> --- head/net/rabbiteer/Makefile	Sun Nov 18 20:02:40 2018	(r485255)
> +++ head/net/rabbiteer/Makefile	Sun Nov 18 20:02:49 2018	(r485256)
> @@ -11,6 +11,11 @@ COMMENT=	AMQP & RabbitMQ command-line tool
>  LICENSE=	MIT
>  LICENSE_FILE=	${WRKSRC}/LICENCE-MIT
>  
> +BROKEN_SSL=	openssl111
> +BROKEN_SSL_REASON_openssl111=	https://github.com/Antti/rust-amqp/issues/43
> +BROKEN_FreeBSD_12=	${BROKEN_SSL_REASON_openssl111}
> +BROKEN_FreeBSD_13=	${BROKEN_SSL_REASON_openssl111}

I am quite sure the last two lines are wrong if using OpenSSL from ports.

-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20181121/6bc25686/attachment.sig>


More information about the svn-ports-all mailing list