Hello,
I have a FreeBSD 10.3 system running with nginx-1.8.1,2 installed. I'm using openssl(1) from the base system so no security/openssl port installed currently. When I now try to update NGINX to nginx-1.10.1,2 via portmaster(8) the update wants to install the security/openssl port as a dependency, which is a problem for 2 reasons: 1st: I want to use the base system openssl(1) prior to the ports version whenever possible, 2nd: the current security/openssl version in ports throws a security issue upon installation attempt anyway:
Regarding this I have 2 questions:
1. (out of curiosity): Why does minor version update of nginx (1.8 .1 to 1.10.1.) adds a decency to the OpenSSL port anyway when the current version obviously did not need it?
2. (to solve my current problem): How can I force nginx 1.10.1 to use openssl from the base system instead of trying to install the openssl port during update?
Thanks in advance.
Regards,
Gunnar
I have a FreeBSD 10.3 system running with nginx-1.8.1,2 installed. I'm using openssl(1) from the base system so no security/openssl port installed currently. When I now try to update NGINX to nginx-1.10.1,2 via portmaster(8) the update wants to install the security/openssl port as a dependency, which is a problem for 2 reasons: 1st: I want to use the base system openssl(1) prior to the ports version whenever possible, 2nd: the current security/openssl version in ports throws a security issue upon installation attempt anyway:
Code:
openssl-1.0.2_12 is vulnerable:
OpenSSL -- vulnerability in DSA signing
CVE: CVE-2016-2178
WWW: https://vuxml.FreeBSD.org/freebsd/6f0529e2-2e82-11e6-b2ec-b499baebfeaf.html
1. (out of curiosity): Why does minor version update of nginx (1.8 .1 to 1.10.1.) adds a decency to the OpenSSL port anyway when the current version obviously did not need it?
2. (to solve my current problem): How can I force nginx 1.10.1 to use openssl from the base system instead of trying to install the openssl port during update?
Thanks in advance.
Regards,
Gunnar