Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Mar 2024 19:20:55 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 277997] mail/cyrus-imapd38 Fix build against libreSSL
Message-ID:  <bug-277997-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D277997

            Bug ID: 277997
           Summary: mail/cyrus-imapd38 Fix build against libreSSL
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ume@FreeBSD.org
          Reporter: david@lapinbilly.eu
             Flags: maintainer-feedback?(ume@FreeBSD.org)
          Assignee: ume@FreeBSD.org
 Attachment #249523 text/plain
         mime type:

Created attachment 249523
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D249523&action=
=3Dedit
switch to BN_get_rfc2409_prime_1024

Using:
DEFAULT_VERSIONS+=3Dssl=3Dlibressl

mail/cyrus-imapd38 failed to build:

imap/tls.c:260:7: error: incompatible integer to pointer conversion assigni=
ng
to 'BIGNUM *' (aka 'struct bignum_st *') from 'int' [-Wint-conversion]
  260 |     p =3D get_rfc2409_prime_1024(NULL);
      |       ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Testport passed on libressl and ssl-base port trees.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-277997-7788>