svn commit: r482615 - head/security/d0_blind_id

Jan Beich jbeich at FreeBSD.org
Sat Oct 20 19:30:23 UTC 2018


Jan Beich <jbeich at FreeBSD.org> writes:

> Author: jbeich
> Date: Sat Oct 20 19:19:06 2018
> New Revision: 482615
> URL: https://svnweb.freebsd.org/changeset/ports/482615
>
> Log:
>   security/d0_blind_id: unbreak with OpenSSL 1.1.x
>   
>   checking for library containing BN_init... no
>   configure: error: OpenSSL not found, see http://www.openssl.org/, or try --without-openssl
>   ===>  Script "configure" failed unexpectedly.
>   
>   d0_bignum-openssl.c:58:9: error: field has incomplete type 'BIGNUM' (aka 'struct bignum_st')
>           BIGNUM z;
>                  ^
>   /usr/include/openssl/ossl_typ.h:80:16: note: forward declaration of 'struct bignum_st'
>   typedef struct bignum_st BIGNUM;
>                  ^
>   
>   Reported by:	pkg-fallout

Forgot to include other bits of the rationale:

- unbreaking is non-trivial but upstream is unaware/inactive
- no other downstream builds against OpenSSL (due to its weird license)
  https://repology.org/metapackage/d0-blind-id/versions
- switching to unmaintained TomsFastMath isn't a good idea either
- games/xonotic (the only consumer) is already under GPLv3+
- math/gmp maybe already pulled by multimedia/ffmpeg or security/gnutls


More information about the svn-ports-all mailing list