Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jan 2020 18:38:38 +0000
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        freebsd-questions@freebsd.org
Subject:   Re: postfix linking with wrong version of openssl
Message-ID:  <b76fd9c4-8451-88c9-9575-94ae12c59760@FreeBSD.org>
In-Reply-To: <20200117131722.083a4235@scorpio>
References:  <20200117131722.083a4235@scorpio>

next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 4880 and 3156)
--coESsUtaL0XB7nKIWhMuW4GsHMR88B2lV
Content-Type: multipart/mixed; boundary="d7KqsDQSAgR6eOtfQc5Hgdhj0AOuF4g5v"

--d7KqsDQSAgR6eOtfQc5Hgdhj0AOuF4g5v
Content-Type: text/plain; charset=utf-8
Content-Language: en-GB
Content-Transfer-Encoding: quoted-printable

On 17/01/2020 18:19, Jerry wrote:
> Rhis doesn't make aqny sense to me, so I am hoping someone can explain
> it.
>=20
> If I build "mail/postfix-current-sasl" it links with "OpenSSL 1.1.1d"
> which I have installed from ports. However, if I build it using
> 'poudriere', it links with the base version of openssl, "OpenSSL
> 1.0.2s-freebsd ".
>=20
> The path, which I verified, is set as:
>=20
> PATH=3D/sbin:/bin:/usr/local/bin:/usr/sbin:/usr/bin:/usr/local/sbin
>=20
> which openssl
> /usr/local/bin/openssl
>=20
> What am I doing wrong? Is there a setting in poudriere that I am over
> looking?
>=20

Yeah.  You want to use DEFAULT_VERSIONS in
/usr/local/etc/poudriere.d/make.conf --

DEFAULT_VERSIONS +=3D ssl=3Dopenssl

will cause all your pkgs to be linked against the security/openssl port, =
or

DEFAULT_VERSIONS +=3D ssl=3Dbase

will use the base version of openssl.  See
/usr/ports/Mk/bsd.default-versions.mk for more options.

	Cheers,

	Matthew


--d7KqsDQSAgR6eOtfQc5Hgdhj0AOuF4g5v--

--coESsUtaL0XB7nKIWhMuW4GsHMR88B2lV
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----

iQKTBAEBCgB9FiEEGfFU7L8RLlBUTj8wAFE/EOCp5OcFAl4h/y5fFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDE5
RjE1NEVDQkYxMTJFNTA1NDRFM0YzMDAwNTEzRjEwRTBBOUU0RTcACgkQAFE/EOCp
5OeQIA//T+KHDDXYKr4abK56+YXHAaELarzjRYPasBmvtzSOEX3+DsM2RR8m7VAJ
P/AuuY922l0C6G8dSEvZ5iG8U/HhSMb0iYdVXGctmyonrnESAgT80tqbrBYUdywe
4t5oCgWnNnL/iF2L6nipMo2sJNoACEF6OySnYp0cp/7O/lO6x/lAVdznDeqBSmM9
54+2K2XIc7boDTAGKhFOzihmbrqs0T7YJOkjGcXrlTudmicD+Z/Gz6coLIU8oo4T
nZwnCNHCCzDOt443xfYI9jSsptM/5K2frwqN+Yi7XIqqZBg5SM4BSkzSKs/vNehA
5MGfjOKfHxNA676rnkxknjE+jUknD+t8jWNSCO6w04HkGou19pC3v92qS0XR23wM
zXzghElg+990/wP5YzeIM99EacCeRHcMpZtiqUqkSYJN7GycurQOvDqNQk3Lx3is
+MqKie4Z3w53/CKLn/9MFTqcgMboXg8cCa2mKwkOOGKPf/ad9yHS9GBGmwiz4Dn3
mbiCGLdgq0BNwPvdhpjI7kSl3bQHg0CgMShfzOSGbDkkH6k0dxcoEGQdWVrpA1iQ
oI+ZhmTNS02dsfpXM0G0dwSUkd2sOSvUDN7RSLQRdS4RIUxpHxwTGa6M9GKpmWqw
crJaiSUgoV/HValZ80le6lq6rZju5jwUHe6h2E0v8f+eRah5pAE=
=N8OZ
-----END PGP SIGNATURE-----

--coESsUtaL0XB7nKIWhMuW4GsHMR88B2lV--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?b76fd9c4-8451-88c9-9575-94ae12c59760>