Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Apr 2024 10:56:04 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 278406] Possible values for "ssl" are inconsistent
Message-ID:  <bug-278406-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 278406
           Summary: Possible values for "ssl" are inconsistent
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Ports Framework
          Assignee: portmgr@FreeBSD.org
          Reporter: michaelo@FreeBSD.org
                CC: ports-bugs@FreeBSD.org

bsd.default-versions.mk says:
# Possible values: base, openssl, openssl111, openssl31, openssl32, libress=
l,
libressl-devel

Scripts/qa.sh says:
    # ssl
    elif [ ${pkg} =3D "security/openssl" -o ${pkg} =3D "security/openssl111=
" \
      -o ${pkg} =3D "security/libressl" -o ${pkg} =3D "security/libressl-de=
vel" \
      ]; then
        warn "you need USES=3Dssl"

Uses/ssl.mk says:
# Variants being base, openssl, openssl30, openssl31, openssl32,
# openssl-quictls, libressl, and libressl-devel.


Those look inconsistent. I guess they haven't been synchronized as more Ope=
nSSL
flavors/versions have been added.

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



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